Merge tag 'android13-5.15.151_r00' into android13-5.15
This merges the 5.15.151 LTS release into android13-5.15. Included in here are the following commits: * db06c48a Merge 5.15.151 into android13-5.15-lts |\ | * 57436264 Linux 5.15.151 | * 4a4eeb69 mptcp: fix double-free on socket dismantle | * cc5e34bc Revert "tls: rx: move counting TlsDecryptErrors for sync" | * 9d593227 net: tls: fix async vs NIC crypto offload | * 68dbe92d bpf: Derive source IP addr via bpf_*_fib_lookup() | * 39b4ee40 bpf: Add table ID to bpf_fib_lookup BPF helper | * 75ca9227 bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup | * 20f5aafe Revert "interconnect: Teach lockdep about icc_bw_lock order" | * fe549d8e Revert "interconnect: Fix locking for runpm vs reclaim" | * ead68522 gpio: fix resource unwinding order in error path | * ea514ac5 gpiolib: Fix the error path order in gpiochip_add_data_with_key() | * c21b5ad4 gpio: 74x164: Enable output pins after registers are reset | * 6c480d0f af_unix: Drop oob_skb ref before purging queue in GC. | * 2f3ae090 Revert "drm/bridge: lt8912b: Register and attach our DSI device at probe" | * 22850c99 fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super | * 94965be3 cachefiles: fix memory leak in cachefiles_add_cache() | * cc32ba2f mptcp: fix possible deadlock in subflow diag | * af46c8a0 mptcp: push at DSS boundaries | * 5101e9f1 mptcp: add needs_id for netlink appending addr | * 4ba8702b mptcp: clean up harmless false expressions | * f431a58c selftests: mptcp: add missing kconfig for NF Filter in v6 | * 5d7f2e7d selftests: mptcp: add missing kconfig for NF Filter | * 55366b9a mptcp: rename timer related helper to less confusing names | * 833d068e mptcp: process pending subflow error on close | * 305078c2 mptcp: move __mptcp_error_report in protocol.c | * fbd16a1e x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers | * 07795215 pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation | * 5f6e8930 mmc: sdhci-xenon: fix PHY init clock stability | * f4fae0a7 mmc: sdhci-xenon: add timeout for PHY init complete | * 52af4f26 mmc: core: Fix eMMC initialization with 1-bit bus connection | * 4529c084 dmaengine: fsl-qdma: init irq after reg initialization | * 2dee8895 dmaengine: ptdma: use consistent DMA masks | * 106c1ac9 dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read | * ab2d6865 btrfs: dev-replace: properly validate device names | * 063715c3 wifi: nl80211: reject iftype change with mesh ID change | * 9376d059 gtp: fix use-after-free and null-ptr-deref in gtp_newlink() | * cbf67001 ALSA: firewire-lib: fix to check cycle continuity | * 7d930a4d tomoyo: fix UAF write bug in tomoyo_write_control() | * 5941a90c riscv: Sparse-Memory/vmemmap out-of-bounds fix | * 80b15346 afs: Fix endless loop in directory parsing | * 20a4b521 fbcon: always restore the old font data in fbcon_do_set_font() | * 5eac1712 ALSA: Drop leftover snd-rtctimer stuff from Makefile | * e601ae81 power: supply: bq27xxx-i2c: Do not free non existing IRQ | * 4b73473c efi/capsule-loader: fix incorrect allocation size | * 5bc8810b tls: decrement decrypt_pending if no async completion will be called | * 9ae48288 tls: rx: use async as an in-out argument | * bdb7fb29 tls: rx: assume crypto always calls our callback | * 2ec59e16 tls: rx: move counting TlsDecryptErrors for sync | * b61dbb5e tls: rx: don't track the async count | * 4fd23a60 tls: rx: factor out writing ContentType to cmsg | * 98765548 tls: rx: wrap decryption arguments in a structure | * d6c9c2a6 tls: rx: don't report text length from the bowels of decrypt | * ffc8a2b8 tls: rx: drop unnecessary arguments from tls_setup_from_iter() | * 1abd49fa tls: hw: rx: use return value of tls_device_decrypted() to carry status | * 432d4003 tls: rx: refactor decrypt_skb_update() | * 17d8bda2 tls: rx: don't issue wake ups when data is decrypted | * de0970d2 tls: rx: don't store the decryption status in socket context | * 4c68bf84 tls: rx: don't store the record type in socket context | * f1e71909 igb: extend PTP timestamp adjustments to i211 | * a1227b27 rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back | * 7c3f2859 netfilter: bridge: confirm multicast packets before passing them up the stack | * 3e9cd891 netfilter: let reset rules clean out conntrack entries | * c3a84f83 netfilter: make function op structures const | * 2cb39bea netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook | * 84d3baab netfilter: nfnetlink_queue: silence bogus compiler warning | * 4225152b netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate() | * af1a9a92 Bluetooth: Enforce validation on max value of connection interval | * c3df6372 Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST | * 4cd28dae Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR | * da4569d4 Bluetooth: Avoid potential use-after-free in hci_error_reset | * 8e995563 stmmac: Clear variable when destroying workqueue | * 28bbdb4e uapi: in6: replace temporary label with rfc9486 | * 1e2cbdbd net: usb: dm9601: fix wrong return value in dm9601_mdio_read | * 9b1f5c00 veth: try harder when allocating queue memory | * 914c73e7 net: enable memcg accounting for veth queues | * 8d4d26f5 lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected | * 8a54834c ipv6: fix potential "struct net" leak in inet6_rtm_getaddr() | * f011c103 net: veth: clear GRO when clearing XDP even when down | * bf3f0c41 cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call back | * cbfd2768 tun: Fix xdp_rxq_info's queue_index when detaching | * afec0c5c net: ip_tunnel: prevent perpetual headroom growth | * c71ed29d netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter | * 386bb253 mtd: spinand: gigadevice: Fix the get ecc status issue | * 00b19ee0 netfilter: nf_tables: disallow timeout for anonymous sets * | 9044d25b Revert "net: dev: Convert sa_data to flexible array in struct sockaddr" * | 23519db9 Revert "arp: Prevent overflow in arp_req_get()." * | d8cdf88a Revert "usb: roles: fix NULL pointer issue when put module's reference" * | ecfd84f5 Revert "usb: roles: don't get/set_role() when usb_role_switch is unregistered" * | b37e6a41 Revert "mptcp: fix lockless access in subflow ULP diag" * | ffc64df6 Revert "xhci: cleanup xhci_hub_control port references" * | 0bbc82d8 Revert "xhci: move port specific items such as state completions to port structure" * | cb5e3055 Revert "xhci: rename resume_done to resume_timestamp" * | 2eb9391e Revert "xhci: clear usb2 resume related variables in one place." * | 426a3a40 Revert "xhci: decouple usb2 port resume and get_port_status request handling" * | e283cb34 Revert "xhci: track port suspend state correctly in unsuccessful resume cases" * | 4c7e112c Revert "posix-timers: Ensure timer ID search-loop limit is valid" * | 14a4c775 Merge 5.15.150 into android13-5.15-lts |\| | * 80efc626 Linux 5.15.150 | * da6cabc1 r8169: use new PM macros | * b7f3fac6 netfilter: nf_tables: can't schedule in nft_chain_validate | * a4efc62c ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks() | * c1317822 ext4: regenerate buddy after block freeing failed if under fc replay | * d82ec752 netfilter: nf_tables: fix scheduling-while-atomic splat | * 97eaa295 arp: Prevent overflow in arp_req_get(). | * d7b6fa97 fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio | * df31d05f cifs: fix mid leak during reconnection after timeout threshold | * aade8594 i2c: imx: when being a target, mark the last read as processed | * cb21407f i2c: imx: Add timer for handling the stop condition | * 33f649f1 drm/amd/display: Fix memory leak in dm_sw_fini() | * 9a031265 drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set | * 13b57b5c netfilter: nft_flow_offload: release dst in case direct xmit path is used | * 4c167af9 netfilter: nft_flow_offload: reset dst in route object after setting up flow | * 7c71b831 netfilter: flowtable: simplify route logic | * 664264a5 netfilter: nf_tables: set dormant flag on hook register failure | * 4338032a tls: stop recv() if initial process_rx_list gave us non-DATA | * ea845237 tls: rx: drop pointless else after goto | * 8b32e43a tls: rx: jump to a more appropriate label | * 39603a6d s390: use the correct count for __iowrite64_copy() | * 8cae520f octeontx2-af: Consider the action set by PF | * 6dae0969 drm/nouveau/instmem: fix uninitialized_var.cocci warning | * 4d3b2bd9 net: dev: Convert sa_data to flexible array in struct sockaddr | * d65ec3e4 packet: move from strlcpy with unused retval to strscpy | * 91b020aa ipv6: sr: fix possible use-after-free and null-ptr-deref | * e5666216 afs: Increase buffer size in afs_update_volume_status() | * 5268bb02 bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel | * 6800ad74 ata: ahci_ceva: fix error handling for Xilinx GT PHY support | * 7fcc31a3 ata: libahci_platform: Introduce reset assertion/deassertion methods | * ddac2e0e ata: libahci_platform: Convert to using devm bulk clocks API | * 302b92b3 ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid | * a75b4954 ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid | * 2a7b878a net: stmmac: Fix incorrect dereference in interrupt handlers | * a41d9142 nouveau: fix function cast warnings | * 1087c284 scsi: jazz_esp: Only build if SCSI core is builtin | * 4e395fb8 bpf, scripts: Correct GPL license name | * cd6070d9 RDMA/srpt: fix function pointer cast warnings | * 656bd170 arm64: dts: rockchip: set num-cs property for spi on px30 | * 135e5465 RDMA/qedr: Fix qedr_create_user_qp error flow | * 989af2f2 RDMA/srpt: Support specifying the srpt_service_guid parameter | * b6e660e0 RDMA/irdma: Add AE for too many RNRS | * 056ed95b RDMA/irdma: Set the CQ read threshold for GEN 1 | * a95d4cf8 RDMA/irdma: Validate max_send_wr and max_recv_wr | * 635d79aa RDMA/irdma: Fix KASAN issue with tasklet | * aeb5ac1c RDMA/bnxt_re: Return error for SRQ resize | * 52de5805 IB/hfi1: Fix a memleak in init_credit_return | * 48c63a17 cifs: add a warning when the in-flight count goes negative | * 6538b6d1 xhci: track port suspend state correctly in unsuccessful resume cases | * 8839d572 xhci: decouple usb2 port resume and get_port_status request handling | * 8af9de2a xhci: clear usb2 resume related variables in one place. | * a99c8f1a xhci: rename resume_done to resume_timestamp | * 63f0e79c xhci: move port specific items such as state completions to port structure | * ea6c19c7 xhci: cleanup xhci_hub_control port references | * 95973afc ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CBA | * 4f080b64 ACPI: resource: Skip IRQ override on Asus Expertbook B2402CBA | * c2a9376d ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks | * 1b64ff94 ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA | * f3607954 ACPI: resource: Add ASUS model S5402ZA to quirks | * 27e99d78 ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 | * cb1003c0 ARM: dts: BCM53573: Describe on-SoC BCM53125 rev 4 switch | * 28e5e3e5 arm64: dts: rockchip: add SPDIF node for ROCK Pi 4 | * 99c8b2e9 arm64: dts: rockchip: add ES8316 codec for ROCK Pi 4 | * 371036bf arm64: dts: rockchip: fix regulator name on rk3399-rock-4 | * 92dcd7d6 exfat: support dynamic allocate bh for exfat_entry_set_cache | * b4dc693b wifi: iwlwifi: mvm: avoid baid size integer overflow | * fa92c463 igb: Fix igb_down hung on surprise removal | * 16f65377 wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point() | * 7552020e devlink: report devlink_port_type_warn source device | * 819ca254 bpf: Address KCSAN report on bpf_lru_list | * f9783262 wifi: ath11k: fix registration of 6Ghz-only phy without the full channel range | * 3cb43222 sched/fair: Don't balance task to its current running CPU | * 621619f6 arm64: mm: fix VA-range sanity check | * 0bd309f2 arm64: set __exception_irq_entry with __irq_entry as a default | * dd0802f0 ACPI: video: Add backlight=native DMI quirk for Lenovo ThinkPad X131e (3371 AMD version) | * 3cc2d66b ACPI: video: Add backlight=native DMI quirk for Apple iMac11,3 | * 54da51be ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A | * fa33b705 btrfs: add xxhash to fast checksum implementations | * ef535e03 posix-timers: Ensure timer ID search-loop limit is valid | * 84a57896 md/raid10: prevent soft lockup while flush writes | * 6b03364b md: fix data corruption for raid456 when reshape restart while grow up | * 638eaac3 nbd: Add the maximum limit of allocated index in nbd_dev_add | * 173e1910 debugobjects: Recheck debug_objects_enabled before reporting | * de2efb42 netfilter: nf_tables: add rescheduling points during loop detection walks | * a022c339 net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs | * 65acad67 Input: iqs269a - do not poll during ATI | * 13b1dee7 Input: iqs269a - do not poll during suspend or resume | * f33ba1ec Input: iqs269a - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() | * dba06912 PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macro | * 995e77b8 mmc: mxc: Use the new PM macros | * 8bc59773 mmc: jz4740: Use the new PM macros | * 75d4f92d PM: core: Add new *_PM_OPS macros, deprecate old ones | * 53f73375 PM: core: Redefine pm_ptr() macro | * a51c253d powerpc/eeh: Set channel state after notifying the drivers | * 4570db06 powerpc/eeh: Small refactor of eeh_handle_normal_event() | * 12dd4a08 powerpc/rtas: ensure 4KB alignment for rtas_data_buf | * 8afaf743 powerpc/rtas: make all exports GPL | * 2240f4c5 net: ethernet: ti: add missing of_node_put before return | * 18721a83 dt-bindings: clocks: imx8mp: Add ID for usb suspend clock | * fb100de7 clk: imx8mp: add clkout1/2 support | * 3c8a513f clk: imx8mp: Add DISP2 pixel clock | * 3517b6d6 serial: 8250: Remove serial_rs485 sanitization from em485 | * 54974aad cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl() | * 15c3ddd1 kernel/sched: Remove dl_boosted flag comment | * a1733ffd drm/i915/dg1: Update DMC_DEBUG3 register | * 8102416c f2fs: write checkpoint during FG_GC | * cfd5d011 f2fs: don't set GC_FAILURE_PIN for background GC | * 56b522f4 drm/amdgpu: init iommu after amdkfd device init | * 572ee508 tools/virtio: fix build | * 80f2a246 perf beauty: Update copy of linux/socket.h with the kernel sources | * 47b6345d tools headers UAPI: Sync linux/fscrypt.h with the kernel sources | * c65a23e9 ARM: dts: BCM53573: Drop nonexistent "default-off" LED trigger | * 2eb3d2a5 acpi: property: Let args be NULL in __acpi_node_get_property_reference | * 7abdd666 platform/x86: asus-wmi: Document the dgpu_disable sysfs attribute | * 7de3c153 clk: linux/clk-provider.h: fix kernel-doc warnings and typos | * b184742d RDMA/siw: Correct wrong debug message | * 6f6ec8af RDMA/siw: Balance the reference of cep->kref in the error path | * 71475bce ARM: dts: BCM53573: Drop nonexistent #usb-cells | * 832cf206 selftests: net: vrf-xfrm-tests: change authentication and encryption algos | * 14e1f63b vdpa/mlx5: Don't clear mr struct on destroy MR | * 5b4f6c5f MIPS: vpe-mt: drop physical_memsize | * 1be5de5b MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set | * cc24b32d powerpc/pseries/lpar: add missing RTAS retry status handling | * 32126061 powerpc/perf/hv-24x7: add missing RTAS retry status handling | * e3835122 powerpc/pseries/lparcfg: add missing RTAS retry status handling | * 228d3c49 clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled() | * d0e4a444 clk: qcom: gpucc-sdm845: fix clk_dis_wait being programmed for CX GDSC | * e7076cfb clk: qcom: gpucc-sc7180: fix clk_dis_wait being programmed for CX GDSC | * 83c043b9 powerpc/powernv/ioda: Skip unallocated resources when mapping to PE | * 8c373aa1 Input: ads7846 - don't check penirq immediately for 7845 | * 6a37a429 Input: ads7846 - always set last command to PWRDOWN | * 199e6664 clk: imx: avoid memory leak | * 94957e54 clk: renesas: cpg-mssr: Remove superfluous check in resume code | * 2d89ed2e Input: ads7846 - don't report pressure for ads7845 | * f992d1af clk: renesas: cpg-mssr: Fix use after free if cpg_mssr_common_init() failed | * d73cf59d Input: iqs269a - increase interrupt handler return delay | * db06a2ae Input: iqs269a - configure device with a single block write | * fdbceead Input: iqs269a - drop unused device node references | * d93c6866 RISC-V: fix funct4 definition for c.jalr in parse_asm.h | * 5c5c02b0 mtd: rawnand: sunxi: Fix the size of the last OOB region | * 11fcd28d clk: qcom: gcc-qcs404: fix names of the DSI clocks used as parents | * 9fcba5e7 clk: qcom: gcc-qcs404: disable gpll[04]_out_aux parents | * 7602e5e1 clk: imx: imx8mp: add shared clk gate for usb suspend clk | * 7d6e8d7e mptcp: fix lockless access in subflow ULP diag | * 256c3e61 usb: roles: don't get/set_role() when usb_role_switch is unregistered | * ef982fc4 usb: roles: fix NULL pointer issue when put module's reference | * 2cb66b62 usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs | * 3a2a9099 usb: cdns3: fix memory double free when handle zero packet | * 4e5c73b1 usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable() | * f4928121 usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers | * 7c532fb9 usb: cdnsp: blocked some cdns3 specific code | * c98f2d25 usb: dwc3: gadget: Don't disconnect if not started * | 85445b5a Merge f4fab74c ("serial: amba-pl011: Fix DMA transmission in RS485 mode") into android-mainline |\| | * f4fab74c serial: amba-pl011: Fix DMA transmission in RS485 mode | * 2c62c898 x86/alternative: Make custom return thunk unconditional | * b0c9fcac Revert "x86/alternative: Make custom return thunk unconditional" | * ae815291 x86/returnthunk: Allow different return thunks | * 5ca1f6ad x86/ftrace: Use alternative RET encoding | * b9d69bff x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch() | * b810c58d x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBR | * 8943e3c9 Revert "x86/ftrace: Use alternative RET encoding" | * eec6cbbf ARM: ep93xx: Add terminator to gpiod_lookup_table | * 0da15a70 l2tp: pass correct message length to ip6_append_data | * 9d71d7a9 PCI/MSI: Prevent MSI hardware interrupt number truncation | * a5763088 gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp() | * d81e2dc2 KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table() | * 4deb8413 KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler | * e20b24b1 platform/x86: touchscreen_dmi: Allow partial (prefix) matches for ACPI names | * 79d7504a platform/x86: intel-vbtn: Stop calling "VBDL" from notify_handler | * 1a4371db dm-crypt: don't modify the data when using authenticated encryption | * d580f0dc drm/ttm: Fix an invalid freeing on already freed page in error path | * 47ae64df IB/hfi1: Fix sdma.h tx->num_descs off-by-one error | * 77cbc04a erofs: fix lz4 inplace decompression * | 19f346d2 Merge fbb662ff ("pmdomain: renesas: r8a77980-sysc: CR7 must be always on") into android-mainline |\| | * fbb662ff pmdomain: renesas: r8a77980-sysc: CR7 must be always on | * 43ea43b6 ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read fails | * 475426ad pmdomain: mediatek: fix race conditions with genpd | * 2a52590a virtio-blk: Ensure no requests in virtqueues before deleting vqs. | * b9a61ee2 drm/amdgpu: reset gpu for s3 suspend abort case | * afc74fda drm/amdgpu: skip to program GFXDEC registers for suspend abort | * dcd33edd firewire: core: send bus reset promptly on gap count error | * a74270a1 scsi: lpfc: Use unsigned type for num_sge | * 26b8bdb5 hwmon: (coretemp) Enlarge per package core count limit | * a2f99731 efi: Don't add memblocks for soft-reserved memory | * 4aa36b62 efi: runtime: Fix potential overflow of soft-reserved region size | * 262dc4fb wifi: mac80211: adding missing drv_mgd_complete_tx() call * | 79bd336c Merge a585faf0 ("fs/ntfs3: Fix oob in ntfs_listxattr") into android-mainline |\| | * a585faf0 fs/ntfs3: Fix oob in ntfs_listxattr | * 0a3548e8 fs/ntfs3: Update inode->i_size after success write into compressed file | * c39c689a fs/ntfs3: Correct function is_rst_area_valid | * 54142e95 fs/ntfs3: Prevent generic message "attempt to access beyond end of device" | * 095d6a66 fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache | * 3f3a6ebf fs/ntfs3: Disable ATTR_LIST_ENTRY size check | * ee8db647 fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() | * 56dacb72 fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name" | * 3532bcea fs/ntfs3: Print warning while fixing hard links count | * f14132b8 fs/ntfs3: Correct hard links updating when dealing with DOS names | * cd465584 fs/ntfs3: Improve ntfs_dir_count | * 3f7920b3 fs/ntfs3: Modified fix directory element type detection | * b4663b40 Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table | * 9b1e3cf9 ext4: correct the hole length returned by ext4_map_blocks() | * 46e64b9a nvmet-fc: take ref count on tgtport before delete assoc | * 5e0bc09a nvmet-fc: avoid deadlock on delete association path | * f323185c nvmet-fc: abort command when there is no binding | * 59b4ca71 nvmet-fc: hold reference on hostport match | * 8fd604d4 nvmet-fc: defer cleanup using RCU properly | * 8f7104e1 nvmet-fc: release reference on target port | * 071f1164 nvmet-fcloop: swap the list_add_tail arguments | * 0bf567d6 nvme-fc: do not wait in vain when unloading module | * 75e34de6 ALSA: usb-audio: Ignore clock selector errors for single connection | * a75d8966 netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new | * 4a5ed469 Input: xpad - add Lenovo Legion Go controllers | * 1e9af43d spi: sh-msiof: avoid integer overflow in constants | * ef1e3f27 ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616 | * e59905cf ALSA: usb-audio: Check presence of valid altsetting control | * 065da538 nvmet-tcp: fix nvme tcp ida memory leak | * f8dee8e4 regulator: pwm-regulator: Add validity checks in continuous .get_voltage | * 4fe4e5ad dmaengine: ti: edma: Add some null pointer checks to the edma_probe | * 8de8305a ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() | * 4c21fa60 ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found() | * 687061cf ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt * | 653129a0 Merge 3700475e ("platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tablet") into android-mainline |\| | * 3700475e platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tablet | * 343c1981 MIPS: reserve exception vector space ONLY ONCE | * b4c13def ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers | * 1a8bd624 ahci: asm1166: correct count of reported ports | * 0399d7eb spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detected | * df6e2088 fbdev: sis: Error out if pixclock equals zero | * 8c54acf3 fbdev: savage: Error out if pixclock equals zero | * 88c18fd0 wifi: mac80211: fix race condition on enabling fast-xmit | * 212f20d5 wifi: cfg80211: fix missing interfaces when dumping | * 37d82e6a dmaengine: fsl-qdma: increase size of 'irq_name' | * 3692c6f2 dmaengine: shdma: increase size of 'dev_id' | * a9849b67 scsi: target: core: Add TMF to tmr_list handling | * 0766e731 sched/rt: Disallow writing invalid values to sched_rt_period_us | * 5295b5f2 sched/rt: Fix sysctl_sched_rr_timeslice intial value | * 8bd3eee7 x86/fpu: Stop relying on userspace for info to fault in xsave buffer | * c017fbf1 zonefs: Improve error handling | * bbc432e6 userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb | * 4bbb93ad bpf: Remove trace_printk_lock | * 4b349c55 bpf: Do cleanup in bpf_bprintf_cleanup only when needed | * bcbaeb08 bpf: Add struct for bin_args arg in bpf_bprintf_prepare | * 8495c34d bpf: Merge printk and seq_printf VARARG max macros | * ab2e1278 PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq() | * 50349893 sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset | * ee0fb9ba smb: client: fix parsing of SMB3.1.1 POSIX create context | * 890bc4fa smb: client: fix potential OOBs in smb2_parse_contexts() | * 858e73ff smb: client: fix OOB in receive_encrypted_standard() | * 6e5e93fd net/sched: Retire dsmark qdisc | * c3fdf768 net/sched: Retire ATM qdisc | * 78bac52c net/sched: Retire CBQ qdisc * 7d572bdb Merge branch 'android13-5.15' into branch 'android13-5.15-lts' * 424f92bc Merge branch 'android13-5.15' into branch 'android13-5.15-lts' Change-Id: I65a644bf592cc4008e1f41a37f1a74f34ff8325c Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please sign in to comment