| commit | 82b6e1787f566c3719d9b52340fbcab01350bd9f | [log] [tgz] |
|---|---|---|
| author | Greg Kroah-Hartman <gregkh@google.com> | Fri Feb 11 15:19:46 2022 +0100 |
| committer | Greg Kroah-Hartman <gregkh@google.com> | Fri Feb 11 16:21:49 2022 +0100 |
| tree | 14f98764c2a366a331065224a2dadd9863373626 | |
| parent | 58b361784bc47f274e8193a9ea771a185dacf8e8 [diff] | |
| parent | 617c7432b539440179d095cba985f1ed70679fb1 [diff] |
Merge branch 'android11-5.4' into 'android11-5.4-lts' Sync up with android11-5.4 for the following commits: 617c7432b539 ANDROID: GKI: Enable CONFIG_SERIAL_8250_RUNTIME_UARTS=0 813b12454e6e ANDROID: GKI: db845c: Update symbols list and ABI 15dd5a8bc02b ANDROID: Increase x86 cmdline size to 4k 4ec7ffac469b UPSTREAM: cgroup-v1: Require capabilities to set release_agent fe0c18d0f08d ANDROID: incremental-fs: remove index and incomplete dir on umount 7aedba616cb4 UPSTREAM: binder: fix async_free_space accounting for empty parcels f1a1171f3c59 UPSTREAM: tee: handle lookup of shm with reference count 0 693158f765d3 UPSTREAM: bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc b9d179c605d3 UPSTREAM: driver core: Fix possible memory leak in device_link_add() 3aeff147960e UPSTREAM: blk-mq: fix kernel panic during iterating over flush request 54e1868c8b1e UPSTREAM: net: xfrm: fix memory leak in xfrm_user_rcv_msg a4e84758f029 UPSTREAM: binder: fix the missing BR_FROZEN_REPLY in binder_return_strings 013b7ed7546e ANDROID: incremental-fs: fix mount_fs issue ba4942c83d6e Merge tag 'android11-5.4.161_r00' into android11-5.4 202bc8432cdd UPSTREAM: vfs: fs_context: fix up param length parsing in legacy_parse_param New symbols tracked due to them being added in the android11-5.4 branch: Leaf changes summary: 1 artifact changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 1 Added function: [A] 'function void kill_anon_super(super_block*)' Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I89df6d21c7c36bb6b2a9047b1f7e2988f48a5637
BEST: Make all of your changes to upstream Linux. If appropriate, backport to the stable releases. These patches will be merged automatically in the corresponding common kernels. If the patch is already in upstream Linux, post a backport of the patch that conforms to the patch requirements below.
LESS GOOD: Develop your patches out-of-tree (from an upstream Linux point-of-view). Unless these are fixing an Android-specific bug, these are very unlikely to be accepted unless they have been coordinated with kernel-team@android.com. If you want to proceed, post a patch that conforms to the patch requirements below.
script/checkpatch.plUPSTREAM:, BACKPORT:, FROMGIT:, FROMLIST:, or ANDROID:.Change-Id: tag (see https://gerrit-review.googlesource.com/Documentation/user-changeid.html)Bug: tag.Signed-off-by: tag by the author and the submitterAdditional requirements are listed below based on patch type
UPSTREAM:, BACKPORT:UPSTREAM:.(cherry-picked from ...) line important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
- then Joe Smith would upload the patch for the common kernel as
UPSTREAM: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
Bug: 135791357
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
(cherry-picked from c31e73121f4c1ec41143423ac6ce3ce6dafdcec1)
Signed-off-by: Joe Smith <joe.smith@foo.org>
BACKPORT: instead of UPSTREAM:.UPSTREAM:(cherry-picked from ...) line BACKPORT: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
Bug: 135791357
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
(cherry-picked from c31e73121f4c1ec41143423ac6ce3ce6dafdcec1)
[ Resolved minor conflict in drivers/foo/bar.c ]
Signed-off-by: Joe Smith <joe.smith@foo.org>
FROMGIT:, FROMLIST:,FROMGIT:(cherry picked from commit <sha1> <repo> <branch>). This must be a stable maintainer branch (not rebased, so don't use linux-next for example).BACKPORT: FROMGIT: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
- then Joe Smith would upload the patch for the common kernel as
FROMGIT: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
Bug: 135791357
(cherry picked from commit 878a2fd9de10b03d11d2f622250285c7e63deace
https://git.kernel.org/pub/scm/linux/kernel/git/foo/bar.git test-branch)
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
Signed-off-by: Joe Smith <joe.smith@foo.org>
FROMLIST:Link: tag with a link to the submittal on lore.kernel.orgBACKPORT: FROMLIST: FROMLIST: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <fred.jones@foo.org>
Bug: 135791357
Link: https://lore.kernel.org/lkml/20190619171517.GA17557@someone.com/
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
Signed-off-by: Joe Smith <joe.smith@foo.org>
ANDROID:ANDROID:Fixes: tag that cites the patch with the bug ANDROID: fix android-specific bug in foobar.c
This is the detailed description of the important fix
Fixes: 1234abcd2468 ("foobar: add cool feature")
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
Signed-off-by: Joe Smith <joe.smith@foo.org>
ANDROID:Bug: tag with the Android bug (required for android-specific features)