commit | ad06eaf051cd0bdfd330f378c91f537107ce938e | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@google.com> | Fri Apr 12 12:09:56 2024 +0000 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Fri Apr 12 12:10:49 2024 +0000 |
tree | 2a076853d2f954fdf0a4a0cc2c2da0c8af458b61 | |
parent | 993bed180178156a70afdafe8aaf23a117107352 [diff] | |
parent | 9ef28a4a5e0b358d3bd08c23b8283fbfbe85394b [diff] |
Merge branch 'android13-5.15' into branch 'android13-5.15-lts' Catch the LTS branch up with the changed done on the normal one. This includes a number of abi updates. Included in here are the following commits: * 9ef28a4a5e0b ANDROID: ABI: Update oplus symbol list * 4ba622c88062 BACKPORT: dm-crypt: Fix IO priority lost when queuing write bios * 21bc63de9896 BACKPORT: dm-verity: Fix IO priority lost when reading FEC and hash * a6ac2684fcca BACKPORT: dm-bufio: Support IO priority * 105ddd316117 BACKPORT: dm-io: Support IO priority * 145f5ae7e66b BACKPORT: block: Fix where bio IO priority gets set * d2356f0a55a4 UPSTREAM: netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain * 677308ef6665 BACKPORT: xhci: track port suspend state correctly in unsuccessful resume cases * 54c78a9705c3 BACKPORT: usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present * 296c8dcf32e8 BACKPORT: mm: update mark_victim tracepoints fields * a103ad7575a5 Revert "FROMGIT: BACKPORT: mm: update mark_victim tracepoints fields" * 2e1b2c252f57 UPSTREAM: netfilter: nft_set_pipapo: release elements in clone only from destroy path * 136c89d013c6 ANDROID: GKI: Update symbol list for Amlogic * 6d5bd08e93de ANDROID: Update abi_gki_aarch64_qcom symbol * a14a7d1607c6 UPSTREAM: ARM: 9269/1: vfp: Add hwcap for FEAT_DotProd * 91ca2bfac0c2 UPSTREAM: ARM: 9268/1: vfp: Add hwcap FPHP and ASIMDHP for FEAT_FP16 * 768ae8ad724e UPSTREAM: ARM: 9267/1: Define Armv8 registers in AArch32 state * d76a750f6ffe FROMLIST: binder: check offset alignment in binder_get_object() * afb3d0418799 ANDROID: Update abi_gki_aarch64_qcom for fw_devlink_purge_absent_suppliers * 79167160daa4 Merge tag 'android13-5.15.148_r00' into android13-5.15 * c68af5a4aa8b UPSTREAM: usb: dwc3: gadget: Don't disconnect if not started * 192ec99b329f ANDROID: Update the GKI symbol list and ABI XML * 455774fb7d04 UPSTREAM: netfilter: nf_tables: disallow timeout for anonymous sets * 876d0386b08f ANDROID: userfaultfd: abort uffdio ops if mmap_lock is contended * ba6ef9bdef8e ANDROID: userfaultfd: add MMAP_TRYLOCK mode for COPY/ZEROPAGE * 77741f2aac1f FROMGIT: usb: host: xhci-plat: Set XHCI_STATE_REMOVING before resuming XHCI HC * 3dad6bbbf0a0 FROMGIT: usb: host: xhci: Do not re-initialize the XHCI HC if being removed * fd6ffbfe9e4c ANDROID: uid_sys_stat: fix data-error of cputime and io * ae4e545e708d ANDROID: fix isolate_migratepages_range return value * 0daa9d94a81a ANDROID: GKI: Update oplus symbol list * 796c7df4f5f4 ANDROID: update symbol for unisoc whitelist * ca5564fc0a0f ANDROID: TRACE: mm: export mm_filemap_* for calling in ko * 642839b475f4 ANDROID: abi_gki_aarch64_qcom: Export trace_android_vh_try_fixup_sea * 4b37cfc44755 ANDROID: arm64: Call fixup_exception() within do_sea() * c1b66b52a4e6 ANDROID: ABI: Add avenrun symbol to symbol list for unisoc * 4782f1c23370 FROMGIT: usb: xhci: Add error handling in xhci_map_urb_for_dma * 9b613572d624 ANDROID: userfaultfd: allow SPF for UFFD_FEATURE_SIGBUS on private+anon * a2e42c95c3a5 UPSTREAM: usb: dwc3: gadget: Handle EP0 request dequeuing properly * 611a5f3b5018 BACKPORT: hwrng: virtio - unregister device before reset * 8ec555a90208 Revert "interconnect: Fix locking for runpm vs reclaim" * 27d93dc9223f UPSTREAM: virtio-rng: make device ready before making request * 0ac651d03397 Revert "interconnect: Teach lockdep about icc_bw_lock order" * 3389e4dee5ef ANDROID: ABI: Update oplus symbol list * bb86b9f453df ANDROID: binder: Add vendor hook to fix priority restore * 701ed3a62b7a UPSTREAM: netfilter: nft_set_rbtree: skip end interval element from gc * 12c909f79575 BACKPORT: FROMGIT: PM: runtime: add tracepoint for runtime_status changes * 681363906d8e BACKPORT: UPSTREAM: tick/sched: Preserve number of idle sleeps across CPU hotplug events * 9393aa385243 BACKPORT: UPSTREAM: tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug * 22789c4dfcde ANDROID: GKI: Add symbol list for Nothing * 490fc49c3f0f ANDROID: thermal: Add vendor thermal_pm_notify_suspend function * 34d2057e4a3e ANDROID: ABI: Update oplus symbol list * 5b6eaab5be1f ANDROID: GKI: add more vfs-only exports to their own namespace * 2bbf68d8310b ANDROID: fs: Export free_fs_struct,copy_fs_struct. Change-Id: I74d73b54e764f81af2447467ff7be875602a2ef2 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
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.
scripts/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)