| commit | 0da9a7bcb7a258399e414fad32846139a47e3698 | [log] [tgz] |
|---|---|---|
| author | Greg Kroah-Hartman <[email protected]> | Wed Nov 29 14:52:00 2023 +0000 |
| committer | Greg Kroah-Hartman <[email protected]> | Wed Nov 29 14:53:02 2023 +0000 |
| tree | b53275859716880c0643b7f3043806b099dbabff | |
| parent | be0b36498b49e50de89d7b548323e1b8c77fc00a [diff] | |
| parent | b9ea98aa2fd47cd8af31bb674d2de84d09251e09 [diff] |
Merge branch 'android13-5.10' into branch 'android13-5.10-lts' This catches up the android13-5.10-lts branch with the latest changes in the android13-5.10 branch. Included in here are the following commits: b9ea98aa2fd4 Merge tag 'android13-5.10.198_r00' into android13-5.10 4b762cfed1b5 UPSTREAM: USB: core: Fix race by not overwriting udev->descriptor in hub_port_init() 009e0759de91 UPSTREAM: USB: core: Change usb_get_device_descriptor() API 94f4edeb9ede UPSTREAM: USB: core: Unite old scheme and new scheme descriptor reads 05b3d87748ae UPSTREAM: tcp: Reduce chance of collisions in inet6_hashfn(). 109fb9c389ee ANDROID: fuse-bpf: Add NULL pointer check in fuse_release_in 60a94adfc6f5 FROMGIT: usb:gadget:uvc Do not use worker thread to pump isoc usb requests 5f10cc76ad88 FROMGIT: usb: gadget: uvc: Fix use-after-free for inflight usb_requests e3b1bba1e757 FROMGIT: usb: gadget: uvc: move video disable logic to its own function f7f5e854de58 FROMGIT: usb: gadget: uvc: Allocate uvc_requests one at a time 86d2f598a321 FROMGIT: usb: gadget: uvc: prevent use of disabled endpoint d397cc29e040 FROMGIT: Input: uinput - allow injecting event times 2f022cc69a84 ANDROID: KVM: arm64: Fix error path in pkvm_mem_abort() 47e30b4060c4 ANDROID: fs/passthrough: Fix compatibility with R/O file system 2fea3eca9608 ANDROID: Update the ABI representation 0c3d53615a2a UPSTREAM: netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c f8548bcb8455 BACKPORT: usb: gadget: uvc: Add missing initialization of ssp config descriptor 575177ced7a8 BACKPORT: usb: gadget: unconditionally allocate hs/ss descriptor in bind operation 2d63cfb6443a UPSTREAM: usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind() de5c447459e9 UPSTREAM: usb: gadget: function: Remove unused declarations 3dc517bb4d91 UPSTREAM: usb: gadget: uvc: clean up comments and styling in video_pump Change-Id: I270f2758873cf0c514cae9a63292a1a8457d79ef Signed-off-by: Greg Kroah-Hartman <[email protected]>
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 [email protected]. 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 commit ...) line important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <[email protected]>
- 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 <[email protected]>
Bug: 135791357
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
(cherry picked from commit c31e73121f4c1ec41143423ac6ce3ce6dafdcec1)
Signed-off-by: Joe Smith <[email protected]>
BACKPORT: instead of UPSTREAM:.UPSTREAM:(cherry picked from commit ...) line BACKPORT: important patch from upstream
This is the detailed description of the important patch
Signed-off-by: Fred Jones <[email protected]>
Bug: 135791357
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
(cherry picked from commit c31e73121f4c1ec41143423ac6ce3ce6dafdcec1)
[joe: Resolved minor conflict in drivers/foo/bar.c ]
Signed-off-by: Joe Smith <[email protected]>
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 <[email protected]>
- 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Bug: 135791357
Link: https://lore.kernel.org/lkml/[email protected]/
Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01
Signed-off-by: Joe Smith <[email protected]>
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 <[email protected]>
ANDROID:Bug: tag with the Android bug (required for android-specific features)