commit | 639159686b173b0f7c043cfd3ca83a0033cf2840 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@google.com> | Mon Sep 13 18:11:33 2021 +0200 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Mon Sep 13 18:12:07 2021 +0200 |
tree | e9e912af7014d37f22f560ed385cd7dba64c9a67 | |
parent | 8a365a234058d5e5b7ac98ccdd5e7ef033826203 [diff] | |
parent | 6c3417436a6f3ac0813095d90d970bd243659df1 [diff] |
Merge branch 'android12-5.10' into `android12-5.10-lts` Sync up with android12-5.10 for the following commits: 6c3417436a6f ANDROID: kernel: fix module info for debug_kinfo 774f1bd29cba ANDROID: Disable CFI on restricted vendor hooks in TRACE_HEADER_MULTI_READ 90c60a51f510 UPSTREAM: f2fs: guarantee to write dirty data when enabling checkpoint back 8cf5bb6946a2 UPSTREAM: mm: memblock: fix section mismatch warning again f00a543047ff FROMLIST: usb: gadget: u_audio: EP-OUT bInterval in fback frequency 3f26745caeab FROMLIST: usb: gadget: f_uac2: fixed EP-IN wMaxPacketSize ab9ceb4334cd FROMLIST: usb: gadget: f_uac2: Add missing companion descriptor for feedback EP 35afadf0dab2 FROMLIST: thermal: Fix a NULL pointer dereference 3d371f087c95 UPSTREAM: usb: gadget: f_uac2: fixup feedback endpoint stop 406a51b4861b UPSTREAM: usb: gadget: u_audio: add real feedback implementation d33287acf37b UPSTREAM: usb: gadget: f_uac2: add adaptive sync support for capture c71892dd9ed1 UPSTREAM: usb: gadget: f_uac2/u_audio: add feedback endpoint support a844dfbbcba6 UPSTREAM: usb: gadget: u_audio: convert to strscpy 955f917251d8 ANDROID: vendor_hooks: Add hook in try_to_unmap_one() 878e0caa7731 ANDROID: vendor_hooks: Add hook in mmap_region() b0778aaff48a ANDROID: vendor_hooks: export android_vh_kmalloc_slab 94fbab9d6c82 ANDROID: vendor_hooks: Add hook in kmalloc_slab() 73839b71c83b FROMGIT: usb: dwc3: Decouple USB 2.0 L1 & L2 events 2c68b9071dcd ANDROID: GKI: update xiaomi symbol list 8da32d526ded ANDROID: cfi: explicitly clear diag in __cfi_slowpath Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I71c4d03d373d9cef0c467ceea52b62ada755e701
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.
EXPORT_SYMBOL_GPL()
require an in-tree modular driver that uses the symbol -- so include the new driver or changes to an existing driver in the same patchset as the export.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.pl
UPSTREAM:
, 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 commit ...)
lineimportant 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 commit c31e73121f4c1ec41143423ac6ce3ce6dafdcec1) Signed-off-by: Joe Smith <joe.smith@foo.org>
BACKPORT:
instead of UPSTREAM:
.UPSTREAM:
(cherry picked from commit ...)
lineBACKPORT: 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 commit c31e73121f4c1ec41143423ac6ce3ce6dafdcec1) [joe: 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.orgBug:
tag with the Android bug (required for patches not accepted into a maintainer tree)BACKPORT: 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 bugANDROID: 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)