Commit Graph

40850 Commits

Author SHA1 Message Date
Greg Kroah-Hartman
a34daa1c47 UPSTREAM: kvm: initialize all of the kvm_debugregs structure before sending it to userspace
commit 2c10b61421a28e95a46ab489fd56c0f442ff6952 upstream.

When calling the KVM_GET_DEBUGREGS ioctl, on some configurations, there
might be some unitialized portions of the kvm_debugregs structure that
could be copied to userspace.  Prevent this as is done in the other kvm
ioctls, by setting the whole structure to 0 before copying anything into
it.

Bonus is that this reduces the lines of code as the explicit flag
setting and reserved space zeroing out can be removed.

Bug: 276839298
Cc: Sean Christopherson <seanjc@google.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: <x86@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: stable <stable@kernel.org>
Reported-by: Xingyuan Mo <hdthky0@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Message-Id: <20230214103304.3689213-1-gregkh@linuxfoundation.org>
Tested-by: Xingyuan Mo <hdthky0@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: Iba91db0bd1b8380584f48b0ca94d8c104afcce29
2023-05-16 11:40:27 +00:00
Alistair Delva
5227c47617 ANDROID: GKI: Increase max 8250 uarts
Some boards need more than the default maximum of 4 uarts. This has no
impact unless 8250.nr_uarts is specified on the cmdline to increase
the number of runtime uarts from the GKI default of 0.

Bug: 280015873
Signed-off-by: Alistair Delva <adelva@google.com>
Change-Id: I5ba4e1dcce4f4e01b7d306fa3ab05319768eef00
2023-05-04 16:40:04 +00:00
Cixi Geng
30edea77f7 ANDROID: gki_defconfig: enable CONFIG_BLK_CGROUP_IOPRIO
Using cgroup to adjust the io priority can make the process
with high io priority respond faster, so enable the config
to avoid some key processes from being unresponsive under
the condition of high io pressure.

When writing files directly under a certain load, files with
high io priority will be completed faster:
The write rate of a file whose io priority policy is none is 2.3MB/s
The write rate of a file whose io priority policy is none-to-rt is 3.5MB/s

Bug: 271937162
Change-Id: I387ac4792c89d88d131c5146b116a0393c01b096
Signed-off-by: Cixi Geng <cixi.geng1@unisoc.com>
2023-04-13 11:40:47 +00:00
Sean Christopherson
ff29d7e59d UPSTREAM: KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
commit 98c25ead5eda5e9d41abe57839ad3e8caf19500c upstream.

Handle the switch to/from the hypervisor/software timer when a vCPU is
blocking in common x86 instead of in VMX.  Even though VMX is the only
user of a hypervisor timer, the logic and all functions involved are
generic x86 (unless future CPUs do something completely different and
implement a hypervisor timer that runs regardless of mode).

Handling the switch in common x86 will allow for the elimination of the
pre/post_blocks hooks, and also lets KVM switch back to the hypervisor
timer if and only if it was in use (without additional params).  Add a
comment explaining why the switch cannot be deferred to kvm_sched_out()
or kvm_vcpu_block().

Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20211208015236.1616697-8-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
[ta: Fix conflicts in vmx_pre_block and vmx_post_block as per Paolo's
suggestion. Add Reported-by and Link tags.]
Reported-by: syzbot+b6a74be92b5063a0f1ff@syzkaller.appspotmail.com
Link: https://syzkaller.appspot.com/bug?id=489beb3d76ef14cc6cd18125782dc6f86051a605
Tested-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Bug: 274862109
Change-Id: I90ce94d984f90df38f935ce7aca18736d127b2ae
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
2023-04-12 11:08:30 +00:00
Greg Kroah-Hartman
5155624549 Merge tag 'android13-5.15.94_r00' into android13-5.15
This is the merge of the upstream LTS release of 5.15.94 into the
android13-5.15 branch.

It contains the following commits:

*   5448b2fda8 Merge 5.15.94 into android13-5.15-lts
|\
| * e2c1a934fd Linux 5.15.94
| * 17170acdc7 Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions
| * 5122e0e443 KVM: x86: Mitigate the cross-thread return address predictions bug
| * 8f12dcab90 x86/speculation: Identify processors vulnerable to SMT RSB predictions
| * e63c434de8 drm/i915: Fix VBT DSI DVO port handling
| * fc88c68381 drm/i915: Initialize the obj flags for shmem objects
| * 2e557c8ca2 drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini
| * 3af734f3ea Fix page corruption caused by racy check in __free_pages
| * c94ce5ea68 arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitive
| * b796c02df3 arm64: dts: meson-g12-common: Make mmc host controller interrupts level-sensitive
| * 5d9b771f53 arm64: dts: meson-gx: Make mmc host controller interrupts level-sensitive
| * ac39dce119 rtmutex: Ensure that the top waiter is always woken up
| * 86f7e42393 powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch
| * 2907cf3f2e riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
| * beb1cefa3c ceph: flush cap releases when the session is flushed
| * 86733ab239 clk: ingenic: jz4760: Update M/N/OD calculation algorithm
| * 239e927eb2 usb: typec: altmodes/displayport: Fix probe pin assign check
| * 48aecce116 usb: core: add quirk for Alcor Link AK9563 smartcard reader
| * a8178bb1c7 btrfs: free device in btrfs_close_devices for a single device filesystem
| * 8d13f2c3e2 mptcp: be careful on subflow status propagation on errors
| * 25141fb411 net: USB: Fix wrong-direction WARNING in plusb.c
| * d1fba1e096 cifs: Fix use-after-free in rdata->read_into_pages()
| * 1b83e7e174 pinctrl: intel: Restore the pins that used to be in Direct IRQ mode
| * f5f025b703 spi: dw: Fix wrong FIFO level setting for long xfers
| * 71668706fb pinctrl: single: fix potential NULL dereference
| * a2a1065739 pinctrl: aspeed: Fix confusing types in return value
| * 99450163bc pinctrl: mediatek: Fix the drive register definition of some Pins
| * 9f0d2c2684 ASoC: topology: Return -ENOMEM on memory allocation failure
| * 1a52ef89e3 riscv: stacktrace: Fix missing the first frame
| * 5fb8154334 ALSA: pci: lx6464es: fix a debug loop
| * 105ea562f6 selftests: forwarding: lib: quote the sysctl values
| * 528e3f3a4b rds: rds_rm_zerocopy_callback() use list_first_entry()
| * 48d6d8f2f6 igc: Add ndo_tx_timeout support
| * 62ff7dd961 net/mlx5: Serialize module cleanup with reload and remove
| * 95d2394f84 net/mlx5: fw_tracer, Zero consumer index when reloading the tracer
| * ab7f3f6a9d net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers
| * 193528646e net/mlx5e: IPoIB, Show unknown speed instead of error
| * 7c6e8eb617 net/mlx5: Bridge, fix ageing of peer FDB entries
| * 49ece61a07 net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change
| * 31172267ba net/mlx5e: Introduce the mlx5e_flush_rq function
| * e4e4e93d31 net/mlx5e: Move repeating clear_bit in mlx5e_rx_reporter_err_rq_cqe_recover
| * 3f18b9ed8c net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"
| * 6acb5d853b net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-aware
| * ca834a0178 ice: Do not use WQ_MEM_RECLAIM flag for workqueue
| * 70d48c7992 uapi: add missing ip/ipv6 header dependencies for linux/stddef.h
| * 3cec44036f ionic: clean interrupt before enabling queue to avoid credit race
| * fad12afe87 net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHY
| * d23385a200 bonding: fix error checking in bond_debug_reregister()
| * 11006d9d08 net: phylink: move phy_device_free() to correctly release phy device
| * fb022d7b1c xfrm: fix bug with DSCP copy to v6 from v4 tunnel
| * 6fe1ad42af RDMA/usnic: use iommu_map_atomic() under spin_lock()
| * 8f5fe1cd8e RDMA/irdma: Fix potential NULL-ptr-dereference
| * 1b4ef90cbc IB/IPoIB: Fix legacy IPoIB due to wrong number of queues
| * 5dc688fae6 xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
| * 9bae58d58b IB/hfi1: Restore allocated resources on failed copyout
| * 558b1fa01c xfrm: compat: change expression for switch in xfrm_xlate64
| * 238b38e89f can: j1939: do not wait 250 ms if the same addr was already claimed
| * d859184b60 of/address: Return an error when no valid dma-ranges are found
| * 70f37b3118 tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_pipe_raw
| * df01749503 ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9
| * ca9d542203 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360
| * 706b6d86a6 ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()
| * 731fc29de6 ALSA: hda/realtek: Add Positivo N14KP6-TG
| * b938059807 btrfs: zlib: zero-initialize zlib workspace
| * e65faa7e39 btrfs: limit device extents to the device size
| * 2e4dd07fda migrate: hugetlb: check for hugetlb shared PMD in node migration
| * 072e7412e8 mm/migration: return errno when isolate_huge_page failed
* | f977f92131 Revert "nvmem: core: remove nvmem_config wp_gpio"
* | 787413edad Merge 5.15.93 into android13-5.15-lts
|\|
| * 85d7786c66 Linux 5.15.93
| * 6e2fac197d bpf: Skip invalid kfunc call in backtrack_insn
| * 46c9088cab gfs2: Always check inode size of inline inodes
| * 8eb2e58a92 gfs2: Cosmetic gfs2_dinode_{in,out} cleanup
| * e4991910f1 wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads
| * 97ccfffcc0 f2fs: fix to do sanity check on i_extra_isize in is_alive()
| * 64fa364ad3 fbdev: smscufx: fix error handling code in ufx_usb_probe
| * a77141a063 ovl: Use "buf" flexible array for memcpy() destination
| * 1692fedd0f fs/ntfs3: Validate attribute data and valid sizes
| * a5b9cb7276 powerpc/imc-pmu: Revert nest_init_lock to being a mutex
| * 3691f43a09 iio:adc:twl6030: Enable measurement of VAC
| * 8c84f50390 bpf: Do not reject when the stack read size is different from the tracked scalar size
| * 14b6198abb bpf: Fix incorrect state pruning for <8B spill/fill
| * 575a9f6fef phy: qcom-qmp-combo: fix runtime suspend
| * e58df87394 phy: qcom-qmp-combo: fix broken power on
| * 368ea32e0a phy: qcom-qmp-usb: fix memleak on probe deferral
| * 2f27d3811a phy: qcom-qmp-combo: fix memleak on probe deferral
| * 0cb10ddab7 phy: qcom-qmp-combo: disable runtime PM on unbind
| * 0ef5ffe116 serial: 8250_dma: Fix DMA Rx rearm race
| * e30328f599 serial: 8250_dma: Fix DMA Rx completion race
| * a5a171f61a nvmem: core: fix cell removal on error
| * 6d9fa3ff65 nvmem: core: remove nvmem_config wp_gpio
| * adf80e072c nvmem: core: initialise nvmem->id early
| * e3ebc3e23b drm/i915: Fix potential bit_17 double-free
| * 997bed0f3c Squashfs: fix handling and sanity checking of xattr_ids count
| * 7a0cfaf9d4 highmem: round down the address passed to kunmap_flush_on_unmap()
| * 5dbe1ebd56 mm/swapfile: add cond_resched() in get_swap_pages()
| * daf8241804 fpga: stratix10-soc: Fix return value check in s10_ops_write_init()
| * afd32b6831 x86/debug: Fix stack recursion caused by wrongly ordered DR7 accesses
| * 066ecbf1a5 kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
| * 481bf49f58 usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
| * fdf40e5824 mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
| * 6c300351c5 riscv: disable generation of unwind tables
| * a5c275add9 parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
| * a964decd13 parisc: Fix return code of pdc_iodc_print()
| * 488eaf0625 nvmem: qcom-spmi-sdam: fix module autoloading
| * 8569beb66f iio: imu: fxos8700: fix MAGN sensor scale and unit
| * 8aa5cdcfaf iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
| * 4112ba1ad5 iio: imu: fxos8700: fix failed initialization ODR mode assignment
| * abf7b2ba51 iio: imu: fxos8700: fix incorrect ODR mode readback
| * 412757741c iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
| * 34909532b1 iio: imu: fxos8700: fix map label of channel type to MAGN sensor
| * 8346eb4987 iio: imu: fxos8700: fix IMU data bits returned to user space
| * 7567cdf3ce iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readback
| * 6969852220 iio: imu: fxos8700: fix ACCEL measurement range selection
| * cdacfb2205 iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
| * 9988063dce iio: adc: berlin2-adc: Add missing of_node_put() in error path
| * c691a5c0fd iio: hid: fix the retval in gyro_3d_capture_sample
| * ef80a34699 iio: hid: fix the retval in accel_3d_capture_sample
| * c4eae85c73 efi: Accept version 2 of memory attributes table
| * 710db82063 ALSA: hda/realtek: Add Acer Predator PH315-54
| * 3fbddf86d9 watchdog: diag288_wdt: fix __diag288() inline assembly
| * 700dd5bc72 watchdog: diag288_wdt: do not use stack buffers for hardware data
| * 21bc51e29e net: qrtr: free memory on error path in radix_tree_insert()
| * dccbd062d7 fbcon: Check font dimension limits
| * 5d7500d991 Input: i8042 - add Clevo PCX0DX to i8042 quirk table
| * fc9e27f3ba vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF
| * 9ba1188a71 usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait
| * fe86480e90 usb: dwc3: qcom: enable vbus override when in OTG dr-mode
| * a412fe7baf iio: adc: stm32-dfsdm: fill module aliases
| * 9944659398 drm/amd/display: Fix timing not changning when freesync video is enabled
| * a3967128bc net/x25: Fix to not accept on connected socket
| * 396ea318e7 platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
| * 1577524633 platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type 0x0010 table
| * 540cea9f9b i2c: rk3x: fix a bunch of kernel-doc warnings
| * 0aaabdb900 scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress
| * 17b738590b scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress
| * 8cd0499f9c perf/x86/intel: Add Emerald Rapids
| * 7093515370 scsi: target: core: Fix warning on RT kernels
| * b7960f5436 i2c: mxs: suppress probe-deferral error message
| * b9b87fc34b i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
| * d8fc0b5fb3 efi: fix potential NULL deref in efi_mem_reserve_persistent
| * f423c2efd5 net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
| * 7985028647 virtio-net: Keep stop() to follow mirror sequence of open()
| * 5d884f9e80 selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchmarking
| * 63aa63af3a selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs
| * d41a3f9cc2 selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided
| * 5af98283e5 selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warning
| * 89e0701e03 ata: libata: Fix sata_down_spd_limit() when no link speed is reported
| * 9ab896775f can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
| * 02d77d98e0 igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()
| * 04a7355820 riscv: kprobe: Fixup kernel panic when probing an illegal position
| * 206c367b6a ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address
| * 90178bc0f2 ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address
| * dfe2f0ea38 net: phy: meson-gxl: Add generic dummy stubs for MMD register access
| * b7398efe24 squashfs: harden sanity check in squashfs_read_xattr_id_table
| * 89a69216f1 netfilter: br_netfilter: disable sabotage_in hook after first suppression
| * cdb444e73f drm/i915/adlp: Fix typo for reference clock
| * 960f20d858 drm/i915/guc: Fix locking when searching for a hung request
| * c27e0eac56 netrom: Fix use-after-free caused by accept on already connected socket
| * 511c922c5b block, bfq: fix uaf for bfqq in bic_set_bfqq()
| * a62c129dcb block, bfq: replace 0/1 with false/true in bic apis
| * 37a744a068 block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
| * 2cd1e9c013 net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices
| * 18c18c2110 sfc: correctly advertise tunneled IPv6 segmentation
| * 878b06f60a dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
| * 3b5774cd6b dpaa_eth: execute xdp_do_flush() before napi_complete_done()
| * 5a7040a649 virtio-net: execute xdp_do_flush() before napi_complete_done()
| * 94add5b272 qede: execute xdp_do_flush() before napi_complete_done()
| * a273f8e3ab ice: Prevent set_channel from changing queues while RDMA active
| * b432e183c2 fix "direction" argument of iov_iter_kvec()
| * d8b8306e96 fix iov_iter_bvec() "direction" argument
| * 389c7c0ef9 READ is "data destination", not source...
| * 7a3649bf5b WRITE is "data source", not destination...
| * 83cc6a7bb7 vhost/net: Clear the pending messages when the backend is removed
| * 7c7d344bc3 scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRESENT"
| * 4b199dc094 drm/vc4: hdmi: make CEC adapter name unique
| * dc1f8ab25a arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
| * c681d7a4ed bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
| * 34ad5d8885 bpf: Fix to preserve reg parent/live fields when copying range info
| * 7b86f9ab56 bpf: Support <8-byte scalar spill and refill
| * 1b9256c962 ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()
| * b7abeb6916 bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
| * cfcc2390db ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device after use
| * b4b204565a ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device after use
| * 1f1e7635c5 ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after use
| * 41d323c352 ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device after use
| * 6a9990e1d9 ASoC: Intel: bytcht_es8316: move comment to the right place
| * ffcdf35455 ASoC: Intel: boards: fix spelling in comments
| * bd0b17ab1b bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
| * 5f4543c938 firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP region
* | 5020746bff Merge 5.15.92 into android13-5.15-lts
|\|
| * e515b9902f Linux 5.15.92
| * c7caf669b8 net: mctp: purge receive queues on sk destruction
| * 046de74f9a net: fix NULL pointer in skb_segment_list
| * 7ab3376703 selftests: Provide local define of __cpuid_count()
| * e92e311ced selftests/vm: remove ARRAY_SIZE define from individual tests
| * c9e52db900 tools: fix ARRAY_SIZE defines in tools and selftests hdrs
| * c1aa0dd52d Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt
| * 02e61196c5 ACPI: processor idle: Practically limit "Dummy wait" workaround to old Intel systems
| * 79dd676b44 extcon: usbc-tusb320: fix kernel-doc warning
| * c2bd60ef20 ext4: fix bad checksum after online resize
| * 4cd1e18bc0 cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
| * 43acd767bd dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init
| * a54c5ad007 HID: playstation: sanity check DualSense calibration data.
| * 6d7686cc11 blk-cgroup: fix missing pd_online_fn() while activating policy
| * 2144859229 erofs/zmap.c: Fix incorrect offset calculation
| * 0dfef50313 bpf: Skip task with pid=1 in send_signal_common()
| * e8bb772f74 firmware: arm_scmi: Clear stale xfer->hdr.status
| * 80cb9f1a76 arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
| * 162fad24d2 arm64: dts: freescale: Fix pca954x i2c-mux node names
| * 82ad105e1a ARM: dts: vf610: Fix pca9548 i2c-mux node names
| * 5aee5f33e0 ARM: dts: imx: Fix pca9547 i2c-mux node name
* | 7e0097918f Revert "scsi: ufs: core: Fix devfreq deadlocks"
* | 6ce0fcdcc2 Revert "thermal/core: Rename 'trips' to 'num_trips'"
* | 49a5232dfb Revert "thermal: Validate new state in cur_state_store()"
* | be0ca2fc43 Revert "thermal/core: fix error code in __thermal_cooling_device_register()"
* | 9617a003cc Revert "thermal: core: call put_device() only after device_register() fails"
* | ccb2c48531 Revert "cpufreq: governor: Use kobject release() method to free dbs_data"
* | 0108f014a5 Revert "gpio: use raw spinlock for gpio chip shadowed data"
* | 1d2449f6be Revert "gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock"
* | 5f51aedcba Revert "gpio: mxc: Unlock on error path in mxc_flip_edge()"
* | 7622c50ba6 Merge 5.15.91 into android13-5.15-lts
|\|
| * 9cf4111cdf Linux 5.15.91
| * 14cc13e433 perf/x86/amd: fix potential integer overflow on shift of a int
| * 033636b322 netfilter: conntrack: unify established states for SCTP paths
| * 0b08201158 x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL
| * b577400367 block: fix and cleanup bio_check_ro
| * 1d152437e4 kbuild: Allow kernel installation packaging to override pkg-config
| * a196468858 cpufreq: governor: Use kobject release() method to free dbs_data
| * 7c513ced0d cpufreq: Move to_gov_attr_set() to cpufreq.h
| * cf7a08622d Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"
| * 53c5d61198 tools: gpio: fix -c option of gpio-event-mon
| * a7d1a303ff treewide: fix up files incorrectly marked executable
| * 046fe53907 net: mdio-mux-meson-g12a: force internal PHY off on mux switch
| * 86bdccde78 net/tg3: resolve deadlock in tg3_reset_task() during EEH
| * 4364bf79d8 thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()
| * e69c3a0d9d net: mctp: mark socks as dead on unhash, prevent re-add
| * 954cc215cd net: ravb: Fix possible hang if RIS2_QFF1 happen
| * 0f7218bf0a net: ravb: Fix lack of register setting after system resumed for Gen3
| * 3db4ca2938 ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variables
| * 621f296f11 gpio: mxc: Unlock on error path in mxc_flip_edge()
| * 071a839286 nvme: fix passthrough csi check
| * 614471b7f7 riscv/kprobe: Fix instruction simulation of JALR
| * 3391bd4235 sctp: fail if no bound addresses can be used for a given scope
| * b0784860e1 net/sched: sch_taprio: do not schedule in taprio_reset()
| * d2d3ab1b1d netrom: Fix use-after-free of a listening socket.
| * 9df5ab02c6 netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE
| * ca3cf94776 ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
| * d50e7348b4 ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
| * ead06e3449 netlink: annotate data races around sk_state
| * c4eb423c6b netlink: annotate data races around dst_portid and dst_group
| * fac9b69a93 netlink: annotate data races around nlk->portid
| * 8a13595600 netfilter: nft_set_rbtree: skip elements in transaction from garbage collection
| * 2bf1435fa1 netfilter: nft_set_rbtree: Switch to node list walk for overlap detection
| * e481654426 drm/i915/selftest: fix intel_selftest_modify_policy argument types
| * 66689a72ba net: fix UaF in netns ops registration error path
| * 41b74e95f2 netlink: prevent potential spectre v1 gadgets
| * 2f29d780bd i2c: designware: use casting of u64 in clock multiplication to avoid overflow
| * b03f7ed9af scsi: ufs: core: Fix devfreq deadlocks
| * 858d7e9218 net: mana: Fix IRQ name - add PCI and queue number
| * bff5243bd3 EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info
| * 5eedf4568d EDAC/device: Respect any driver-supplied workqueue polling value
| * 4b7dfd0a68 ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignment
| * 7807871f28 ipv6: fix reachability confirmation with proxy_ndp
| * f9a22f6fa1 thermal: intel: int340x: Protect trip temperature from concurrent updates
| * 036093c08d KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivation
| * c56683c062 KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
| * e91308e637 ovl: fail on invalid uid/gid mapping at copy up
| * 33a9657d67 ksmbd: limit pdu length size according to connection status
| * 8d83a758ee ksmbd: downgrade ndr version error message to debug
| * 87a7f38a90 ksmbd: do not sign response to session request for guest login
| * 4210c3555d ksmbd: add max connections parameter
| * cc6742b160 ksmbd: add smbd max io size parameter
| * 3c8a5648a5 i2c: mv64xxx: Add atomic_xfer method to driver
| * e619ab4fb3 i2c: mv64xxx: Remove shutdown method from driver
| * 4b83bc6f87 cifs: Fix oops due to uncleared server->smbd_conn in reconnect
| * 89042d3d85 ftrace/scripts: Update the instructions for ftrace-bisect.sh
| * 592ba7116f trace_events_hist: add check for return value of 'create_hist_field'
| * b0af180514 tracing: Make sure trace_printk() can output as soon as it can be used
| * 91135d7233 module: Don't wait for GOING modules
| * 85ee9919ad KVM: SVM: fix tsc scaling cache logic
| * f0227eca97 scsi: hpsa: Fix allocation size for scsi_host_alloc()
| * e5af9a458a drm/amdgpu: complete gfxoff allow signal during suspend without delay
| * 62b9e9f921 Bluetooth: hci_sync: cancel cmd_timer if hci_open failed
| * 21998acd31 exit: Use READ_ONCE() for all oops/warn limit reads
| * e82b1598eb docs: Fix path paste-o for /sys/kernel/warn_count
| * 1c51698ad6 panic: Expose "warn_count" to sysfs
| * 0691ddae56 panic: Introduce warn_limit
| * 7b98914a6c panic: Consolidate open-coded panic_on_warn checks
| * fc636b1362 exit: Allow oops_limit to be disabled
| * 339f8a8e52 exit: Expose "oops_count" to sysfs
| * f80fb0001f exit: Put an upper limit on how often we can oops
| * 2857ce7f47 panic: Separate sysctl logic from CONFIG_SMP
| * e156d4dcb0 ia64: make IA64_MCA_RECOVERY bool instead of tristate
| * 9024f77224 csky: Fix function name in csky_alignment() and die()
| * 2ea497d153 h8300: Fix build errors from do_exit() to make_task_dead() transition
| * a452ca0228 hexagon: Fix function name in die()
| * 3b39f47474 objtool: Add a missing comma to avoid string concatenation
| * 39a26d8721 exit: Add and use make_task_dead.
| * b5c1acaa43 kasan: no need to unset panic_on_warn in end_report()
| * b5c967dc68 ubsan: no need to unset panic_on_warn in ubsan_epilogue()
| * e4cd210032 panic: unset panic_on_warn inside panic()
| * 191f1f1f6a kernel/panic: move panic sysctls to its own file
| * 654f6e8512 sysctl: add a new register_sysctl_init() interface
| * 3aa991cde9 fs: reiserfs: remove useless new_opts in reiserfs_remount
| * d830531f8f x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
| * 1f54762231 drm/i915: Remove unused variable
| * 6e10127093 Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"
| * 619ee31b96 drm/i915: Allow switching away via vga-switcheroo if uninitialized
| * ea435ba9eb firmware: coreboot: Check size of table entry and use flex-array
| * a4e70bcf2e lockref: stop doing cpu_relax in the cmpxchg loop
| * b0ee61f5ee platform/x86: asus-nb-wmi: Add alternate mapping for KEY_SCREENLOCK
| * e8d2f7f566 platform/x86: touchscreen_dmi: Add info for the CSL Panther Tab HD
| * 2e0a8bacbe r8152: add vendor/device ID pair for Microsoft Devkit
| * d4b717e34d scsi: hisi_sas: Set a port invalid only if there are no devices attached when refreshing port id
| * e15750aa28 KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
| * 9300c65207 spi: spidev: remove debug messages that access spidev->spi without locking
| * 48ff5d3812 ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets
| * 5001ffb31d ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC
| * b76120e206 cpufreq: armada-37xx: stop using 0 as NULL pointer
| * eda26fa856 perf/x86/intel/uncore: Add Emerald Rapids
| * 544f9d4e9d perf/x86/msr: Add Emerald Rapids
| * b1eb964d78 s390: expicitly align _edata and _end symbols on page boundary
| * fb45ec279b s390/debug: add _ASM_S390_ prefix to header guard
| * cd488abed9 drm: Add orientation quirk for Lenovo ideapad D330-10IGL
| * ff7ab370b8 net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modem
| * d6935084e4 ASoC: fsl_micfil: Correct the number of steps on SX controls
| * ac07316b2d cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
| * f0e6dcae14 kcsan: test: don't put the expect array on the stack
| * c51c0b3754 cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist
| * 28e4e8ca9e scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspace
| * 14b1df2004 tcp: fix rate_app_limited to default to 1
| * 120b8e527e net: stmmac: enable all safety features by default
| * a7d736cc3c thermal: core: call put_device() only after device_register() fails
| * ed08f958e4 thermal/core: fix error code in __thermal_cooling_device_register()
| * 108a6f91e2 thermal: Validate new state in cur_state_store()
| * bd0ea77edf thermal/core: Rename 'trips' to 'num_trips'
| * 521c6ebd4f thermal/core: Remove duplicate information when an error occurs
| * 6504afa263 net: dsa: microchip: ksz9477: port map correction in ALU table entry register
| * 18346db185 selftests/net: toeplitz: fix race on tpacket_v3 block close
| * caa28c7c83 driver core: Fix test_async_probe_init saves device in wrong array
| * 89c62cee5d w1: fix WARNING after calling w1_process()
| * 3d0eafe413 w1: fix deadloop in __w1_remove_master_device()
| * 7701a4bd45 device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()
| * ed0d8f731e ptdma: pt_core_execute_cmd() should use spinlock
| * 29e9c67bf3 octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rt
| * 03bff5819a tcp: avoid the lookup process failing to get sk in ehash table
| * 5bd69d2ea8 nvme-pci: fix timeout request state check
| * 39178dfe86 drm/amd/display: fix issues with driver unload
| * 9a5a537e14 phy: phy-can-transceiver: Skip warning if no "max-bitrate"
| * 4095065b59 dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()
| * 5bd3c1c1bc cifs: fix potential deadlock in cache_refresh_path()
| * 1a2a47b85c HID: betop: check shape of output reports
| * b2a7309743 l2tp: prevent lockdep issue in l2tp_tunnel_register()
| * edf0e509ce virtio-net: correctly enable callback during start_xmit
| * d3401c7624 net: macb: fix PTP TX timestamp failure due to packet padding
| * 71c6019655 dmaengine: Fix double increment of client_count in dma_chan_get()
| * 1e7919f0b1 drm/panfrost: fix GENERIC_ATOMIC64 dependency
| * a1b3e50e21 net: mlx5: eliminate anonymous module_init & module_exit
| * 09e3fb6f53 net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENT
| * 01a6e10810 net: ipa: disable ipa interrupt during suspend
| * 98aec50ff7 Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
| * 0e59f60b74 usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
| * ae8e136bca usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
| * f25cd2b731 HID: revert CHERRY_MOUSE_000C quirk
| * 39483511fd pinctrl: rockchip: fix mux route data for rk3568
| * 1dae88a0b4 net: stmmac: fix invalid call to mdiobus_get_phy()
| * 6716838bf8 HID: check empty report_list in bigben_probe()
| * 2b49568254 HID: check empty report_list in hid_validate_values()
| * ad67de330d net: mdio: validate parameter addr in mdiobus_get_phy()
| * 4869129379 net: usb: sr9700: Handle negative len
| * 2827c4eb42 octeontx2-pf: Avoid use of GFP_KERNEL in atomic context
| * 77e8ed776c l2tp: close all race conditions in l2tp_tunnel_register()
| * af22d2c0b4 l2tp: convert l2tp_tunnel_list to idr
| * 22c7d45ca3 l2tp: Don't sleep and disable BH under writer-side sk_callback_lock
| * 87d9205d9a l2tp: Serialize access to sk_user_data with sk_callback_lock
| * c53acbf2fa net/sched: sch_taprio: fix possible use-after-free
| * 40516d042b net: stmmac: Fix queue statistics reading
| * 620aa67f80 pinctrl: rockchip: fix reading pull type on rk3568
| * ddca674af1 pinctrl/rockchip: add error handling for pull/drive register getters
| * 259ab8fb8c pinctrl/rockchip: Use temporary variable for struct device
| * 8cbf932c5c wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oid
| * f792d26e5c gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode
| * 8335f877ef gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
| * fb4fb3d267 gpio: use raw spinlock for gpio chip shadowed data
| * 52e3eebfe6 sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
| * 8232e5a84d net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()
| * 95347e41ca net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
| * 7f129927fe net: nfc: Fix use-after-free in local_cleanup()
| * 397aaac884 phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2phy_power_on()
| * 01bdcc73db bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
| * 261e2f12b6 amd-xgbe: Delay AN timeout during KR training
| * a8cf4af544 amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent
| * 8e897cb674 ARM: dts: at91: sam9x60: fix the ddr clock for sam9x60
| * 0a27dcd534 NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
| * 24af570c99 phy: ti: fix Kconfig warning and operator precedence
| * 631fc36685 arm64: dts: qcom: msm8992-libra: Fix the memory map
| * dda20ffec8 arm64: dts: qcom: msm8992-libra: Add CPU regulators
| * 37ba5e9293 arm64: dts: qcom: msm8992: Don't use sfpb mutex
| * bab87524f6 PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe()
| * b7a479c764 affs: initialize fsdata in affs_truncate()
| * 623d111689 IB/hfi1: Remove user expected buffer invalidate race
| * 47d5fc0dcd IB/hfi1: Immediately remove invalid memory from hardware
| * 85caef2cfd IB/hfi1: Fix expected receive setup error exit issues
| * cb193984d4 IB/hfi1: Reserve user expected TIDs
| * 891ddfae39 IB/hfi1: Reject a zero-length user expected buffer
| * 362c948972 RDMA/core: Fix ib block iterator counter overflow
| * e26c571c3b tomoyo: fix broken dependency on *.conf.default
| * 7dfe83ecc3 firmware: arm_scmi: Harden shared memory access in fetch_notification
| * a653dbb70c firmware: arm_scmi: Harden shared memory access in fetch_response
| * caffa7fed1 EDAC/highbank: Fix memory leak in highbank_mc_probe()
| * 95de286200 reset: uniphier-glue: Fix possible null-ptr-deref
| * 4773a8cf9a reset: uniphier-glue: Use reset_control_bulk API
| * 7b33accc8f soc: imx8m: Fix incorrect check for of_clk_get_by_name()
| * f07427f8d9 arm64: dts: imx8mm-venice-gw7901: fix USB2 controller OC polarity
| * c4cb73febe HID: intel_ish-hid: Add check for ishtp_dma_tx_map
| * 25f97c9883 ARM: imx: add missing of_node_put()
| * 3e9d79ded9 arm64: dts: imx8mm-beacon: Fix ecspi2 pinmux
| * 5381350761 ARM: dts: imx6qdl-gw560x: Remove incorrect 'uart-has-rtscts'
| * 0e4bba1656 ARM: dts: imx7d-pico: Use 'clock-frequency'
| * 108cf4c6d5 ARM: dts: imx6ul-pico-dwarf: Use 'clock-frequency'
| * 207c9e64ed arm64: dts: imx8mp-phycore-som: Remove invalid PMIC property
| * 7ce380fe75 dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REG
| * edba9b7a70 memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe()
| * e66f6949da memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe()
| * eda11ab556 memory: tegra: Remove clients SID override programming
* | cab35cbd71 Revert "xhci: Add update_hub_device override for PCI xHCI hosts"
* | 29e8f224d8 Revert "xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tables"
* | 5739b27e8f Revert "xhci: Add a flag to disable USB3 lpm on a xhci root port level."
* | 5b60fdf2e0 Merge 5.15.90 into android13-5.15-lts
|\|
| * aabd5ba7e9 Linux 5.15.90
| * 4b6f8263e9 io_uring/rw: remove leftover debug statement
| * b10acfcd61 io_uring/rw: ensure kiocb_end_write() is always called
| * 124fb13cc7 io_uring: fix double poll leak on repolling
| * e944f1e37b io_uring: Clean up a false-positive warning from GCC 9.3.0
| * 940e8922c1 mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
| * e83cc8a780 soc: qcom: apr: Make qcom,protection-domain optional again
| * 982c8b1e95 Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"
| * 40a4797e08 block: mq-deadline: Rename deadline_is_seq_writes()
| * 3abf10b4c4 net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()
| * 1aab00aa41 net/ulp: use consistent error code when blocking ULP
| * 2e4c95a404 io_uring/net: fix fast_iov assignment in io_setup_async_msg()
| * 311b298a33 io_uring: io_kiocb_update_pos() should not touch file for non -1 offset
| * 487a086595 tracing: Use alignof__(struct {type b;}) instead of offsetof()
| * 430443f856 x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN
| * f114717dfa Revert "drm/amdgpu: make display pinning more flexible (v2)"
| * 7a993c1be5 efi: rt-wrapper: Add missing include
| * de2af657ca arm64: efi: Execute runtime services from a dedicated stack
| * 9cca110cf8 fs/ntfs3: Fix attr_punch_hole() null pointer derenference
| * d4d112e5c4 drm/amdgpu: drop experimental flag on aldebaran
| * c82fa690da drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrix
| * 88c3375224 drm/amd/display: Calculate output_color_space after pixel encoding adjustment
| * 87e605b161 drm/amd/display: Fix set scaling doesn's work
| * 8687b8cdc3 drm/i915/display: Check source height is > 0
| * 5d96179166 drm/i915: re-disable RC6p on Sandy Bridge
| * e9a7ec188b mei: me: add meteor lake point M DID
| * eb0421d90f gsmi: fix null-deref in gsmi_get_variable
| * b8d99cda52 serial: atmel: fix incorrect baudrate setup
| * b85498385a serial: amba-pl011: fix high priority character transmission in rs486 mode
| * 0f150134dd dmaengine: idxd: Let probe fail when workqueue cannot be enabled
| * 1e8c127c2e dmaengine: tegra210-adma: fix global intr clear
| * 473e2281f7 dmaengine: lgm: Move DT parsing after initialization
| * 73337724cb serial: pch_uart: Pass correct sg to dma_unmap_sg()
| * 4307a41cbc dt-bindings: phy: g12a-usb3-pcie-phy: fix compatible string documentation
| * c9d55f564a dt-bindings: phy: g12a-usb2-phy: fix compatible string documentation
| * 78aa45bb7a usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210
| * a69c8dfb85 usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()
| * 1ab67e87b1 usb: gadget: g_webcam: Send color matching descriptor per frame
| * b08167d8f0 usb: typec: altmodes/displayport: Fix pin assignment calculation
| * 7fb1322e7a usb: typec: altmodes/displayport: Add pin assignment helper
| * 59f9ee3796 usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail
| * a1c8a5c2f8 usb: host: ehci-fsl: Fix module alias
| * f073d10cd5 usb: cdns3: remove fetched trb from cache before dequeuing
| * 73f4bde973 USB: serial: cp210x: add SCALANCE LPE-9000 device id
| * a2e075f401 USB: gadgetfs: Fix race between mounting and unmounting
| * 2da67bff29 tty: fix possible null-ptr-defer in spk_ttyio_release
| * cb53a3366e tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer
| * f322dd2e4a staging: mt7621-dts: change some node hex addresses to lower case
| * 6508788b2c bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG_UNLOAD
| * 7b122c33bd riscv: dts: sifive: fu740: fix size of pcie 32bit memory
| * 701f9c3da6 thunderbolt: Use correct function to calculate maximum USB3 link rate
| * 5b1b03a3d3 cifs: do not include page data when checking signature
| * 64287cd456 btrfs: fix race between quota rescan and disable leading to NULL pointer deref
| * f2e0e1615d btrfs: do not abort transaction on failure to write log tree when syncing log
| * f653abe619 mmc: sdhci-esdhc-imx: correct the tuning start tap and step setting
| * 9881436f01 mmc: sunxi-mmc: Fix clock refcount imbalance during unbind
| * 33bd0db750 ACPI: PRM: Check whether EFI runtime is available
| * 87e1ee6058 comedi: adv_pci1760: Fix PWM instruction handling
| * b5d24a8e4a usb: core: hub: disable autosuspend for TI TUSB8041
| * 61a0890cb9 misc: fastrpc: Fix use-after-free race condition for maps
| * 1b7b7bb400 misc: fastrpc: Don't remove map on creater_process and device_release
| * e7e41fcf90 USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100
| * f3de34d90d staging: vchiq_arm: fix enum vchiq_status return types
| * 16d09c4bc9 USB: serial: option: add Quectel EM05CN modem
| * 34d769f0c6 USB: serial: option: add Quectel EM05CN (SG) modem
| * 768d56ed24 USB: serial: option: add Quectel EC200U modem
| * 829916f069 USB: serial: option: add Quectel EM05-G (RS) modem
| * eb8808f769 USB: serial: option: add Quectel EM05-G (CS) modem
| * 6e0430db19 USB: serial: option: add Quectel EM05-G (GR) modem
| * f01aefe374 prlimit: do_prlimit needs to have a speculation check
| * 418e2c756d xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tables
| * 10cb7d53be usb: acpi: add helper to check port lpm capability using acpi _DSM
| * 1818e2a97d xhci: Add a flag to disable USB3 lpm on a xhci root port level.
| * 8911ff7963 xhci: Add update_hub_device override for PCI xHCI hosts
| * c462ac871f xhci: Fix null pointer dereference when host dies
| * f39c813af0 usb: xhci: Check endpoint is valid before dereferencing it
| * 0f175cebc4 xhci-pci: set the dma max_seg_size
| * 89a410dbd0 io_uring/rw: defer fsnotify calls to task context
| * 05d69b372b io_uring: do not recalculate ppos unnecessarily
| * ff8a070253 io_uring: update kiocb->ki_pos at execution time
| * b7958caf41 io_uring: remove duplicated calls to io_kiocb_ppos
| * 86e2d6901a io_uring: ensure that cached task references are always put on exit
| * 30b9068934 io_uring: fix async accept on O_NONBLOCK sockets
| * a79b13f249 io_uring: allow re-poll if we made progress
| * 3c1a3d0269 io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
| * 390b881631 io_uring: add flag for disabling provided buffer recycling
| * 9b7b0f2116 io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly
| * cdc68e714d io_uring: improve send/recv error handling
| * ccf06b5a98 io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
| * 77baf39227 eventfd: provide a eventfd_signal_mask() helper
| * a2d8ff00a7 eventpoll: add EPOLL_URING_WAKE poll wakeup flag
| * a9aa4aa7a5 io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
| * bd9a23a4bb hugetlb: unshare some PMDs when splitting VMAs
| * 393d9e3ed1 drm/amd: Delay removal of the firmware framebuffer
| * 865e244e06 drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2)
| * 560373fb1e ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform
| * 26264260a8 ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
| * 1026756321 efi: fix userspace infinite retry read efivars after EFI runtime services page fault
| * 45627a1a64 nilfs2: fix general protection fault in nilfs_btree_insert()
| * 350d66d9e7 zonefs: Detect append writes at invalid locations
| * 5054d001ff Add exception protection processing for vd in axi_chan_handle_err function
| * a12fd43bd1 wifi: mac80211: sdata can be NULL during AMPDU start
| * f96a6c009e wifi: brcmfmac: fix regression for Broadcom PCIe wifi devices
| * 908d1742b6 Bluetooth: hci_qca: Fix driver shutdown on closed serdev
| * 7530fbc05f fbdev: omapfb: avoid stack overflow warning
| * e1df7f0b27 perf/x86/rapl: Treat Tigerlake like Icelake
| * 2c129e8689 f2fs: let's avoid panic if extent_tree is not created
| * 58bac74402 x86/asm: Fix an assembler warning with current binutils
| * fdb4a70bb7 btrfs: always report error in run_one_delayed_ref()
| * f641067ea2 RDMA/srp: Move large values to a new enum for gcc13
| * 793f8ac218 r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()
| * dc072762f9 net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats
| * 308d24d875 vduse: Validate vq_num in vduse_validate_config()
| * 8e1eb926a0 virtio_pci: modify ENOENT to EINVAL
| * 64a6f3689d tools/virtio: initialize spinlocks in vring_test.c
| * 95fc28a8e9 selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
| * d4a9d2944f pNFS/filelayout: Fix coalescing test for single DS
| * 6a3319af6b btrfs: fix trace event name typo for FLUSH_DELAYED_REFS
* |   52cea9ba91 Merge "Merge 5.15.89 into android13-5.15-lts" into android13-5.15-lts
|\ \
| * | de550d72f1 Merge 5.15.89 into android13-5.15-lts
| |\|
| | * 3bcc86eb3e Linux 5.15.89
| | * 37c18ef49e pinctrl: amd: Add dynamic debugging for active GPIOs
| | * a5841b81ad Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
| | * 7ec9a45fc4 block: handle bio_split_to_limits() NULL return
| | * ba86db02d4 io_uring/io-wq: only free worker if it was allocated for creation
| | * bb135bcc94 io_uring/io-wq: free worker if task_work creation is canceled
| | * 63c2fa09b8 scsi: mpt3sas: Remove scsi_dma_map() error messages
| | * e2ea555642 efi: fix NULL-deref in init error path
| | * 94b6cf84db arm64: cmpxchg_double*: hazard against entire exchange variable
| | * 3891fa4982 arm64: atomics: remove LL/SC trampolines
| | * 61e86339af arm64: atomics: format whitespace consistently
| | * ed4629d1e9 io_uring: lock overflowing for IOPOLL
| | * fbf5015141 KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
| | * ee16841134 Documentation: KVM: add API issues section
| | * b8f3b3cffb mm: Always release pages to the buddy allocator in memblock_free_late().
| | * d2dc110dea platform/surface: aggregator: Add missing call to ssam_request_sync_free()
| | * cfd5978411 igc: Fix PPS delta between two synchronized end-points
| | * 0bf52601ce perf build: Properly guard libbpf includes
| | * 205f35eee7 net/mlx5e: Don't support encap rules with gbp option
| | * 0526fc9330 net/mlx5: Fix ptp max frequency adjustment range
| | * 9e2c38827c net/sched: act_mpls: Fix warning during failed attribute validation
| | * e3bb44beaf tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
| | * 1e6ec75bb3 tools/nolibc: restore mips branch ordering in the _start block
| | * bd0431a66c tools/nolibc: Remove .global _start from the entry point code
| | * a77c54f5b5 tools/nolibc/arch: mark the _start symbol as weak
| | * da51e086d1 tools/nolibc/arch: split arch-specific code into individual files
| | * 8591e788be tools/nolibc/types: split syscall-specific definitions into their own files
| | * 4fceecdeaa tools/nolibc/std: move the standard type definitions to std.h
| | * 1792136f22 tools/nolibc: use pselect6 on RISCV
| | * 487386a49e tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
| | * 27af4f2260 tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
| | * a60b24192b af_unix: selftest: Fix the size of the parameter to connect()
| | * 39ae73e581 nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
| | * f6003784b1 hvc/xen: lock console list traversal
| | * 79c58b7424 octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
| | * 303d062881 tipc: fix unexpected link reset due to discovery messages
| | * e79d0f97cc ALSA: usb-audio: Relax hw constraints for implicit fb sync
| | * c9557906bd ALSA: usb-audio: Make sure to stop endpoints before closing EPs
| | * 83e758105b ASoC: wm8904: fix wrong outputs volume after power reactivation
| | * 7c26d21872 scsi: ufs: core: WLUN suspend SSU/enter hibern8 fail recovery
| | * 513fdf0b8e scsi: ufs: Stop using the clock scaling lock in the error handler
| | * 13259b60b7 scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in Makefile
| | * 470f6a9175 regulator: da9211: Use irq handler when ready
| | * 24107ad469 x86/resctrl: Fix task CLOSID/RMID update race
| | * cd3da505fb EDAC/device: Fix period calculation in edac_device_reset_delay_period()
| | * ab0d02c53a x86/boot: Avoid using Intel mnemonics in AT&T syntax asm
| | * a90d339f1f powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
| | * 511cf17b24 netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.
| | * b22faa21b6 sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
| | * d766ccadbe iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()
| | * c929a230c8 iommu/iova: Fix alloc iova overflows issue
| | * 4b51aa263a usb: ulpi: defer ulpi_register on ulpi_read_id timeout
| | * 9a8bf443f6 bus: mhi: host: Fix race between channel preparation and M0 event
| | * 456e3794e0 ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
| | * 4c93422a54 ixgbe: fix pci device refcount leak
| | * e97da5d97a platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probe
| | * f3b1e04daf dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY
| | * 52a5f596c6 dt-bindings: msm/dsi: Don't require vdds-supply on 10nm PHY
| | * 984ad875db drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer
| | * 92ae83665e platform/x86: ideapad-laptop: Add Legion 5 15ARH05 DMI id to set_fn_lock_led_list[]
| | * e38b5f81df dt-bindings: msm: dsi-phy-28nm: Add missing qcom, dsi-phy-regulator-ldo-mode
| | * bb32ab40cb dt-bindings: msm: dsi-controller-main: Fix description of core clock
| | * 3fb8d10bee dt-bindings: msm: dsi-controller-main: Fix power-domain constraint
| | * dc5b651cad drm/msm/adreno: Make adreno quirks not overwrite each other
| | * 757d665ee1 dt-bindings: msm: dsi-controller-main: Fix operating-points-v2 constraint
| | * c90cf47d30 platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting
| | * 25b5f693bc platform/surface: aggregator: Ignore command messages not intended for us
| | * ee7b8ce2cc platform/x86: dell-privacy: Only register SW_CAMERA_LENS_COVER if present
| | * e0072068ad cifs: Fix uninitialized memory read for smb311 posix symlink create
| | * f3495b5e9e net/mlx5e: Set action fwd flag when parsing tc action goto
| | * 1a8431cc20 drm/i915/gt: Reset twice
| | * 011ecdbcd5 drm/virtio: Fix GEM handle creation UAF
| | * 798dfeeae3 s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
| | * a400593eb3 s390/cpum_sf: add READ_ONCE() semantics to compare and swap loops
| | * d4fa65960a ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
| | * 8400b91c11 s390/kexec: fix ipl report address for kdump
| | * c07e0babd1 perf auxtrace: Fix address filter duplicate symbol selection
| | * e81d82da61 net: stmmac: add aux timestamps fifo clearance wait
| | * 44167b74a8 docs: Fix the docs build with Sphinx 6.0
| | * 24176bf2a1 efi: tpm: Avoid READ_ONCE() for accessing the event log
| | * 01b966b14c selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
| | * c773ebe11c KVM: arm64: nvhe: Fix build with profile optimization
| | * c1d6a72fc8 KVM: arm64: Fix S1PTW handling on RO memslots
| | * e04e6cd883 ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxx
| | * b983c9a971 ALSA: hda/realtek - Turn on power early
| | * 9ab3696881 ALSA: control-led: use strscpy in set_led_id()
| | * a8acfe2c6f netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits
* | | 2c4f6d72f1 Merge "Merge 5.15.88 into android13-5.15-lts" into android13-5.15-lts
|\| |
| * | 773ec50a8a Merge 5.15.88 into android13-5.15-lts
| |\|
| | * 90bb4f8f39 Linux 5.15.88
| | * cbd3e6d5e5 ALSA: hda - Enable headset mic on another Dell laptop with ALC3254
| | * b98dee4746 ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
| | * 26350c21bc ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF
| | * dadd0dcaa6 net/ulp: prevent ULP without clone op from entering the LISTEN status
| | * 04941c1d5b net: sched: disallow noqueue for qdisc classes
| | * 068b512193 serial: fixup backport of "serial: Deassert Transmit Enable on probe in driver-specific way"
| | * 46aa155758 selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace
| | * 3c1940c549 x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set
| | * 3f1c81426a x86/fpu: Allow PKRU to be (once again) written by ptrace.
| | * b29773d6b0 x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
| | * 9813c5fc22 x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().
| | * fea26e83a1 x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
| | * d4d152017e parisc: Align parisc MADV_XXX constants with all other architectures
| * | 1867565896 Revert "ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire"
| * | 43064ed394 Revert "ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio"
| * | 959d50edd2 Revert "PM/devfreq: governor: Add a private governor_data for governor"
* | | c34c76a947 Revert "ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire"
* | | 33ef84070b Revert "ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio"
* | | e60641bdca Revert "PM/devfreq: governor: Add a private governor_data for governor"
* | | 793ec0a9cc Merge "Merge 5.15.87 into android13-5.15-lts" into android13-5.15-lts
|\| |
| * | fc4de343bd Merge 5.15.87 into android13-5.15-lts
| |\|
| | * d57287729e Linux 5.15.87
| | * 24186c6822 drm/mgag200: Fix PLL setup for G200_SE_A rev >=4
| | * e326ee018a io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()
| | * b2b6eefab4 efi: random: combine bootloader provided RNG seed with RNG protocol output
| | * 99c0759495 mbcache: Avoid nesting of cache->c_list_lock under bit locks
| | * d50d6c193a net: hns3: fix return value check bug of rx copybreak
| | * d4e6a13eb9 btrfs: make thaw time super block check to also verify checksum
| | * 70a1dccd0e selftests: set the BUILD variable to absolute path
| | * 58fef3ebc8 ext4: don't allow journal inode to have encrypt flag
| | * bd5dc96fea mptcp: use proper req destructor for IPv6
| | * 78bd6ab52c mptcp: dedicated request sock for subflow in v6
| | * 6e9c1aef3e Revert "ACPI: PM: Add support for upcoming AMD uPEP HID AMDI007"
| | * e32f867b37 ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_auth_blob
| | * 4136f1ac1e ksmbd: fix infinite loop in ksmbd_conn_handler_loop()
| | * f10defb0be hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
| | * 48d9e2e6de hfs/hfsplus: use WARN_ON for sanity check
| | * f5a9bbf962 drm/i915/gvt: fix vgpu debugfs clean in remove
| | * ae9a615117 drm/i915/gvt: fix gvt debugfs destroy
| | * eb3e943a32 riscv, kprobes: Stricter c.jr/c.jalr decoding
| | * 620a229f57 riscv: uaccess: fix type of 0 variable on error in get_user()
| | * 8e05a993f8 thermal: int340x: Add missing attribute for data rate base
| | * c3222fd282 io_uring: fix CQ waiting timeout handling
| | * b7b9bc9305 block: don't allow splitting of a REQ_NOWAIT bio
| | * e1358c8787 fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MB
| | * 682a7d064f nfsd: fix handling of readdir in v4root vs. mount upcall timeout
| | * cb42aa7b5f x86/bugs: Flush IBP in ib_prctl_set()
| | * 554a880a1f x86/kexec: Fix double-free of elf header buffer
| | * 264241a610 btrfs: check superblock to ensure the fs was not modified at thaw time
| | * 69f4bda5f4 nvme: also return I/O command effects from nvme_command_effects
| | * a6a4b057cd nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
| | * f9309dcaa9 io_uring: check for valid register opcode earlier
| | * 4df413d469 nvme: fix multipath crash caused by flush request when blktrace is enabled
| | * 03ce792128 ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tablet
| | * 0dca7375e2 udf: Fix extension of the last extent in the file
| | * dc1bc90397 caif: fix memory leak in cfctrl_linkup_request()
| | * bce3680b48 drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()
| | * da6a3653b8 perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non BPF mode
| | * 11cd4ec635 usb: rndis_host: Secure rndis_query check against int overflow
| | * 6ea5273c71 octeontx2-pf: Fix lmtst ID used in aura free
| | * 4e5f2c74cb drivers/net/bonding/bond_3ad: return when there's no aggregator
| | * 8414983c2e fs/ntfs3: don't hold ni_lock when calling truncate_setsize()
| | * a23e8376e6 drm/imx: ipuv3-plane: Fix overlay plane width
| | * a8f7fd322f perf tools: Fix resources leak in perf_data__open_dir()
| | * a1e1521b46 netfilter: ipset: Rework long task execution when adding/deleting entries
| | * 6f19a38483 netfilter: ipset: fix hash:net,port,net hang with /0 subnet
| | * 774d259749 net: sparx5: Fix reading of the MAC address
| | * 04dc4003e5 net: sched: cbq: dont intepret cls results when asked to drop
| | * f02327a487 net: sched: atm: dont intepret cls results when asked to drop
| | * 95da1882ce gpio: sifive: Fix refcount leak in sifive_gpio_probe
| | * da9c9883ec ceph: switch to vfs_inode_has_locks() to fix file lock bug
| | * 54e72ce5f1 filelock: new helper: vfs_inode_has_locks
| | * f34b03ce3a drm/meson: Reduce the FIFO lines held when AFBC is not used
| | * 05a8410b0f RDMA/mlx5: Fix validation of max_rd_atomic caps for DC
| | * 8d89870d63 RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device
| | * 4d112f0016 net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe
| | * e5fbeb3d16 net: ena: Update NUMA TPH hint register upon NUMA node update
| | * 7840b93cfd net: ena: Set default value for RX interrupt moderation
| | * d09b7a9d2f net: ena: Fix rx_copybreak value update
| | * 0e7ad9b006 net: ena: Use bitmask to indicate packet redirection
| | * 5d4964984b net: ena: Account for the number of processed bytes in XDP
| | * f17d9aec07 net: ena: Don't register memory info on XDP exchange
| | * a4aa727ad0 net: ena: Fix toeplitz initial hash value
| | * 0bec17f1ce net: amd-xgbe: add missed tasklet_kill
| | * cb2f74685f net/mlx5e: Fix hw mtu initializing at XDP SQ allocation
| | * 6c72abb78b net/mlx5e: Always clear dest encap in neigh-update-del
| | * b36783bc11 net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attr
| | * f8c10eeba3 net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default
| | * 7227bbb7c1 net/mlx5: Avoid recovery in probe flows
| | * 9369b9afa8 net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path
| | * d966f2ee4b net/mlx5: E-Switch, properly handle ingress tagged packets on VST
| | * 6a37a01aba vdpa_sim: fix vringh initialization in vdpasim_queue_ready()
| | * e3462410c3 vhost: fix range used in translate_desc()
| | * 13871f60ec vringh: fix range used in iotlb_translate()
| | * e05d4c8c28 vhost/vsock: Fix error handling in vhost_vsock_init()
| | * 586e6fd7d5 vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()
| | * b63bc2db24 nfc: Fix potential resource leaks
| | * 945e58bdaf net: dsa: mv88e6xxx: depend on PTP conditionally
| | * 95df720e64 qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure
| | * 6c55953e23 net: sched: fix memory leak in tcindex_set_parms
| | * d14a4b24d5 net: hns3: fix VF promisc mode not update when mac table full
| | * 7ed205b947 net: hns3: fix miss L3E checking for rx packet
| | * 47868cb77f net: hns3: extract macro to simplify ring stats update code
| | * 7457c5a776 net: hns3: refactor hns3_nic_reuse_page()
| | * 4a6e9fb534 net: hns3: add interrupts re-initialization while doing VF FLR
| | * 5e48ed805c nfsd: shut down the NFSv4 state objects before the filecache
| | * 7e2825f5fb veth: Fix race with AF_XDP exposing old or uninitialized descriptors
| | * ac95cdafac netfilter: nf_tables: honor set timeout and garbage collection updates
| | * 49677ea151 vmxnet3: correctly report csum_level for encapsulated packet
| | * 9d30cb4421 netfilter: nf_tables: perform type checking for existing sets
| | * c3bfb7784a netfilter: nf_tables: add function to create set stateful expressions
| | * 996cd779c2 netfilter: nf_tables: consolidate set description
| | * 4f1105ee72 drm/panfrost: Fix GEM handle creation ref-counting
| | * df493f676f bpf: pull before calling skb_postpull_rcsum()
| | * d7e817e689 btrfs: fix an error handling path in btrfs_defrag_leaves()
| | * 4d69cdba2c SUNRPC: ensure the matching upcall is in-flight upon downcall
| | * af0265dfef drm/i915/migrate: fix length calculation
| | * 8b25a526a5 drm/i915/migrate: fix offset calculation
| | * a3d1e6f9b6 drm/i915/migrate: don't check the scratch page
| | * 5bc0b2fda4 ext4: fix deadlock due to mbcache entry corruption
| | * a6e4094faf mbcache: automatically delete entries from cache on freeing
| | * 1872549129 ext4: correct inconsistent error msg in nojournal mode
| | * 761f88f82e ext4: goto right label 'failed_mount3a'
| | * eb16602140 ravb: Fix "failed to switch device to config mode" message during unbind
| | * 4216995dbd perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
| | * d8bbbf2b52 perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor
| | * b131b5f136 media: s5p-mfc: Fix in register read and write for H264
| | * ff27800c0a media: s5p-mfc: Clear workbit to handle error condition
| | * 4653ba32ad media: s5p-mfc: Fix to handle reference queue during finishing
| | * 1bd7283dc0 x86/MCE/AMD: Clear DFR errors found in THR handler
| | * 5ddcd349d9 x86/mce: Get rid of msr_ops
| | * b8e7ed42bc btrfs: fix extent map use-after-free when handling missing device in read_one_chunk
| | * 9c3beebd21 btrfs: move missing device handling in a dedicate function
| | * 7528b21ceb btrfs: replace strncpy() with strscpy()
| | * 4cef44525f phy: qcom-qmp-combo: fix out-of-bounds clock access
| | * 855edc4ec6 ARM: renumber bits related to _TIF_WORK_MASK
| | * 18f28f1330 ext4: fix off-by-one errors in fast-commit block filling
| | * b205332b6b ext4: fix unaligned memory access in ext4_fc_reserve_space()
| | * 9c197dcbac ext4: add missing validation of fast-commit record lengths
| | * 6220ec4055 ext4: don't set up encryption key during jbd2 transaction
| | * 6482d42baf ext4: disable fast-commit of encrypted dir operations
| | * 6969367c15 ext4: fix potential out of bound read in ext4_fc_replay_scan()
| | * 818175ae3b ext4: factor out ext4_fc_get_tl()
| | * ffd84d0bc5 ext4: introduce EXT4_FC_TAG_BASE_LEN helper
| | * 37914e029b ext4: use ext4_debug() instead of jbd_debug()
| | * b0ed9a032e ext4: remove unused enum EXT4_FC_COMMIT_FAILED
| | * 394514ddf9 tracing: Fix issue of missing one synthetic field
| | * 5234dd5d20 block: mq-deadline: Fix dd_finish_request() for zoned devices
| | * 78623b10fc drm/amdgpu: make display pinning more flexible (v2)
| | * 6363da2c85 drm/amdgpu: handle polaris10/11 overlap asics (v2)
| | * 2771c7a0ee ext4: allocate extended attribute value in vmalloc area
| | * e995ff918e ext4: avoid unaccounted block allocation when expanding inode
| | * 877247222a ext4: initialize quota before expanding inode in setproject ioctl
| | * 322cf639b0 ext4: fix inode leak in ext4_xattr_inode_create() on an error path
| | * 6380a93b57 ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
| | * dc3bbc9753 ext4: avoid BUG_ON when creating xattrs
| | * 844c405552 ext4: fix error code return to user-space in ext4_get_branch()
| | * b870b28e29 ext4: fix corruption when online resizing a 1K bigalloc fs
| | * d440d6427a ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline
| | * def7a39091 ext4: init quota for 'old.inode' in 'ext4_rename'
| | * 3c31d8d3ad ext4: fix uninititialized value in 'ext4_evict_inode'
| | * 871800770d ext4: fix leaking uninitialized memory in fast-commit journal
| | * d480a49c15 ext4: fix bug_on in __es_tree_search caused by bad boot loader inode
| | * 91009e361e ext4: check and assert if marking an no_delete evicting inode dirty
| | * 820eacbc4e ext4: fix reserved cluster accounting in __es_remove_extent()
| | * 0dcbf4dc3d ext4: fix bug_on in __es_tree_search caused by bad quota inode
| | * 06a20a68bb ext4: add helper to check quota inums
| | * f7e6b5548f ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
| | * 205ac16628 ext4: fix undefined behavior in bit shift for ext4_check_flag_values
| | * cf0e0817b0 ext4: fix use-after-free in ext4_orphan_cleanup
| | * 970bfd7a41 fs: ext4: initialize fsdata in pagecache_write()
| | * 744bbde378 ext4: remove trailing newline from ext4_msg() message
| | * 7192afa5e4 ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinite loop
| | * 0d041b7251 ext4: silence the warning when evicting inode with dioread_nolock
| | * af4ceb00eb drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()
| | * c919e1154b drm/i915/dsi: fix VBT send packet port selection for dual link DSI
| | * 6948e570f5 drm/vmwgfx: Validate the box size for the snooped cursor
| | * 5594fde1ef drm/connector: send hotplug uevent on connector cleanup
| | * 317ebe61a6 device_cgroup: Roll back to original exceptions after copy failure
| | * ac838c663b parisc: led: Fix potential null-ptr-deref in start_task()
| | * 2c1881f081 remoteproc: core: Do pm_relax when in RPROC_OFFLINE state
| | * 9b615f957c iommu/amd: Fix ivrs_acpihid cmdline parsing code
| | * 35b792179b phy: qcom-qmp-combo: fix sc8180x reset
| | * dfd05a1335 driver core: Fix bus_type.match() error handling in __driver_attach()
| | * 44618a3397 crypto: ccp - Add support for TEE for PCI ID 0x14CA
| | * c55507a94b crypto: n2 - add missing hash statesize
| | * 4830750696 riscv: mm: notify remote harts about mmu cache updates
| | * 16b6d9525d riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument
| | * 657b440a27 PCI/sysfs: Fix double free in error path
| | * 67fd41bbb0 PCI: Fix pci_device_is_present() for VFs by checking PF
| | * bfce073089 ipmi: fix use after free in _ipmi_destroy_user()
| | * 3b4984035c ima: Fix a potential NULL pointer access in ima_restore_measurement_list
| | * a843699f16 mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
| | * 24f4649cd8 ipmi: fix long wait in unload when IPMI disconnect
| | * fa6bbb4894 ipu3-imgu: Fix NULL pointer dereference in imgu_subdev_set_selection()
| | * cdb208b090 ASoC: jz4740-i2s: Handle independent FIFO flush bits
| | * 2d0d083d8a wifi: wilc1000: sdio: fix module autoloading
| | * 2e4a088804 efi: Add iMac Pro 2017 to uefi skip cert quirk
| | * c49fb9b760 md/bitmap: Fix bitmap chunk size overflow issues
| | * 94fe975d54 block: mq-deadline: Do not break sequential write streams to zoned HDDs
| | * 8e91679f7b rtc: ds1347: fix value written to century register
| | * 5eb8296d73 cifs: fix missing display of three mount options
| | * cfa9f66f91 cifs: fix confusing debug message
| | * 8b45a3b19a media: dvb-core: Fix UAF due to refcount races at releasing
| | * acf984a371 media: dvb-core: Fix double free in dvb_register_device()
| | * 5fac317bee ARM: 9256/1: NWFPE: avoid compiler-generated __aeabi_uldivmod
| | * ce50c61245 staging: media: tegra-video: fix device_node use after free
| | * 6b16758215 staging: media: tegra-video: fix chan->mipi value on error
| | * 4f5de49d8c tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
| | * 17becbc4dd tracing/probes: Handle system names with hyphens
| | * 2442e655a6 tracing/hist: Fix wrong return value in parse_action_params()
| | * 2a81ff5ce8 tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE
| | * fe8c35c6ff tracing: Fix race where eprobes can be called before the event
| | * eb20f6ed37 x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK
| | * 3e0fbc06db x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
| | * 6268a0704b ftrace/x86: Add back ftrace_expected for ftrace bug reports
| | * c95cf30dd4 x86/microcode/intel: Do not retry microcode reloading on the APs
| | * f8fe2f4178 KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
| | * ca3483d71b KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails
| | * 2c73b349fd KVM: VMX: Resume guest immediately when injecting #GP on ECREATE
| | * 4a19f48bee of/kexec: Fix reading 32-bit "linux,initrd-{start,end}" values
| | * 7eddcdb09f perf/core: Call LSM hook after copying perf_event_attr
| | * 15697f6533 tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
| | * fd52b86a72 dm cache: set needs_check flag after aborting metadata
| | * d2a0b298eb dm cache: Fix UAF in destroy()
| | * 856edd0e92 dm clone: Fix UAF in clone_dtr()
| | * 9215b25f2e dm integrity: Fix UAF in dm_integrity_dtr()
| | * 34cd15d83b dm thin: Fix UAF in run_timer_softirq()
| | * ac362c40e3 dm thin: resume even if in FAIL mode
| | * 4b710e8481 dm thin: Use last transaction's pmd->root when commit failed
| | * f8c26c33fe dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata
| | * 28d307f380 dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abort
| | * a9e89a567f mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
| | * 13b9fd0dee mptcp: mark ops structures as ro_after_init
| | * b2120ed7fd fs: dlm: retry accept() until -EAGAIN or error returns
| | * 5b4478615f fs: dlm: fix sock release if listen fails
| | * b7ede8a63d ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops
| | * dbd1f30191 ALSA: patch_realtek: Fix Dell Inspiron Plus 16
| | * 8fb4c98f20 cpufreq: Init completion before kobject_init_and_add()
| | * 876c6ab967 PM/devfreq: governor: Add a private governor_data for governor
| | * 0e945ea733 selftests: Use optional USERCFLAGS and USERLDFLAGS
| | * 31697c5953 arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength
| | * 1630498660 ARM: ux500: do not directly dereference __iomem
| | * 99590f29b2 btrfs: fix resolving backrefs for inline extent followed by prealloc
| | * 1f9cf4daf2 mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400K
| | * 58d53ff30a arm64: dts: qcom: sdm845-db845c: correct SPI2 pins drive strength
| | * a777b90a05 perf/x86/intel/uncore: Clear attr_update properly
| | * ca77ac238c perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-D
| | * df06e7777c jbd2: use the correct print format
| | * 8e75b1dd4b ktest.pl minconfig: Unset configs instead of just removing them
| | * 55e5e8b445 kest.pl: Fix grub2 menu handling for rebooting
| | * 823fed7c40 soc: qcom: Select REMAP_MMIO for LLCC driver
| | * 8dabeeb1ff media: stv0288: use explicitly signed char
| | * d167ebea90 net/af_packet: make sure to pull mac header
| | * 9ff46c36df net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
| | * cd0f597c8a rcu-tasks: Simplify trc_read_check_handler() atomic operations
| | * 593ca69668 ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire
| | * a7874dac6b ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio
| | * ae4f70b2fe kcsan: Instrument memcpy/memset/memmove with newer Clang
| | * d01fa993eb SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails
| | * 43135fb098 tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak
| | * 986cd9a9b9 tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
| | * 638cd298df tpm: acpi: Call acpi_put_table() to fix memory leak
| | * d58289fc77 mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING
| | * 7eb57bc92f f2fs: allow to read node block after shutdown
| | * acc13987fd f2fs: should put a page when checking the summary info
| | * 35d8a89862 mm, compaction: fix fast_isolate_around() to stay within boundaries
| | * 91bd504128 md: fix a crash in mempool_free
| | * 29328fbce5 mfd: mt6360: Add bounds checking in Regmap read/write call-backs
| | * c24cc476ac pnode: terminate at peers of source
| | * 0c9118e381 ALSA: line6: fix stack overflow in line6_midi_transmit
| | * ac4b4fdf32 ALSA: line6: correct midi status byte when receiving data from podxt
| | * 83c44f0ebf ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
| | * fcb94283e0 binfmt: Fix error return code in load_elf_fdpic_binary()
| | * ed9947277b hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount
| | * 76d52b5412 pstore/zone: Use GFP_ATOMIC to allocate zone buffer
| | * 74b0a2fcc3 pstore: Properly assign mem_type property
| | * d25aac3489 HID: plantronics: Additional PIDs for double volume key presses quirk
| | * 9d4294545c HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint
| | * 7280fdb80b powerpc/rtas: avoid scheduling in rtas_os_term()
| | * d8939315b7 powerpc/rtas: avoid device tree lookups in rtas_os_term()
| | * 23a249b118 objtool: Fix SEGFAULT
| | * ed686e7a26 fs/ntfs3: Fix slab-out-of-bounds in r_page
| | * dd34665cb0 fs/ntfs3: Delete duplicate condition in ntfs_read_mft()
| | * a9847a11b6 fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()
| | * abd2ee2cf4 fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()
| | * d7ce7bb688 fs/ntfs3: Validate index root when initialize NTFS security
| | * f29676cc3a soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15
| | * 9c8471a17f fs/ntfs3: Fix slab-out-of-bounds read in run_unpack
| | * 3a52f17867 fs/ntfs3: Validate resident attribute name
| | * 3cd9e5b41b fs/ntfs3: Validate buffer length while parsing index
| | * c878a915bc fs/ntfs3: Validate attribute name offset
| | * f62506f5e4 fs/ntfs3: Add null pointer check for inode operations
| | * 2dd9ccfb06 fs/ntfs3: Fix memory leak on ntfs_fill_super() error path
| | * ea6b359840 fs/ntfs3: Add null pointer check to attr_load_runs_vcn
| | * de5e095524 fs/ntfs3: Validate data run offset
| | * d4489ba8fb fs/ntfs3: Add overflow check for attribute size
| | * af7a195dea fs/ntfs3: Validate BOOT record_size
| | * 8e228ac90c nvmet: don't defer passthrough commands with trivial effects to the workqueue
| | * f068a7315a nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition
| | * 576502f25f ata: ahci: Fix PCS quirk application for suspend
| | * 7949b0df3d block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq
| | * ff3d9ab51c ACPI: resource: do IRQ override on Lenovo 14ALC7
| | * 698a0813ce ACPI: resource: do IRQ override on XMG Core 15
| | * a9ac7633bb ACPI: resource: do IRQ override on LENOVO IdeaPad
| | * 5fe31f2950 ACPI: resource: Skip IRQ override on Asus Vivobook K3402ZA/K3502ZA
| | * 4c5fee0d88 nvme-pci: fix page size checks
| | * 9141144b37 nvme-pci: fix mempool alloc size
| | * f17cf8fa2c nvme-pci: fix doorbell buffer value endianness
| | * ead99ec669 Revert "selftests/bpf: Add test for unstable CT lookup API"
| | * bf0543b937 cifs: fix oops during encryption
| | * 56f6de394f usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init
* | | 2ce8e6e296 ANDROID: add __dev_kfree_skb_irq to virtual_device abi list
|/ /
* | 24bc28221f Revert "net: add atomic_long_t to net_device_stats fields"
* | 34d878c5b3 Revert "ipv6/sit: use DEV_STATS_INC() to avoid data-races"
* | 956e2924f3 Revert "arm64: Treat ESR_ELx as a 64-bit register"
* | 8a3baaa85e Revert "arm64: mm: kfence: only handle translation faults"
* | 8b3730f922 Revert "gpiolib: protect the GPIO device against being dropped while in use by user-space"
* | b0e87c106d Revert "soreuseport: Fix socket selection for SO_INCOMING_CPU."
* | 8a8a0cb6c6 Revert "bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes"
* | 2d4c48bff9 Revert "xhci: Prevent infinite loop in transaction errors recovery for streams"
* | 20ec745823 Merge 5.15.86 into android13-5.15-lts
|\|
| * 90ffbb727c Linux 5.15.86
| * 3082f8705e pwm: tegra: Fix 32 bit build
| * caa40d1f85 mfd: qcom_rpm: Use devm_of_platform_populate() to simplify code
| * 408dbaa065 extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registered
| * 2471a44769 media: dvbdev: fix refcnt bug
| * 579fb0a332 media: dvbdev: fix build warning due to comments
| * 1115e77c4f net: stmmac: fix errno when create_singlethread_workqueue() fails
| * d3871af13a scsi: qla2xxx: Fix crash when I/O abort times out
| * 50f993da94 btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range
| * 1c65d50315 ovl: fix use inode directly in rcu-walk mode
| * 88ec6d1105 fbdev: fbcon: release buffer when fbcon_do_set_font() failed
| * ca8bcb348a gcov: add support for checksum field
| * f36d8c8651 floppy: Fix memory leak in do_floppy_init()
| * 4193a6745b regulator: core: fix deadlock on regulator enable
| * ce5d0ef1cf iio: adc128s052: add proper .data members in adc128_of_match table
| * aec1058f2a iio: adc: ad_sigma_delta: do not use internal iio_dev lock
| * dc6afd6070 iio: fix memory leak in iio_device_register_eventset()
| * 38c257ee6a reiserfs: Add missing calls to reiserfs_security_free()
| * 8a4236456a security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6
| * 1cabce5662 9p: set req refcount to zero to avoid uninitialized usage
| * dd2157a98f loop: Fix the max_loop commandline argument treatment when it is set to 0
| * fd03bd4c7b HID: mcp2221: don't connect hidraw
| * 6c886be1ff HID: wacom: Ensure bootloader PID is usable in hidraw mode
| * 4d640eb112 xhci: Prevent infinite loop in transaction errors recovery for streams
| * 936c5f96c8 usb: dwc3: core: defer probe on ulpi_read_id timeout
| * e6bf6c4022 usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode
| * 0e883f3bc8 arm64: dts: qcom: sm8250: fix USB-DP PHY registers
| * ffb14aac26 usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irq
| * fcacd970e0 usb: cdnsp: fix lack of ZLP for ep0
| * bcac79df08 ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list
| * 50c23a1107 ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB
| * 76574b3465 ALSA: usb-audio: add the quirk for KT0206 device
| * 9e787dab98 ima: Simplify ima_lsm_copy_rule
| * 2cd365029c pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES
| * 2068d41a3d afs: Fix lost servers_outstanding count
| * 0def8af038 perf debug: Set debug_peo_args and redirect_to_stderr variable to correct values in perf_quiet_option()
| * 41cccae10e pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion
| * 8877df8135 LoadPin: Ignore the "contents" argument of the LSM hooks
| * 584202b0f1 drm/i915/display: Don't disable DDI/Transcoder when setting phy test pattern
| * b253e075b1 ASoC: rt5670: Remove unbalanced pm_runtime_put()
| * 59f797a913 ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtime_resume()
| * 132844d92f ASoC: wm8994: Fix potential deadlock
| * 82f7c814ed ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe()
| * e5d6bf3e5a ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runtime_resume()
| * 85eb5c952b ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link()
| * 9ff07316ca ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt5514_dev_probe()
| * 7643909cf0 ASoC: Intel: Skylake: Fix driver hang during shutdown
| * 33ff0f9f9c ALSA: hda: add snd_hdac_stop_streams() helper
| * 78649a624d ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c
| * 98b0f50fec hwmon: (jc42) Fix missing unlock on error in jc42_write()
| * 5e69233508 KVM: selftests: Fix build regression by using accessor function
| * 6215904fe2 tools/include: Add _RET_IP_ and math definitions to kernel.h
| * c885326728 orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()
| * 39529b79b0 orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()
| * a075c21ee0 drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()
| * f3c14b99f3 drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()
| * 9a8862820c hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
| * 4f6b206998 scsi: elx: libefc: Fix second parameter type in state callbacks
| * 23f0e9f863 scsi: ufs: Reduce the START STOP UNIT timeout
| * 2cf66428a2 scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs
| * 2b3e3ecdb4 crypto: hisilicon/hpre - fix resource leak in remove process
| * adf6a00859 clk: st: Fix memory leak in st_of_quadfs_setup()
| * 6c8aee0c8f media: si470x: Fix use-after-free in si470x_int_in_callback()
| * 58b6496a74 mmc: renesas_sdhi: better reset from HS400 mode
| * c33c904124 mmc: f-sdh30: Add quirks for broken timeout clock capability
| * 69346de0eb wifi: mt76: do not run mt76u_status_worker if the device is not running
| * feb847e659 regulator: core: fix use_count leakage when handling boot-on
| * 474e70bd90 libbpf: Avoid enum forward-declarations in public API in C++ mode
| * 6209542869 drm/amd/display: Use the largest vready_offset in pipe group
| * eff45bfbc2 blk-mq: fix possible memleak when register 'hctx' failed
| * d0af6220bb media: dvb-usb: fix memory leak in dvb_usb_adapter_init()
| * 88a6f8a72d media: dvbdev: adopts refcnt to avoid UAF
| * 438cd29fec media: dvb-frontends: fix leak of memory fw
| * a96841f5aa ethtool: avoiding integer overflow in ethtool_phys_id()
| * b327c68ace bpf: Prevent decl_tag from being referenced in func_proto arg
| * 4b8f3b9392 ppp: associate skb with a device at tx
| * 5d5a481a7f mrp: introduce active flags to prevent UAF when applicant uninit
| * 222cc04356 ipv6/sit: use DEV_STATS_INC() to avoid data-races
| * 8a3b023710 net: add atomic_long_t to net_device_stats fields
| * 58dd11f624 drm/amd/display: fix array index out of bound error in bios parser
| * a3cc41e05e md/raid1: stop mdx_raid1 thread when raid1 array run failed
| * b621d17fe8 drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
| * 5afac74f15 drm/mediatek: Fix return type of mtk_hdmi_bridge_mode_valid()
| * 072508e99d drm/sti: Use drm_mode_copy()
| * 673a3e0199 drm/rockchip: Use drm_mode_copy()
| * b9b07900d2 drm/msm: Use drm_mode_copy()
| * 5ad774fb82 s390/lcs: Fix return type of lcs_start_xmit()
| * dfbf0122ea s390/netiucv: Fix return type of netiucv_tx()
| * 8131d1880c s390/ctcm: Fix return type of ctc{mp,}m_tx()
| * f9084e9930 drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback
| * b74580d618 drm/amdgpu: Fix type of second parameter in trans_msg() callback
| * 314f7092b2 igb: Do not free q_vector unless new one was allocated
| * 0b12d2aa26 wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()
| * 19bb9e98e1 hamradio: baycom_epp: Fix return type of baycom_send_packet()
| * a413ebb604 net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()
| * 5d3f4478d2 bpf: make sure skb->len != 0 when redirecting to a tunneling device
| * be2803dd29 qed (gcc13): use u16 for fid to be big enough
| * a8bc0ac438 Revert "drm/amd/display: Limit max DSC target bpp for specific monitors"
| * cc8deb82cc drm/amd/display: prevent memory leak
| * 49dd0e8029 ipmi: fix memleak when unload ipmi driver
| * 68871c005f ASoC: codecs: rt298: Add quirk for KBL-R RVP platform
| * 3eca9697c2 wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out
| * c319196a0e wifi: ath9k: verify the expected usb_endpoints are present
| * 10c4b63d09 brcmfmac: return error when getting invalid max_flowrings from dongle
| * ad31bc146f media: imx-jpeg: Disable useless interrupt to avoid kernel panic
| * 6e1a6880e1 drm/etnaviv: add missing quirks for GC300
| * 367296925c hfs: fix OOB Read in __hfs_brec_find
| * ebe16676e1 acct: fix potential integer overflow in encode_comp_t()
| * 8b6ef451b5 nilfs2: fix shift-out-of-bounds due to too large exponent of block size
| * b47f5c579c nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
| * 5777432eba ACPICA: Fix error code path in acpi_ds_call_control_method()
| * 10b87da8fa fs: jfs: fix shift-out-of-bounds in dbDiscardAG
| * 5059ea84a8 jfs: Fix fortify moan in symlink
| * e7a6a53c87 udf: Avoid double brelse() in udf_rename()
| * 0536f76a2b fs: jfs: fix shift-out-of-bounds in dbAllocAG
| * 88cea1676a binfmt_misc: fix shift-out-of-bounds in check_special_flags
| * cadb938a5e x86/hyperv: Remove unregister syscore call from Hyper-V cleanup
| * 659747f6f6 video: hyperv_fb: Avoid taking busy spinlock on panic path
| * 9d05c20b0a arm64: make is_ttbrX_addr() noinstr-safe
| * 98a5b1265a rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()
| * d238f94b2b HID: amd_sfh: Add missing check for dma_alloc_coherent
| * 9da204cd67 net: stream: purge sk_error_queue in sk_stream_kill_queues()
| * f47426250f myri10ge: Fix an error handling path in myri10ge_probe()
| * 1ec0a7d5b0 rxrpc: Fix missing unlock in rxrpc_do_sendmsg()
| * 5478eb7adc net_sched: reject TCF_EM_SIMPLE case for complex ematch module
| * 4f05d8e2fb mailbox: zynq-ipi: fix error handling while device_register() fails
| * 550f403e46 mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()
| * 28604a960c mailbox: mpfs: read the system controller's status
| * 8fb773eed4 skbuff: Account for tail adjustment during pull operations
| * dc0f38957a arm64: dts: mt8183: Fix Mali GPU clock
| * 790b396f6b soc: mediatek: pm-domains: Fix the power glitch issue
| * 0133615a06 openvswitch: Fix flow lookup to use unmasked key
| * 04e454bd97 selftests: devlink: fix the fd redirect in dummy_reporter_test
| * d52646a46c rtc: mxc_v2: Add missing clk_disable_unprepare()
| * ac95c4e35f igc: Set Qbv start_time and end_time to end_time if not being configured in GCL
| * af59985138 igc: Lift TAPRIO schedule restriction
| * 4d50d640ed igc: recalculate Qbv end_time by considering cycle time
| * 1ef9416957 igc: allow BaseTime 0 enrollment for Qbv
| * c0df8e7ba6 igc: Add checking for basetime less than zero
| * 5b46b53f45 igc: Use strict cycles for Qbv scheduling
| * fd7d029436 igc: Enhance Qbv scheduling by using first flag bit
| * 9b5b50329e r6040: Fix kmemleak in probe and remove
| * 1b428ba31b unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()
| * aae9c24ebd nfc: pn533: Clear nfc_target before being used
| * bcf2c1dc53 net: enetc: avoid buffer leaks on xdp_do_redirect() failure
| * f463a1295c selftests/bpf: Add test for unstable CT lookup API
| * 094f3d9314 block, bfq: fix possible uaf for 'bfqq->bic'
| * cf48cb8deb mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
| * 5607353751 mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
| * ada4022f48 mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
| * 0578f9929f net: macsec: fix net device access prior to holding a lock
| * a472f069ce nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure
| * f8f1d037d6 rtc: pcf85063: fix pcf85063_clkout_control
| * 35a174552b rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()
| * eea105c4e4 rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()
| * 74248b5560 netfilter: flowtable: really fix NAT IPv6 offload
| * 5c940632ca mfd: pm8008: Fix return value check in pm8008_probe()
| * ec10848e26 mfd: pm8008: Remove driver data structure pm8008_data
| * 38959417d3 mfd: qcom_rpm: Fix an error handling path in qcom_rpm_probe()
| * b95ae3543e mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ
| * 615d3c8a46 powerpc/pseries/eeh: use correct API for error log size
| * 68de42e008 powerpc/eeh: Drop redundant spinlock initialization
| * 2b157b4b13 remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs404_power_on()
| * 4b191533f5 remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_region()
| * d7628ebca8 remoteproc: qcom_q6v5_pas: detach power domains on remove
| * fdf47f462a remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or remove
| * 098ebb9089 remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio()
| * 131c0a3ead remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()
| * 4507c6a672 pwm: mediatek: always use bus clock for PWM on MT7622
| * 4fbbb14f0e pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
| * eec59807a2 pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
| * 37ea9a6c41 iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITY
| * 8de2c29db6 selftests/powerpc: Fix resource leaks
| * dd49c5031e powerpc/hv-gpci: Fix hv_gpci event list
| * 65d3469f3b powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe()
| * cf03db2896 powerpc/perf: callchain validate kernel stack pointer bounds
| * 5de1902244 powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data()
| * b31e9647f1 powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds
| * 6a310e8db5 cxl: Fix refcount leak in cxl_calc_capp_routing
| * 0accd460dc powerpc/52xx: Fix a resource leak in an error handling path
| * be2b9b1a60 macintosh/macio-adb: check the return value of ioremap()
| * 19ded60b40 macintosh: fix possible memory leak in macio_add_one_device()
| * e42b543d08 iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()
| * 6e501b3fd7 iommu/amd: Fix pci device refcount leak in ppr_notifier()
| * 9383921e8b rtc: pcf85063: Fix reading alarm
| * b66aa7b306 rtc: snvs: Allow a time difference on clock register read
| * 7a6cc22eab rtc: cmos: Disable ACPI RTC event on removal
| * 689f757f0a rtc: cmos: Rename ACPI-related functions
| * 1c74bbecda rtc: cmos: Eliminate forward declarations of some functions
| * 3a439a2cab rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()
| * 9febdff75c rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()
| * d9324fb3ee rtc: cmos: fix build on non-ACPI platforms
| * fe46b9303e rtc: cmos: Fix wake alarm breakage
| * 60c6e563a8 rtc: cmos: Fix event handler registration ordering issue
| * d3aa083469 rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0
| * 6e98a93c75 dmaengine: idxd: Fix crc_val field for completion record
| * ab53749c32 fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs
| * 1ba0968b33 pwm: tegra: Improve required rate calculation
| * c160505c9b include/uapi/linux/swab: Fix potentially missing __always_inline
| * 59463193b0 phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devices
| * ae00848e55 iommu/rockchip: fix permission bits in page table entries v2
| * a7f6ad2c42 iommu/sun50i: Fix flush size
| * 38ccb9b469 iommu/sun50i: Fix R/W permission check
| * ae4ab47a0b iommu/sun50i: Consider all fault sources for reset
| * 84fee3ce82 iommu/sun50i: Fix reset release
| * 6f9fe31a48 fs/ntfs3: Harden against integer overflows
| * 30f20ceb87 overflow: Implement size_t saturating arithmetic helpers
| * 4b51f27d44 fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()
| * 28f345bec7 RDMA/siw: Fix pointer cast warning
| * 01d925e2a5 perf stat: Do not delay the workload with --delay
| * a273f1dd5d perf stat: Refactor __run_perf_stat() common code
| * d21534ab4f power: supply: fix null pointer dereferencing in power_supply_get_battery_info
| * d4898d8de6 power: supply: ab8500: Fix error handling in ab8500_charger_init()
| * 30b191798f HSI: omap_ssi_core: Fix error handling in ssi_init()
| * a72fe8eb55 power: supply: z2_battery: Fix possible memleak in z2_batt_probe()
| * 5ba0e8fa15 perf symbol: correction while adjusting symbol
| * a34027b63d perf trace: Handle failure when trace point folder is missed
| * 60aeacce64 perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
| * e4700f62dc perf trace: Return error if a system call doesn't exist
| * 870ad0917d power: supply: fix residue sysfs file in error handle route of __power_supply_register()
| * 1c2b9c8100 HSI: omap_ssi_core: fix possible memory leak in ssi_probe()
| * c5f729d3d6 HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()
| * ea37831f83 fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()
| * 5bcae36b58 fbdev: uvesafb: don't build on UML
| * 07c1a3c2df fbdev: geode: don't build on UML
| * ace8312b5d fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()
| * 04946113fb fbdev: vermilion: decrease reference count in error path
| * fc0d5034fa fbdev: via: Fix error in via_core_init()
| * 9827246333 fbdev: pm2fb: fix missing pci_disable_device()
| * 3aa4205134 fbdev: ssd1307fb: Drop optional dependency
| * 4958316a6d thermal/drivers/qcom/lmh: Fix irq handler return value
| * ad72205ac6 thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2
| * 37fb4e13d2 thermal/drivers/imx8mm_thermal: Validate temperature range
| * 95c18f4a3c samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()
| * 31c1b5d300 ksmbd: Fix resource leak in ksmbd_session_rpc_open()
| * a44102d36a tracing/hist: Fix issue of losting command info in error_log
| * 8308ccfcbd usb: storage: Add check for kcalloc
| * 96c12fd0ec i2c: ismt: Fix an out-of-bounds bug in ismt_access()
| * 8212800943 i2c: mux: reg: check return value after calling platform_get_resource()
| * 46d8f63bb8 gpiolib: protect the GPIO device against being dropped while in use by user-space
| * 333a271dfd gpiolib: make struct comments into real kernel docs
| * 7c755a2d6d gpiolib: cdev: fix NULL-pointer dereferences
| * b0a26e1999 gpiolib: Get rid of redundant 'else'
| * 4bc217b25e vme: Fix error not catched in fake_init()
| * 31bfe024a9 staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()
| * b0aaec894a staging: rtl8192u: Fix use after free in ieee80211_rx()
| * ed4580c3f8 i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe
| * 28dc61cc49 chardev: fix error handling in cdev_device_add()
| * 43bfc7c240 mcb: mcb-parse: fix error handing in chameleon_parse_gdd()
| * f3686e5e8d drivers: mcb: fix resource leak in mcb_probe()
| * 9d4a0aca8a usb: gadget: f_hid: fix refcount leak on error path
| * d3136b7970 usb: gadget: f_hid: fix f_hidg lifetime vs cdev
| * a41c2bba7f usb: roles: fix of node refcount leak in usb_role_switch_is_parent()
| * 18b9202188 coresight: trbe: remove cpuhp instance node before remove cpuhp state
| * e854a4ab38 counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update
| * 39a156715f iio: adis: add '__adis_enable_irq()' implementation
| * 3a2dde8e5d iio:imu:adis: Move exports into IIO_ADISLIB namespace
| * 3c2e13025b iio: adis: stylistic changes
| * de3e358912 iio: adis: handle devices that cannot unmask the drdy pin
| * 994243de7a iio: temperature: ltc2983: make bulk write buffer DMA-safe
| * 22511eefa6 cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()
| * e5021bbf11 cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()
| * b308fdedef firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()
| * d5c8f9003a misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os
| * 848c45964d misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()
| * 37a13b274e ocxl: fix pci device refcount leak when calling get_function_0()
| * 3299983a6b misc: ocxl: fix possible name leak in ocxl_file_register_afu()
| * 357379d504 test_firmware: fix memory leak in test_firmware_init()
| * 07d547d742 serial: sunsab: Fix error handling in sunsab_init()
| * 919e745fdd serial: altera_uart: fix locking in polling mode
| * e1c4f18214 tty: serial: altera_uart_{r,t}x_chars() need only uart_port
| * b133b45ba6 tty: serial: clean up stop-tx part in altera_uart_tx_chars()
| * 6f7d82380f serial: pch: Fix PCI device refcount leak in pch_request_dma()
| * 0dfc7dfe5b serial: stm32: move dma_request_chan() before clk_prepare_enable()
| * 926b0967f7 serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.
| * d71a611fca serial: amba-pl011: avoid SBSA UART accessing DMACR register
| * f46f9d2e16 extcon: usbc-tusb320: Update state on probe even if no IRQ pending
| * ac067e75c4 extcon: usbc-tusb320: Add USB TYPE-C support
| * 9280761167 extcon: usbc-tusb320: Factor out extcon into dedicated functions
| * 05aa8ff22d usb: typec: Factor out non-PD fwnode properties
| * 31e9c27510 extcon: usbc-tusb320: Add support for TUSB320L
| * b9c8820d91 extcon: usbc-tusb320: Add support for mode setting and reset
| * 4524599a6a usb: typec: tipd: Fix spurious fwnode_handle_put in error path
| * b0d86eacc8 usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register fails
| * ba75be6f0d usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()
| * 154d5713a2 usb: typec: Check for ops->exit instead of ops->enter in altmode_exit
| * 1f5661388f staging: vme_user: Fix possible UAF in tsi148_dma_list_add
| * a3c4bc2616 usb: fotg210-udc: Fix ages old endianness issues
| * 5e87d41221 uio: uio_dmem_genirq: Fix deadlock between irq config and handling
| * 79a4bdb6b9 uio: uio_dmem_genirq: Fix missing unlock in irq configuration
| * 3f22a273ef vfio: platform: Do not pass return buffer to ACPI _RST method
| * 417ef049e3 class: fix possible memory leak in __class_register()
| * f76824ab2b serial: 8250_bcm7271: Fix error handling in brcmuart_init()
| * 6b4424efcf serial: tegra: Read DMA status before terminating
| * a0ead7e8da drivers: dio: fix possible memory leak in dio_init()
| * e8985caf05 RISC-V: Align the shadow stack
| * ca48174a76 IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces
| * 82bd423ed9 hwrng: geode - Fix PCI device refcount leak
| * 2b79a5e560 hwrng: amd - Fix PCI device refcount leak
| * 42cbff35f4 crypto: img-hash - Fix variable dereferenced before check 'hdev->req'
| * b9634f99b6 RDMA/hns: Fix error code of CMD
| * b06bb747ce RDMA/hns: Fix page size cap from firmware
| * 4c05c7cf25 RDMA/hns: Fix PBL page MTR find
| * fa267c4192 RDMA/hns: Fix AH attr queried by query_qp
| * e27fb26e75 orangefs: Fix sysfs not cleanup when dev init failed
| * 3e9c395ef2 PCI: mt7621: Add sentinel to quirks table
| * bcc65c2e2a PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_
| * 0a7eab1cc4 RDMA/srp: Fix error return code in srp_parse_options()
| * 6301100179 RDMA/hfi1: Fix error return code in parse_platform_config()
| * 339ca035af riscv/mm: add arch hook arch_clear_hugepage_flags
| * 20d363dcd6 crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()
| * 815b65d714 crypto: amlogic - Remove kcalloc without check
| * af71199291 RDMA/nldev: Fix failure to send large messages
| * bb895786a4 f2fs: avoid victim selection from previous victim section
| * 655e955deb RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()
| * 1895e908b3 scsi: snic: Fix possible UAF in snic_tgt_create()
| * 09a60f908d scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
| * e59da17205 scsi: ipr: Fix WARNING in ipr_init()
| * c444f58fda scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()
| * 4e4968dfb5 scsi: fcoe: Fix possible name leak when device_register() fails
| * 0f5006d7d1 scsi: scsi_debug: Fix a warning in resp_report_zones()
| * 2432719b1a scsi: scsi_debug: Fix a warning in resp_verify()
| * 038359eecc scsi: efct: Fix possible memleak in efct_device_init()
| * 23053a7926 scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()
| * 2ab6d5927c scsi: hpsa: Fix error handling in hpsa_add_sas_host()
| * 6a92129c8f scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()
| * 26c0f7e1ac padata: Fix list iterator in padata_do_serial()
| * 17afa98bcc padata: Always leave BHs disabled when running ->parallel()
| * 221afb2a1b crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
| * bfe10a1d9f scsi: hpsa: Fix possible memory leak in hpsa_init_one()
| * 38ef0c0b09 dt-bindings: visconti-pcie: Fix interrupts array max constraints
| * 83aad8111b dt-bindings: imx6q-pcie: Fix clock names for imx6sx and imx8mq
| * f64f08b9e6 RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed
| * 35f9cd060e RDMA/hns: fix memory leak in hns_roce_alloc_mr()
| * 6d5220a553 crypto: ccree - Make cc_debugfs_global_fini() available for module init function
| * 2e9cf3e783 RDMA/hfi: Decrease PCI device reference count in error path
| * 7f476d639c PCI: Check for alloc failure in pci_request_irq()
| * 49bc2be897 RDMA/hns: Fix ext_sge num error when post send
| * 0e6160d79d RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()
| * e5ea48788e crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()
| * 442caec12f crypto: cryptd - Use request context instead of stack for sub-request
| * ab677729fc crypto: ccree - Remove debugfs when platform_driver_register failed
| * 0328ca389a scsi: scsi_debug: Fix a warning in resp_write_scat()
| * 1ba8ecb664 RDMA/siw: Set defined status for work completion with undefined status
| * 6e757005ba RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port
| * f981c697b2 RDMA/core: Make sure "ib_port" is valid when access sysfs node
| * 13586753ae RDMA/restrack: Release MR restrack when delete
| * 6e78ca677f PCI: vmd: Disable MSI remapping after suspend
| * 47e31b86ed IB/mad: Don't call to function that might sleep while in atomic context
| * f8d8fbd3b6 RDMA/siw: Fix immediate work request flush to completion queue
| * 2a26849d79 scsi: qla2xxx: Fix set-but-not-used variable warnings
| * 799ed37559 RDMA/irdma: Report the correct link speed
| * d40d1b1c61 f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()
| * 847f725006 f2fs: fix normal discard process
| * 865bb7b5a7 f2fs: fix to invalidate dcc->f2fs_issue_discard in error path
| * 5f509fa740 apparmor: Fix memleak in alloc_ns()
| * 46f3cb83e4 crypto: rockchip - rework by using crypto_engine
| * 3ed0548d39 crypto: rockchip - remove non-aligned handling
| * 5562009f5f crypto: rockchip - better handle cipher key
| * 26f3971356 crypto: rockchip - add fallback for ahash
| * 34fe54af3c crypto: rockchip - add fallback for cipher
| * 314217591e crypto: rockchip - do not store mode globally
| * 853cd97d2b crypto: rockchip - do not do custom power management
| * d5100272e4 f2fs: Fix the race condition of resize flag between resizefs
| * db72c5dffc PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled
| * 26ffeff67b RDMA/core: Fix order of nldev_exit call
| * a00a7ac251 PCI: dwc: Fix n_fts[] array overrun
| * 10ae636115 apparmor: Use pointer to struct aa_label for lbs_cred
| * 8d50ccfbe2 scsi: core: Fix a race between scsi_done() and scsi_timeout()
| * 9bdf3a59b3 crypto: nitrox - avoid double free on error path in nitrox_sriov_init()
| * 7efc0d39ee crypto: sun8i-ss - use dma_addr instead u32
| * aaef0bdd7a crypto: hisilicon/qm - fix missing destroy qp_idr
| * d567776ae2 apparmor: Fix abi check to include v8 abi
| * bc9d2cbbdc apparmor: fix lockdep warning when removing a namespace
| * 775a37ffa9 apparmor: fix a memleak in multi_transaction_new()
| * 09f30f394e net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path
| * 86664b8652 i40e: Fix the inability to attach XDP program on downed interface
| * 0abd337acd stmmac: fix potential division by 0
| * 93a4a04558 Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()
| * 8d6bbe5241 Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()
| * 804de4e24a Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()
| * 1030c3aeee Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()
| * 9fcb5b367e Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()
| * 14cc94a598 Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()
| * 06467130d5 Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()
| * e52b7d460a Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()
| * f7c9de3bcf Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMS
| * 2addf3cb63 sctp: sysctl: make extra pointers netns aware
| * 21296a52ca ntb_netdev: Use dev_kfree_skb_any() in interrupt context
| * 0fff763f11 net: lan9303: Fix read error execution path
| * 882bad40a0 can: tcan4x5x: Fix use of register error status mask
| * d50092f662 can: m_can: Call the RAM init directly from m_can_chip_config
| * 55064642aa can: tcan4x5x: Remove invalid write in clear_interrupts
| * 641eef8766 net: amd-xgbe: Check only the minimum speed for active/passive cables
| * 60b35e28dc net: amd-xgbe: Fix logic around active and passive cables
| * d436bf39f4 af_unix: call proto_unregister() in the error path in af_unix_init()
| * ee9d03bf89 net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()
| * 6f1c4c01cc hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()
| * eb2c6a6e8f net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()
| * ef08e1082c net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()
| * 2786ef4066 net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()
| * d81314e2dd net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()
| * 9a6544343b net/tunnel: wait until all sk_user_data reader finish before releasing the sock
| * 998b4e54f5 net: farsync: Fix kmemleak when rmmods farsync
| * 71605c6906 ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()
| * ce1b3a41e7 of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop()
| * 8399b98935 drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()
| * 96e5089702 net: stmmac: fix possible memory leak in stmmac_dvr_probe()
| * ecaf934e44 net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()
| * e1359bc90a net: defxx: Fix missing err handling in dfx_init()
| * c65603abc3 net: vmw_vsock: vmci: Check memcpy_from_msg()
| * 9de42116fc clk: socfpga: Fix memory leak in socfpga_gate_init()
| * e515881ade bpf: Do not zero-extend kfunc return values
| * ce61a877c7 blktrace: Fix output non-blktrace event when blk_classic option enabled
| * f2ae56fa0b wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()
| * 23060daf37 wifi: rtl8xxxu: Fix the channel width reporting
| * 6d0e00334e wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h
| * e69d380650 spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode
| * 4e501a31af clk: samsung: Fix memory leak in _samsung_clk_register_pll()
| * 441c05485c media: coda: Add check for kmalloc
| * b99872178e media: coda: Add check for dcoda_iram_alloc
| * fbf081ebe2 media: c8sectpfe: Add of_node_put() when breaking out of loop
| * 2a7330d820 regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_probe()
| * ecf1b317a8 mmc: core: Normalize the error handling branch in sd_read_ext_regs()
| * 7fecca429e memstick/ms_block: Add check for alloc_ordered_workqueue
| * b77ced3fce memstick: ms_block: Add error handling support for add_disk()
| * ae00eb6779 mmc: renesas_sdhi: alway populate SCC pointer
| * 88fa6a4e39 mmc: mmci: fix return value check of mmc_add_host()
| * 29c3690969 mmc: wbsd: fix return value check of mmc_add_host()
| * 0959cc1685 mmc: via-sdmmc: fix return value check of mmc_add_host()
| * e0cfe7aa41 mmc: meson-gx: fix return value check of mmc_add_host()
| * 62005dfcc3 mmc: omap_hsmmc: fix return value check of mmc_add_host()
| * 1925472dec mmc: atmel-mci: fix return value check of mmc_add_host()
| * 58c3a8d0f1 mmc: wmt-sdmmc: fix return value check of mmc_add_host()
| * afc898019e mmc: vub300: fix return value check of mmc_add_host()
| * 6444079767 mmc: toshsd: fix return value check of mmc_add_host()
| * df683201c7 mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()
| * 30dc645461 mmc: rtsx_pci: fix return value check of mmc_add_host()
| * bc7e8744f5 mmc: pxamci: fix return value check of mmc_add_host()
| * 2d496050de mmc: mxcmmc: fix return value check of mmc_add_host()
| * f0502fe86a mmc: moxart: fix return value check of mmc_add_host()
| * 29c5b4da41 mmc: alcor: fix return value check of mmc_add_host()
| * 52e0d8a8dd riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
| * 0de70ed675 NFSv4.x: Fail client initialisation if state manager thread can't run
| * 7055c878a0 SUNRPC: Fix missing release socket in rpc_sockname()
| * 79d4cd40da xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()
| * cba633b24a ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt
| * 9018550d96 media: saa7164: fix missing pci_disable_device()
| * 2df1e2a6ec ALSA: pcm: Set missing stop_operating flag at undoing trigger start
| * a443c55d96 bpf, sockmap: fix race in sock_map_free()
| * 5229b90337 hwmon: (jc42) Restore the min/max/critical temperatures on resume
| * 785f5c732a hwmon: (jc42) Convert register access and caching to regmap/regcache
| * c4c64d8abd regulator: core: fix resource leak in regulator_register()
| * 07f82dca11 configfs: fix possible memory leak in configfs_create_dir()
| * 21a061772b hsr: Synchronize sequence number updates.
| * a82f5b2e08 hsr: Synchronize sending frames to have always incremented outgoing seq nr.
| * bb3b40cd6a hsr: Disable netpoll.
| * 8e148d981b hsr: Avoid double remove of a node.
| * 9387cbf7f7 hsr: Add a rcu-read lock to hsr_forward_skb().
| * a051e10bfc clk: qcom: clk-krait: fix wrong div2 functions
| * 8275c7465d clk: qcom: lpass-sc7180: Fix pm_runtime usage
| * 91657ec4d0 regulator: core: fix module refcount leak in set_supply()
| * 66976a3be9 wifi: mt76: fix coverity overrun-call in mt76_get_txpower()
| * a21e3f6f41 wifi: mt76: mt7921: fix reporting of TX AGGR histogram
| * c8659018b6 mt76: stop the radar detector after leaving dfs channel
| * ae19622e7f wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails
| * 2e32f12998 wifi: mac80211: fix memory leak in ieee80211_if_add()
| * f58888434d spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODE
| * b6d27d9250 bonding: uninitialized variable in bond_miimon_inspect()
| * 7201e4f4f5 bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
| * 6105ed3598 bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
| * 8786bde11a bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
| * a222f992ce Input: wistron_btns - disable on UML
| * d78649c21b netfilter: conntrack: set icmpv6 redirects as RELATED
| * 09fe3b1392 ASoC: pcm512x: Fix PM disable depth imbalance in pcm512x_probe
| * 8876793e56 drm/amdkfd: Fix memory leakage
| * 8f2d2badf8 drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()
| * 88c6e0995c drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()
| * 0af0ff9fc0 drm/amd/pm/smu11: BACO is supported when it's in BACO state
| * 27e7cf595d ASoC: mediatek: mt8173: Enable IRQ when pdata is ready
| * 905e565375 ASoC: mediatek: mt8173: Fix debugfs registration for components
| * d8e32f1bf1 wifi: iwlwifi: mvm: fix double free on tx path.
| * d0bb44775c ALSA: asihpi: fix missing pci_disable_device()
| * f12377abac NFS: Fix an Oops in nfs_d_automount()
| * 9a96aff53c NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn
| * c6aca4c7ba NFSv4: Fix a credential leak in _nfs4_discover_trunking()
| * 7f6607c884 NFSv4.2: Fix initialisation of struct nfs4_label
| * 51899eefd1 NFSv4.2: Fix a memory stomp in decode_attr_security_label
| * 34dffc77dd NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding
| * d926611c89 ASoC: mediatek: mtk-btcvsd: Add checks for write and read of mtk_btcvsd_snd
| * f243ff92d6 ASoC: dt-bindings: wcd9335: fix reset line polarity in example
| * 41d7b8291c drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()
| * 2376d7fa08 media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC
| * 210fcf64be media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()
| * b223cc15f9 media: dvb-core: Fix ignored return value in dvb_register_frontend()
| * 825a8af31d pinctrl: pinconf-generic: add missing of_node_put()
| * eedc698d66 clk: imx8mn: fix imx8mn_enet_phy_sels clocks list
| * f86a432604 clk: imx8mn: fix imx8mn_sai2_sels clocks list
| * 5e98c3a345 clk: imx: replace osc_hdmi with dummy
| * 9453e097b8 clk: imx8mn: rename vpu_pll to m7_alt_pll
| * bffc80bac8 media: imon: fix a race condition in send_packet()
| * 9c9ff35d68 media: vimc: Fix wrong function called when vimc_init() fails
| * f849c116d3 ASoC: qcom: Add checks for devm_kcalloc
| * 16437645dd drbd: destroy workqueue when drbd device was freed
| * cdaf45415c drbd: remove call to memset before free device/resource/connection
| * f35981083c mtd: maps: pxa2xx-flash: fix memory leak in probe
| * 87c750affd bonding: fix link recovery in mode 2 when updelay is nonzero
| * 02105f0b30 drm/amdgpu: fix pci device refcount leak
| * 5b0a1f1247 clk: rockchip: Fix memory leak in rockchip_clk_register_pll()
| * 27aac5c012 regulator: core: use kfree_const() to free space conditionally
| * a69b1faa9b ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENT
| * 9c0f3617ba ALSA: pcm: fix undefined behavior in bit shift for SNDRV_PCM_RATE_KNOT
| * 6159424e2d pinctrl: k210: call of_node_put()
| * 18a973fcb1 HID: hid-sensor-custom: set fixed size for custom attributes
| * 0fc4280dbe bpf: Move skb->len == 0 checks into __bpf_redirect
| * 8dbcb4c284 mtd: spi-nor: Fix the number of bytes for the dummy cycles
| * 58e1a0ef52 mtd: spi-nor: hide jedec_id sysfs attribute if not present
| * 348d95e39f inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()
| * 4451bef1a3 media: videobuf-dma-contig: use dma_mmap_coherent
| * b2781a8626 media: platform: exynos4-is: Fix error handling in fimc_md_init()
| * 7cf71bbe5d media: solo6x10: fix possible memory leak in solo_sysfs_init()
| * c290aa527f media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init()
| * 648f303102 Input: elants_i2c - properly handle the reset GPIO when power is off
| * e0d3e46ac6 mtd: lpddr2_nvm: Fix possible null-ptr-deref
| * ab4e42f519 drm/msm/a6xx: Fix speed-bin detection vs probe-defer
| * fea795f7c7 wifi: ath10k: Fix return value in ath10k_pci_init()
| * 77482c4dd4 block: clear ->slave_dir when dropping the main slave_dir reference
| * 62251948e2 ima: Fix misuse of dereference of pointer in template_desc_init_fields()
| * 29d6c69ba4 integrity: Fix memory leakage in keyring allocation error path
| * 8e6df95717 drm/fourcc: Fix vsub/hsub for Q410 and Q401
| * ec1727f89e drm/fourcc: Add packed 10bit YUV 4:2:0 format
| * f72608b8dd regulator: qcom-rpmh: Fix PMR735a S3 regulator spec
| * 63d011ad05 nvme: return err on nvme_init_non_mdts_limits fail
| * f289a38df0 amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()
| * cda1895f3b regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()
| * 1a5aaa5736 nvmet: only allocate a single slab for bvecs
| * cb3033a432 libbpf: Fix uninitialized warning in btf_dump_dump_type_data
| * 83baa50939 ASoC: pxa: fix null-pointer dereference in filter()
| * a06ba0f7f8 drm/mediatek: Modify dpi power on/off sequence.
| * 6d25bc6370 drm/radeon: Add the missed acpi_put_table() to fix memory leak
| * 4cf11e9d31 bfq: fix waker_bfqq inconsistency crash
| * 55e822212e rxrpc: Fix ack.bufferSize to be 0 when generating an ack
| * 5ef8bf0df1 net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()
| * d1c44928bb media: camss: Clean up received buffers on failed start of streaming
| * 3b4b4df3f8 wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port
| * 9e1440c858 Input: joystick - fix Kconfig warning for JOYSTICK_ADC
| * 71212d7318 mtd: Fix device name leak when register device failed in add_mtd_device()
| * 106311677b clk: qcom: gcc-sm8250: Use retention mode for USB GDSCs
| * 322c7415e7 bpf: propagate precision across all frames, not just the last one
| * 07c286c10a bpf: Check the other end of slot_type for STACK_SPILL
| * fdbc363bc1 bpf: propagate precision in ALU/ALU64 operations
| * b29e46610c media: platform: exynos4-is: fix return value check in fimc_md_probe()
| * ab54081a28 media: vivid: fix compose size exceed boundary
| * 3c58c83c6f bpf: Fix slot type check in check_stack_write_var_off
| * cffa75198c drm/msm/hdmi: use devres helper for runtime PM management
| * 58d002b72e drm/msm/hdmi: drop unused GPIO support
| * 2d4bc60693 ima: Handle -ESTALE returned by ima_filter_rule_match()
| * 13fc167e16 drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure
| * c20672cfa0 spi: Update reference to struct spi_controller
| * 2858d038c5 clk: renesas: r9a06g032: Repair grave increment error
| * f6ed73db39 drm/rockchip: lvds: fix PM usage counter unbalance in poweron
| * 13fab6322b can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming
| * 4e55d61e87 can: kvaser_usb: Add struct kvaser_usb_busparams
| * fcfd4df200 can: kvaser_usb_leaf: Fix bogus restart events
| * 51f07da38b can: kvaser_usb_leaf: Fix wrong CAN state after stopping
| * 647c26887b can: kvaser_usb_leaf: Fix improved state not being reported
| * 9676d65a4a can: kvaser_usb: make use of units.h in assignment of frequency
| * c761108562 can: kvaser_usb_leaf: Set Warning state even without bus errors
| * a60bf9d814 can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
| * 8aae6bddc1 can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {leaf,usbcan}_cmd_can_error_event
| * 972270be24 can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
| * e9e0d9945f can: kvaser_usb: do not increase tx statistics when sending error message frames
| * e39bce64e5 libbpf: Btf dedup identical struct test needs check for nested structs/arrays
| * d4419f93e2 media: exynos4-is: don't rely on the v4l2_async_subdev internals
| * 8741792d82 soreuseport: Fix socket selection for SO_INCOMING_CPU.
| * 094f56192c venus: pm_helpers: Fix error check in vcodec_domains_get()
| * 3c793a9ad9 media: i2c: ad5820: Fix error path
| * 07611f9e44 media: adv748x: afe: Select input port when initializing AFE
| * aa81257dbf media: coda: jpeg: Add check for kmalloc
| * 9a402adc9f media: v4l2-ctrls: Fix off-by-one error in integer menu control check
| * 1caed03305 drm/amdgpu/powerplay/psm: Fix memory leak in power state init
| * f66a877083 ipmi: kcs: Poll OBF briefly to reduce OBE latency
| * 983320199e ata: libata: fix NCQ autosense logic
| * a9caf71aeb ata: add/use ata_taskfile::{error|status} fields
| * 3483c3fb48 ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macros
| * 6706135577 libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()
| * a733bf1019 libbpf: Fix use-after-free in btf_dump_name_dups
| * b5ec2a04fe drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge
| * 6d40a49d05 wifi: rtl8xxxu: Fix reading the vendor of combo chips
| * 355f16f756 wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()
| * d856f7574b wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()
| * 12229a2523 platform/mellanox: mlxbf-pmc: Fix event typo
| * a0d93aac54 rapidio: devices: fix missing put_device in mport_cdev_open
| * 7af9cb8cbb hfs: Fix OOB Write in hfs_asc2mac
| * 90962b3b1c relay: fix type mismatch when allocating memory in relay_create_buf()
| * 0d60b11f8f eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFD
| * 2f5cc7fd73 rapidio: fix possible UAF when kfifo_alloc() fails
| * 337b68da68 fs: sysv: Fix sysv_nblocks() returns wrong value
| * 95d42a8d3d lockd: set other missing fields when unlocking files
| * 318229b4d3 MIPS: OCTEON: warn only once if deprecated link status is being used
| * 5e6d37a93a MIPS: BCM63xx: Add check for NULL for clk in clk_enable
| * 50af0ba3e1 platform/x86: intel_scu_ipc: fix possible name leak in __intel_scu_ipc_register()
| * 3cf8150135 platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]()
| * 0ceadb5a3e platform/chrome: cros_ec_typec: zero out stale pointers
| * 49c98b5688 platform/chrome: cros_ec_typec: Cleanup switch handle return paths
| * b55ef8508a PM: runtime: Do not call __rpm_callback() from rpm_idle()
| * 0bf874183b xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()
| * 70966d6b0f x86/xen: Fix memory leak in xen_init_lock_cpu()
| * 23aef94eea x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()
| * 03ab1c5c2f uprobes/x86: Allow to probe a NOP instruction with 0x66 prefix
| * 6fde666278 ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()
| * 9cabd5f4f1 clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systimer_init_clock()
| * b73c76c3c4 cpu/hotplug: Do not bail-out in DYING/STARTING sections
| * 6eb1802184 cpu/hotplug: Make target_store() a nop when target == state
| * cd130e2676 futex: Resend potentially swallowed owner death notification
| * fd8a10d44c futex: Move to kernel/futex/
| * 156144bd18 mips: ralink: mt7621: do not use kzalloc too early
| * 186d59bb6a mips: ralink: mt7621: soc queries and tests as functions
| * 8348da01e5 mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
| * 0f8e6fe09c clocksource/drivers/sh_cmt: Access registers according to spec
| * a47de2fd3f rapidio: rio: fix possible name leak in rio_register_mport()
| * ec3f04f74f rapidio: fix possible name leaks when rio_add_device() fails
| * 4662d8e6ab debugfs: fix error when writing negative value to atomic_t debugfs file
| * 7e8e8cc136 lib/notifier-error-inject: fix error when writing -errno to debugfs file
| * 39b5e6130b libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value
| * 19c202e6e5 cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()
| * 93e3c80338 genirq/irqdesc: Don't try to remove non-existing sysfs files
| * 435cc7d18c nfsd: don't call nfsd_file_put from client states seqfile display
| * 5030d4d2bf NFSD: Finish converting the NFSv2 GETACL result encoder
| * e498675e06 SUNRPC: Return true/false (not 1/0) from bool functions
| * 3e255dc210 EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()
| * 740efb64ca irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init()
| * 77b99b483f irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()
| * 5139cbc0c6 thermal: core: fix some possible name leaks in error paths
| * cab345f9d5 platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()
| * 0358bc7cc2 perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box()
| * 433bd587dc perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()
| * 3485f19751 perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()
| * 0021ef7dc6 perf/x86/intel/uncore: Fix reference count leak in sad_cfg_iio_topology()
| * c12b314bb2 PNP: fix name memory leak in pnp_alloc_dev()
| * f1c7a6af71 selftests/efivarfs: Add checking of the test return value
| * 46be3ee1ca MIPS: vpe-cmp: fix possible memory leak while module exiting
| * e820a8192f MIPS: vpe-mt: fix possible memory leak while module exiting
| * 61d68cf2ba ocfs2: fix memory leak in ocfs2_stack_glue_init()
| * e83b47580a lib/fonts: fix undefined behavior in bit shift for get_default_font
| * 0df7d9ab6b proc: fixup uptime selftest
| * 07b8659b8e timerqueue: Use rb_entry_safe() in timerqueue_getnext()
| * 413b18866b platform/x86: huawei-wmi: fix return value calculation
| * 4b46932283 lib/debugobjects: fix stat count and optimize debug_objects_mem_init
| * f790dfe816 perf: Fix possible memleak in pmu_dev_alloc()
| * 418d21c0df selftests/ftrace: event_triggers: wait longer for test_event_enable
| * 4ea765b106 cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()
| * c52d9c25d9 fs: don't audit the capability check in simple_xattr_list()
| * e4d0d13b46 PM: hibernate: Fix mistake in kerneldoc comment
| * 1f62b8e50d x86/sgx: Reduce delay and interference of enclave release
| * f5b88170f0 alpha: fix syscall entry in !AUDUT_SYSCALL case
| * a819ba80b9 alpha: fix TIF_NOTIFY_SIGNAL handling
| * eb2a732ef4 cpuidle: dt: Return the correct numbers of parsed idle states
| * 3af4f5cb8a sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
| * 23cb580e0c sched/core: Introduce sched_asym_cpucap_active()
| * 41c2dba388 sched/fair: Removed useless update of p->recent_used_cpu
| * 55ffeab089 sched/uclamp: Make select_idle_capacity() use util_fits_cpu()
| * 4639bfbb83 sched/uclamp: Make task_fits_capacity() use util_fits_cpu()
| * 309e50cbfe sched/uclamp: Fix relationship between uclamp and migration margin
| * 54a766e196 sched/fair: Cleanup task_util and capacity type
| * 26bffaf678 ovl: remove privs in ovl_fallocate()
| * 5dc34f9aaa ovl: remove privs in ovl_copyfile()
| * 9636e70ee2 ovl: use ovl_copy_{real,upper}attr() wrappers
| * a54843833c ovl: store lower path in ovl_inode
| * 163c5bbe7d tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
| * fe880e9df9 tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()
| * ebc73c4f26 pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP
| * d4dcde11bf ARM: mmp: fix timer_read delay
| * 95916147dc pstore/ram: Fix error return code in ramoops_probe()
| * a31a647a3d seccomp: Move copy_seccomp() to no failure path.
| * b8b76b8da6 arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
| * 820a5ccca7 ARM: dts: turris-omnia: Add switch port 6 node
| * b311f8e9f5 ARM: dts: turris-omnia: Add ethernet aliases
| * 48ebdd06c9 ARM: dts: armada-39x: Fix assigned-addresses for every PCIe Root Port
| * f27dd04e44 ARM: dts: armada-38x: Fix assigned-addresses for every PCIe Root Port
| * 1e53c63da8 ARM: dts: armada-375: Fix assigned-addresses for every PCIe Root Port
| * 3af1a73e9e ARM: dts: armada-xp: Fix assigned-addresses for every PCIe Root Port
| * e4ed8133c4 ARM: dts: armada-370: Fix assigned-addresses for every PCIe Root Port
| * b335b6344e ARM: dts: dove: Fix assigned-addresses for every PCIe Root Port
| * 5b3415e683 arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name
| * 93f5e66496 arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings
| * debd938e21 arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
| * b2c6397754 arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names
| * 96c972f835 arm64: dts: mt2712e: Fix unit address for pinctrl node
| * 2cd1391c28 arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators
| * 39877a3636 arm64: dts: mt6779: Fix devicetree build warnings
| * af431ce47e ARM: dts: nuvoton: Remove bogus unit addresses from fixed-partition nodes
| * 0a616049ec arm64: dts: ti: k3-j721e-main: Drop dma-coherent in crypto node
| * 22a740824a arm64: dts: ti: k3-am65-main: Drop dma-coherent in crypto node
| * b131304fe7 perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()
| * b99fbe8d94 perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()
| * 9285b623bb perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()
| * e6318a7e19 arm64: mm: kfence: only handle translation faults
| * 46ddfb9d1e arm64: Treat ESR_ELx as a 64-bit register
| * 681e340128 soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe
| * 6eca7a2535 soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe
| * 972f8fc065 soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync
| * fe53048f2a arm: dts: spear600: Fix clcd interrupt
| * 75baeec464 arm64: dts: qcom: sm6125: fix SDHCI CQE reg names
| * 0f9ac04191 soc: qcom: apr: Add check for idr_alloc and of_property_read_string_index
| * 6855dd02c5 soc: qcom: apr: make code more reuseable
| * c9fb81a835 arm64: dts: qcom: sm8250: drop bogus DP PHY clock
| * 53ffa57464 arm64: dts: qcom: sm8350: fix UFS PHY registers
| * d5a6bbd7a2 arm64: dts: qcom: sm8250: fix UFS PHY registers
| * 3a52ff845f arm64: dts: qcom: sm8150: fix UFS PHY registers
| * 800f8165e0 arm64: dts: qcom: Correct QMP PHY child node name
| * ee136f275b soc: qcom: llcc: make irq truly optional
| * aa7ffd4174 arm64: dts: qcom: sm8250: correct LPASS pin pull down
| * f94bacc616 arm64: dts: qcom: pm660: Use unique ADC5_VCOIN address in node name
| * d5bf119781 drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static
| * 4707d5daf8 ARM: dts: stm32: Fix AV96 WLAN regulator gpio property
| * 33647d7a46 ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96
| * 9f271a8660 objtool, kcsan: Add volatile read/write instrumentation to whitelist
| * 51fe2dcba8 arm64: dts: qcom: msm8916: Drop MSS fallback compatible
| * a9fff3524f arm64: dts: qcom: sdm845-cheza: fix AP suspend pin bias
| * 6487f48ea3 arm64: dts: qcom: sdm630: fix UART1 pin bias
| * 6c0c9c5458 ARM: dts: qcom: apq8064: fix coresight compatible
| * 0f9b088d68 arm64: dts: qcom: msm8996: fix GPU OPP table
| * 270683fc7b arm64: dts: qcom: msm8996: fix supported-hw in cpufreq OPP tables
| * 5c5a628914 arm64: dts: qcom: msm8996: Add MSM8996 Pro support
| * 3f14048ee4 arm64: dts: qcom: sm8250-sony-xperia-edo: fix touchscreen bias-disable
| * 89f79f8d7f arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins
| * 9db5992e72 usb: musb: remove extra check in musb_gadget_vbus_draw
| * adc063a491 drm/amd/display: Manually adjust strobe for DCN303
* | 50e12445ab Merge 5.15.85 into android13-5.15-lts
|\|
| * 5827ddaf45 Linux 5.15.85
| * e22dbadac8 net: loopback: use NET_NAME_PREDICTABLE for name_assign_type
| * 314e7a7836 selftests: net: Use "grep -E" instead of "egrep"
| * 19a7814396 Bluetooth: L2CAP: Fix u8 overflow
| * f692abf139 HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirk
| * 5325a884e2 usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system for Raptor Lake
| * 367e1e3399 igb: Initialize mailbox message for VF reset
| * a301742b35 xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N
| * 5e959f0c4c USB: serial: f81534: fix division by zero on line-speed change
| * 68fbe268d2 USB: serial: f81232: fix division by zero on line-speed change
| * 3ec7f24b8b USB: serial: cp210x: add Kamstrup RF sniffer PIDs
| * 2b092fab23 USB: serial: option: add Quectel EM05-G modem
| * 6b41a35b41 usb: gadget: uvc: Prevent buffer overflow in setup handler
| * 828112571c udf: Fix extending file within last block
| * df1a2596c7 udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
| * 63dbbd8f14 udf: Fix preallocation discarding at indirect extent boundary
| * 79a97f08ae udf: Discard preallocation before extending file with a hole
* | fb8d543b61 Merge 5.15.84 into android13-5.15-lts
|\|
| * d68f50bfb0 Linux 5.15.84
| * 972707bae3 net: fec: properly guard irq coalesce setup
| * 289721fe09 ASoC: ops: Correct bounds check for second channel on SX controls
| * de0866b94a nvme-pci: clear the prp2 field when not used
| * 8bffa95ac1 perf: Fix perf_pending_task() UaF
| * 825bd2af42 ASoC: cs42l51: Correct PGA Volume minimum value
| * 91582b3a1a net: fec: don't reset irq coalesce settings to defaults on "ip link up"
| * c772dab247 can: mcba_usb: Fix termination command argument
| * aa822de7de can: sja1000: fix size of OCR_MODE_MASK define
| * 09e08740d7 pinctrl: meditatek: Startup with the IRQs disabled
| * 172a95026f libbpf: Use page size as max_entries when probing ring buffer map
| * cf611d7867 ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
| * a74b88e170 ASoC: fsl_micfil: explicitly clear CHnF flags
| * afac1e7d78 ASoC: fsl_micfil: explicitly clear software reset bit
| * 9d933af8fe nfp: fix use-after-free in area_cache_get()
| * e1a4f5880d vfs: fix copy_file_range() averts filesystem freeze protection
| * 86e28ed25b x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
* | bfbd2237c1 Merge 5.15.83 into android13-5.15-lts
|\|
| * fd6d66840b Linux 5.15.83
| * f895511de9 io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()
| * f435c66d23 io_uring: move to separate directory
| * d9e1e5d8a7 block: move CONFIG_BLOCK guard to top Makefile
| * e5c0bc4ff5 can: esd_usb: Allow REC and TEC to return to zero
| * db6343a5b0 s390/qeth: fix use-after-free in hsci
| * a56c1cebe4 s390/qeth: fix various format strings
| * a6dba316c9 macsec: add missing attribute validation for offload
| * 40500f1f47 net: mvneta: Fix an out of bounds check
| * b9274dbe39 net: thunderbolt: fix memory leak in tbnet_open()
| * 7390c70bd4 ipv6: avoid use-after-free in ip6_fragment()
| * 1beb475892 net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()
| * b08412a9cf net: phy: mxl-gpy: fix version reporting
| * dec5abd91a xen/netback: fix build warning
| * 54d830e242 dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switch_acl_entry_remove()
| * c7adcbd0fd ethernet: aeroflex: fix potential skb leak in greth_init_rings()
| * d962d42d63 tipc: call tipc_lxc_xmit without holding node_read_lock
| * f3b5dda26c net: dsa: sja1105: fix memory leak in sja1105_setup_devlink_regions()
| * 5dab6fa068 ipv4: Fix incorrect route flushing when table ID 0 is used
| * ac566bd577 ipv4: Fix incorrect route flushing when source address is deleted
| * af4ccae4b7 tipc: Fix potential OOB in tipc_link_proto_rcv()
| * b8ce0e6f9f net: hisilicon: Fix potential use-after-free in hix5hd2_rx()
| * 1685417774 net: mdio: fix unbalanced fwnode reference count in mdio_device_release()
| * 6f4798ac9c net: hisilicon: Fix potential use-after-free in hisi_femac_rx()
| * 114e65a221 net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wq
| * 51c0494575 net: microchip: sparx5: Fix missing destroy_workqueue of mact_queue
| * 99eec0a766 ip_gre: do not report erspan version on GRE interface
| * 2891957853 net: stmmac: fix "snps,axi-config" node property parsing
| * 5cb8f1a784 gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()
| * b8c2f0392d nvme initialize core quirks before calling nvme_init_subsystem
| * 908b2da426 NFC: nci: Bounds check struct nfc_target arrays
| * d841cc1563 i40e: Disallow ip4 and ip6 l4_4_bytes
| * 625a13850b i40e: Fix for VF MAC address 0
| * 5538794dbd i40e: Fix not setting default xps_cpus after reset
| * a6b30598fe net: mvneta: Prevent out of bounds read in mvneta_config_rss()
| * e6e897d4fe xen-netfront: Fix NULL sring after live migration
| * eefd8953a7 octeontx2-pf: Fix potential memory leak in otx2_init_tc()
| * f88acaed07 net: mdiobus: fix double put fwnode in the error path
| * cc62d76928 net: mdiobus: fwnode_mdiobus_register_phy() rework error handling
| * ea113b570e net: encx24j600: Fix invalid logic in reading of MISTAT register
| * 8aae746d06 net: encx24j600: Add parentheses to fix precedence
| * a110287ef4 mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()
| * e046421bed selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload
| * 4fa8988a36 net: dsa: sja1105: Check return value
| * b35be171df net: dsa: hellcreek: Check return value
| * a4c342e645 net: dsa: ksz: Check return value
| * edf7284a98 Bluetooth: Fix not cleanup led when bt_init fails
| * 3322193949 Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()
| * 6c88c764e0 vmxnet3: use correct intrConf reference when using extended queues
| * 5ad0d85757 vmxnet3: correctly report encapsulated LRO packet
| * 5c014eb0ed af_unix: Get user_ns from in_skb in unix_diag_get_exact().
| * 807a01a329 drm: bridge: dw_hdmi: fix preference of RGB modes over YUV420
| * eb96fd3983 net: broadcom: Add PTP_1588_CLOCK_OPTIONAL dependency for BCMGENET under ARCH_BCM2835
| * 16eb678bca igb: Allocate MSI-X vector when testing
| * 34c6367c94 e1000e: Fix TX dispatch condition
| * 4271515f18 gpio: amd8111: Fix PCI device reference count leak
| * d57b60e9b3 drm/bridge: ti-sn65dsi86: Fix output polarity setting bug
| * f8b2965601 netfilter: ctnetlink: fix compilation warning after data race fixes in ct mark
| * 246bcd05ba ca8210: Fix crash by zero initializing data
| * 80dad8df5f ieee802154: cc2520: Fix error return code in cc2520_hw_init()
| * dd9dcfb85c drm/vmwgfx: Fix race issue calling pin_user_pages
| * 7b09ba9036 netfilter: nft_set_pipapo: Actually validate intervals in fields after the first one
| * 6daaa84b62 gpiolib: fix memory leak in gpiochip_setup_dev()
| * 1a1075d371 gpiolib: check the 'ngpios' property in core gpiolib code
| * 70c5515c1c gpiolib: improve coding style for local variables
| * 3b714f25fc clk: Fix pointer casting to prevent oops in devm_clk_release()
| * c142cba37d can: af_can: fix NULL pointer dereference in can_rcv_filter
| * 104bb1f67e HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch V 10
| * f755d11c55 HID: core: fix shift-out-of-bounds in hid_report_raw_event
| * 2d4b310c32 HID: hid-lg4ff: Add check for empty lbuf
| * 5e8021ae08 HID: usbhid: Add ALWAYS_POLL quirk for some mice
| * 5e88c6f4aa net: dsa: sja1105: avoid out of bounds access in sja1105_init_l2_policing()
| * 1074fefce9 drm/shmem-helper: Avoid vm_open error paths
| * 83e3da8bb9 drm/shmem-helper: Remove errant put in error path
| * 249011f4c3 drm/amdgpu/sdma_v4_0: turn off SDMA ring buffer in the s2idle suspend
| * 1e4fe9a154 drm/vmwgfx: Don't use screen objects when SEV is active
| * f6550976fe KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
| * fe50a9bbeb net: mana: Fix race on per-CQ variable napi work_done
| * a49894a5ac Bluetooth: Fix crash when replugging CSR fake controllers
| * 1dee2b5047 Bluetooth: btusb: Add debug message for CSR controllers
| * 3ac29732a2 mm/gup: fix gup_pud_range() for dax
| * aad8bbd17a memcg: fix possible use-after-free in memcg_write_event_control()
| * 6fb8bc29bf media: v4l2-dv-timings.c: fix too strict blanking sanity checks
| * a4c575541e Revert "ARM: dts: imx7: Fix NAND controller size-cells"
| * 28abc11459 soundwire: intel: Initialize clock stop timeout
| * 22d800b378 media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()
| * 5d0fa6fc88 xen/netback: don't call kfree_skb() with interrupts disabled
| * 4422241cef xen/netback: do some code cleanup
| * 0fe29bd925 xen/netback: Ensure protocol headers don't fall in the non-linear area
| * f01677be31 drm/bridge: anx7625: Fix edid_read break case in sp_tx_edid_read()
| * ee2536830b cifs: fix use-after-free caused by invalid pointer `hostname`
| * dc62f05f66 rtc: cmos: avoid UIP when reading alarm time
| * 48ea4199af rtc: cmos: avoid UIP when writing alarm time
| * 3f52afc6ed rtc: mc146818-lib: extract mc146818_avoid_UIP
| * 1a3f8c6cd2 mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths
| * 79ad784c9d mm/khugepaged: fix GUP-fast interaction by sending IPI
| * d15cd6de01 mm/khugepaged: take the right locks for page table retraction
| * 26f084e554 net: usb: qmi_wwan: add u-blox 0x1342 composition
| * 029a7f1c5d 9p/xen: check logical size for buffer size
| * b398832893 usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer
| * e70a572440 fbcon: Use kzalloc() in fbcon_prepare_logo()
| * fd3768597d regulator: twl6030: fix get status of twl6032 regulators
| * 9f74b9aa8d ASoC: soc-pcm: Add NULL check in BE reparenting
| * dae93f4168 btrfs: send: avoid unaligned encoded writes when attempting to clone range
| * f54e1edf57 selftests/net: Find nettest in current directory
| * fccd454129 ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event
| * 542a563bb7 regulator: slg51000: Wait after asserting CS pin
| * 3d1b5fde36 9p/fd: Use P9_HDRSZ for header size
| * fe2d44e86e ASoC: rt711-sdca: fix the latency time of clock stop prepare state machine transitions
| * e945f3d809 ARM: dts: rockchip: disable arm_global_timer on rk3066 and rk3188
| * c3b818c91a spi: mediatek: Fix DEVAPC Violation at KO Remove
| * d9f0107be1 ASoC: wm8962: Wait for updated value of WM8962_CLOCKING1 register
| * 7ae0262748 ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementation
| * d81c62e312 ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
| * 66717ad03b fs: use acquire ordering in __fget_light()
| * 1222e2364a ARM: dts: rockchip: rk3188: fix lcdc1-rgb24 node name
| * 996fb29b06 arm64: dts: rockchip: fix ir-receiver node names
| * 752138ef89 ARM: dts: rockchip: fix ir-receiver node names
| * 8045971e40 arm: dts: rockchip: remove clock-frequency from rtc
| * 5e9fb8013a arm: dts: rockchip: fix node name for hym8563 rtc
| * 2ed7137e91 arm64: dts: rockchip: keep I2S1 disabled for GPIO function on ROCK Pi 4 series
| * 5a1122e1a8 mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()
| * 282f52c954 clk: Provide new devm_clk helpers for prepared and enabled clocks
| * eb94a7a20f clk: generalize devm_clk_get() a bit
* | 20de784185 ANDROID: fix up abi change in struct sdhci_host
* | ebd1f8013d ANDROID: gki_defconfig: add CONFIG_FUNCTION_ERROR_INJECTION
* | 112ff45bb5 Merge 5.15.82 into android13-5.15-lts
|\|
| * d979030136 Linux 5.15.82
| * 48642f9431 proc: proc_skip_spaces() shouldn't think it is working on C strings
| * 3eb9213f66 proc: avoid integer type confusion in get_proc_long
| * 4a4073a2e2 ipc/sem: Fix dangling sem_array access in semtimedop race
| * 53b9b1201e Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()
| * 571b6bbbf5 char: tpm: Protect tpm_pm_suspend with locks
| * f39891cfe7 Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
| * a759057af7 ACPI: HMAT: Fix initiator registration for single-initiator systems
| * da8a794d71 ACPI: HMAT: remove unnecessary variable initialization
| * 2d16161a2c i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set
| * 950a05cb15 i2c: npcm7xx: Fix error handling in npcm_i2c_init()
| * db3f8da033 serial: stm32: Deassert Transmit Enable on ->rs485_config()
| * 45f628f4fd serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 mode
| * c60eae5b1d serial: stm32: Factor out GPIO RTS toggling into separate function
| * 041f8dc882 ipv4: Fix route deletion when nexthop info is not specified
| * 25174d91e4 ipv4: Handle attempt to delete multipath route when fib_info contains an nh reference
| * a0ad247e55 selftests: net: fix nexthop warning cleanup double ip typo
| * 532847b69c selftests: net: add delete nexthop route warning test
| * e078355881 Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled
| * 723fa02e0e parisc: Increase FRAME_WARN to 2048 bytes on parisc
| * b951ab4b35 mm: migrate: fix THP's mapcount on isolation
| * c5eda6029c mm: __isolate_lru_page_prepare() in isolate_migratepages_block()
| * bdb613ef17 iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()
| * b6eea8b2e8 iommu/vt-d: Fix PCI device refcount leak in has_external_pci()
| * 787d81d4eb nvme: fix SRCU protection of nvme_ns_head list
| * 12f237200c riscv: kexec: Fixup irq controller broken in kexec crash path
| * ac00301adb riscv: fix race when vmap stack overflow
| * fa7a7d185e riscv: Sync efi page table's kernel mappings before switching
| * d86d698925 pinctrl: single: Fix potential division by zero
| * 98b15c7066 ASoC: ops: Fix bounds check for _sx controls
| * f88a6977f8 KVM: x86/mmu: Fix race condition in direct_page_fault
| * df4b177b48 io_uring/poll: fix poll_refs race with cancelation
| * 4b702b7d11 io_uring: make poll refs more robust
| * 1d58849ac2 io_uring: cmpxchg for poll arm refs release
| * cd1981a8c3 io_uring: fix tw losing poll events
| * 62321dc7b0 io_uring: update res mask in io_poll_check_events
| * 417d5ea6e7 tracing: Free buffers when a used dynamic event is removed
| * 52fc245d15 tracing: Fix race where histograms can be called before the event
| * cb2b0612cd tracing/osnoise: Fix duration type
| * 615a996ff3 drm/i915: Never return 0 if not all requests retired
| * 01a2b25ef2 drm/i915: Fix negative value passed as remaining time
| * ff1591ba33 drm/amdgpu: enable Vangogh VCN indirect sram mode
| * ac2d7fa908 drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frame
| * 57ee7bc4c6 mmc: sdhci: Fix voltage switch delay
| * bb8f809514 mmc: sdhci-sprd: Fix no reset data and command after voltage switch
| * 4c7681c1a5 mmc: sdhci-esdhc-imx: correct CQHCI exit halt state check
| * 01dbe4db59 mmc: core: Fix ambiguous TRIM and DISCARD arg
| * 738946e355 mmc: mmc_test: Fix removal of debugfs file
| * 635d051734 net: stmmac: Set MAC's flow control register to reflect current settings
| * 9132dcdf3b v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails
| * 76ad884be0 pinctrl: intel: Save and restore pins in "direct IRQ" mode
| * 41296b85fa x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3
| * 33021419fd nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
| * 2e44dd9a8d tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"
| * b60a8ad771 error-injection: Add prompt for function error injection
| * 757eb00c4c ALSA: dice: fix regression for Lexicon I-ONIX FW810S
| * a1a96a6f30 riscv: mm: Proper page permissions after initmem free
| * 823df3607d riscv: vdso: fix section overlapping under some conditions
| * 6e035d5a2a hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
| * 7692700ac8 hwmon: (coretemp) Check for null before removing sysfs attrs
| * 9b5836b9c4 net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
| * 0dfb9a5663 sctp: fix memory leak in sctp_stream_outq_migrate()
| * fcb3e02161 packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
| * 04b995e963 net: tun: Fix use-after-free in tun_detach()
| * 43ca0adf79 afs: Fix fileserver probe RTT handling
| * 543d917f69 net: mdiobus: fix unbalanced node reference count
| * dca370e575 net: hsr: Fix potential use-after-free
| * 1daec08156 tipc: re-fetch skb cb after tipc_msg_validate
| * 16a64dc265 dsa: lan9303: Correct stat name
| * 766086ea8c net: wwan: iosm: fix dma_alloc_coherent incompatible pointer type
| * c667751a42 net: wwan: iosm: fix kernel test robot reported error
| * 9c584d6d9c net: ethernet: nixge: fix NULL dereference
| * 8782b32ef8 net/9p: Fix a potential socket leak in p9_socket_open
| * 6fc9425bff net: net_netdev: Fix error handling in ntb_netdev_init_module()
| * 3bc893ef36 net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()
| * 7730904f50 net: phy: fix null-ptr-deref while probe() failed
| * 59b54f0563 wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration
| * dc0853f8b5 wifi: cfg80211: don't allow multi-BSSID in S1G
| * 88a6fe3707 wifi: cfg80211: fix buffer overflow in elem comparison
| * 08fff7aaeb aquantia: Do not purge addresses when setting the number of rings
| * 2a7aa52573 qlcnic: fix sleep-in-atomic-context bugs caused by msleep
| * 7b734d26f0 can: m_can: Add check for devm_clk_get
| * ea8dc27bb0 can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods
| * b1d2a8e02a can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()
| * e53da04e37 can: cc770: cc770_isa_probe(): add missing free_cc770dev()
| * d452a71995 can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()
| * 372eb550fa net/mlx5e: Fix use-after-free when reverting termination table
| * 839eeab03c net/mlx5: Fix uninitialized variable bug in outlen_write()
| * 34feea3bfb net/mlx5: DR, Fix uninitialized var warning
| * 3485ef2aab net/mlx5: DR, Rename list field in matcher struct to list_node
| * 9fc27d22cd e100: Fix possible use after free in e100_xmit_prepare
| * 0d9f5bd54b iavf: Fix error handling in iavf_init_module()
| * b0b2b9050c iavf: remove redundant ret variable
| * 69501d8205 fm10k: Fix error handling in fm10k_init_module()
| * 5e3657dede i40e: Fix error handling in i40e_init_module()
| * 7109e94109 ixgbevf: Fix resource leak in ixgbevf_init_module()
| * 196ea810e2 of: property: decrement node refcount in of_fwnode_get_reference_args()
| * 36164db278 nvmem: rmem: Fix return value check in rmem_read()
| * e376183167 bpf: Do not copy spin lock field from user in bpf_selem_alloc
| * 45f6e81863 hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails
| * a90251376c hwmon: (i5500_temp) fix missing pci_disable_device()
| * eeb31b828d hwmon: (ina3221) Fix shunt sum critical calculation
| * 9514b95cac hwmon: (ltc2947) fix temperature scaling
| * 0140e079a4 libbpf: Handle size overflow for ringbuf mmap
| * 06d5790e7d ARM: at91: rm9200: fix usb device clock id
| * d074f173fb scripts/faddr2line: Fix regression in name resolution on ppc64le
| * ee3d37d796 bpf, perf: Use subprog name when reporting subprog ksymbol
| * ec02fc0a41 iio: light: rpr0521: add missing Kconfig dependencies
| * f7419fc42a iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
| * e7e76a77aa iio: health: afe4403: Fix oob read in afe4403_read_raw
| * ebdca90efb drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly when the edid is read"
| * c365d3c3e5 drm/amdgpu: update drm_display_info correctly when the edid is read
| * df5346466e drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code
| * 044da1a371 btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
| * da86809ab8 btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_rescan_worker
| * 5d66eadc1c spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock
| * 6b4544a131 btrfs: free btrfs_path before copying inodes to userspace
| * c7ae3becee btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino
| * acc2f40b98 erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
| * ca9f27448a drm/i915/gt: Use i915_vm_put on ppgtt_create error paths
| * c2f2972889 drm/i915: Create a dummy object for gen6 ppgtt
| * 918002bdbe arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restored
* | d753150bdc Revert "serial: Add rs485_supported to uart_port"
* | 8ccd9528be Revert "serial: fsl_lpuart: Fill in rs485_supported"
* | a924bb92c6 Merge 5.15.81 into android13-5.15-lts
|\|
| * e4a7232c91 Linux 5.15.81
| * 5c5c563a08 cifs: fix missed refcounting of ipc tcon
| * ee2d04f23b drm/i915: fix TLB invalidation for Gen12 video and compute engines
| * bef834845d drm/amdgpu: always register an MMU notifier for userptr
| * 7901de7aa8 drm/amdgpu: Enable Aldebaran devices to report CU Occupancy
| * e7bf1fe538 drm/amd/display: No display after resume from WB/CB
| * 5033cba00c drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASAN
| * b8dc245909 btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
| * 914baca57a btrfs: use kvcalloc in btrfs_get_dev_zone_info
| * c1e6d4bfde btrfs: zoned: fix missing endianness conversion in sb_write_pointer
| * d88bf6be02 btrfs: free btrfs_path before copying subvol info to userspace
| * f218b404fc btrfs: free btrfs_path before copying fspath to userspace
| * fea9397101 btrfs: free btrfs_path before copying root refs to userspace
| * 7d0c25b5fe genirq: Take the proposed affinity at face value if force==true
| * f17657cce0 irqchip/gic-v3: Always trust the managed affinity provided by the core code
| * 52a93f2dcf genirq: Always limit the affinity to online CPUs
| * 599cf4b845 genirq/msi: Shutdown managed interrupts with unsatifiable affinities
| * 7aed1dd5d2 wifi: wilc1000: validate number of channels
| * e9de501cf7 wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute
| * 143232cb5a wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute
| * cd9c486971 wifi: wilc1000: validate pairwise and authentication suite offsets
| * f2fb18d429 fuse: lock inode unconditionally in fuse_fallocate()
| * bb1c33bdf4 dm integrity: clear the journal on suspend
| * 20ad31b09e dm integrity: flush the journal on suspend
| * 5ca2110ba5 gpu: host1x: Avoid trying to use GART on Tegra20
| * 97f47617e8 scsi: iscsi: Fix possible memory leak when device_register() failed
| * 56ab7f237e net: usb: qmi_wwan: add Telit 0x103a composition
| * e2e33f213d tcp: configurable source port perturb table size
| * 269928e5c7 platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Yoga laptops
| * 17d995dc69 platform/x86: hp-wmi: Ignore Smart Experience App event
| * e85bdc7872 zonefs: fix zone report size in __zonefs_io_error()
| * 982fcd83fb drm/amdgpu: disable BACO support on more cards
| * ea11f8197d platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch V 10 (SW5-017)
| * 09af15e691 platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr()
| * ba040bea9d xen/platform-pci: add missing free_irq() in error path
| * 6815b2087d xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too
| * 4c13ddb74f ASoC: stm32: dfsdm: manage cb buffers cleanup
| * dd82295a23 Input: i8042 - apply probe defer to more ASUS ZenBook models
| * e12e121feb Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]
| * 9f5c167074 Input: soc_button_array - add use_low_level_irq module parameter
| * aaef86eac9 Input: goodix - try resetting the controller when no config is set
| * e2223f5fbb serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
| * 4e208294de tools: iio: iio_generic_buffer: Fix read size
| * 0d0e2545fa ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01
| * e394cf9d7a Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode
| * 96b5d11777 x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
| * d048f74815 x86/pm: Add enumeration check before spec MSRs save/restore setup
| * 070e3560bf x86/tsx: Add a feature bit for TSX control MSR support
| * 1430c98ebb KVM: x86: remove exit_int_info warning in svm_handle_exit
| * 27550a5930 KVM: x86: add kvm_leave_nested
| * 3e87cb0caa KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
| * 6425c590d0 KVM: x86: forcibly leave nested mode on vCPU reset
| * f42ebf972a KVM: x86: nSVM: leave nested mode on vCPU free
| * 7b3c9405b2 mm: vmscan: fix extreme overreclaim and swap floods
| * feb2eda5e1 gcov: clang: fix the buffer overflow issue
| * ea6aa25c9a nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
| * 9d97a9fbfc usb: dwc3: gadget: Clear ep descriptor last
| * 02632ea4df usb: dwc3: gadget: Return -ESHUTDOWN on ep disable
| * 765ca3e63f usb: dwc3: gadget: conditionally remove requests
| * 7945cbf866 bus: ixp4xx: Don't touch bit 7 on IXP42x
| * 39c039018a iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails
| * 0791a5ddba iio: light: apds9960: fix wrong register for gesture gain
| * f0158b9bfc arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequency
| * 277d19ec28 ext4: fix use-after-free in ext4_ext_shift_extents
| * c9d133100b usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1
| * c2ad434cd4 usb: cdnsp: Fix issue with Clear Feature Halt Endpoint
| * 1d91c64887 usb: dwc3: exynos: Fix remove() function
| * 0a216625c3 KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1
| * f0044a4a31 mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCI
| * 8e6940979b mmc: sdhci-brcmstb: Enable Clock Gating to save power
| * 24b46bfa96 mmc: sdhci-brcmstb: Re-organize flags
| * 227543ccac nios2: add FORCE for vmlinuz.gz
| * 6a4ea16a67 init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
| * c4a9046c27 lib/vdso: use "grep -E" instead of "egrep"
| * 5fefdceafb s390/crashdump: fix TOD programmable field size
| * 592b6fd74a net: thunderx: Fix the ACPI memory leak
| * 697eb30a35 octeontx2-af: Fix reference count issue in rvu_sdp_init()
| * 6ba1687ea1 octeontx2-pf: Add check for devm_kcalloc
| * 26c31e7c73 net: enetc: preserve TX ring priority across reconfiguration
| * 0e16bbf616 net: enetc: cache accesses to &priv->si->hw
| * 68de40f66a net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabled
| * 5c0858e142 nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTION
| * e09243fb16 nfc: st-nci: fix memory leaks in EVT_TRANSACTION
| * dca20b7a19 nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION
| * 67d638f8ef s390/dasd: fix no record found for raw_track_access
| * 88277853cf arcnet: fix potential memory leak in com20020_probe()
| * 1d44ec8507 ipv4: Fix error return code in fib_table_insert()
| * 918e83c6bf dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
| * 8ce9b1c97f fs: do not update freeing inode i_io_list
| * 8db9e60cdf netfilter: flowtable_offload: add missing locking
| * c1da3bfca1 netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface
| * 606091b2f6 dma-buf: fix racing conflict of dma_heap_add()
| * 8af9450bef bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()
| * 251bcf6cfb regulator: twl6030: re-add TWL6032_SUBCLASS
| * 6258a8f913 NFC: nci: fix memory leak in nci_rx_data_packet()
| * ffe6021154 net: sched: allow act_ct to be built without NF_NAT
| * a05c0f9511 net: sparx5: fix error handling in sparx5_port_open()
| * 182ef20f0f sfc: fix potential memleak in __ef100_hard_start_xmit()
| * 2da022fac9 net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()
| * a48b345b87 xfrm: Fix ignored return value in xfrm6_init()
| * 19989e1635 xfrm: Fix oops in __xfrm_state_delete()
| * 46d450067f tipc: check skb_linearize() return value in tipc_disc_rcv()
| * 33fb115a76 tipc: add an extra conn_get in tipc_conn_alloc
| * 4ae907c45f tipc: set con sock in tipc_conn_alloc
| * ef866d9ea9 net/mlx5: Fix handling of entry refcount when command is not issued to FW
| * 3101318939 net/mlx5: Fix FW tracer timestamp calculation
| * 1eaabb5bbb net/mlx5: Do not query pci info while pci disabled
| * 8180099b2a netfilter: ipset: regression in ip_set_hash_ip.c
| * 448b627370 Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()
| * 082c31cb99 Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work()
| * 7fdd9daa5b macsec: Fix invalid error code set
| * e8fb93a079 nfp: add port from netdev validation for EEPROM access
| * e44e424ed9 nfp: fill splittable of devlink_port_attrs correctly
| * 527046c138 net: pch_gbe: fix pci device refcount leak while module exiting
| * f77c84dd5b octeontx2-af: debugsfs: fix pci device refcount leak
| * cd581ffd8d net/qla3xxx: fix potential memleak in ql3xxx_send()
| * a8976074e2 net: mvpp2: fix possible invalid pointer dereference
| * 3a4cc56cd1 net/mlx4: Check retval of mlx4_bitmap_init
| * c368220e17 net: ethernet: mtk_eth_soc: fix error handling in mtk_open()
| * d9729437b2 ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties
| * 1c0b6a97c4 ARM: mxs: fix memory leak in mxs_machine_init()
| * ecff08f3c4 iavf: Fix race condition between iavf_shutdown and iavf_remove
| * 31147d4e90 iavf: Do not restart Tx queues after reset task failure
| * 232942b26c iavf: Fix a crash during reset task
| * 0600615d01 netfilter: nf_tables: do not set up extensions for end interval
| * 60387731e6 netfilter: conntrack: Fix data-races around ct mark
| * ee3ccd1abb 9p/fd: fix issue of list_del corruption in p9_fd_cancel()
| * 131c2eeabc net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
| * f58df483ff nfc/nci: fix race with opening and closing
| * da22d7410a net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO bus
| * 38fe0988bd rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]
| * d92151b465 rxrpc: Use refcount_t rather than atomic_t
| * 3c33e41fa5 rxrpc: Allow list of in-use local UDP endpoints to be viewed in /proc
| * 46cefa2689 net: liquidio: simplify if expression
| * 95500ee0b3 selftests: mptcp: fix mibit vs mbit mix up
| * f8c4da198e selftests: mptcp: more stable simult_flows tests
| * 1c0efab08c ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
| * ade662f3f2 tee: optee: fix possible memory leak in optee_register_device()
| * d1dd119134 bus: sunxi-rsb: Support atomic transfers
| * b1ed61e706 bus: sunxi-rsb: Remove the shutdown callback
| * 61a41d1abc regulator: core: fix UAF in destroy_regulator()
| * a85c0db3f5 spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()
| * d9f9b3255b regulator: core: fix kobject release warning and memory leak in regulator_register()
| * bd419c7c68 ASoC: max98373: Add checks for devm_kcalloc
| * f9bc4a18e7 scsi: storvsc: Fix handling of srb_status and capacity change events
| * c2153fe2d0 x86/hyperv: Restore VP assist page after cpu offlining/onlining
| * b2ddd76237 ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()
| * dd62cb7e6f ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove
| * d80ffd4823 ASoC: hdac_hda: fix hda pcm buffer overflow issue
| * 10bee7eb2a ARM: dts: am335x-pcm-953: Define fixed regulators in root node
| * 8fe533c0f9 af_key: Fix send_acquire race with pfkey_register
| * 0c69a4658e xfrm: replay: Fix ESN wrap around for GSO
| * ecc6ce4fdf xfrm: fix "disable_policy" on ipv4 early demux
| * 5a792c1d4d MIPS: pic32: treat port as signed integer
| * 144452b421 RISC-V: vdso: Do not add missing symbols to version section in linker script
| * 799970b8cc ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue
| * 38b09dc14f Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly""
| * 44d50fccf8 nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
| * 5adc12d9e2 arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.
| * 1340f02773 block, bfq: fix null pointer dereference in bfq_bio_bfqg()
| * 86d4dca4a6 drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)
| * b90e6234f5 scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC
| * cdbba6a4de scsi: ibmvfc: Avoid path failures during live migration
| * 6e8124a151 platform/x86/intel/hid: Add some ACPI device IDs
| * 32735e24f4 platform/x86/intel/pmt: Sapphire Rapids PMT errata fix
| * 83a6823016 platform/x86: touchscreen_dmi: Add info for the RCA Cambio W101 v2 2-in-1
| * f707986a14 platform/x86: ideapad-laptop: Disable touchpad_switch
| * 5e38740ae5 Revert "net: macsec: report real_dev features when HW offloading is enabled"
| * 26b72202ee selftests/bpf: Add verifier test for release_reference()
| * 8395e3f98c spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
| * d04722f280 wifi: ath11k: Fix QCN9074 firmware boot on x86
| * 9cc96a20a9 wifi: mac80211: Fix ack frame idr leak when mesh has no route
| * 86f90014e7 wifi: airo: do not assign -1 to unsigned char
| * f5558fbda0 audit: fix undefined behavior in bit shift for AUDIT_BIT
| * af5de982ff riscv: dts: sifive unleashed: Add PWM controlled LEDs
| * ee34a19dbe wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support
| * 3513785dc1 wifi: mac80211: fix memory free error when registering wiphy fail
| * 855485d31e ceph: fix NULL pointer dereference for req->r_session
| * 729c9ad294 ceph: Use kcalloc for allocating multiple elements
| * d276fb4a7e binder: validate alloc->mm in ->mmap() handler
| * 5277e3d633 x86/sgx: Add overflow check in sgx_validate_offset_length()
| * b5a838ba47 x86/sgx: Create utility to validate user provided offset and length
| * 2f6e2de3a5 ceph: avoid putting the realm twice when decoding snaps fails
| * 8bef55d793 ceph: do not update snapshot context when there is no new snapshot
| * cdee3136c9 iio: pressure: ms5611: fixed value compensation bug
| * 5d6696e79d iio: ms5611: Simplify IO callback parameters
| * f0ee88e83c nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000
| * a61716cd24 nvme-pci: disable write zeroes on various Kingston SSD
| * 19b60f3363 nvme-pci: disable namespace identifiers for the MAXIO MAP1001
| * d537e19306 nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
| * af03ce894c nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH
| * c6803faa6a drm/display: Don't assume dual mode adaptors support i2c sub-addressing
| * d2284fe43c ata: libata-core: do not issue non-internal commands once EH is pending
| * e09583e83e ata: libata-scsi: simplify __ata_scsi_queuecmd()
| * a9059e338f cifs: Fix connections leak when tlink setup failed
| * 81d583baa5 cifs: support nested dfs links over reconnect
| * dbc0ea91be cifs: split out dfs code from cifs_reconnect()
| * b3ce844d23 cifs: introduce new helper for cifs_reconnect()
| * 2ea600b598 sctp: clear out_curr if all frag chunks of current msg are pruned
| * 1f9f346fbb sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent
| * e8915faa9f tty: serial: fsl_lpuart: don't break the on-going transfer when global reset
| * bd19013935 serial: fsl_lpuart: Fill in rs485_supported
| * 87c81c19cd serial: Add rs485_supported to uart_port
| * c08f4ea79f ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N
| * d1e4288d2a ASoC: fsl_sai: use local device pointer
* | e66b45d527 Merge branch 'android13-5.15' into android13-5.15-lts
* | 72d681a01d Revert "net: use struct_group to copy ip/ipv6 header addresses"
* | c46ed1b2d7 Merge 5.15.80 into android13-5.15-lts
|\|
| * 71e496bd33 Linux 5.15.80
| * b63ddb3ba6 ntfs: check overflow when iterating ATTR_RECORDs
| * ab6a1bb17e ntfs: fix out-of-bounds read in ntfs_attr_find()
| * 5330c423b8 ntfs: fix use-after-free in ntfs_attr_find()
| * 43bbadb7e4 net/9p: use a dedicated spinlock for trans_fd
| * 9357fca9da mm: fs: initialize fsdata passed to write_begin/write_end interface
| * b334ab4c33 wifi: wext: use flex array destination for memcpy()
| * 0e07032b4b 9p/trans_fd: always use O_NONBLOCK read/write
| * 7c7b7476b5 gfs2: Switch from strlcpy to strscpy
| * 28275a7c84 gfs2: Check sb_bsize_shift after reading superblock
| * a4f1a01b2e 9p: trans_fd/p9_conn_cancel: drop client lock earlier
| * f7b0e95071 kcm: close race conditions on sk_receive_queue
| * 27d706b0d3 kcm: avoid potential race in kcm_tx_work
| * b49026d9c8 tcp: cdg: allow tcp_cdg_release() to be called multiple times
| * e41cbf98df macvlan: enforce a consistent minimal mtu
| * d5f7f6e63f Input: i8042 - fix leaking of platform device on module removal
| * c49cc2c059 kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
| * 71beab7119 scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
| * a636772988 scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
| * cb7893c85e net: use struct_group to copy ip/ipv6 header addresses
| * 9b8c0c88f4 tracing: Fix warning on variable 'struct trace_array'
| * 73cf0ff9a3 ring-buffer: Include dropped pages in counting dirty patches
| * 35c60b4e8c perf: Improve missing SIGTRAP checking
| * 2ac6276864 serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake
| * b1a27b2aad nvme: ensure subsystem reset is single threaded
| * bccece3c33 nvme: restrict management ioctls to admin
| * 8cddb0d96b perf/x86/intel/pt: Fix sampling using single range output
| * 8e2f33c598 misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
| * 9a72a46cb0 docs: update mediator contact information in CoC doc
| * a99a547658 mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
| * 4a1b6f7839 mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce timeout
| * fd285d4215 mmc: core: properly select voltage range without power cycle
| * 8a9bae5f1b firmware: coreboot: Register bus in module init
| * 052d0e79ef iommu/vt-d: Set SRE bit only when hardware has SRS cap
| * c31a792a82 iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries
| * 11edbdee43 scsi: zfcp: Fix double free of FSF request when qdio send fails
| * fdf87b5b30 net: phy: marvell: add sleep time after enabling the loopback bit
| * 9648d760ed maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
| * fdd57c20d4 Input: iforce - invert valid length check when fetching device IDs
| * 0cafb719be serial: 8250_lpss: Configure DMA also w/o DMA filter
| * 59f6596697 serial: 8250: Flush DMA Rx on RLSI
| * 118b52c2ae serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
| * 6ffce7a92e dm ioctl: fix misbehavior if list_versions races with module loading
| * 2b104973f7 iio: pressure: ms5611: changed hardcoded SPI speed to value limited
| * 1678d4abb2 iio: adc: mp2629: fix potential array out of bound access
| * bd22c232ea iio: adc: mp2629: fix wrong comparison of channel
| * 656f670613 iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()
| * 1bf8c0aff8 iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()
| * afc0aea702 usb: typec: mux: Enter safe mode only when pins need to be reconfigured
| * 8236628a54 usb: cdns3: host: fix endless superspeed hub port reset
| * ead83b0db8 usb: chipidea: fix deadlock in ci_otg_del_timer
| * cc9e6d8c55 usb: add NO_LPM quirk for Realforce 87U Keyboard
| * 70eca1d261 USB: serial: option: add Fibocom FM160 0x0111 composition
| * 1b6a54885c USB: serial: option: add u-blox LARA-L6 modem
| * b0467d0059 USB: serial: option: add u-blox LARA-R6 00B modem
| * 95688a8a57 USB: serial: option: remove old LARA-R6 PID
| * 53dee78ea3 USB: serial: option: add Sierra Wireless EM9191
| * e7764e88e6 USB: bcma: Make GPIO explicitly optional
| * a190a83db2 speakup: fix a segfault caused by switching consoles
| * b3c6edbee4 slimbus: stream: correct presence rate frequencies
| * 6b35ac8315 slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y && CONFIG_QCOM_RPROC_COMMON=m
| * 0f847462fe Revert "usb: dwc3: disable USB core PHY management"
| * 23ad214a86 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
| * a36b505749 ALSA: hda/realtek: fix speakers for Samsung Galaxy Book Pro
| * 02b94885b2 ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
| * 7176d6f3ad drm/amd/display: Add HUBP surface flip interrupt handler
| * e57daa7503 tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()
| * 3a41c0f2a5 tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()
| * 7291dec4f2 tracing: Fix race where eprobes can be called before the event
| * 6517b97134 tracing: Fix wild-memory-access in register_synth_event()
| * 07ba4f0603 tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()
| * 8b318f3032 tracing/ring-buffer: Have polling block on watermark
| * 2c21ee020c tracing: Fix memory leak in tracing_read_pipe()
| * 00f74b1a98 ring_buffer: Do not deactivate non-existant pages
| * 1bea037a1a ftrace: Fix null pointer dereference in ftrace_add_mod()
| * fadfcf39fb ftrace: Optimize the allocation for mcount entries
| * 5c5f264289 ftrace: Fix the possible incorrect kernel message
| * 2ab2494162 cifs: add check for returning value of SMB2_set_info_init
| * 5783abda58 net: thunderbolt: Fix error handling in tbnet_init()
| * 80e590aeb1 net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() and sparx5_start()
| * 4a55aec142 cifs: Fix wrong return value checking when GETFLAGS
| * c8baf1fc24 net/x25: Fix skb leak in x25_lapb_receive_frame()
| * af4b57fa6b net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx_open()
| * 61404a182e cifs: add check for returning value of SMB2_close_init
| * d3233f4bf3 platform/surface: aggregator: Do not check for repeated unsequenced packets
| * 6969171403 platform/x86/intel: pmc: Don't unconditionally attach Intel PMC when virtualized
| * 7d93417d59 drbd: use after free in drbd_create_device()
| * fc16a2c81a bridge: switchdev: Fix memory leaks when changing VLAN protocol
| * 3d90a668c4 net: hns3: fix setting incorrect phy link ksettings for firmware in resetting process
| * 3f7b2ef8fe net: ena: Fix error handling in ena_init()
| * 2540eea1bd net: ionic: Fix error handling in ionic_init_module()
| * c08c13cb13 xen/pcpu: fix possible memory leak in register_pcpu()
| * 97009f07f2 net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims
| * 88da008e5e net: mhi: Fix memory leak in mhi_net_dellink()
| * 8f839715d0 bnxt_en: Remove debugfs when pci_register_driver failed
| * b88713d92b net: caif: fix double disconnect client in chnl_net_open()
| * 6d24034160 net: macvlan: Use built-in RCU list checking
| * 596230471d mISDN: fix misuse of put_device() in mISDN_register_device()
| * 07a6a8cf17 net: liquidio: release resources when liquidio driver open failed
| * 19feb6cf41 soc: imx8m: Enable OCOTP clock before reading the register
| * 8c54d706d8 net: stmmac: ensure tx function is not running in stmmac_xdp_release()
| * 6219f46c2b net: hinic: Fix error handling in hinic_module_init()
| * 7a05e39296 mISDN: fix possible memory leak in mISDN_dsp_element_register()
| * 0ee6455c9c net: bgmac: Drop free_netdev() from bgmac_enet_remove()
| * 7ff4fa179e bpf: Initialize same number of free nodes for each pcpu_freelist
| * 12f178cf05 MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed
| * a4d6e024be MIPS: fix duplicate definitions for exported symbols
| * 44142b652a nfp: change eeprom length to max length enumerators
| * f23058dc23 ata: libata-transport: fix error handling in ata_tdev_add()
| * 67b2193146 ata: libata-transport: fix error handling in ata_tlink_add()
| * e7bb1b7a7b ata: libata-transport: fix error handling in ata_tport_add()
| * 377ff82c33 ata: libata-transport: fix double ata_host_put() in ata_tport_add()
| * 494df0b0ef arm64: dts: imx8mn: Fix NAND controller size-cells
| * 7178d568f7 arm64: dts: imx8mm: Fix NAND controller size-cells
| * 8ccf18c82a ARM: dts: imx7: Fix NAND controller size-cells
| * e884a6c2d4 drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()
| * 07e56de876 drm/drv: Fix potential memory leak in drm_dev_init()
| * 45c300613b drm/panel: simple: set bpc field for logic technologies displays
| * 779f3f9e0c drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms
| * 97e5b508e9 pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map
| * 9a77b8557f parport_pc: Avoid FIFO port location truncation
| * 5d03c2911c siox: fix possible memory leak in siox_device_add()
| * 530e987a02 arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macro
| * d494449782 bpf: Fix memory leaks in __check_func_call
| * 25521fd2e2 block: sed-opal: kmalloc the cmd/resp buffers
| * 2f21d653c6 scsi: scsi_transport_sas: Fix error handling in sas_phy_add()
| * 7cd28bc410 pinctrl: rockchip: list all pins in a possible mux route for PX30
| * ab79b8dbe2 ASoC: soc-utils: Remove __exit for snd_soc_util_exit()
| * eaa8edd865 bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
| * 33cabe04d2 tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send
| * ae22294e21 serial: imx: Add missing .thaw_noirq hook
| * 26db1cd519 serial: 8250: omap: Flush PM QOS work on remove
| * e0db709a58 serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()
| * 83b6d4d6da serial: 8250_omap: remove wait loop from Errata i202 workaround
| * 76db05ab70 serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()
| * 2aee616a6b ARM: at91: pm: avoid soft resetting AC DLL
| * 188546c780 ASoC: tas2764: Fix set_tdm_slot in case of single slot
| * 5782896daf ASoC: tas2770: Fix set_tdm_slot in case of single slot
| * 34eee4189b ASoC: core: Fix use-after-free in snd_soc_exit()
| * aa6f8aecbb ARM: dts: at91: sama7g5: fix signal name of pin PB2
| * 487fff700f spi: stm32: Print summary 'callbacks suppressed' message
| * 2cec2f65c1 arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed
| * 44dbe66bb3 arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed
| * 8b2eae7def arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed
| * c8e76eeea7 arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed
| * 30571f28bb hugetlbfs: don't delete error page from pagecache
| * 14ddbb83c3 KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yet
| * a9b964ed7c spi: intel: Use correct mask for flash and protected regions
| * f4eb68642e mtd: spi-nor: intel-spi: Disable write protection only if asked
| * 156d0c823c ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
| * 5907ff9f2c x86/cpu: Add several Intel server CPU model numbers
| * 41e37d04e3 Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
| * b02a025dd1 btrfs: remove pointless and double ulist frees in error paths of qgroup tests
| * 1c366c206f drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid
| * 1c8ded1b38 i2c: i801: add lis3lv02d's I2C address for Vostro 5568
| * b432581f19 i2c: tegra: Allocate DMA memory for DMA engine
| * 7b0ae4c7b9 firmware: arm_scmi: Cleanup the core driver removal callback
| * 1a8a2fef27 ACPI: x86: Add another system to quirk list for forcing StorageD3Enable
| * 8a03a4a5cf NFSv4: Retry LOCK on OLD_STATEID during delegation return
| * 49ca2227c4 btrfs: raid56: properly handle the error when unable to find the missing stripe
| * 0f7bd3a2df RDMA/efa: Add EFA 0xefa2 PCI ID
| * a42d4363e7 ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[]
| * 004decd41b drm/amd/display: Remove wrong pipe control lock
| * 7779efbb99 ASoC: rt1308-sdw: add the default value of some registers
| * ef1e4ed858 selftests/intel_pstate: fix build for ARCH=x86_64
| * dfd3cc1ef3 selftests/futex: fix build for clang
| * 648467236c ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15
| * 64ee750c29 ASoC: codecs: jz4725b: fix capture selector naming
| * 150b74cd06 ASoC: codecs: jz4725b: use right control for Capture Volume
| * 5352d8b315 ASoC: codecs: jz4725b: fix reported volume for Master ctl
| * 85134577a7 ASoC: codecs: jz4725b: add missed Line In power control bit
| * 5e61dffb16 spi: intel: Fix the offset to get the 64K erase opcode
| * c697cb2e66 ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK
| * 569085124d ASoC: rt1019: Fix the TDM settings
| * 4160a515c7 ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe
| * 2963ec4535 ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe"
| * 30a2f9479c ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe"
| * 3bf6da38a2 ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe"
| * 94fa250ea5 mm: shmem: don't truncate page if memory failure happens
| * 003fa19591 mm: hwpoison: handle non-anonymous THP correctly
| * a62b1bc603 mm: hwpoison: refactor refcount check handling
* | 49ca4a5978 Revert "bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues"
* | 6fa2a43acd Revert "ALSA: usb-audio: Yet more regression for for the delayed card registration"
* | ac2a7a141f Merge 5.15.79 into android13-5.15-lts
|/
* 3df0eeae4d Linux 5.15.79
* 599b24eedf x86/cpu: Restore AMD's DE_CFG MSR after resume
* 9132fa043f net: tun: call napi_schedule_prep() to ensure we own a napi
* 1dea25e25a drm/amdkfd: Migrate in CPU page fault use current mm
* a1c303fbd4 marvell: octeontx2: build error: unknown type name 'u64'
* d948b22834 dmaengine: at_hdmac: Check return code of dma_async_device_register
* c556ecf32a dmaengine: at_hdmac: Fix impossible condition
* 8a941ff34e dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
* 53831f7a13 dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
* 14f5462e4a dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
* 5482403228 dmaengine: at_hdmac: Fix concurrency over the active list
* 82ca19414f dmaengine: at_hdmac: Free the memset buf without holding the chan lock
* 8fd36e069d dmaengine: at_hdmac: Fix concurrency over descriptor
* 1ee012d452 dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
* 90c1b07406 dmaengine: at_hdmac: Protect atchan->status with the channel lock
* b5ee1fe06a dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
* 9bbf5df0fc dmaengine: at_hdmac: Fix premature completion of desc in issue_pending
* f7d1aaa903 dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
* e9777b4efc dmaengine: at_hdmac: Don't start transactions at tx_submit level
* 4e28674a0e dmaengine: at_hdmac: Fix at_lli struct definition
* 49eba53137 cert host tools: Stop complaining about deprecated OpenSSL functions
* 69e86c6268 can: j1939: j1939_send_one(): fix missing CAN header initialization
* 81fc8f90b8 mm/shmem: use page_mapping() to detect page cache for uffd continue
* e91451af11 mm/memremap.c: map FS_DAX device memory as decrypted
* 48998c1773 mm/damon/dbgfs: check if rm_contexts input is for a real context
* c736ed8541 udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
* 2e87eddf57 mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCI
* 91c38504e5 btrfs: zoned: initialize device's zone info for seeding
* 432c30ba3f btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
* c9fe4719c6 btrfs: fix match incorrectly in dev_args_match_device
* f96fd36936 wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()
* 8e2b576caf platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi
* cb3ab0e1e0 drm/amdgpu: disable BACO on special BEIGE_GOBY card
* dc066a7850 drm/i915/dmabuf: fix sg_table handling in map_dma_buf
* afbd118838 nilfs2: fix use-after-free bug of ns_writer on remount
* abc082aac0 nilfs2: fix deadlock in nilfs_count_free_blocks()
* 589da22881 ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure
* 51ae4579a5 vmlinux.lds.h: Fix placement of '.data..decrypted' section
* 1f8e08ab32 ALSA: usb-audio: Add DSD support for Accuphase DAC-60
* c2451f62b2 ALSA: usb-audio: Add quirk entry for M-Audio Micro
* 031d1480a0 ALSA: usb-audio: Yet more regression for for the delayed card registration
* 574f51e4aa ALSA: hda/realtek: Add Positivo C6300 model quirk
* 7140d7aaf9 ALSA: hda: fix potential memleak in 'add_widget_node'
* f6d7a487aa ALSA: hda/ca0132: add quirk for EVGA Z390 DARK
* 1ccd55b390 ALSA: hda/hdmi - enable runtime pm for more AMD display audio
* 29100c6742 mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATA
* 3dce99e2eb mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI
* 9d6bd33e6a mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCI
* ad01f16ca9 mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
* 1aa78c1d01 mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI
* c198524a99 MIPS: jump_label: Fix compat branch range check
* 9713ceffa4 arm64: efi: Fix handling of misaligned runtime regions and drop warning
* 518e49f059 riscv: fix reserved memory setup
* d07c3d7491 riscv: vdso: fix build with llvm
* cc36c7fa5d riscv: process: fix kernel info leakage
* a8d67367ab net: macvlan: fix memory leaks of macvlan_common_newlink
* 7b194dd32b ethernet: tundra: free irq when alloc ring failed in tsi108_open()
* 7de10342fe net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()
* 88e1dd2d92 ethernet: s2io: disable napi when start nic failed in s2io_card_up()
* 3652f1f8d3 net: atlantic: macsec: clear encryption keys from the stack
* fca3b0a1fd net: phy: mscc: macsec: clear encryption keys when freeing a flow
* 60a0af8813 stmmac: dwmac-loongson: fix missing of_node_put() while module exiting
* ee4a9bd2c7 stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_probe()
* 4a8770eebc stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exiting
* 83196d8dc5 cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf_open()
* 49d8a6e24a mctp: Fix an error handling path in mctp_init()
* 29961d2332 stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz
* 8604bebc5c stmmac: intel: Enable 2.5Gbps for Intel AlderLake-S
* 7dec6dae2b net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()
* 960f9d30de net: cpsw: disable napi in cpsw_ndo_open()
* 1360778fdb net/mlx5e: E-Switch, Fix comparing termination table instance
* f13e9ebd29 net/mlx5: Allow async trigger completion execution on single CPU systems
* 48b73b46a5 net/mlx5: Bridge, verify LAG state when adding bond to bridge
* 13b1ea861e net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg
* 7e4dcacb4d net: nixge: disable napi when enable interrupts failed in nixge_open()
* 409731df63 net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()
* 77ff31cba9 netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()
* e62cb1c093 netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()
* 0bd20318da perf tools: Add the include/perf/ directory to .gitignore
* a733671e38 perf stat: Fix printing os->prefix in CSV metrics output
* c36e9e2c4a drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()
* 4689bd3a1b net: lapbether: fix issue of invalid opcode in lapbeth_open()
* 1dd27541aa dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
* 992e966caf dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
* 9766af75ba dmaengine: pxa_dma: use platform_get_irq_optional
* 301caa0609 tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
* 6a264203db net: broadcom: Fix BCMGENET Kconfig
* e7871b9a21 net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()
* 261178a1c2 can: af_can: fix NULL pointer dereference in can_rx_register()
* 2acb2779b1 ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
* 13ecaa6832 tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
* bc79cb9fb0 drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()
* 2845bc9070 net: wwan: mhi: fix memory leak in mhi_mbim_dellink
* 2ce2348c28 net: wwan: iosm: fix memory leak in ipc_wwan_dellink
* 7b6bc50f65 hamradio: fix issue of dev reference count leakage in bpq_device_event()
* f59adebb8c net: lapbether: fix issue of dev reference count leakage in lapbeth_device_event()
* 119407dc32 KVM: s390: pv: don't allow userspace to set the clock under PV
* 500bcd3a99 phy: ralink: mt7621-pci: add sentinel to quirks table
* 151dc8087b capabilities: fix undefined behavior in bit shift for CAP_TO_MASK
* 435c7ddfd5 net: fman: Unregister ethernet device on removal
* 3a504d6d96 bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
* ac257c43fa bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
* d7569302a7 net: tun: Fix memory leaks of napi_get_frags
* 430d1f4964 octeontx2-pf: NIX TX overwrites SQ_CTX_HW_S[SQ_INT]
* ec0db81883 octeontx2-pf: Use hardware register for CQE count
* b89a0d8859 macsec: clear encryption keys from the stack after setting up offload
* eeba7f07a0 macsec: fix detection of RXSCs when toggling offloading
* 3070a880eb macsec: fix secy->n_rx_sc accounting
* e957555a36 macsec: delete new rxsc when offload fails
* ad25a115f5 net: gso: fix panic on frag_list with mixed head alloc types
* 466ce46f25 bpf: Fix wrong reg type conversion in release_reference()
* 35d8130f2a bpf: Add helper macro bpf_for_each_reg_in_vstate
* 61274498fb bpf, sock_map: Move cancel_work_sync() out of sock lock
* 32b5dd03be bpf: Fix sockmap calling sleepable function in teardown path
* e991558189 bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
* 5ad95d7134 HID: hyperv: fix possible memory leak in mousevsc_probe()
* 6dcdd1b68b bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
* 2fc902245c wifi: mac80211: Set TWT Information Frame Disabled bit as 1
* 95adbd2ac8 bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues
* 06615967d4 bpf, verifier: Fix memory leak in array reallocation for stack state
* 4335a82c4f soundwire: qcom: check for outanding writes before doing a read
* ae4dad2e53 soundwire: qcom: reinit broadcast completion
* 38c9fa2cc6 wifi: cfg80211: fix memory leak in query_regdb_file()
* 2c6ba0a787 wifi: cfg80211: silence a sparse RCU warning
* 921738c280 phy: stm32: fix an error code in probe
* fa722006f7 hwspinlock: qcom: correct MMIO max register for newer SoCs
* 3c1bb6187e drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()
* b1f8522771 drm/amdkfd: handle CPU fault on COW mapping
* 36770c045a drm/amdkfd: avoid recursive lock in migrations back to RAM
* 93a5de7e88 fuse: fix readdir cache race
* 1920cf9454 thunderbolt: Add DP OUT resource when DP tunnel is discovered
* 47dbf24969 thunderbolt: Tear down existing tunnels when resuming from hibernate

And update the .xml file with the new symbol that we are tracking and
the abi preservation fix:

1 function symbol(s) added
  'void __dev_kfree_skb_irq(struct sk_buff *, enum skb_free_reason)'

type 'struct sdhci_host' changed
  member 'union { struct { u8 reinit_uhs; u8 reserve01; u8 drv_type; u16 reserve02; u32 reserve03; }; struct { u64 android_kabi_reserved1; }; union { }; }' was added
  member 'u64 android_kabi_reserved1' was removed

Change-Id: If4a059230a137dee54298fff61ec87306bf96b0f
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-03-24 08:44:06 +00:00
Suren Baghdasaryan
7ba7908a8d ANDROID: mm: handle SPF using a copy of the original vma
When introducing vma refcounting to stabilize the faulting vma, the
change also stopped copying the original vma. While refcounting
protects the vma from being destroyed, it does not protect it from
concurrent changes. This results in possible unexpected vma mutations
while page fault is being handled. To prevent that, revert back to
handling speculative page faults using a stable copy of the original
vma which can't be concurrently changed.

Fixes: d9d7f843da ("ANDROID: mm: introduce vma refcounting to protect vma during SPF")
Bug: 271817185
Change-Id: If4ec5a6282ddc037c96addb19510cc83ccd7b2ea
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
2023-03-20 20:17:33 +00:00
Catalin Marinas
fc41b9e122 UPSTREAM: elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}
A subsequent fix for arm64 will use this parameter to parse the vma
information from the snapshot created by dump_vma_snapshot() rather than
traversing the vma list without the mmap_lock.

Bug: 254441685
Fixes: 6dd8b1a0b6cb ("arm64: mte: Dump the MTE tags in the core file")
Cc: <stable@vger.kernel.org> # 5.18.x
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Reported-by: Seth Jenkins <sethjenkins@google.com>
Suggested-by: Seth Jenkins <sethjenkins@google.com>
Cc: Will Deacon <will@kernel.org>
Cc: Eric Biederman <ebiederm@xmission.com>
Cc: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20221222181251.1345752-3-catalin.marinas@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
(cherry picked from commit 19e183b54528f11fafeca60fc6d0821e29ff281e)
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: Ie786d12b07c7698f2c9025a6f76335aa80e9b15b
2023-03-15 07:47:50 +00:00
Sandeep Dhavale
6a7aa09013 ANDROID: Enable percpu high priority kthreads for erofs
This change enables 2 configs
CONFIG_EROFS_FS_PCPU_KTHREAD
CONFIG_EROFS_FS_PCPU_KTHREAD_HIPRI

With these changes scheduling latency is reduced by ~80%
Bug: 271636126
Tests: launch_cvd
Change-Id: I91076edd3c7dcbb3497ca0accf98af28c43f4ffb
Signed-off-by: Sandeep Dhavale <dhavale@google.com>
(cherry picked from commit f8e756a6f7019d6c367844ecc449e052c2173f93)
2023-03-06 21:44:13 +00:00
Yingying Tang
3352886cae ANDROID: gki_config: enable CONFIG_IIO_TRIGGERED_BUFFER
Enable CONFIG_IIO_TRIGGERED_BUFFER to support more IIO APIs for
IIO device drivers.

Since CONFIG_IIO_TRIGGERED_BUFFER will select CONFIG_IIO_TRIGGER,
I replace CONFIG_IIO_TRIGGER with CONFIG_IIO_TRIGGERED_BUFFER
instead of adding CONFIG_IIO_TRIGGERED_BUFFER in defconfig.
Otherwise "build_abi.sh --update" will report error of defconfig.

Bug: 271373845
Change-Id: I2843ccddd10e32b867f2ecfb0f8e312b127f36d5
Signed-off-by: Yingying Tang <quic_yintang@quicinc.com>
2023-03-03 14:12:26 +00:00
Jim Mattson
99da8df376 UPSTREAM: KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
[ Upstream commit 2e7eab81425ad6c875f2ed47c0ce01e78afc38a5 ]

According to Intel's document on Indirect Branch Restricted
Speculation, "Enabling IBRS does not prevent software from controlling
the predicted targets of indirect branches of unrelated software
executed later at the same predictor mode (for example, between two
different user applications, or two different virtual machines). Such
isolation can be ensured through use of the Indirect Branch Predictor
Barrier (IBPB) command." This applies to both basic and enhanced IBRS.

Since L1 and L2 VMs share hardware predictor modes (guest-user and
guest-kernel), hardware IBRS is not sufficient to virtualize
IBRS. (The way that basic IBRS is implemented on pre-eIBRS parts,
hardware IBRS is actually sufficient in practice, even though it isn't
sufficient architecturally.)

For virtual CPUs that support IBRS, add an indirect branch prediction
barrier on emulated VM-exit, to ensure that the predicted targets of
indirect branches executed in L1 cannot be controlled by software that
was executed in L2.

Since we typically don't intercept guest writes to IA32_SPEC_CTRL,
perform the IBPB at emulated VM-exit regardless of the current
IA32_SPEC_CTRL.IBRS value, even though the IBPB could technically be
deferred until L1 sets IA32_SPEC_CTRL.IBRS, if IA32_SPEC_CTRL.IBRS is
clear at emulated VM-exit.

This is CVE-2022-2196.

Bug: 265479180
Fixes: 5c911beff2 ("KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02")
Cc: Sean Christopherson <seanjc@google.com>
Signed-off-by: Jim Mattson <jmattson@google.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20221019213620.1953281-3-jmattson@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: Ic3ac006d834719d41f8a84c7a557d60b82e05197
2023-02-27 12:08:41 +00:00
Daniel Rosenberg
f5f4199c10 ANDROID: fuse-bpf v1.1
These patches extend FUSE to be able to act as a stacked filesystem. This
allows pure passthrough, where the fuse file system simply reflects the lower
filesystem, and also allows optional pre and post filtering in BPF and/or the
userspace daemon as needed. This can dramatically reduce or even eliminate
transitions to and from userspace.

See https://lwn.net/Articles/915717/

Note that this patch set has been extensively tested in
common-android13-5.10

This is a squash of these changes cherry-picked from common-android13-5.10

ANDROID: fuse-bpf: Make compile and pass test
ANDROID: fuse-bpf: set error_in to ENOENT in negative lookup
ANDROID: fuse-bpf: Add ability to run ranges of tests to fuse_test
ANDROID: fuse-bpf: Add test for lookup postfilter
ANDROID: fuse-bpf: readddir postfilter fixes
ANDROID: fix kernelci error in fs/fuse/dir.c
ANDROID: fuse-bpf: Fix RCU/reference issue
ANDROID: fuse-bpf: Always call revalidate for backing
ANDROID: fuse-bpf: Adjust backing handle funcs
ANDROID: fuse-bpf: Fix revalidate error path and backing handling
ANDROID: fuse-bpf: Fix use of get_fuse_inode
ANDROID: fuse: Don't use readdirplus w/ nodeid 0
ANDROID: fuse-bpf: Introduce readdirplus test case for fuse bpf
ANDROID: fuse-bpf: Make sure force_again flag is false by default
ANDROID: fuse-bpf: Make inodes with backing_fd reachable for regular FUSE fuse_iget
Revert "ANDROID: fuse-bpf: use target instead of parent inode to execute backing revalidate"
ANDROID: fuse-bpf: use target instead of parent inode to execute backing revalidate
ANDROID: fuse-bpf: Fix misuse of args.out_args
ANDROID: fuse-bpf: Fix non-fusebpf build
ANDROID: fuse-bpf: Use fuse_bpf_args in uapi
ANDROID: fuse-bpf: Fix read_iter
ANDROID: fuse-bpf: Use cache and refcount
ANDROID: fuse-bpf: Rename iocb_fuse to iocb_orig
ANDROID: fuse-bpf: Fix fixattr in rename
ANDROID: fuse-bpf: Fix readdir
ANDROID: fuse-bpf: Fix lseek return value for offset 0
ANDROID: fuse-bpf: fix read_iter and write_iter
ANDROID: fuse-bpf: fix special devices
ANDROID: fuse-bpf: support FUSE_LSEEK
ANDROID: fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
ANDROID: fuse-bpf: Report errors to finalize
ANDROID: fuse-bpf: Avoid reusing uint64_t for file
ANDROID: fuse-bpf: Fix CONFIG_FUSE_BPF typo in FUSE_FSYNCDIR
ANDROID: fuse-bpf: Move fd operations to be synchronous
ANDROID: fuse-bpf: Invalidate if lower is unhashed
ANDROID: fuse-bpf: Move bpf earlier in fuse_permission
ANDROID: fuse-bpf: Update attributes on file write
ANDROID: fuse: allow mounting with no userspace daemon
ANDROID: fuse-bpf: Support FUSE_STATFS
ANDROID: fuse-bpf: Fix filldir
ANDROID: fuse-bpf: fix fuse_create_open_finalize
ANDROID: fuse: add bpf support for removexattr
ANDROID: fuse-bpf: Fix truncate
ANDROID: fuse-bpf: Support inotify
ANDROID: fuse-bpf: Make compile with CONFIG_FUSE but no CONFIG_FUSE_BPF
ANDROID: fuse-bpf: Fix perms on readdir
ANDROID: fuse: Fix umasking in backing
ANDROID: fs/fuse: Backing move returns EXDEV if TO not backed
ANDROID: bpf-fuse: Fix Setattr
ANDROID: fuse-bpf: Check if mkdir dentry setup
ANDROID: fuse-bpf: Close backing fds in fuse_dentry_revalidate
ANDROID: fuse-bpf: Close backing-fd on both paths
ANDROID: fuse-bpf: Partial fix for mmap'd files
ANDROID: fuse-bpf: Restore a missing const
ANDROID: Add fuse-bpf self tests
ANDROID: Add FUSE_BPF to gki_defconfig
ANDROID: fuse-bpf v1
ANDROID: fuse: Move functions in preparation for fuse-bpf

Bug: 202785178
Test: test_fuse passes on linux.
      On cuttlefish,
      atest android.scopedstorage.cts.host.ScopedStorageHostTest
      passes with fuse-bpf enabled and disabled
Change-Id: Idb099c281f9b39ff2c46fa3ebc63e508758416ee
Signed-off-by: Paul Lawrence <paullawrence@google.com>
Signed-off-by: Daniel Rosenberg <drosen@google.com>
2023-02-17 22:10:50 +00:00
Greg Kroah-Hartman
5448b2fda8 Merge 5.15.94 into android13-5.15-lts
Changes in 5.15.94
	mm/migration: return errno when isolate_huge_page failed
	migrate: hugetlb: check for hugetlb shared PMD in node migration
	btrfs: limit device extents to the device size
	btrfs: zlib: zero-initialize zlib workspace
	ALSA: hda/realtek: Add Positivo N14KP6-TG
	ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()
	ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360
	ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9
	tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_pipe_raw
	of/address: Return an error when no valid dma-ranges are found
	can: j1939: do not wait 250 ms if the same addr was already claimed
	xfrm: compat: change expression for switch in xfrm_xlate64
	IB/hfi1: Restore allocated resources on failed copyout
	xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
	IB/IPoIB: Fix legacy IPoIB due to wrong number of queues
	RDMA/irdma: Fix potential NULL-ptr-dereference
	RDMA/usnic: use iommu_map_atomic() under spin_lock()
	xfrm: fix bug with DSCP copy to v6 from v4 tunnel
	net: phylink: move phy_device_free() to correctly release phy device
	bonding: fix error checking in bond_debug_reregister()
	net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHY
	ionic: clean interrupt before enabling queue to avoid credit race
	uapi: add missing ip/ipv6 header dependencies for linux/stddef.h
	ice: Do not use WQ_MEM_RECLAIM flag for workqueue
	net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-aware
	net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"
	net/mlx5e: Move repeating clear_bit in mlx5e_rx_reporter_err_rq_cqe_recover
	net/mlx5e: Introduce the mlx5e_flush_rq function
	net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag change
	net/mlx5: Bridge, fix ageing of peer FDB entries
	net/mlx5e: IPoIB, Show unknown speed instead of error
	net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers
	net/mlx5: fw_tracer, Zero consumer index when reloading the tracer
	net/mlx5: Serialize module cleanup with reload and remove
	igc: Add ndo_tx_timeout support
	rds: rds_rm_zerocopy_callback() use list_first_entry()
	selftests: forwarding: lib: quote the sysctl values
	ALSA: pci: lx6464es: fix a debug loop
	riscv: stacktrace: Fix missing the first frame
	ASoC: topology: Return -ENOMEM on memory allocation failure
	pinctrl: mediatek: Fix the drive register definition of some Pins
	pinctrl: aspeed: Fix confusing types in return value
	pinctrl: single: fix potential NULL dereference
	spi: dw: Fix wrong FIFO level setting for long xfers
	pinctrl: intel: Restore the pins that used to be in Direct IRQ mode
	cifs: Fix use-after-free in rdata->read_into_pages()
	net: USB: Fix wrong-direction WARNING in plusb.c
	mptcp: be careful on subflow status propagation on errors
	btrfs: free device in btrfs_close_devices for a single device filesystem
	usb: core: add quirk for Alcor Link AK9563 smartcard reader
	usb: typec: altmodes/displayport: Fix probe pin assign check
	clk: ingenic: jz4760: Update M/N/OD calculation algorithm
	ceph: flush cap releases when the session is flushed
	riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
	powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch
	rtmutex: Ensure that the top waiter is always woken up
	arm64: dts: meson-gx: Make mmc host controller interrupts level-sensitive
	arm64: dts: meson-g12-common: Make mmc host controller interrupts level-sensitive
	arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitive
	Fix page corruption caused by racy check in __free_pages
	drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini
	drm/i915: Initialize the obj flags for shmem objects
	drm/i915: Fix VBT DSI DVO port handling
	x86/speculation: Identify processors vulnerable to SMT RSB predictions
	KVM: x86: Mitigate the cross-thread return address predictions bug
	Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions
	Linux 5.15.94

Change-Id: I0bf18eba4ef77a0be831b3b48610b06311fd5a3e
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-02-16 13:18:49 +00:00
Greg Kroah-Hartman
787413edad Merge 5.15.93 into android13-5.15-lts
Changes in 5.15.93
	firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP region
	bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
	ASoC: Intel: boards: fix spelling in comments
	ASoC: Intel: bytcht_es8316: move comment to the right place
	ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device after use
	ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after use
	ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device after use
	ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device after use
	bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
	ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()
	bpf: Support <8-byte scalar spill and refill
	bpf: Fix to preserve reg parent/live fields when copying range info
	bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
	arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
	drm/vc4: hdmi: make CEC adapter name unique
	scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRESENT"
	vhost/net: Clear the pending messages when the backend is removed
	WRITE is "data source", not destination...
	READ is "data destination", not source...
	fix iov_iter_bvec() "direction" argument
	fix "direction" argument of iov_iter_kvec()
	ice: Prevent set_channel from changing queues while RDMA active
	qede: execute xdp_do_flush() before napi_complete_done()
	virtio-net: execute xdp_do_flush() before napi_complete_done()
	dpaa_eth: execute xdp_do_flush() before napi_complete_done()
	dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
	sfc: correctly advertise tunneled IPv6 segmentation
	net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices
	block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
	block, bfq: replace 0/1 with false/true in bic apis
	block, bfq: fix uaf for bfqq in bic_set_bfqq()
	netrom: Fix use-after-free caused by accept on already connected socket
	drm/i915/guc: Fix locking when searching for a hung request
	drm/i915/adlp: Fix typo for reference clock
	netfilter: br_netfilter: disable sabotage_in hook after first suppression
	squashfs: harden sanity check in squashfs_read_xattr_id_table
	net: phy: meson-gxl: Add generic dummy stubs for MMD register access
	ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address
	ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address
	riscv: kprobe: Fixup kernel panic when probing an illegal position
	igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()
	can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
	ata: libata: Fix sata_down_spd_limit() when no link speed is reported
	selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warning
	selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided
	selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs
	selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchmarking
	virtio-net: Keep stop() to follow mirror sequence of open()
	net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
	efi: fix potential NULL deref in efi_mem_reserve_persistent
	i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
	i2c: mxs: suppress probe-deferral error message
	scsi: target: core: Fix warning on RT kernels
	perf/x86/intel: Add Emerald Rapids
	scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress
	scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress
	i2c: rk3x: fix a bunch of kernel-doc warnings
	platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type 0x0010 table
	platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
	net/x25: Fix to not accept on connected socket
	drm/amd/display: Fix timing not changning when freesync video is enabled
	iio: adc: stm32-dfsdm: fill module aliases
	usb: dwc3: qcom: enable vbus override when in OTG dr-mode
	usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait
	vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF
	Input: i8042 - add Clevo PCX0DX to i8042 quirk table
	fbcon: Check font dimension limits
	net: qrtr: free memory on error path in radix_tree_insert()
	watchdog: diag288_wdt: do not use stack buffers for hardware data
	watchdog: diag288_wdt: fix __diag288() inline assembly
	ALSA: hda/realtek: Add Acer Predator PH315-54
	efi: Accept version 2 of memory attributes table
	iio: hid: fix the retval in accel_3d_capture_sample
	iio: hid: fix the retval in gyro_3d_capture_sample
	iio: adc: berlin2-adc: Add missing of_node_put() in error path
	iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
	iio: imu: fxos8700: fix ACCEL measurement range selection
	iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readback
	iio: imu: fxos8700: fix IMU data bits returned to user space
	iio: imu: fxos8700: fix map label of channel type to MAGN sensor
	iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
	iio: imu: fxos8700: fix incorrect ODR mode readback
	iio: imu: fxos8700: fix failed initialization ODR mode assignment
	iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
	iio: imu: fxos8700: fix MAGN sensor scale and unit
	nvmem: qcom-spmi-sdam: fix module autoloading
	parisc: Fix return code of pdc_iodc_print()
	parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
	riscv: disable generation of unwind tables
	mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
	usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
	kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
	x86/debug: Fix stack recursion caused by wrongly ordered DR7 accesses
	fpga: stratix10-soc: Fix return value check in s10_ops_write_init()
	mm/swapfile: add cond_resched() in get_swap_pages()
	highmem: round down the address passed to kunmap_flush_on_unmap()
	Squashfs: fix handling and sanity checking of xattr_ids count
	drm/i915: Fix potential bit_17 double-free
	nvmem: core: initialise nvmem->id early
	nvmem: core: remove nvmem_config wp_gpio
	nvmem: core: fix cell removal on error
	serial: 8250_dma: Fix DMA Rx completion race
	serial: 8250_dma: Fix DMA Rx rearm race
	phy: qcom-qmp-combo: disable runtime PM on unbind
	phy: qcom-qmp-combo: fix memleak on probe deferral
	phy: qcom-qmp-usb: fix memleak on probe deferral
	phy: qcom-qmp-combo: fix broken power on
	phy: qcom-qmp-combo: fix runtime suspend
	bpf: Fix incorrect state pruning for <8B spill/fill
	bpf: Do not reject when the stack read size is different from the tracked scalar size
	iio:adc:twl6030: Enable measurement of VAC
	powerpc/imc-pmu: Revert nest_init_lock to being a mutex
	fs/ntfs3: Validate attribute data and valid sizes
	ovl: Use "buf" flexible array for memcpy() destination
	fbdev: smscufx: fix error handling code in ufx_usb_probe
	f2fs: fix to do sanity check on i_extra_isize in is_alive()
	wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads
	gfs2: Cosmetic gfs2_dinode_{in,out} cleanup
	gfs2: Always check inode size of inline inodes
	bpf: Skip invalid kfunc call in backtrack_insn
	Linux 5.15.93

Change-Id: I36ae60a781fc72667896bc649af5788cda1ef6c2
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-02-15 15:05:04 +00:00
Tom Lendacky
5122e0e443 KVM: x86: Mitigate the cross-thread return address predictions bug
commit 6f0f2d5ef895d66a3f2b32dd05189ec34afa5a55 upstream.

By default, KVM/SVM will intercept attempts by the guest to transition
out of C0. However, the KVM_CAP_X86_DISABLE_EXITS capability can be used
by a VMM to change this behavior. To mitigate the cross-thread return
address predictions bug (X86_BUG_SMT_RSB), a VMM must not be allowed to
override the default behavior to intercept C0 transitions.

Use a module parameter to control the mitigation on processors that are
vulnerable to X86_BUG_SMT_RSB. If the processor is vulnerable to the
X86_BUG_SMT_RSB bug and the module parameter is set to mitigate the bug,
KVM will not allow the disabling of the HLT, MWAIT and CSTATE exits.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <4019348b5e07148eb4d593380a5f6713b93c9a16.1675956146.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-02-14 19:18:05 +01:00
Tom Lendacky
8f12dcab90 x86/speculation: Identify processors vulnerable to SMT RSB predictions
commit be8de49bea505e7777a69ef63d60e02ac1712683 upstream.

Certain AMD processors are vulnerable to a cross-thread return address
predictions bug. When running in SMT mode and one of the sibling threads
transitions out of C0 state, the other sibling thread could use return
target predictions from the sibling thread that transitioned out of C0.

The Spectre v2 mitigations cover the Linux kernel, as it fills the RSB
when context switching to the idle thread. However, KVM allows a VMM to
prevent exiting guest mode when transitioning out of C0. A guest could
act maliciously in this situation, so create a new x86 BUG that can be
used to detect if the processor is vulnerable.

Reviewed-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <91cec885656ca1fcd4f0185ce403a53dd9edecb7.1675956146.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-02-14 19:18:05 +01:00
Paul Lawrence
63a1e5f1d0 Revert "ANDROID: dm-bow: remove dm-bow"
This reverts commit dc855f8bdf.

Support existing users of ext4 who upgrade kernel version

Test: runs
Bug: 210958368
Change-Id: I06ad3c7870b67080dfd6d72917751b20193a4fd6
Signed-off-by: Paul Lawrence <paullawrence@google.com>
2023-02-13 18:44:45 +00:00
Joerg Roedel
afd32b6831 x86/debug: Fix stack recursion caused by wrongly ordered DR7 accesses
commit 9d2c7203ffdb846399b82b0660563c89e918c751 upstream.

In kernels compiled with CONFIG_PARAVIRT=n, the compiler re-orders the
DR7 read in exc_nmi() to happen before the call to sev_es_ist_enter().

This is problematic when running as an SEV-ES guest because in this
environment the DR7 read might cause a #VC exception, and taking #VC
exceptions is not safe in exc_nmi() before sev_es_ist_enter() has run.

The result is stack recursion if the NMI was caused on the #VC IST
stack, because a subsequent #VC exception in the NMI handler will
overwrite the stack frame of the interrupted #VC handler.

As there are no compiler barriers affecting the ordering of DR7
reads/writes, make the accesses to this register volatile, forbidding
the compiler to re-order them.

  [ bp: Massage text, make them volatile too, to make sure some
  aggressive compiler optimization pass doesn't discard them. ]

Fixes: 315562c9af ("x86/sev-es: Adjust #VC IST Stack on entering NMI handler")
Reported-by: Alexey Kardashevskiy <aik@amd.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20230127035616.508966-1-aik@amd.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-02-09 11:26:44 +01:00
Kan Liang
8cd0499f9c perf/x86/intel: Add Emerald Rapids
[ Upstream commit 6795e558e9cc6123c24e2100a2ebe88e58a792bc ]

From core PMU's perspective, Emerald Rapids is the same as the Sapphire
Rapids. The only difference is the event list, which will be
supported in the perf tool later.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230106160449.3566477-1-kan.liang@linux.intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-09 11:26:39 +01:00
Greg Kroah-Hartman
7622c50ba6 Merge 5.15.91 into android13-5.15-lts
Changes in 5.15.91
	memory: tegra: Remove clients SID override programming
	memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe()
	memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe()
	dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REG
	arm64: dts: imx8mp-phycore-som: Remove invalid PMIC property
	ARM: dts: imx6ul-pico-dwarf: Use 'clock-frequency'
	ARM: dts: imx7d-pico: Use 'clock-frequency'
	ARM: dts: imx6qdl-gw560x: Remove incorrect 'uart-has-rtscts'
	arm64: dts: imx8mm-beacon: Fix ecspi2 pinmux
	ARM: imx: add missing of_node_put()
	HID: intel_ish-hid: Add check for ishtp_dma_tx_map
	arm64: dts: imx8mm-venice-gw7901: fix USB2 controller OC polarity
	soc: imx8m: Fix incorrect check for of_clk_get_by_name()
	reset: uniphier-glue: Use reset_control_bulk API
	reset: uniphier-glue: Fix possible null-ptr-deref
	EDAC/highbank: Fix memory leak in highbank_mc_probe()
	firmware: arm_scmi: Harden shared memory access in fetch_response
	firmware: arm_scmi: Harden shared memory access in fetch_notification
	tomoyo: fix broken dependency on *.conf.default
	RDMA/core: Fix ib block iterator counter overflow
	IB/hfi1: Reject a zero-length user expected buffer
	IB/hfi1: Reserve user expected TIDs
	IB/hfi1: Fix expected receive setup error exit issues
	IB/hfi1: Immediately remove invalid memory from hardware
	IB/hfi1: Remove user expected buffer invalidate race
	affs: initialize fsdata in affs_truncate()
	PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe()
	arm64: dts: qcom: msm8992: Don't use sfpb mutex
	arm64: dts: qcom: msm8992-libra: Add CPU regulators
	arm64: dts: qcom: msm8992-libra: Fix the memory map
	phy: ti: fix Kconfig warning and operator precedence
	NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
	ARM: dts: at91: sam9x60: fix the ddr clock for sam9x60
	amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent
	amd-xgbe: Delay AN timeout during KR training
	bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
	phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2phy_power_on()
	net: nfc: Fix use-after-free in local_cleanup()
	net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
	net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()
	sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
	gpio: use raw spinlock for gpio chip shadowed data
	gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
	gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode
	wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oid
	pinctrl/rockchip: Use temporary variable for struct device
	pinctrl/rockchip: add error handling for pull/drive register getters
	pinctrl: rockchip: fix reading pull type on rk3568
	net: stmmac: Fix queue statistics reading
	net/sched: sch_taprio: fix possible use-after-free
	l2tp: Serialize access to sk_user_data with sk_callback_lock
	l2tp: Don't sleep and disable BH under writer-side sk_callback_lock
	l2tp: convert l2tp_tunnel_list to idr
	l2tp: close all race conditions in l2tp_tunnel_register()
	octeontx2-pf: Avoid use of GFP_KERNEL in atomic context
	net: usb: sr9700: Handle negative len
	net: mdio: validate parameter addr in mdiobus_get_phy()
	HID: check empty report_list in hid_validate_values()
	HID: check empty report_list in bigben_probe()
	net: stmmac: fix invalid call to mdiobus_get_phy()
	pinctrl: rockchip: fix mux route data for rk3568
	HID: revert CHERRY_MOUSE_000C quirk
	usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
	usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
	Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
	net: ipa: disable ipa interrupt during suspend
	net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENT
	net: mlx5: eliminate anonymous module_init & module_exit
	drm/panfrost: fix GENERIC_ATOMIC64 dependency
	dmaengine: Fix double increment of client_count in dma_chan_get()
	net: macb: fix PTP TX timestamp failure due to packet padding
	virtio-net: correctly enable callback during start_xmit
	l2tp: prevent lockdep issue in l2tp_tunnel_register()
	HID: betop: check shape of output reports
	cifs: fix potential deadlock in cache_refresh_path()
	dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()
	phy: phy-can-transceiver: Skip warning if no "max-bitrate"
	drm/amd/display: fix issues with driver unload
	nvme-pci: fix timeout request state check
	tcp: avoid the lookup process failing to get sk in ehash table
	octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rt
	ptdma: pt_core_execute_cmd() should use spinlock
	device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()
	w1: fix deadloop in __w1_remove_master_device()
	w1: fix WARNING after calling w1_process()
	driver core: Fix test_async_probe_init saves device in wrong array
	selftests/net: toeplitz: fix race on tpacket_v3 block close
	net: dsa: microchip: ksz9477: port map correction in ALU table entry register
	thermal/core: Remove duplicate information when an error occurs
	thermal/core: Rename 'trips' to 'num_trips'
	thermal: Validate new state in cur_state_store()
	thermal/core: fix error code in __thermal_cooling_device_register()
	thermal: core: call put_device() only after device_register() fails
	net: stmmac: enable all safety features by default
	tcp: fix rate_app_limited to default to 1
	scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspace
	cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist
	kcsan: test: don't put the expect array on the stack
	cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
	ASoC: fsl_micfil: Correct the number of steps on SX controls
	net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modem
	drm: Add orientation quirk for Lenovo ideapad D330-10IGL
	s390/debug: add _ASM_S390_ prefix to header guard
	s390: expicitly align _edata and _end symbols on page boundary
	perf/x86/msr: Add Emerald Rapids
	perf/x86/intel/uncore: Add Emerald Rapids
	cpufreq: armada-37xx: stop using 0 as NULL pointer
	ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC
	ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets
	spi: spidev: remove debug messages that access spidev->spi without locking
	KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
	scsi: hisi_sas: Set a port invalid only if there are no devices attached when refreshing port id
	r8152: add vendor/device ID pair for Microsoft Devkit
	platform/x86: touchscreen_dmi: Add info for the CSL Panther Tab HD
	platform/x86: asus-nb-wmi: Add alternate mapping for KEY_SCREENLOCK
	lockref: stop doing cpu_relax in the cmpxchg loop
	firmware: coreboot: Check size of table entry and use flex-array
	drm/i915: Allow switching away via vga-switcheroo if uninitialized
	Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"
	drm/i915: Remove unused variable
	x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
	fs: reiserfs: remove useless new_opts in reiserfs_remount
	sysctl: add a new register_sysctl_init() interface
	kernel/panic: move panic sysctls to its own file
	panic: unset panic_on_warn inside panic()
	ubsan: no need to unset panic_on_warn in ubsan_epilogue()
	kasan: no need to unset panic_on_warn in end_report()
	exit: Add and use make_task_dead.
	objtool: Add a missing comma to avoid string concatenation
	hexagon: Fix function name in die()
	h8300: Fix build errors from do_exit() to make_task_dead() transition
	csky: Fix function name in csky_alignment() and die()
	ia64: make IA64_MCA_RECOVERY bool instead of tristate
	panic: Separate sysctl logic from CONFIG_SMP
	exit: Put an upper limit on how often we can oops
	exit: Expose "oops_count" to sysfs
	exit: Allow oops_limit to be disabled
	panic: Consolidate open-coded panic_on_warn checks
	panic: Introduce warn_limit
	panic: Expose "warn_count" to sysfs
	docs: Fix path paste-o for /sys/kernel/warn_count
	exit: Use READ_ONCE() for all oops/warn limit reads
	Bluetooth: hci_sync: cancel cmd_timer if hci_open failed
	drm/amdgpu: complete gfxoff allow signal during suspend without delay
	scsi: hpsa: Fix allocation size for scsi_host_alloc()
	KVM: SVM: fix tsc scaling cache logic
	module: Don't wait for GOING modules
	tracing: Make sure trace_printk() can output as soon as it can be used
	trace_events_hist: add check for return value of 'create_hist_field'
	ftrace/scripts: Update the instructions for ftrace-bisect.sh
	cifs: Fix oops due to uncleared server->smbd_conn in reconnect
	i2c: mv64xxx: Remove shutdown method from driver
	i2c: mv64xxx: Add atomic_xfer method to driver
	ksmbd: add smbd max io size parameter
	ksmbd: add max connections parameter
	ksmbd: do not sign response to session request for guest login
	ksmbd: downgrade ndr version error message to debug
	ksmbd: limit pdu length size according to connection status
	ovl: fail on invalid uid/gid mapping at copy up
	KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
	KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivation
	thermal: intel: int340x: Protect trip temperature from concurrent updates
	ipv6: fix reachability confirmation with proxy_ndp
	ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignment
	EDAC/device: Respect any driver-supplied workqueue polling value
	EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info
	net: mana: Fix IRQ name - add PCI and queue number
	scsi: ufs: core: Fix devfreq deadlocks
	i2c: designware: use casting of u64 in clock multiplication to avoid overflow
	netlink: prevent potential spectre v1 gadgets
	net: fix UaF in netns ops registration error path
	drm/i915/selftest: fix intel_selftest_modify_policy argument types
	netfilter: nft_set_rbtree: Switch to node list walk for overlap detection
	netfilter: nft_set_rbtree: skip elements in transaction from garbage collection
	netlink: annotate data races around nlk->portid
	netlink: annotate data races around dst_portid and dst_group
	netlink: annotate data races around sk_state
	ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()
	ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
	netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE
	netrom: Fix use-after-free of a listening socket.
	net/sched: sch_taprio: do not schedule in taprio_reset()
	sctp: fail if no bound addresses can be used for a given scope
	riscv/kprobe: Fix instruction simulation of JALR
	nvme: fix passthrough csi check
	gpio: mxc: Unlock on error path in mxc_flip_edge()
	ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variables
	net: ravb: Fix lack of register setting after system resumed for Gen3
	net: ravb: Fix possible hang if RIS2_QFF1 happen
	net: mctp: mark socks as dead on unhash, prevent re-add
	thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()
	net/tg3: resolve deadlock in tg3_reset_task() during EEH
	net: mdio-mux-meson-g12a: force internal PHY off on mux switch
	treewide: fix up files incorrectly marked executable
	tools: gpio: fix -c option of gpio-event-mon
	Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"
	cpufreq: Move to_gov_attr_set() to cpufreq.h
	cpufreq: governor: Use kobject release() method to free dbs_data
	kbuild: Allow kernel installation packaging to override pkg-config
	block: fix and cleanup bio_check_ro
	x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL
	netfilter: conntrack: unify established states for SCTP paths
	perf/x86/amd: fix potential integer overflow on shift of a int
	Linux 5.15.91

Change-Id: I1a0a227ff3f034e4a07501ebbd97458fb1fec818
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-02-01 16:05:31 +00:00
Greg Kroah-Hartman
5b60fdf2e0 Merge 5.15.90 into android13-5.15-lts
Changes in 5.15.90
	btrfs: fix trace event name typo for FLUSH_DELAYED_REFS
	pNFS/filelayout: Fix coalescing test for single DS
	selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
	tools/virtio: initialize spinlocks in vring_test.c
	virtio_pci: modify ENOENT to EINVAL
	vduse: Validate vq_num in vduse_validate_config()
	net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats
	r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()
	RDMA/srp: Move large values to a new enum for gcc13
	btrfs: always report error in run_one_delayed_ref()
	x86/asm: Fix an assembler warning with current binutils
	f2fs: let's avoid panic if extent_tree is not created
	perf/x86/rapl: Treat Tigerlake like Icelake
	fbdev: omapfb: avoid stack overflow warning
	Bluetooth: hci_qca: Fix driver shutdown on closed serdev
	wifi: brcmfmac: fix regression for Broadcom PCIe wifi devices
	wifi: mac80211: sdata can be NULL during AMPDU start
	Add exception protection processing for vd in axi_chan_handle_err function
	zonefs: Detect append writes at invalid locations
	nilfs2: fix general protection fault in nilfs_btree_insert()
	efi: fix userspace infinite retry read efivars after EFI runtime services page fault
	ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
	ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform
	drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2)
	drm/amd: Delay removal of the firmware framebuffer
	hugetlb: unshare some PMDs when splitting VMAs
	io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
	eventpoll: add EPOLL_URING_WAKE poll wakeup flag
	eventfd: provide a eventfd_signal_mask() helper
	io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
	io_uring: improve send/recv error handling
	io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly
	io_uring: add flag for disabling provided buffer recycling
	io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
	io_uring: allow re-poll if we made progress
	io_uring: fix async accept on O_NONBLOCK sockets
	io_uring: ensure that cached task references are always put on exit
	io_uring: remove duplicated calls to io_kiocb_ppos
	io_uring: update kiocb->ki_pos at execution time
	io_uring: do not recalculate ppos unnecessarily
	io_uring/rw: defer fsnotify calls to task context
	xhci-pci: set the dma max_seg_size
	usb: xhci: Check endpoint is valid before dereferencing it
	xhci: Fix null pointer dereference when host dies
	xhci: Add update_hub_device override for PCI xHCI hosts
	xhci: Add a flag to disable USB3 lpm on a xhci root port level.
	usb: acpi: add helper to check port lpm capability using acpi _DSM
	xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tables
	prlimit: do_prlimit needs to have a speculation check
	USB: serial: option: add Quectel EM05-G (GR) modem
	USB: serial: option: add Quectel EM05-G (CS) modem
	USB: serial: option: add Quectel EM05-G (RS) modem
	USB: serial: option: add Quectel EC200U modem
	USB: serial: option: add Quectel EM05CN (SG) modem
	USB: serial: option: add Quectel EM05CN modem
	staging: vchiq_arm: fix enum vchiq_status return types
	USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100
	misc: fastrpc: Don't remove map on creater_process and device_release
	misc: fastrpc: Fix use-after-free race condition for maps
	usb: core: hub: disable autosuspend for TI TUSB8041
	comedi: adv_pci1760: Fix PWM instruction handling
	ACPI: PRM: Check whether EFI runtime is available
	mmc: sunxi-mmc: Fix clock refcount imbalance during unbind
	mmc: sdhci-esdhc-imx: correct the tuning start tap and step setting
	btrfs: do not abort transaction on failure to write log tree when syncing log
	btrfs: fix race between quota rescan and disable leading to NULL pointer deref
	cifs: do not include page data when checking signature
	thunderbolt: Use correct function to calculate maximum USB3 link rate
	riscv: dts: sifive: fu740: fix size of pcie 32bit memory
	bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG_UNLOAD
	staging: mt7621-dts: change some node hex addresses to lower case
	tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer
	tty: fix possible null-ptr-defer in spk_ttyio_release
	USB: gadgetfs: Fix race between mounting and unmounting
	USB: serial: cp210x: add SCALANCE LPE-9000 device id
	usb: cdns3: remove fetched trb from cache before dequeuing
	usb: host: ehci-fsl: Fix module alias
	usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail
	usb: typec: altmodes/displayport: Add pin assignment helper
	usb: typec: altmodes/displayport: Fix pin assignment calculation
	usb: gadget: g_webcam: Send color matching descriptor per frame
	usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()
	usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210
	dt-bindings: phy: g12a-usb2-phy: fix compatible string documentation
	dt-bindings: phy: g12a-usb3-pcie-phy: fix compatible string documentation
	serial: pch_uart: Pass correct sg to dma_unmap_sg()
	dmaengine: lgm: Move DT parsing after initialization
	dmaengine: tegra210-adma: fix global intr clear
	dmaengine: idxd: Let probe fail when workqueue cannot be enabled
	serial: amba-pl011: fix high priority character transmission in rs486 mode
	serial: atmel: fix incorrect baudrate setup
	gsmi: fix null-deref in gsmi_get_variable
	mei: me: add meteor lake point M DID
	drm/i915: re-disable RC6p on Sandy Bridge
	drm/i915/display: Check source height is > 0
	drm/amd/display: Fix set scaling doesn's work
	drm/amd/display: Calculate output_color_space after pixel encoding adjustment
	drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrix
	drm/amdgpu: drop experimental flag on aldebaran
	fs/ntfs3: Fix attr_punch_hole() null pointer derenference
	arm64: efi: Execute runtime services from a dedicated stack
	efi: rt-wrapper: Add missing include
	Revert "drm/amdgpu: make display pinning more flexible (v2)"
	x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN
	tracing: Use alignof__(struct {type b;}) instead of offsetof()
	io_uring: io_kiocb_update_pos() should not touch file for non -1 offset
	io_uring/net: fix fast_iov assignment in io_setup_async_msg()
	net/ulp: use consistent error code when blocking ULP
	net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()
	block: mq-deadline: Rename deadline_is_seq_writes()
	Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"
	soc: qcom: apr: Make qcom,protection-domain optional again
	mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
	io_uring: Clean up a false-positive warning from GCC 9.3.0
	io_uring: fix double poll leak on repolling
	io_uring/rw: ensure kiocb_end_write() is always called
	io_uring/rw: remove leftover debug statement
	Linux 5.15.90

Change-Id: I8721d40cff2e6202b1aa7ed984e154a67d7c5276
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-02-01 16:01:39 +00:00
Colin Ian King
14cc13e433 perf/x86/amd: fix potential integer overflow on shift of a int
commit 08245672cdc6505550d1a5020603b0a8d4a6dcc7 upstream.

The left shift of int 32 bit integer constant 1 is evaluated using 32 bit
arithmetic and then passed as a 64 bit function argument. In the case where
i is 32 or more this can lead to an overflow.  Avoid this by shifting
using the BIT_ULL macro instead.

Fixes: 471af006a7 ("perf/x86/amd: Constrain Large Increment per Cycle events")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Ian Rogers <irogers@google.com>
Acked-by: Kim Phillips <kim.phillips@amd.com>
Link: https://lore.kernel.org/r/20221202135149.1797974-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-02-01 08:27:30 +01:00
Thomas Gleixner
0b08201158 x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL
commit 5fa55950729d0762a787451dc52862c3f850f859 upstream.

Baoquan reported that after triggering a crash the subsequent crash-kernel
fails to boot about half of the time. It triggers a NULL pointer
dereference in the periodic tick code.

This happens because the legacy timer interrupt (IRQ0) is resent in
software which happens in soft interrupt (tasklet) context. In this context
get_irq_regs() returns NULL which leads to the NULL pointer dereference.

The reason for the resend is a spurious APIC interrupt on the IRQ0 vector
which is captured and leads to a resend when the legacy timer interrupt is
enabled. This is wrong because the legacy PIC interrupts are level
triggered and therefore should never be resent in software, but nothing
ever sets the IRQ_LEVEL flag on those interrupts, so the core code does not
know about their trigger type.

Ensure that IRQ_LEVEL is set when the legacy PCI interrupts are set up.

Fixes: a4633adcdb ("[PATCH] genirq: add genirq sw IRQ-retrigger")
Reported-by: Baoquan He <bhe@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Baoquan He <bhe@redhat.com>
Link: https://lore.kernel.org/r/87mt6rjrra.ffs@tglx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-02-01 08:27:30 +01:00
Hendrik Borghorst
c56683c062 KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
commit a44b331614e6f7e63902ed7dff7adc8c85edd8bc upstream.

When serializing and deserializing kvm_sregs, attributes of the segment
descriptors are stored by user space. For unusable segments,
vmx_segment_access_rights skips all attributes and sets them to 0.

This means we zero out the DPL (Descriptor Privilege Level) for unusable
entries.

Unusable segments are - contrary to their name - usable in 64bit mode and
are used by guests to for example create a linear map through the
NULL selector.

VMENTER checks if SS.DPL is correct depending on the CS segment type.
For types 9 (Execute Only) and 11 (Execute Read), CS.DPL must be equal to
SS.DPL [1].

We have seen real world guests setting CS to a usable segment with DPL=3
and SS to an unusable segment with DPL=3. Once we go through an sregs
get/set cycle, SS.DPL turns to 0. This causes the virtual machine to crash
reproducibly.

This commit changes the attribute logic to always preserve attributes for
unusable segments. According to [2] SS.DPL is always saved on VM exits,
regardless of the unusable bit so user space applications should have saved
the information on serialization correctly.

[3] specifies that besides SS.DPL the rest of the attributes of the
descriptors are undefined after VM entry if unusable bit is set. So, there
should be no harm in setting them all to the previous state.

[1] Intel SDM Vol 3C 26.3.1.2 Checks on Guest Segment Registers
[2] Intel SDM Vol 3C 27.3.2 Saving Segment Registers and Descriptor-Table
Registers
[3] Intel SDM Vol 3C 26.3.2.2 Loading Guest Segment Registers and
Descriptor-Table Registers

Cc: Alexander Graf <graf@amazon.de>
Cc: stable@vger.kernel.org
Signed-off-by: Hendrik Borghorst <hborghor@amazon.de>
Reviewed-by: Jim Mattson <jmattson@google.com>
Reviewed-by: Alexander Graf <graf@amazon.com>
Message-Id: <20221114164823.69555-1-hborghor@amazon.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-02-01 08:27:25 +01:00
Maxim Levitsky
85ee9919ad KVM: SVM: fix tsc scaling cache logic
[ Upstream commit 11d39e8cc43e1c6737af19ca9372e590061b5ad2 ]

SVM uses a per-cpu variable to cache the current value of the
tsc scaling multiplier msr on each cpu.

Commit 1ab9287add
("KVM: X86: Add vendor callbacks for writing the TSC multiplier")
broke this caching logic.

Refactor the code so that all TSC scaling multiplier writes go through
a single function which checks and updates the cache.

This fixes the following scenario:

1. A CPU runs a guest with some tsc scaling ratio.

2. New guest with different tsc scaling ratio starts on this CPU
   and terminates almost immediately.

   This ensures that the short running guest had set the tsc scaling ratio just
   once when it was set via KVM_SET_TSC_KHZ. Due to the bug,
   the per-cpu cache is not updated.

3. The original guest continues to run, it doesn't restore the msr
   value back to its own value, because the cache matches,
   and thus continues to run with a wrong tsc scaling ratio.

Fixes: 1ab9287add ("KVM: X86: Add vendor callbacks for writing the TSC multiplier")
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20220606181149.103072-1-mlevitsk@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-01 08:27:23 +01:00
Eric W. Biederman
39a26d8721 exit: Add and use make_task_dead.
commit 0e25498f8cd43c1b5aa327f373dd094e9a006da7 upstream.

There are two big uses of do_exit.  The first is it's design use to be
the guts of the exit(2) system call.  The second use is to terminate
a task after something catastrophic has happened like a NULL pointer
in kernel code.

Add a function make_task_dead that is initialy exactly the same as
do_exit to cover the cases where do_exit is called to handle
catastrophic failure.  In time this can probably be reduced to just a
light wrapper around do_task_dead. For now keep it exactly the same so
that there will be no behavioral differences introducing this new
concept.

Replace all of the uses of do_exit that use it for catastraphic
task cleanup with make_task_dead to make it clear what the code
is doing.

As part of this rename rewind_stack_do_exit
rewind_stack_and_make_dead.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-01 08:27:20 +01:00
Deepak Sharma
d830531f8f x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
commit a8fb40966f19ff81520d9ccf8f7e2b95201368b8 upstream.

All Zen or newer CPU which support C3 shares cache. Its not necessary to
flush the caches in software before entering C3. This will cause drop in
performance for the cores which share some caches. ARB_DIS is not used
with current AMD C state implementation. So set related flags correctly.

Signed-off-by: Deepak Sharma <deepak.sharma@amd.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-02-01 08:27:19 +01:00
Kan Liang
eda26fa856 perf/x86/intel/uncore: Add Emerald Rapids
[ Upstream commit 5268a2842066c227e6ccd94bac562f1e1000244f ]

From the perspective of the uncore PMU, the new Emerald Rapids is the
same as the Sapphire Rapids. The only difference is the event list,
which will be supported in the perf tool later.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230106160449.3566477-4-kan.liang@linux.intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-01 08:27:17 +01:00
Kan Liang
544f9d4e9d perf/x86/msr: Add Emerald Rapids
[ Upstream commit 69ced4160969025821f2999ff92163ed26568f1c ]

The same as Sapphire Rapids, the SMI_COUNT MSR is also supported on
Emerald Rapids. Add Emerald Rapids model.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230106160449.3566477-3-kan.liang@linux.intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-01 08:27:17 +01:00
Greg Kroah-Hartman
de550d72f1 Merge 5.15.89 into android13-5.15-lts
Changes in 5.15.89
	netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits
	ALSA: control-led: use strscpy in set_led_id()
	ALSA: hda/realtek - Turn on power early
	ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxx
	KVM: arm64: Fix S1PTW handling on RO memslots
	KVM: arm64: nvhe: Fix build with profile optimization
	selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
	efi: tpm: Avoid READ_ONCE() for accessing the event log
	docs: Fix the docs build with Sphinx 6.0
	net: stmmac: add aux timestamps fifo clearance wait
	perf auxtrace: Fix address filter duplicate symbol selection
	s390/kexec: fix ipl report address for kdump
	ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
	s390/cpum_sf: add READ_ONCE() semantics to compare and swap loops
	s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
	drm/virtio: Fix GEM handle creation UAF
	drm/i915/gt: Reset twice
	net/mlx5e: Set action fwd flag when parsing tc action goto
	cifs: Fix uninitialized memory read for smb311 posix symlink create
	platform/x86: dell-privacy: Only register SW_CAMERA_LENS_COVER if present
	platform/surface: aggregator: Ignore command messages not intended for us
	platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting
	dt-bindings: msm: dsi-controller-main: Fix operating-points-v2 constraint
	drm/msm/adreno: Make adreno quirks not overwrite each other
	dt-bindings: msm: dsi-controller-main: Fix power-domain constraint
	dt-bindings: msm: dsi-controller-main: Fix description of core clock
	dt-bindings: msm: dsi-phy-28nm: Add missing qcom, dsi-phy-regulator-ldo-mode
	platform/x86: ideapad-laptop: Add Legion 5 15ARH05 DMI id to set_fn_lock_led_list[]
	drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer
	dt-bindings: msm/dsi: Don't require vdds-supply on 10nm PHY
	dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY
	platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probe
	ixgbe: fix pci device refcount leak
	ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
	bus: mhi: host: Fix race between channel preparation and M0 event
	usb: ulpi: defer ulpi_register on ulpi_read_id timeout
	iommu/iova: Fix alloc iova overflows issue
	iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()
	sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
	netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.
	powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
	x86/boot: Avoid using Intel mnemonics in AT&T syntax asm
	EDAC/device: Fix period calculation in edac_device_reset_delay_period()
	x86/resctrl: Fix task CLOSID/RMID update race
	regulator: da9211: Use irq handler when ready
	scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in Makefile
	scsi: ufs: Stop using the clock scaling lock in the error handler
	scsi: ufs: core: WLUN suspend SSU/enter hibern8 fail recovery
	ASoC: wm8904: fix wrong outputs volume after power reactivation
	ALSA: usb-audio: Make sure to stop endpoints before closing EPs
	ALSA: usb-audio: Relax hw constraints for implicit fb sync
	tipc: fix unexpected link reset due to discovery messages
	octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
	hvc/xen: lock console list traversal
	nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
	af_unix: selftest: Fix the size of the parameter to connect()
	tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
	tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
	tools/nolibc: use pselect6 on RISCV
	tools/nolibc/std: move the standard type definitions to std.h
	tools/nolibc/types: split syscall-specific definitions into their own files
	tools/nolibc/arch: split arch-specific code into individual files
	tools/nolibc/arch: mark the _start symbol as weak
	tools/nolibc: Remove .global _start from the entry point code
	tools/nolibc: restore mips branch ordering in the _start block
	tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
	net/sched: act_mpls: Fix warning during failed attribute validation
	net/mlx5: Fix ptp max frequency adjustment range
	net/mlx5e: Don't support encap rules with gbp option
	perf build: Properly guard libbpf includes
	igc: Fix PPS delta between two synchronized end-points
	platform/surface: aggregator: Add missing call to ssam_request_sync_free()
	mm: Always release pages to the buddy allocator in memblock_free_late().
	Documentation: KVM: add API issues section
	KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
	io_uring: lock overflowing for IOPOLL
	arm64: atomics: format whitespace consistently
	arm64: atomics: remove LL/SC trampolines
	arm64: cmpxchg_double*: hazard against entire exchange variable
	efi: fix NULL-deref in init error path
	scsi: mpt3sas: Remove scsi_dma_map() error messages
	io_uring/io-wq: free worker if task_work creation is canceled
	io_uring/io-wq: only free worker if it was allocated for creation
	block: handle bio_split_to_limits() NULL return
	Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
	pinctrl: amd: Add dynamic debugging for active GPIOs
	Linux 5.15.89

Change-Id: Idc8ec1dab91a73d4ea8e55ae241506c2638ef7af
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-31 14:44:09 +00:00
Greg Kroah-Hartman
773ec50a8a Merge 5.15.88 into android13-5.15-lts
Changes in 5.15.88
	parisc: Align parisc MADV_XXX constants with all other architectures
	x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
	x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().
	x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
	x86/fpu: Allow PKRU to be (once again) written by ptrace.
	x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set
	selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace
	serial: fixup backport of "serial: Deassert Transmit Enable on probe in driver-specific way"
	net: sched: disallow noqueue for qdisc classes
	net/ulp: prevent ULP without clone op from entering the LISTEN status
	ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF
	ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
	ALSA: hda - Enable headset mic on another Dell laptop with ALC3254
	Linux 5.15.88

Change-Id: Ic0df467954306ed7296310c24f88d776a37d49af
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-31 14:39:29 +00:00
Greg Kroah-Hartman
fc4de343bd Merge 5.15.87 into android13-5.15-lts
Changes in 5.15.87
	usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init
	cifs: fix oops during encryption
	Revert "selftests/bpf: Add test for unstable CT lookup API"
	nvme-pci: fix doorbell buffer value endianness
	nvme-pci: fix mempool alloc size
	nvme-pci: fix page size checks
	ACPI: resource: Skip IRQ override on Asus Vivobook K3402ZA/K3502ZA
	ACPI: resource: do IRQ override on LENOVO IdeaPad
	ACPI: resource: do IRQ override on XMG Core 15
	ACPI: resource: do IRQ override on Lenovo 14ALC7
	block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq
	ata: ahci: Fix PCS quirk application for suspend
	nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition
	nvmet: don't defer passthrough commands with trivial effects to the workqueue
	fs/ntfs3: Validate BOOT record_size
	fs/ntfs3: Add overflow check for attribute size
	fs/ntfs3: Validate data run offset
	fs/ntfs3: Add null pointer check to attr_load_runs_vcn
	fs/ntfs3: Fix memory leak on ntfs_fill_super() error path
	fs/ntfs3: Add null pointer check for inode operations
	fs/ntfs3: Validate attribute name offset
	fs/ntfs3: Validate buffer length while parsing index
	fs/ntfs3: Validate resident attribute name
	fs/ntfs3: Fix slab-out-of-bounds read in run_unpack
	soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15
	fs/ntfs3: Validate index root when initialize NTFS security
	fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()
	fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()
	fs/ntfs3: Delete duplicate condition in ntfs_read_mft()
	fs/ntfs3: Fix slab-out-of-bounds in r_page
	objtool: Fix SEGFAULT
	powerpc/rtas: avoid device tree lookups in rtas_os_term()
	powerpc/rtas: avoid scheduling in rtas_os_term()
	HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint
	HID: plantronics: Additional PIDs for double volume key presses quirk
	pstore: Properly assign mem_type property
	pstore/zone: Use GFP_ATOMIC to allocate zone buffer
	hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount
	binfmt: Fix error return code in load_elf_fdpic_binary()
	ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
	ALSA: line6: correct midi status byte when receiving data from podxt
	ALSA: line6: fix stack overflow in line6_midi_transmit
	pnode: terminate at peers of source
	mfd: mt6360: Add bounds checking in Regmap read/write call-backs
	md: fix a crash in mempool_free
	mm, compaction: fix fast_isolate_around() to stay within boundaries
	f2fs: should put a page when checking the summary info
	f2fs: allow to read node block after shutdown
	mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING
	tpm: acpi: Call acpi_put_table() to fix memory leak
	tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
	tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak
	SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails
	kcsan: Instrument memcpy/memset/memmove with newer Clang
	ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio
	ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire
	rcu-tasks: Simplify trc_read_check_handler() atomic operations
	net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
	net/af_packet: make sure to pull mac header
	media: stv0288: use explicitly signed char
	soc: qcom: Select REMAP_MMIO for LLCC driver
	kest.pl: Fix grub2 menu handling for rebooting
	ktest.pl minconfig: Unset configs instead of just removing them
	jbd2: use the correct print format
	perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-D
	perf/x86/intel/uncore: Clear attr_update properly
	arm64: dts: qcom: sdm845-db845c: correct SPI2 pins drive strength
	mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400K
	btrfs: fix resolving backrefs for inline extent followed by prealloc
	ARM: ux500: do not directly dereference __iomem
	arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength
	selftests: Use optional USERCFLAGS and USERLDFLAGS
	PM/devfreq: governor: Add a private governor_data for governor
	cpufreq: Init completion before kobject_init_and_add()
	ALSA: patch_realtek: Fix Dell Inspiron Plus 16
	ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops
	fs: dlm: fix sock release if listen fails
	fs: dlm: retry accept() until -EAGAIN or error returns
	mptcp: mark ops structures as ro_after_init
	mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
	dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abort
	dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata
	dm thin: Use last transaction's pmd->root when commit failed
	dm thin: resume even if in FAIL mode
	dm thin: Fix UAF in run_timer_softirq()
	dm integrity: Fix UAF in dm_integrity_dtr()
	dm clone: Fix UAF in clone_dtr()
	dm cache: Fix UAF in destroy()
	dm cache: set needs_check flag after aborting metadata
	tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
	perf/core: Call LSM hook after copying perf_event_attr
	of/kexec: Fix reading 32-bit "linux,initrd-{start,end}" values
	KVM: VMX: Resume guest immediately when injecting #GP on ECREATE
	KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails
	KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
	x86/microcode/intel: Do not retry microcode reloading on the APs
	ftrace/x86: Add back ftrace_expected for ftrace bug reports
	x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
	x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK
	tracing: Fix race where eprobes can be called before the event
	tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE
	tracing/hist: Fix wrong return value in parse_action_params()
	tracing/probes: Handle system names with hyphens
	tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
	staging: media: tegra-video: fix chan->mipi value on error
	staging: media: tegra-video: fix device_node use after free
	ARM: 9256/1: NWFPE: avoid compiler-generated __aeabi_uldivmod
	media: dvb-core: Fix double free in dvb_register_device()
	media: dvb-core: Fix UAF due to refcount races at releasing
	cifs: fix confusing debug message
	cifs: fix missing display of three mount options
	rtc: ds1347: fix value written to century register
	block: mq-deadline: Do not break sequential write streams to zoned HDDs
	md/bitmap: Fix bitmap chunk size overflow issues
	efi: Add iMac Pro 2017 to uefi skip cert quirk
	wifi: wilc1000: sdio: fix module autoloading
	ASoC: jz4740-i2s: Handle independent FIFO flush bits
	ipu3-imgu: Fix NULL pointer dereference in imgu_subdev_set_selection()
	ipmi: fix long wait in unload when IPMI disconnect
	mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
	ima: Fix a potential NULL pointer access in ima_restore_measurement_list
	ipmi: fix use after free in _ipmi_destroy_user()
	PCI: Fix pci_device_is_present() for VFs by checking PF
	PCI/sysfs: Fix double free in error path
	riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument
	riscv: mm: notify remote harts about mmu cache updates
	crypto: n2 - add missing hash statesize
	crypto: ccp - Add support for TEE for PCI ID 0x14CA
	driver core: Fix bus_type.match() error handling in __driver_attach()
	phy: qcom-qmp-combo: fix sc8180x reset
	iommu/amd: Fix ivrs_acpihid cmdline parsing code
	remoteproc: core: Do pm_relax when in RPROC_OFFLINE state
	parisc: led: Fix potential null-ptr-deref in start_task()
	device_cgroup: Roll back to original exceptions after copy failure
	drm/connector: send hotplug uevent on connector cleanup
	drm/vmwgfx: Validate the box size for the snooped cursor
	drm/i915/dsi: fix VBT send packet port selection for dual link DSI
	drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()
	ext4: silence the warning when evicting inode with dioread_nolock
	ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinite loop
	ext4: remove trailing newline from ext4_msg() message
	fs: ext4: initialize fsdata in pagecache_write()
	ext4: fix use-after-free in ext4_orphan_cleanup
	ext4: fix undefined behavior in bit shift for ext4_check_flag_values
	ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
	ext4: add helper to check quota inums
	ext4: fix bug_on in __es_tree_search caused by bad quota inode
	ext4: fix reserved cluster accounting in __es_remove_extent()
	ext4: check and assert if marking an no_delete evicting inode dirty
	ext4: fix bug_on in __es_tree_search caused by bad boot loader inode
	ext4: fix leaking uninitialized memory in fast-commit journal
	ext4: fix uninititialized value in 'ext4_evict_inode'
	ext4: init quota for 'old.inode' in 'ext4_rename'
	ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline
	ext4: fix corruption when online resizing a 1K bigalloc fs
	ext4: fix error code return to user-space in ext4_get_branch()
	ext4: avoid BUG_ON when creating xattrs
	ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
	ext4: fix inode leak in ext4_xattr_inode_create() on an error path
	ext4: initialize quota before expanding inode in setproject ioctl
	ext4: avoid unaccounted block allocation when expanding inode
	ext4: allocate extended attribute value in vmalloc area
	drm/amdgpu: handle polaris10/11 overlap asics (v2)
	drm/amdgpu: make display pinning more flexible (v2)
	block: mq-deadline: Fix dd_finish_request() for zoned devices
	tracing: Fix issue of missing one synthetic field
	ext4: remove unused enum EXT4_FC_COMMIT_FAILED
	ext4: use ext4_debug() instead of jbd_debug()
	ext4: introduce EXT4_FC_TAG_BASE_LEN helper
	ext4: factor out ext4_fc_get_tl()
	ext4: fix potential out of bound read in ext4_fc_replay_scan()
	ext4: disable fast-commit of encrypted dir operations
	ext4: don't set up encryption key during jbd2 transaction
	ext4: add missing validation of fast-commit record lengths
	ext4: fix unaligned memory access in ext4_fc_reserve_space()
	ext4: fix off-by-one errors in fast-commit block filling
	ARM: renumber bits related to _TIF_WORK_MASK
	phy: qcom-qmp-combo: fix out-of-bounds clock access
	btrfs: replace strncpy() with strscpy()
	btrfs: move missing device handling in a dedicate function
	btrfs: fix extent map use-after-free when handling missing device in read_one_chunk
	x86/mce: Get rid of msr_ops
	x86/MCE/AMD: Clear DFR errors found in THR handler
	media: s5p-mfc: Fix to handle reference queue during finishing
	media: s5p-mfc: Clear workbit to handle error condition
	media: s5p-mfc: Fix in register read and write for H264
	perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor
	perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
	ravb: Fix "failed to switch device to config mode" message during unbind
	ext4: goto right label 'failed_mount3a'
	ext4: correct inconsistent error msg in nojournal mode
	mbcache: automatically delete entries from cache on freeing
	ext4: fix deadlock due to mbcache entry corruption
	drm/i915/migrate: don't check the scratch page
	drm/i915/migrate: fix offset calculation
	drm/i915/migrate: fix length calculation
	SUNRPC: ensure the matching upcall is in-flight upon downcall
	btrfs: fix an error handling path in btrfs_defrag_leaves()
	bpf: pull before calling skb_postpull_rcsum()
	drm/panfrost: Fix GEM handle creation ref-counting
	netfilter: nf_tables: consolidate set description
	netfilter: nf_tables: add function to create set stateful expressions
	netfilter: nf_tables: perform type checking for existing sets
	vmxnet3: correctly report csum_level for encapsulated packet
	netfilter: nf_tables: honor set timeout and garbage collection updates
	veth: Fix race with AF_XDP exposing old or uninitialized descriptors
	nfsd: shut down the NFSv4 state objects before the filecache
	net: hns3: add interrupts re-initialization while doing VF FLR
	net: hns3: refactor hns3_nic_reuse_page()
	net: hns3: extract macro to simplify ring stats update code
	net: hns3: fix miss L3E checking for rx packet
	net: hns3: fix VF promisc mode not update when mac table full
	net: sched: fix memory leak in tcindex_set_parms
	qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure
	net: dsa: mv88e6xxx: depend on PTP conditionally
	nfc: Fix potential resource leaks
	vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()
	vhost/vsock: Fix error handling in vhost_vsock_init()
	vringh: fix range used in iotlb_translate()
	vhost: fix range used in translate_desc()
	vdpa_sim: fix vringh initialization in vdpasim_queue_ready()
	net/mlx5: E-Switch, properly handle ingress tagged packets on VST
	net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path
	net/mlx5: Avoid recovery in probe flows
	net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default
	net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attr
	net/mlx5e: Always clear dest encap in neigh-update-del
	net/mlx5e: Fix hw mtu initializing at XDP SQ allocation
	net: amd-xgbe: add missed tasklet_kill
	net: ena: Fix toeplitz initial hash value
	net: ena: Don't register memory info on XDP exchange
	net: ena: Account for the number of processed bytes in XDP
	net: ena: Use bitmask to indicate packet redirection
	net: ena: Fix rx_copybreak value update
	net: ena: Set default value for RX interrupt moderation
	net: ena: Update NUMA TPH hint register upon NUMA node update
	net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe
	RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device
	RDMA/mlx5: Fix validation of max_rd_atomic caps for DC
	drm/meson: Reduce the FIFO lines held when AFBC is not used
	filelock: new helper: vfs_inode_has_locks
	ceph: switch to vfs_inode_has_locks() to fix file lock bug
	gpio: sifive: Fix refcount leak in sifive_gpio_probe
	net: sched: atm: dont intepret cls results when asked to drop
	net: sched: cbq: dont intepret cls results when asked to drop
	net: sparx5: Fix reading of the MAC address
	netfilter: ipset: fix hash:net,port,net hang with /0 subnet
	netfilter: ipset: Rework long task execution when adding/deleting entries
	perf tools: Fix resources leak in perf_data__open_dir()
	drm/imx: ipuv3-plane: Fix overlay plane width
	fs/ntfs3: don't hold ni_lock when calling truncate_setsize()
	drivers/net/bonding/bond_3ad: return when there's no aggregator
	octeontx2-pf: Fix lmtst ID used in aura free
	usb: rndis_host: Secure rndis_query check against int overflow
	perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non BPF mode
	drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()
	caif: fix memory leak in cfctrl_linkup_request()
	udf: Fix extension of the last extent in the file
	ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tablet
	nvme: fix multipath crash caused by flush request when blktrace is enabled
	io_uring: check for valid register opcode earlier
	nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
	nvme: also return I/O command effects from nvme_command_effects
	btrfs: check superblock to ensure the fs was not modified at thaw time
	x86/kexec: Fix double-free of elf header buffer
	x86/bugs: Flush IBP in ib_prctl_set()
	nfsd: fix handling of readdir in v4root vs. mount upcall timeout
	fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MB
	block: don't allow splitting of a REQ_NOWAIT bio
	io_uring: fix CQ waiting timeout handling
	thermal: int340x: Add missing attribute for data rate base
	riscv: uaccess: fix type of 0 variable on error in get_user()
	riscv, kprobes: Stricter c.jr/c.jalr decoding
	drm/i915/gvt: fix gvt debugfs destroy
	drm/i915/gvt: fix vgpu debugfs clean in remove
	hfs/hfsplus: use WARN_ON for sanity check
	hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
	ksmbd: fix infinite loop in ksmbd_conn_handler_loop()
	ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_auth_blob
	Revert "ACPI: PM: Add support for upcoming AMD uPEP HID AMDI007"
	mptcp: dedicated request sock for subflow in v6
	mptcp: use proper req destructor for IPv6
	ext4: don't allow journal inode to have encrypt flag
	selftests: set the BUILD variable to absolute path
	btrfs: make thaw time super block check to also verify checksum
	net: hns3: fix return value check bug of rx copybreak
	mbcache: Avoid nesting of cache->c_list_lock under bit locks
	efi: random: combine bootloader provided RNG seed with RNG protocol output
	io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()
	drm/mgag200: Fix PLL setup for G200_SE_A rev >=4
	Linux 5.15.87

Change-Id: I1df39ccb245b1e224417ee8deb8c7a5f9be2650a
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-31 12:22:42 +00:00
Greg Kroah-Hartman
20ec745823 Merge 5.15.86 into android13-5.15-lts
Changes in 5.15.86
	drm/amd/display: Manually adjust strobe for DCN303
	usb: musb: remove extra check in musb_gadget_vbus_draw
	arm64: dts: qcom: ipq6018-cp01-c1: use BLSPI1 pins
	arm64: dts: qcom: sm8250-sony-xperia-edo: fix touchscreen bias-disable
	arm64: dts: qcom: msm8996: Add MSM8996 Pro support
	arm64: dts: qcom: msm8996: fix supported-hw in cpufreq OPP tables
	arm64: dts: qcom: msm8996: fix GPU OPP table
	ARM: dts: qcom: apq8064: fix coresight compatible
	arm64: dts: qcom: sdm630: fix UART1 pin bias
	arm64: dts: qcom: sdm845-cheza: fix AP suspend pin bias
	arm64: dts: qcom: msm8916: Drop MSS fallback compatible
	objtool, kcsan: Add volatile read/write instrumentation to whitelist
	ARM: dts: stm32: Drop stm32mp15xc.dtsi from Avenger96
	ARM: dts: stm32: Fix AV96 WLAN regulator gpio property
	drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static
	arm64: dts: qcom: pm660: Use unique ADC5_VCOIN address in node name
	arm64: dts: qcom: sm8250: correct LPASS pin pull down
	soc: qcom: llcc: make irq truly optional
	arm64: dts: qcom: Correct QMP PHY child node name
	arm64: dts: qcom: sm8150: fix UFS PHY registers
	arm64: dts: qcom: sm8250: fix UFS PHY registers
	arm64: dts: qcom: sm8350: fix UFS PHY registers
	arm64: dts: qcom: sm8250: drop bogus DP PHY clock
	soc: qcom: apr: make code more reuseable
	soc: qcom: apr: Add check for idr_alloc and of_property_read_string_index
	arm64: dts: qcom: sm6125: fix SDHCI CQE reg names
	arm: dts: spear600: Fix clcd interrupt
	soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync
	soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe
	soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe
	arm64: Treat ESR_ELx as a 64-bit register
	arm64: mm: kfence: only handle translation faults
	perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()
	perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()
	perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()
	arm64: dts: ti: k3-am65-main: Drop dma-coherent in crypto node
	arm64: dts: ti: k3-j721e-main: Drop dma-coherent in crypto node
	ARM: dts: nuvoton: Remove bogus unit addresses from fixed-partition nodes
	arm64: dts: mt6779: Fix devicetree build warnings
	arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators
	arm64: dts: mt2712e: Fix unit address for pinctrl node
	arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names
	arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
	arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings
	arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name
	ARM: dts: dove: Fix assigned-addresses for every PCIe Root Port
	ARM: dts: armada-370: Fix assigned-addresses for every PCIe Root Port
	ARM: dts: armada-xp: Fix assigned-addresses for every PCIe Root Port
	ARM: dts: armada-375: Fix assigned-addresses for every PCIe Root Port
	ARM: dts: armada-38x: Fix assigned-addresses for every PCIe Root Port
	ARM: dts: armada-39x: Fix assigned-addresses for every PCIe Root Port
	ARM: dts: turris-omnia: Add ethernet aliases
	ARM: dts: turris-omnia: Add switch port 6 node
	arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
	seccomp: Move copy_seccomp() to no failure path.
	pstore/ram: Fix error return code in ramoops_probe()
	ARM: mmp: fix timer_read delay
	pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP
	tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()
	tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
	ovl: store lower path in ovl_inode
	ovl: use ovl_copy_{real,upper}attr() wrappers
	ovl: remove privs in ovl_copyfile()
	ovl: remove privs in ovl_fallocate()
	sched/fair: Cleanup task_util and capacity type
	sched/uclamp: Fix relationship between uclamp and migration margin
	sched/uclamp: Make task_fits_capacity() use util_fits_cpu()
	sched/uclamp: Make select_idle_capacity() use util_fits_cpu()
	sched/fair: Removed useless update of p->recent_used_cpu
	sched/core: Introduce sched_asym_cpucap_active()
	sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
	cpuidle: dt: Return the correct numbers of parsed idle states
	alpha: fix TIF_NOTIFY_SIGNAL handling
	alpha: fix syscall entry in !AUDUT_SYSCALL case
	x86/sgx: Reduce delay and interference of enclave release
	PM: hibernate: Fix mistake in kerneldoc comment
	fs: don't audit the capability check in simple_xattr_list()
	cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()
	selftests/ftrace: event_triggers: wait longer for test_event_enable
	perf: Fix possible memleak in pmu_dev_alloc()
	lib/debugobjects: fix stat count and optimize debug_objects_mem_init
	platform/x86: huawei-wmi: fix return value calculation
	timerqueue: Use rb_entry_safe() in timerqueue_getnext()
	proc: fixup uptime selftest
	lib/fonts: fix undefined behavior in bit shift for get_default_font
	ocfs2: fix memory leak in ocfs2_stack_glue_init()
	MIPS: vpe-mt: fix possible memory leak while module exiting
	MIPS: vpe-cmp: fix possible memory leak while module exiting
	selftests/efivarfs: Add checking of the test return value
	PNP: fix name memory leak in pnp_alloc_dev()
	perf/x86/intel/uncore: Fix reference count leak in sad_cfg_iio_topology()
	perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()
	perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()
	perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box()
	platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_init()
	thermal: core: fix some possible name leaks in error paths
	irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()
	irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init()
	EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()
	SUNRPC: Return true/false (not 1/0) from bool functions
	NFSD: Finish converting the NFSv2 GETACL result encoder
	nfsd: don't call nfsd_file_put from client states seqfile display
	genirq/irqdesc: Don't try to remove non-existing sysfs files
	cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()
	libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value
	lib/notifier-error-inject: fix error when writing -errno to debugfs file
	debugfs: fix error when writing negative value to atomic_t debugfs file
	rapidio: fix possible name leaks when rio_add_device() fails
	rapidio: rio: fix possible name leak in rio_register_mport()
	clocksource/drivers/sh_cmt: Access registers according to spec
	mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
	mips: ralink: mt7621: soc queries and tests as functions
	mips: ralink: mt7621: do not use kzalloc too early
	futex: Move to kernel/futex/
	futex: Resend potentially swallowed owner death notification
	cpu/hotplug: Make target_store() a nop when target == state
	cpu/hotplug: Do not bail-out in DYING/STARTING sections
	clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systimer_init_clock()
	ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()
	uprobes/x86: Allow to probe a NOP instruction with 0x66 prefix
	x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()
	x86/xen: Fix memory leak in xen_init_lock_cpu()
	xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()
	PM: runtime: Do not call __rpm_callback() from rpm_idle()
	platform/chrome: cros_ec_typec: Cleanup switch handle return paths
	platform/chrome: cros_ec_typec: zero out stale pointers
	platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]()
	platform/x86: intel_scu_ipc: fix possible name leak in __intel_scu_ipc_register()
	MIPS: BCM63xx: Add check for NULL for clk in clk_enable
	MIPS: OCTEON: warn only once if deprecated link status is being used
	lockd: set other missing fields when unlocking files
	fs: sysv: Fix sysv_nblocks() returns wrong value
	rapidio: fix possible UAF when kfifo_alloc() fails
	eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFD
	relay: fix type mismatch when allocating memory in relay_create_buf()
	hfs: Fix OOB Write in hfs_asc2mac
	rapidio: devices: fix missing put_device in mport_cdev_open
	platform/mellanox: mlxbf-pmc: Fix event typo
	wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()
	wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()
	wifi: rtl8xxxu: Fix reading the vendor of combo chips
	drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge
	libbpf: Fix use-after-free in btf_dump_name_dups
	libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()
	ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macros
	ata: add/use ata_taskfile::{error|status} fields
	ata: libata: fix NCQ autosense logic
	ipmi: kcs: Poll OBF briefly to reduce OBE latency
	drm/amdgpu/powerplay/psm: Fix memory leak in power state init
	media: v4l2-ctrls: Fix off-by-one error in integer menu control check
	media: coda: jpeg: Add check for kmalloc
	media: adv748x: afe: Select input port when initializing AFE
	media: i2c: ad5820: Fix error path
	venus: pm_helpers: Fix error check in vcodec_domains_get()
	soreuseport: Fix socket selection for SO_INCOMING_CPU.
	media: exynos4-is: don't rely on the v4l2_async_subdev internals
	libbpf: Btf dedup identical struct test needs check for nested structs/arrays
	can: kvaser_usb: do not increase tx statistics when sending error message frames
	can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
	can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {leaf,usbcan}_cmd_can_error_event
	can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
	can: kvaser_usb_leaf: Set Warning state even without bus errors
	can: kvaser_usb: make use of units.h in assignment of frequency
	can: kvaser_usb_leaf: Fix improved state not being reported
	can: kvaser_usb_leaf: Fix wrong CAN state after stopping
	can: kvaser_usb_leaf: Fix bogus restart events
	can: kvaser_usb: Add struct kvaser_usb_busparams
	can: kvaser_usb: Compare requested bittiming parameters with actual parameters in do_set_{,data}_bittiming
	drm/rockchip: lvds: fix PM usage counter unbalance in poweron
	clk: renesas: r9a06g032: Repair grave increment error
	spi: Update reference to struct spi_controller
	drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure
	ima: Handle -ESTALE returned by ima_filter_rule_match()
	drm/msm/hdmi: drop unused GPIO support
	drm/msm/hdmi: use devres helper for runtime PM management
	bpf: Fix slot type check in check_stack_write_var_off
	media: vivid: fix compose size exceed boundary
	media: platform: exynos4-is: fix return value check in fimc_md_probe()
	bpf: propagate precision in ALU/ALU64 operations
	bpf: Check the other end of slot_type for STACK_SPILL
	bpf: propagate precision across all frames, not just the last one
	clk: qcom: gcc-sm8250: Use retention mode for USB GDSCs
	mtd: Fix device name leak when register device failed in add_mtd_device()
	Input: joystick - fix Kconfig warning for JOYSTICK_ADC
	wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port
	media: camss: Clean up received buffers on failed start of streaming
	net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()
	rxrpc: Fix ack.bufferSize to be 0 when generating an ack
	bfq: fix waker_bfqq inconsistency crash
	drm/radeon: Add the missed acpi_put_table() to fix memory leak
	drm/mediatek: Modify dpi power on/off sequence.
	ASoC: pxa: fix null-pointer dereference in filter()
	libbpf: Fix uninitialized warning in btf_dump_dump_type_data
	nvmet: only allocate a single slab for bvecs
	regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()
	amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()
	nvme: return err on nvme_init_non_mdts_limits fail
	regulator: qcom-rpmh: Fix PMR735a S3 regulator spec
	drm/fourcc: Add packed 10bit YUV 4:2:0 format
	drm/fourcc: Fix vsub/hsub for Q410 and Q401
	integrity: Fix memory leakage in keyring allocation error path
	ima: Fix misuse of dereference of pointer in template_desc_init_fields()
	block: clear ->slave_dir when dropping the main slave_dir reference
	wifi: ath10k: Fix return value in ath10k_pci_init()
	drm/msm/a6xx: Fix speed-bin detection vs probe-defer
	mtd: lpddr2_nvm: Fix possible null-ptr-deref
	Input: elants_i2c - properly handle the reset GPIO when power is off
	media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init()
	media: solo6x10: fix possible memory leak in solo_sysfs_init()
	media: platform: exynos4-is: Fix error handling in fimc_md_init()
	media: videobuf-dma-contig: use dma_mmap_coherent
	inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()
	mtd: spi-nor: hide jedec_id sysfs attribute if not present
	mtd: spi-nor: Fix the number of bytes for the dummy cycles
	bpf: Move skb->len == 0 checks into __bpf_redirect
	HID: hid-sensor-custom: set fixed size for custom attributes
	pinctrl: k210: call of_node_put()
	ALSA: pcm: fix undefined behavior in bit shift for SNDRV_PCM_RATE_KNOT
	ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENT
	regulator: core: use kfree_const() to free space conditionally
	clk: rockchip: Fix memory leak in rockchip_clk_register_pll()
	drm/amdgpu: fix pci device refcount leak
	bonding: fix link recovery in mode 2 when updelay is nonzero
	mtd: maps: pxa2xx-flash: fix memory leak in probe
	drbd: remove call to memset before free device/resource/connection
	drbd: destroy workqueue when drbd device was freed
	ASoC: qcom: Add checks for devm_kcalloc
	media: vimc: Fix wrong function called when vimc_init() fails
	media: imon: fix a race condition in send_packet()
	clk: imx8mn: rename vpu_pll to m7_alt_pll
	clk: imx: replace osc_hdmi with dummy
	clk: imx8mn: fix imx8mn_sai2_sels clocks list
	clk: imx8mn: fix imx8mn_enet_phy_sels clocks list
	pinctrl: pinconf-generic: add missing of_node_put()
	media: dvb-core: Fix ignored return value in dvb_register_frontend()
	media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()
	media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC
	drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()
	ASoC: dt-bindings: wcd9335: fix reset line polarity in example
	ASoC: mediatek: mtk-btcvsd: Add checks for write and read of mtk_btcvsd_snd
	NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding
	NFSv4.2: Fix a memory stomp in decode_attr_security_label
	NFSv4.2: Fix initialisation of struct nfs4_label
	NFSv4: Fix a credential leak in _nfs4_discover_trunking()
	NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn
	NFS: Fix an Oops in nfs_d_automount()
	ALSA: asihpi: fix missing pci_disable_device()
	wifi: iwlwifi: mvm: fix double free on tx path.
	ASoC: mediatek: mt8173: Fix debugfs registration for components
	ASoC: mediatek: mt8173: Enable IRQ when pdata is ready
	drm/amd/pm/smu11: BACO is supported when it's in BACO state
	drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()
	drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()
	drm/amdkfd: Fix memory leakage
	ASoC: pcm512x: Fix PM disable depth imbalance in pcm512x_probe
	netfilter: conntrack: set icmpv6 redirects as RELATED
	Input: wistron_btns - disable on UML
	bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
	bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
	bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
	bonding: uninitialized variable in bond_miimon_inspect()
	spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODE
	wifi: mac80211: fix memory leak in ieee80211_if_add()
	wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails
	mt76: stop the radar detector after leaving dfs channel
	wifi: mt76: mt7921: fix reporting of TX AGGR histogram
	wifi: mt76: fix coverity overrun-call in mt76_get_txpower()
	regulator: core: fix module refcount leak in set_supply()
	clk: qcom: lpass-sc7180: Fix pm_runtime usage
	clk: qcom: clk-krait: fix wrong div2 functions
	hsr: Add a rcu-read lock to hsr_forward_skb().
	hsr: Avoid double remove of a node.
	hsr: Disable netpoll.
	hsr: Synchronize sending frames to have always incremented outgoing seq nr.
	hsr: Synchronize sequence number updates.
	configfs: fix possible memory leak in configfs_create_dir()
	regulator: core: fix resource leak in regulator_register()
	hwmon: (jc42) Convert register access and caching to regmap/regcache
	hwmon: (jc42) Restore the min/max/critical temperatures on resume
	bpf, sockmap: fix race in sock_map_free()
	ALSA: pcm: Set missing stop_operating flag at undoing trigger start
	media: saa7164: fix missing pci_disable_device()
	ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt
	xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()
	SUNRPC: Fix missing release socket in rpc_sockname()
	NFSv4.x: Fail client initialisation if state manager thread can't run
	riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
	mmc: alcor: fix return value check of mmc_add_host()
	mmc: moxart: fix return value check of mmc_add_host()
	mmc: mxcmmc: fix return value check of mmc_add_host()
	mmc: pxamci: fix return value check of mmc_add_host()
	mmc: rtsx_pci: fix return value check of mmc_add_host()
	mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()
	mmc: toshsd: fix return value check of mmc_add_host()
	mmc: vub300: fix return value check of mmc_add_host()
	mmc: wmt-sdmmc: fix return value check of mmc_add_host()
	mmc: atmel-mci: fix return value check of mmc_add_host()
	mmc: omap_hsmmc: fix return value check of mmc_add_host()
	mmc: meson-gx: fix return value check of mmc_add_host()
	mmc: via-sdmmc: fix return value check of mmc_add_host()
	mmc: wbsd: fix return value check of mmc_add_host()
	mmc: mmci: fix return value check of mmc_add_host()
	mmc: renesas_sdhi: alway populate SCC pointer
	memstick: ms_block: Add error handling support for add_disk()
	memstick/ms_block: Add check for alloc_ordered_workqueue
	mmc: core: Normalize the error handling branch in sd_read_ext_regs()
	regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_probe()
	media: c8sectpfe: Add of_node_put() when breaking out of loop
	media: coda: Add check for dcoda_iram_alloc
	media: coda: Add check for kmalloc
	clk: samsung: Fix memory leak in _samsung_clk_register_pll()
	spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode
	wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h
	wifi: rtl8xxxu: Fix the channel width reporting
	wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()
	blktrace: Fix output non-blktrace event when blk_classic option enabled
	bpf: Do not zero-extend kfunc return values
	clk: socfpga: Fix memory leak in socfpga_gate_init()
	net: vmw_vsock: vmci: Check memcpy_from_msg()
	net: defxx: Fix missing err handling in dfx_init()
	net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()
	net: stmmac: fix possible memory leak in stmmac_dvr_probe()
	drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()
	of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop()
	ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()
	net: farsync: Fix kmemleak when rmmods farsync
	net/tunnel: wait until all sk_user_data reader finish before releasing the sock
	net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()
	net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()
	net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()
	net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()
	hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()
	net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()
	af_unix: call proto_unregister() in the error path in af_unix_init()
	net: amd-xgbe: Fix logic around active and passive cables
	net: amd-xgbe: Check only the minimum speed for active/passive cables
	can: tcan4x5x: Remove invalid write in clear_interrupts
	can: m_can: Call the RAM init directly from m_can_chip_config
	can: tcan4x5x: Fix use of register error status mask
	net: lan9303: Fix read error execution path
	ntb_netdev: Use dev_kfree_skb_any() in interrupt context
	sctp: sysctl: make extra pointers netns aware
	Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMS
	Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()
	Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()
	Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()
	Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()
	Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()
	Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()
	Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()
	Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()
	stmmac: fix potential division by 0
	i40e: Fix the inability to attach XDP program on downed interface
	net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path
	apparmor: fix a memleak in multi_transaction_new()
	apparmor: fix lockdep warning when removing a namespace
	apparmor: Fix abi check to include v8 abi
	crypto: hisilicon/qm - fix missing destroy qp_idr
	crypto: sun8i-ss - use dma_addr instead u32
	crypto: nitrox - avoid double free on error path in nitrox_sriov_init()
	scsi: core: Fix a race between scsi_done() and scsi_timeout()
	apparmor: Use pointer to struct aa_label for lbs_cred
	PCI: dwc: Fix n_fts[] array overrun
	RDMA/core: Fix order of nldev_exit call
	PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled
	f2fs: Fix the race condition of resize flag between resizefs
	crypto: rockchip - do not do custom power management
	crypto: rockchip - do not store mode globally
	crypto: rockchip - add fallback for cipher
	crypto: rockchip - add fallback for ahash
	crypto: rockchip - better handle cipher key
	crypto: rockchip - remove non-aligned handling
	crypto: rockchip - rework by using crypto_engine
	apparmor: Fix memleak in alloc_ns()
	f2fs: fix to invalidate dcc->f2fs_issue_discard in error path
	f2fs: fix normal discard process
	f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()
	RDMA/irdma: Report the correct link speed
	scsi: qla2xxx: Fix set-but-not-used variable warnings
	RDMA/siw: Fix immediate work request flush to completion queue
	IB/mad: Don't call to function that might sleep while in atomic context
	PCI: vmd: Disable MSI remapping after suspend
	RDMA/restrack: Release MR restrack when delete
	RDMA/core: Make sure "ib_port" is valid when access sysfs node
	RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port
	RDMA/siw: Set defined status for work completion with undefined status
	scsi: scsi_debug: Fix a warning in resp_write_scat()
	crypto: ccree - Remove debugfs when platform_driver_register failed
	crypto: cryptd - Use request context instead of stack for sub-request
	crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()
	RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()
	RDMA/hns: Fix ext_sge num error when post send
	PCI: Check for alloc failure in pci_request_irq()
	RDMA/hfi: Decrease PCI device reference count in error path
	crypto: ccree - Make cc_debugfs_global_fini() available for module init function
	RDMA/hns: fix memory leak in hns_roce_alloc_mr()
	RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed
	dt-bindings: imx6q-pcie: Fix clock names for imx6sx and imx8mq
	dt-bindings: visconti-pcie: Fix interrupts array max constraints
	scsi: hpsa: Fix possible memory leak in hpsa_init_one()
	crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
	padata: Always leave BHs disabled when running ->parallel()
	padata: Fix list iterator in padata_do_serial()
	scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()
	scsi: hpsa: Fix error handling in hpsa_add_sas_host()
	scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()
	scsi: efct: Fix possible memleak in efct_device_init()
	scsi: scsi_debug: Fix a warning in resp_verify()
	scsi: scsi_debug: Fix a warning in resp_report_zones()
	scsi: fcoe: Fix possible name leak when device_register() fails
	scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper()
	scsi: ipr: Fix WARNING in ipr_init()
	scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
	scsi: snic: Fix possible UAF in snic_tgt_create()
	RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()
	f2fs: avoid victim selection from previous victim section
	RDMA/nldev: Fix failure to send large messages
	crypto: amlogic - Remove kcalloc without check
	crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()
	riscv/mm: add arch hook arch_clear_hugepage_flags
	RDMA/hfi1: Fix error return code in parse_platform_config()
	RDMA/srp: Fix error return code in srp_parse_options()
	PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_
	PCI: mt7621: Add sentinel to quirks table
	orangefs: Fix sysfs not cleanup when dev init failed
	RDMA/hns: Fix AH attr queried by query_qp
	RDMA/hns: Fix PBL page MTR find
	RDMA/hns: Fix page size cap from firmware
	RDMA/hns: Fix error code of CMD
	crypto: img-hash - Fix variable dereferenced before check 'hdev->req'
	hwrng: amd - Fix PCI device refcount leak
	hwrng: geode - Fix PCI device refcount leak
	IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces
	RISC-V: Align the shadow stack
	drivers: dio: fix possible memory leak in dio_init()
	serial: tegra: Read DMA status before terminating
	serial: 8250_bcm7271: Fix error handling in brcmuart_init()
	class: fix possible memory leak in __class_register()
	vfio: platform: Do not pass return buffer to ACPI _RST method
	uio: uio_dmem_genirq: Fix missing unlock in irq configuration
	uio: uio_dmem_genirq: Fix deadlock between irq config and handling
	usb: fotg210-udc: Fix ages old endianness issues
	staging: vme_user: Fix possible UAF in tsi148_dma_list_add
	usb: typec: Check for ops->exit instead of ops->enter in altmode_exit
	usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()
	usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register fails
	usb: typec: tipd: Fix spurious fwnode_handle_put in error path
	extcon: usbc-tusb320: Add support for mode setting and reset
	extcon: usbc-tusb320: Add support for TUSB320L
	usb: typec: Factor out non-PD fwnode properties
	extcon: usbc-tusb320: Factor out extcon into dedicated functions
	extcon: usbc-tusb320: Add USB TYPE-C support
	extcon: usbc-tusb320: Update state on probe even if no IRQ pending
	serial: amba-pl011: avoid SBSA UART accessing DMACR register
	serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.
	serial: stm32: move dma_request_chan() before clk_prepare_enable()
	serial: pch: Fix PCI device refcount leak in pch_request_dma()
	tty: serial: clean up stop-tx part in altera_uart_tx_chars()
	tty: serial: altera_uart_{r,t}x_chars() need only uart_port
	serial: altera_uart: fix locking in polling mode
	serial: sunsab: Fix error handling in sunsab_init()
	test_firmware: fix memory leak in test_firmware_init()
	misc: ocxl: fix possible name leak in ocxl_file_register_afu()
	ocxl: fix pci device refcount leak when calling get_function_0()
	misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()
	misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os
	firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()
	cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()
	cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()
	iio: temperature: ltc2983: make bulk write buffer DMA-safe
	iio: adis: handle devices that cannot unmask the drdy pin
	iio: adis: stylistic changes
	iio:imu:adis: Move exports into IIO_ADISLIB namespace
	iio: adis: add '__adis_enable_irq()' implementation
	counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update
	coresight: trbe: remove cpuhp instance node before remove cpuhp state
	usb: roles: fix of node refcount leak in usb_role_switch_is_parent()
	usb: gadget: f_hid: fix f_hidg lifetime vs cdev
	usb: gadget: f_hid: fix refcount leak on error path
	drivers: mcb: fix resource leak in mcb_probe()
	mcb: mcb-parse: fix error handing in chameleon_parse_gdd()
	chardev: fix error handling in cdev_device_add()
	i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe
	staging: rtl8192u: Fix use after free in ieee80211_rx()
	staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()
	vme: Fix error not catched in fake_init()
	gpiolib: Get rid of redundant 'else'
	gpiolib: cdev: fix NULL-pointer dereferences
	gpiolib: make struct comments into real kernel docs
	gpiolib: protect the GPIO device against being dropped while in use by user-space
	i2c: mux: reg: check return value after calling platform_get_resource()
	i2c: ismt: Fix an out-of-bounds bug in ismt_access()
	usb: storage: Add check for kcalloc
	tracing/hist: Fix issue of losting command info in error_log
	ksmbd: Fix resource leak in ksmbd_session_rpc_open()
	samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()
	thermal/drivers/imx8mm_thermal: Validate temperature range
	thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2
	thermal/drivers/qcom/lmh: Fix irq handler return value
	fbdev: ssd1307fb: Drop optional dependency
	fbdev: pm2fb: fix missing pci_disable_device()
	fbdev: via: Fix error in via_core_init()
	fbdev: vermilion: decrease reference count in error path
	fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()
	fbdev: geode: don't build on UML
	fbdev: uvesafb: don't build on UML
	fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()
	HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()
	HSI: omap_ssi_core: fix possible memory leak in ssi_probe()
	power: supply: fix residue sysfs file in error handle route of __power_supply_register()
	perf trace: Return error if a system call doesn't exist
	perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
	perf trace: Handle failure when trace point folder is missed
	perf symbol: correction while adjusting symbol
	power: supply: z2_battery: Fix possible memleak in z2_batt_probe()
	HSI: omap_ssi_core: Fix error handling in ssi_init()
	power: supply: ab8500: Fix error handling in ab8500_charger_init()
	power: supply: fix null pointer dereferencing in power_supply_get_battery_info
	perf stat: Refactor __run_perf_stat() common code
	perf stat: Do not delay the workload with --delay
	RDMA/siw: Fix pointer cast warning
	fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()
	overflow: Implement size_t saturating arithmetic helpers
	fs/ntfs3: Harden against integer overflows
	iommu/sun50i: Fix reset release
	iommu/sun50i: Consider all fault sources for reset
	iommu/sun50i: Fix R/W permission check
	iommu/sun50i: Fix flush size
	iommu/rockchip: fix permission bits in page table entries v2
	phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devices
	include/uapi/linux/swab: Fix potentially missing __always_inline
	pwm: tegra: Improve required rate calculation
	fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs
	dmaengine: idxd: Fix crc_val field for completion record
	rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0
	rtc: cmos: Fix event handler registration ordering issue
	rtc: cmos: Fix wake alarm breakage
	rtc: cmos: fix build on non-ACPI platforms
	rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()
	rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()
	rtc: cmos: Eliminate forward declarations of some functions
	rtc: cmos: Rename ACPI-related functions
	rtc: cmos: Disable ACPI RTC event on removal
	rtc: snvs: Allow a time difference on clock register read
	rtc: pcf85063: Fix reading alarm
	iommu/amd: Fix pci device refcount leak in ppr_notifier()
	iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()
	macintosh: fix possible memory leak in macio_add_one_device()
	macintosh/macio-adb: check the return value of ioremap()
	powerpc/52xx: Fix a resource leak in an error handling path
	cxl: Fix refcount leak in cxl_calc_capp_routing
	powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds
	powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data()
	powerpc/perf: callchain validate kernel stack pointer bounds
	powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe()
	powerpc/hv-gpci: Fix hv_gpci event list
	selftests/powerpc: Fix resource leaks
	iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITY
	pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
	pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
	pwm: mediatek: always use bus clock for PWM on MT7622
	remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()
	remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio()
	remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or remove
	remoteproc: qcom_q6v5_pas: detach power domains on remove
	remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_region()
	remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs404_power_on()
	powerpc/eeh: Drop redundant spinlock initialization
	powerpc/pseries/eeh: use correct API for error log size
	mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ
	mfd: qcom_rpm: Fix an error handling path in qcom_rpm_probe()
	mfd: pm8008: Remove driver data structure pm8008_data
	mfd: pm8008: Fix return value check in pm8008_probe()
	netfilter: flowtable: really fix NAT IPv6 offload
	rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()
	rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()
	rtc: pcf85063: fix pcf85063_clkout_control
	nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure
	net: macsec: fix net device access prior to holding a lock
	mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
	mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
	mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
	block, bfq: fix possible uaf for 'bfqq->bic'
	selftests/bpf: Add test for unstable CT lookup API
	net: enetc: avoid buffer leaks on xdp_do_redirect() failure
	nfc: pn533: Clear nfc_target before being used
	unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()
	r6040: Fix kmemleak in probe and remove
	igc: Enhance Qbv scheduling by using first flag bit
	igc: Use strict cycles for Qbv scheduling
	igc: Add checking for basetime less than zero
	igc: allow BaseTime 0 enrollment for Qbv
	igc: recalculate Qbv end_time by considering cycle time
	igc: Lift TAPRIO schedule restriction
	igc: Set Qbv start_time and end_time to end_time if not being configured in GCL
	rtc: mxc_v2: Add missing clk_disable_unprepare()
	selftests: devlink: fix the fd redirect in dummy_reporter_test
	openvswitch: Fix flow lookup to use unmasked key
	soc: mediatek: pm-domains: Fix the power glitch issue
	arm64: dts: mt8183: Fix Mali GPU clock
	skbuff: Account for tail adjustment during pull operations
	mailbox: mpfs: read the system controller's status
	mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()
	mailbox: zynq-ipi: fix error handling while device_register() fails
	net_sched: reject TCF_EM_SIMPLE case for complex ematch module
	rxrpc: Fix missing unlock in rxrpc_do_sendmsg()
	myri10ge: Fix an error handling path in myri10ge_probe()
	net: stream: purge sk_error_queue in sk_stream_kill_queues()
	HID: amd_sfh: Add missing check for dma_alloc_coherent
	rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()
	arm64: make is_ttbrX_addr() noinstr-safe
	video: hyperv_fb: Avoid taking busy spinlock on panic path
	x86/hyperv: Remove unregister syscore call from Hyper-V cleanup
	binfmt_misc: fix shift-out-of-bounds in check_special_flags
	fs: jfs: fix shift-out-of-bounds in dbAllocAG
	udf: Avoid double brelse() in udf_rename()
	jfs: Fix fortify moan in symlink
	fs: jfs: fix shift-out-of-bounds in dbDiscardAG
	ACPICA: Fix error code path in acpi_ds_call_control_method()
	nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
	nilfs2: fix shift-out-of-bounds due to too large exponent of block size
	acct: fix potential integer overflow in encode_comp_t()
	hfs: fix OOB Read in __hfs_brec_find
	drm/etnaviv: add missing quirks for GC300
	media: imx-jpeg: Disable useless interrupt to avoid kernel panic
	brcmfmac: return error when getting invalid max_flowrings from dongle
	wifi: ath9k: verify the expected usb_endpoints are present
	wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out
	ASoC: codecs: rt298: Add quirk for KBL-R RVP platform
	ipmi: fix memleak when unload ipmi driver
	drm/amd/display: prevent memory leak
	Revert "drm/amd/display: Limit max DSC target bpp for specific monitors"
	qed (gcc13): use u16 for fid to be big enough
	bpf: make sure skb->len != 0 when redirecting to a tunneling device
	net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()
	hamradio: baycom_epp: Fix return type of baycom_send_packet()
	wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()
	igb: Do not free q_vector unless new one was allocated
	drm/amdgpu: Fix type of second parameter in trans_msg() callback
	drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback
	s390/ctcm: Fix return type of ctc{mp,}m_tx()
	s390/netiucv: Fix return type of netiucv_tx()
	s390/lcs: Fix return type of lcs_start_xmit()
	drm/msm: Use drm_mode_copy()
	drm/rockchip: Use drm_mode_copy()
	drm/sti: Use drm_mode_copy()
	drm/mediatek: Fix return type of mtk_hdmi_bridge_mode_valid()
	drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
	md/raid1: stop mdx_raid1 thread when raid1 array run failed
	drm/amd/display: fix array index out of bound error in bios parser
	net: add atomic_long_t to net_device_stats fields
	ipv6/sit: use DEV_STATS_INC() to avoid data-races
	mrp: introduce active flags to prevent UAF when applicant uninit
	ppp: associate skb with a device at tx
	bpf: Prevent decl_tag from being referenced in func_proto arg
	ethtool: avoiding integer overflow in ethtool_phys_id()
	media: dvb-frontends: fix leak of memory fw
	media: dvbdev: adopts refcnt to avoid UAF
	media: dvb-usb: fix memory leak in dvb_usb_adapter_init()
	blk-mq: fix possible memleak when register 'hctx' failed
	drm/amd/display: Use the largest vready_offset in pipe group
	libbpf: Avoid enum forward-declarations in public API in C++ mode
	regulator: core: fix use_count leakage when handling boot-on
	wifi: mt76: do not run mt76u_status_worker if the device is not running
	mmc: f-sdh30: Add quirks for broken timeout clock capability
	mmc: renesas_sdhi: better reset from HS400 mode
	media: si470x: Fix use-after-free in si470x_int_in_callback()
	clk: st: Fix memory leak in st_of_quadfs_setup()
	crypto: hisilicon/hpre - fix resource leak in remove process
	scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs
	scsi: ufs: Reduce the START STOP UNIT timeout
	scsi: elx: libefc: Fix second parameter type in state callbacks
	hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
	drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()
	drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()
	orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()
	orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()
	tools/include: Add _RET_IP_ and math definitions to kernel.h
	KVM: selftests: Fix build regression by using accessor function
	hwmon: (jc42) Fix missing unlock on error in jc42_write()
	ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c
	ALSA: hda: add snd_hdac_stop_streams() helper
	ASoC: Intel: Skylake: Fix driver hang during shutdown
	ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt5514_dev_probe()
	ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link()
	ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runtime_resume()
	ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe()
	ASoC: wm8994: Fix potential deadlock
	ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtime_resume()
	ASoC: rt5670: Remove unbalanced pm_runtime_put()
	drm/i915/display: Don't disable DDI/Transcoder when setting phy test pattern
	LoadPin: Ignore the "contents" argument of the LSM hooks
	pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion
	perf debug: Set debug_peo_args and redirect_to_stderr variable to correct values in perf_quiet_option()
	afs: Fix lost servers_outstanding count
	pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES
	ima: Simplify ima_lsm_copy_rule
	ALSA: usb-audio: add the quirk for KT0206 device
	ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB
	ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list
	usb: cdnsp: fix lack of ZLP for ep0
	usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irq
	arm64: dts: qcom: sm8250: fix USB-DP PHY registers
	usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode
	usb: dwc3: core: defer probe on ulpi_read_id timeout
	xhci: Prevent infinite loop in transaction errors recovery for streams
	HID: wacom: Ensure bootloader PID is usable in hidraw mode
	HID: mcp2221: don't connect hidraw
	loop: Fix the max_loop commandline argument treatment when it is set to 0
	9p: set req refcount to zero to avoid uninitialized usage
	security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6
	reiserfs: Add missing calls to reiserfs_security_free()
	iio: fix memory leak in iio_device_register_eventset()
	iio: adc: ad_sigma_delta: do not use internal iio_dev lock
	iio: adc128s052: add proper .data members in adc128_of_match table
	regulator: core: fix deadlock on regulator enable
	floppy: Fix memory leak in do_floppy_init()
	gcov: add support for checksum field
	fbdev: fbcon: release buffer when fbcon_do_set_font() failed
	ovl: fix use inode directly in rcu-walk mode
	btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range
	scsi: qla2xxx: Fix crash when I/O abort times out
	net: stmmac: fix errno when create_singlethread_workqueue() fails
	media: dvbdev: fix build warning due to comments
	media: dvbdev: fix refcnt bug
	extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registered
	mfd: qcom_rpm: Use devm_of_platform_populate() to simplify code
	pwm: tegra: Fix 32 bit build
	Linux 5.15.86

Change-Id: I4ec30b690e8dbd554044495e26360a86cc042069
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-30 14:44:15 +00:00
Greg Kroah-Hartman
fb8d543b61 Merge 5.15.84 into android13-5.15-lts
Changes in 5.15.84
	x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
	vfs: fix copy_file_range() averts filesystem freeze protection
	nfp: fix use-after-free in area_cache_get()
	ASoC: fsl_micfil: explicitly clear software reset bit
	ASoC: fsl_micfil: explicitly clear CHnF flags
	ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
	libbpf: Use page size as max_entries when probing ring buffer map
	pinctrl: meditatek: Startup with the IRQs disabled
	can: sja1000: fix size of OCR_MODE_MASK define
	can: mcba_usb: Fix termination command argument
	net: fec: don't reset irq coalesce settings to defaults on "ip link up"
	ASoC: cs42l51: Correct PGA Volume minimum value
	perf: Fix perf_pending_task() UaF
	nvme-pci: clear the prp2 field when not used
	ASoC: ops: Correct bounds check for second channel on SX controls
	net: fec: properly guard irq coalesce setup
	Linux 5.15.84

Change-Id: I5f693fd6ffa7bd9a032b5aab92f5edda2db9eafc
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-30 14:23:48 +00:00
Kazuki Takiguchi
003dacfcee UPSTREAM: KVM: x86/mmu: Fix race condition in direct_page_fault
commit 47b0c2e4c220f2251fd8dcfbb44479819c715e15 upstream.

make_mmu_pages_available() must be called with mmu_lock held for write.
However, if the TDP MMU is used, it will be called with mmu_lock held for
read.
This function does nothing unless shadow pages are used, so there is no
race unless nested TDP is used.
Since nested TDP uses shadow pages, old shadow pages may be zapped by this
function even when the TDP MMU is enabled.
Since shadow pages are never allocated by kvm_tdp_mmu_map(), a race
condition can be avoided by not calling make_mmu_pages_available() if the
TDP MMU is currently in use.

I encountered this when repeatedly starting and stopping nested VM.
It can be artificially caused by allocating a large number of nested TDP
SPTEs.

For example, the following BUG and general protection fault are caused in
the host kernel.

pte_list_remove: 00000000cd54fc10 many->many
------------[ cut here ]------------
kernel BUG at arch/x86/kvm/mmu/mmu.c:963!
invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
RIP: 0010:pte_list_remove.cold+0x16/0x48 [kvm]
Call Trace:
 <TASK>
 drop_spte+0xe0/0x180 [kvm]
 mmu_page_zap_pte+0x4f/0x140 [kvm]
 __kvm_mmu_prepare_zap_page+0x62/0x3e0 [kvm]
 kvm_mmu_zap_oldest_mmu_pages+0x7d/0xf0 [kvm]
 direct_page_fault+0x3cb/0x9b0 [kvm]
 kvm_tdp_page_fault+0x2c/0xa0 [kvm]
 kvm_mmu_page_fault+0x207/0x930 [kvm]
 npf_interception+0x47/0xb0 [kvm_amd]
 svm_invoke_exit_handler+0x13c/0x1a0 [kvm_amd]
 svm_handle_exit+0xfc/0x2c0 [kvm_amd]
 kvm_arch_vcpu_ioctl_run+0xa79/0x1780 [kvm]
 kvm_vcpu_ioctl+0x29b/0x6f0 [kvm]
 __x64_sys_ioctl+0x95/0xd0
 do_syscall_64+0x5c/0x90

general protection fault, probably for non-canonical address
0xdead000000000122: 0000 [#1] PREEMPT SMP NOPTI
RIP: 0010:kvm_mmu_commit_zap_page.part.0+0x4b/0xe0 [kvm]
Call Trace:
 <TASK>
 kvm_mmu_zap_oldest_mmu_pages+0xae/0xf0 [kvm]
 direct_page_fault+0x3cb/0x9b0 [kvm]
 kvm_tdp_page_fault+0x2c/0xa0 [kvm]
 kvm_mmu_page_fault+0x207/0x930 [kvm]
 npf_interception+0x47/0xb0 [kvm_amd]

Bug: 261254636
CVE: CVE-2022-45869
Fixes: a2855afc7e ("KVM: x86/mmu: Allow parallel page faults for the TDP MMU")
Signed-off-by: Kazuki Takiguchi <takiguchi.kazuki171@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: I8743eb0cd44ae6c87f463028caffeb269e3d3756
2023-01-30 09:50:17 +00:00
Greg Kroah-Hartman
ebd1f8013d ANDROID: gki_defconfig: add CONFIG_FUNCTION_ERROR_INJECTION
Commit b60a8ad771 ("error-injection: Add prompt for function error
injection") removed the "default y" selection for this option, so it
needs to be added manually to the gki_defconfig files in order to
preserve the option, AND to keep the stable ABI.

Fixes: b60a8ad771 ("error-injection: Add prompt for function error injection")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ie36b7bab650356d1bf24625961adf33a725258d2
2023-01-27 12:18:22 +00:00
Greg Kroah-Hartman
112ff45bb5 Merge 5.15.82 into android13-5.15-lts
Changes in 5.15.82
	arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restored
	drm/i915: Create a dummy object for gen6 ppgtt
	drm/i915/gt: Use i915_vm_put on ppgtt_create error paths
	erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
	btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino
	btrfs: free btrfs_path before copying inodes to userspace
	spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock
	btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_rescan_worker
	btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
	drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code
	drm/amdgpu: update drm_display_info correctly when the edid is read
	drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly when the edid is read"
	iio: health: afe4403: Fix oob read in afe4403_read_raw
	iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
	iio: light: rpr0521: add missing Kconfig dependencies
	bpf, perf: Use subprog name when reporting subprog ksymbol
	scripts/faddr2line: Fix regression in name resolution on ppc64le
	ARM: at91: rm9200: fix usb device clock id
	libbpf: Handle size overflow for ringbuf mmap
	hwmon: (ltc2947) fix temperature scaling
	hwmon: (ina3221) Fix shunt sum critical calculation
	hwmon: (i5500_temp) fix missing pci_disable_device()
	hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails
	bpf: Do not copy spin lock field from user in bpf_selem_alloc
	nvmem: rmem: Fix return value check in rmem_read()
	of: property: decrement node refcount in of_fwnode_get_reference_args()
	ixgbevf: Fix resource leak in ixgbevf_init_module()
	i40e: Fix error handling in i40e_init_module()
	fm10k: Fix error handling in fm10k_init_module()
	iavf: remove redundant ret variable
	iavf: Fix error handling in iavf_init_module()
	e100: Fix possible use after free in e100_xmit_prepare
	net/mlx5: DR, Rename list field in matcher struct to list_node
	net/mlx5: DR, Fix uninitialized var warning
	net/mlx5: Fix uninitialized variable bug in outlen_write()
	net/mlx5e: Fix use-after-free when reverting termination table
	can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()
	can: cc770: cc770_isa_probe(): add missing free_cc770dev()
	can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()
	can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods
	can: m_can: Add check for devm_clk_get
	qlcnic: fix sleep-in-atomic-context bugs caused by msleep
	aquantia: Do not purge addresses when setting the number of rings
	wifi: cfg80211: fix buffer overflow in elem comparison
	wifi: cfg80211: don't allow multi-BSSID in S1G
	wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration
	net: phy: fix null-ptr-deref while probe() failed
	net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()
	net: net_netdev: Fix error handling in ntb_netdev_init_module()
	net/9p: Fix a potential socket leak in p9_socket_open
	net: ethernet: nixge: fix NULL dereference
	net: wwan: iosm: fix kernel test robot reported error
	net: wwan: iosm: fix dma_alloc_coherent incompatible pointer type
	dsa: lan9303: Correct stat name
	tipc: re-fetch skb cb after tipc_msg_validate
	net: hsr: Fix potential use-after-free
	net: mdiobus: fix unbalanced node reference count
	afs: Fix fileserver probe RTT handling
	net: tun: Fix use-after-free in tun_detach()
	packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
	sctp: fix memory leak in sctp_stream_outq_migrate()
	net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
	hwmon: (coretemp) Check for null before removing sysfs attrs
	hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
	riscv: vdso: fix section overlapping under some conditions
	riscv: mm: Proper page permissions after initmem free
	ALSA: dice: fix regression for Lexicon I-ONIX FW810S
	error-injection: Add prompt for function error injection
	tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"
	nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
	x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3
	pinctrl: intel: Save and restore pins in "direct IRQ" mode
	v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails
	net: stmmac: Set MAC's flow control register to reflect current settings
	mmc: mmc_test: Fix removal of debugfs file
	mmc: core: Fix ambiguous TRIM and DISCARD arg
	mmc: sdhci-esdhc-imx: correct CQHCI exit halt state check
	mmc: sdhci-sprd: Fix no reset data and command after voltage switch
	mmc: sdhci: Fix voltage switch delay
	drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frame
	drm/amdgpu: enable Vangogh VCN indirect sram mode
	drm/i915: Fix negative value passed as remaining time
	drm/i915: Never return 0 if not all requests retired
	tracing/osnoise: Fix duration type
	tracing: Fix race where histograms can be called before the event
	tracing: Free buffers when a used dynamic event is removed
	io_uring: update res mask in io_poll_check_events
	io_uring: fix tw losing poll events
	io_uring: cmpxchg for poll arm refs release
	io_uring: make poll refs more robust
	io_uring/poll: fix poll_refs race with cancelation
	KVM: x86/mmu: Fix race condition in direct_page_fault
	ASoC: ops: Fix bounds check for _sx controls
	pinctrl: single: Fix potential division by zero
	riscv: Sync efi page table's kernel mappings before switching
	riscv: fix race when vmap stack overflow
	riscv: kexec: Fixup irq controller broken in kexec crash path
	nvme: fix SRCU protection of nvme_ns_head list
	iommu/vt-d: Fix PCI device refcount leak in has_external_pci()
	iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()
	mm: __isolate_lru_page_prepare() in isolate_migratepages_block()
	mm: migrate: fix THP's mapcount on isolation
	parisc: Increase FRAME_WARN to 2048 bytes on parisc
	Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled
	selftests: net: add delete nexthop route warning test
	selftests: net: fix nexthop warning cleanup double ip typo
	ipv4: Handle attempt to delete multipath route when fib_info contains an nh reference
	ipv4: Fix route deletion when nexthop info is not specified
	serial: stm32: Factor out GPIO RTS toggling into separate function
	serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 mode
	serial: stm32: Deassert Transmit Enable on ->rs485_config()
	i2c: npcm7xx: Fix error handling in npcm_i2c_init()
	i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set
	ACPI: HMAT: remove unnecessary variable initialization
	ACPI: HMAT: Fix initiator registration for single-initiator systems
	Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
	char: tpm: Protect tpm_pm_suspend with locks
	Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()
	ipc/sem: Fix dangling sem_array access in semtimedop race
	proc: avoid integer type confusion in get_proc_long
	proc: proc_skip_spaces() shouldn't think it is working on C strings
	Linux 5.15.82

Change-Id: I4ce52cb5917c9036339810c816ab005a4e9489fb
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-27 08:22:55 +00:00
Greg Kroah-Hartman
a924bb92c6 Merge 5.15.81 into android13-5.15-lts
Changes in 5.15.81
	ASoC: fsl_sai: use local device pointer
	ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N
	serial: Add rs485_supported to uart_port
	serial: fsl_lpuart: Fill in rs485_supported
	tty: serial: fsl_lpuart: don't break the on-going transfer when global reset
	sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent
	sctp: clear out_curr if all frag chunks of current msg are pruned
	cifs: introduce new helper for cifs_reconnect()
	cifs: split out dfs code from cifs_reconnect()
	cifs: support nested dfs links over reconnect
	cifs: Fix connections leak when tlink setup failed
	ata: libata-scsi: simplify __ata_scsi_queuecmd()
	ata: libata-core: do not issue non-internal commands once EH is pending
	drm/display: Don't assume dual mode adaptors support i2c sub-addressing
	nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH
	nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
	nvme-pci: disable namespace identifiers for the MAXIO MAP1001
	nvme-pci: disable write zeroes on various Kingston SSD
	nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000
	iio: ms5611: Simplify IO callback parameters
	iio: pressure: ms5611: fixed value compensation bug
	ceph: do not update snapshot context when there is no new snapshot
	ceph: avoid putting the realm twice when decoding snaps fails
	x86/sgx: Create utility to validate user provided offset and length
	x86/sgx: Add overflow check in sgx_validate_offset_length()
	binder: validate alloc->mm in ->mmap() handler
	ceph: Use kcalloc for allocating multiple elements
	ceph: fix NULL pointer dereference for req->r_session
	wifi: mac80211: fix memory free error when registering wiphy fail
	wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support
	riscv: dts: sifive unleashed: Add PWM controlled LEDs
	audit: fix undefined behavior in bit shift for AUDIT_BIT
	wifi: airo: do not assign -1 to unsigned char
	wifi: mac80211: Fix ack frame idr leak when mesh has no route
	wifi: ath11k: Fix QCN9074 firmware boot on x86
	spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
	selftests/bpf: Add verifier test for release_reference()
	Revert "net: macsec: report real_dev features when HW offloading is enabled"
	platform/x86: ideapad-laptop: Disable touchpad_switch
	platform/x86: touchscreen_dmi: Add info for the RCA Cambio W101 v2 2-in-1
	platform/x86/intel/pmt: Sapphire Rapids PMT errata fix
	platform/x86/intel/hid: Add some ACPI device IDs
	scsi: ibmvfc: Avoid path failures during live migration
	scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC
	drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)
	block, bfq: fix null pointer dereference in bfq_bio_bfqg()
	arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.
	nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
	Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly""
	ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue
	RISC-V: vdso: Do not add missing symbols to version section in linker script
	MIPS: pic32: treat port as signed integer
	xfrm: fix "disable_policy" on ipv4 early demux
	xfrm: replay: Fix ESN wrap around for GSO
	af_key: Fix send_acquire race with pfkey_register
	ARM: dts: am335x-pcm-953: Define fixed regulators in root node
	ASoC: hdac_hda: fix hda pcm buffer overflow issue
	ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove
	ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()
	x86/hyperv: Restore VP assist page after cpu offlining/onlining
	scsi: storvsc: Fix handling of srb_status and capacity change events
	ASoC: max98373: Add checks for devm_kcalloc
	regulator: core: fix kobject release warning and memory leak in regulator_register()
	spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()
	regulator: core: fix UAF in destroy_regulator()
	bus: sunxi-rsb: Remove the shutdown callback
	bus: sunxi-rsb: Support atomic transfers
	tee: optee: fix possible memory leak in optee_register_device()
	ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
	selftests: mptcp: more stable simult_flows tests
	selftests: mptcp: fix mibit vs mbit mix up
	net: liquidio: simplify if expression
	rxrpc: Allow list of in-use local UDP endpoints to be viewed in /proc
	rxrpc: Use refcount_t rather than atomic_t
	rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]
	net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO bus
	nfc/nci: fix race with opening and closing
	net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
	9p/fd: fix issue of list_del corruption in p9_fd_cancel()
	netfilter: conntrack: Fix data-races around ct mark
	netfilter: nf_tables: do not set up extensions for end interval
	iavf: Fix a crash during reset task
	iavf: Do not restart Tx queues after reset task failure
	iavf: Fix race condition between iavf_shutdown and iavf_remove
	ARM: mxs: fix memory leak in mxs_machine_init()
	ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties
	net: ethernet: mtk_eth_soc: fix error handling in mtk_open()
	net/mlx4: Check retval of mlx4_bitmap_init
	net: mvpp2: fix possible invalid pointer dereference
	net/qla3xxx: fix potential memleak in ql3xxx_send()
	octeontx2-af: debugsfs: fix pci device refcount leak
	net: pch_gbe: fix pci device refcount leak while module exiting
	nfp: fill splittable of devlink_port_attrs correctly
	nfp: add port from netdev validation for EEPROM access
	macsec: Fix invalid error code set
	Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work()
	Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()
	netfilter: ipset: regression in ip_set_hash_ip.c
	net/mlx5: Do not query pci info while pci disabled
	net/mlx5: Fix FW tracer timestamp calculation
	net/mlx5: Fix handling of entry refcount when command is not issued to FW
	tipc: set con sock in tipc_conn_alloc
	tipc: add an extra conn_get in tipc_conn_alloc
	tipc: check skb_linearize() return value in tipc_disc_rcv()
	xfrm: Fix oops in __xfrm_state_delete()
	xfrm: Fix ignored return value in xfrm6_init()
	net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()
	sfc: fix potential memleak in __ef100_hard_start_xmit()
	net: sparx5: fix error handling in sparx5_port_open()
	net: sched: allow act_ct to be built without NF_NAT
	NFC: nci: fix memory leak in nci_rx_data_packet()
	regulator: twl6030: re-add TWL6032_SUBCLASS
	bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()
	dma-buf: fix racing conflict of dma_heap_add()
	netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface
	netfilter: flowtable_offload: add missing locking
	fs: do not update freeing inode i_io_list
	dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
	ipv4: Fix error return code in fib_table_insert()
	arcnet: fix potential memory leak in com20020_probe()
	s390/dasd: fix no record found for raw_track_access
	nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION
	nfc: st-nci: fix memory leaks in EVT_TRANSACTION
	nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTION
	net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabled
	net: enetc: cache accesses to &priv->si->hw
	net: enetc: preserve TX ring priority across reconfiguration
	octeontx2-pf: Add check for devm_kcalloc
	octeontx2-af: Fix reference count issue in rvu_sdp_init()
	net: thunderx: Fix the ACPI memory leak
	s390/crashdump: fix TOD programmable field size
	lib/vdso: use "grep -E" instead of "egrep"
	init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
	nios2: add FORCE for vmlinuz.gz
	mmc: sdhci-brcmstb: Re-organize flags
	mmc: sdhci-brcmstb: Enable Clock Gating to save power
	mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCI
	KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1
	usb: dwc3: exynos: Fix remove() function
	usb: cdnsp: Fix issue with Clear Feature Halt Endpoint
	usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1
	ext4: fix use-after-free in ext4_ext_shift_extents
	arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequency
	iio: light: apds9960: fix wrong register for gesture gain
	iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails
	bus: ixp4xx: Don't touch bit 7 on IXP42x
	usb: dwc3: gadget: conditionally remove requests
	usb: dwc3: gadget: Return -ESHUTDOWN on ep disable
	usb: dwc3: gadget: Clear ep descriptor last
	nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
	gcov: clang: fix the buffer overflow issue
	mm: vmscan: fix extreme overreclaim and swap floods
	KVM: x86: nSVM: leave nested mode on vCPU free
	KVM: x86: forcibly leave nested mode on vCPU reset
	KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
	KVM: x86: add kvm_leave_nested
	KVM: x86: remove exit_int_info warning in svm_handle_exit
	x86/tsx: Add a feature bit for TSX control MSR support
	x86/pm: Add enumeration check before spec MSRs save/restore setup
	x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
	Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode
	ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01
	tools: iio: iio_generic_buffer: Fix read size
	serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
	Input: goodix - try resetting the controller when no config is set
	Input: soc_button_array - add use_low_level_irq module parameter
	Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]
	Input: i8042 - apply probe defer to more ASUS ZenBook models
	ASoC: stm32: dfsdm: manage cb buffers cleanup
	xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too
	xen/platform-pci: add missing free_irq() in error path
	platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr()
	platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch V 10 (SW5-017)
	drm/amdgpu: disable BACO support on more cards
	zonefs: fix zone report size in __zonefs_io_error()
	platform/x86: hp-wmi: Ignore Smart Experience App event
	platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Yoga laptops
	tcp: configurable source port perturb table size
	net: usb: qmi_wwan: add Telit 0x103a composition
	scsi: iscsi: Fix possible memory leak when device_register() failed
	gpu: host1x: Avoid trying to use GART on Tegra20
	dm integrity: flush the journal on suspend
	dm integrity: clear the journal on suspend
	fuse: lock inode unconditionally in fuse_fallocate()
	wifi: wilc1000: validate pairwise and authentication suite offsets
	wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute
	wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute
	wifi: wilc1000: validate number of channels
	genirq/msi: Shutdown managed interrupts with unsatifiable affinities
	genirq: Always limit the affinity to online CPUs
	irqchip/gic-v3: Always trust the managed affinity provided by the core code
	genirq: Take the proposed affinity at face value if force==true
	btrfs: free btrfs_path before copying root refs to userspace
	btrfs: free btrfs_path before copying fspath to userspace
	btrfs: free btrfs_path before copying subvol info to userspace
	btrfs: zoned: fix missing endianness conversion in sb_write_pointer
	btrfs: use kvcalloc in btrfs_get_dev_zone_info
	btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
	drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASAN
	drm/amd/display: No display after resume from WB/CB
	drm/amdgpu: Enable Aldebaran devices to report CU Occupancy
	drm/amdgpu: always register an MMU notifier for userptr
	drm/i915: fix TLB invalidation for Gen12 video and compute engines
	cifs: fix missed refcounting of ipc tcon
	Linux 5.15.81

Change-Id: I8add86e459b7e7f0877dbbc9e479a8b208b6bc87
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-26 16:03:51 +00:00
Yu-Li Lin
afe869b80a ANDROID: gki_defconfig: disable various x86 and hw flags
merge in various disabled flags from arcvm defconfig: CONFIG_MTRR_SANITIZER,
CONFIG_MICROCODE, CONFIG_UID16, CONFIG_PCSPKR_PLATFORM, CONFIG_ACPI_AC,
CONFIG_ACPI_BATTERY, CONFIG_ACPI_FAN, CONFIG_ACPI_THERMAL, CONFIG_X86_PM_TIMER,
CONFIG_X86_5LEVEL, CONFIG_HW_RANDOM_VIA, CONFIG_RTC_HCTOSYS

Bug: 266251235
Change-Id: Id818e385a8c5a6d58854bf16a8444b1fd959c24e
Signed-off-by: Yu-Li Lin <yulilin@google.com>
2023-01-25 17:13:17 +00:00
YingChi Long
430443f856 x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN
commit 55228db2697c09abddcb9487c3d9fa5854a932cd upstream.

WG14 N2350 specifies that it is an undefined behavior to have type
definitions within offsetof", see

  https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2350.htm

This specification is also part of C23.

Therefore, replace the TYPE_ALIGN macro with the _Alignof builtin to
avoid undefined behavior. (_Alignof itself is C11 and the kernel is
built with -gnu11).

ISO C11 _Alignof is subtly different from the GNU C extension
__alignof__. Latter is the preferred alignment and _Alignof the
minimal alignment. For long long on x86 these are 8 and 4
respectively.

The macro TYPE_ALIGN's behavior matches _Alignof rather than
__alignof__.

  [ bp: Massage commit message. ]

Signed-off-by: YingChi Long <me@inclyc.cn>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Link: https://lore.kernel.org/r/20220925153151.2467884-1-me@inclyc.cn
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-24 07:22:48 +01:00
Chris Wilson
e1df7f0b27 perf/x86/rapl: Treat Tigerlake like Icelake
[ Upstream commit c07311b5509f6035f1dd828db3e90ff4859cf3b9 ]

Since Tigerlake seems to have inherited its cstates and other RAPL power
caps from Icelake, assume it also follows Icelake for its RAPL events.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Link: https://lore.kernel.org/r/20221228113454.1199118-1-rodrigo.vivi@intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-01-24 07:22:42 +01:00
Mikulas Patocka
58bac74402 x86/asm: Fix an assembler warning with current binutils
[ Upstream commit 55d235361fccef573990dfa5724ab453866e7816 ]

Fix a warning: "found `movsd'; assuming `movsl' was meant"

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-01-24 07:22:42 +01:00
Greg Kroah-Hartman
e66b45d527 Merge branch 'android13-5.15' into android13-5.15-lts
Sync up with android13-5.15 for the following commits:

a60104c6cc Merge tag 'android13-5.15.78_r00' into android13-5.15
0c8a58469b UPSTREAM: usb: gadget: uvc: Prevent buffer overflow in setup handler
85b6370411 UPSTREAM: usb: gadget: uvc: also use try_format in set_format
0a1c1e4f64 UPSTREAM: usb: gadget: uvc: default the ctrl request interface offsets
fce2002702 UPSTREAM: usb: gadget: uvc: don't put item still in use
38ce45512f UPSTREAM: usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()
eae0c310a5 UPSTREAM: usb: gadget: uvc: add v4l2 try_format api call
5f385970be UPSTREAM: usb: gadget: uvc: add v4l2 enumeration api calls
4aa53ed66b BACKPORT: media: uvcvideo: move uvc_format_desc to common header
fc7969e41e BACKPORT: media: v4l: move helper functions for fractions from uvc to v4l2-common
0f48a44f70 UPSTREAM: usb: gadget: uvc: increase worker prio to WQ_HIGHPRI
8792df01c4 UPSTREAM: usb: move from strlcpy with unused retval to strscpy
1b2bc88b59 UPSTREAM: usb: gadget: uvc: Fix comment blocks style
8bc4e80471 UPSTREAM: usb: gadget: uvc: track frames in format entries
28431ab172 ANDROID: clocksource/arm_arch_timer: Add workaround for erratum 858921
6b4d1d8995 UPSTREAM: usb: gadget: f_fs: Ensure ep0req is dequeued before free_request
001fc069da UPSTREAM: usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait
c190539f4e UPSTREAM: usb: gadget: uvc: move structs to common header
e5fe1a95c3 UPSTREAM: usb: gadget: uvc: prevent index variables to start from 0
413bfd5f1b UPSTREAM: usb: gadget: uvc: implement dwPresentationTime and scrSourceClock
baa5c6d923 UPSTREAM: usb: gadget: uvc: ensure the vdev is unset
82beac34d8 BACKPORT: UPSTREAM: usb: dwc3: EP clear halt leading to clearing of delayed_status
016d61094b ANDROID: mm/oom_kill: fix task_struct refcount_t: underflow; use-after-free.
2f40ae382f ANDROID: ABI: Update allowed list for QCOM
c7562e628c ANDROID: GKI: update allowed list for exynosauto SoC
8945ccdb22 ANDROID: GKI: update xiaomi symbol list
8501db9cda ANDROID: loop: Add vendor hook to update cmd
b73474bacc ANDROID: GKI: Update abi_gki_aarch64_qcom
0f1629ced8 ANDROID: direct_io: Add a vendor hook to update OEM-specific field of struct bio
647d9c21bc ANDROID: GKI: update xiaomi symbol list
5e05d41272 ANDROID: GKI: Update abi_gki_aarch64_qcom symbols.
4fa690983d ANDROID: GKI: Update abi_gki_aarch64_qcom
5d96c24be9 ANDROID: uid_sys_stats: defer process_notifier work if uid_lock is contended
75aa4c087e FROMGIT: bpf: btf: limit logging of ignored BTF mismatches
f162762e3a UPSTREAM: skbuff: Account for tail adjustment during pull operations
25f2c8b4c7 ANDROID: Update the ABI symbol list and xml
d0822a3f9b ANDROID: mm: Export find_vm_area
37d8fe8dc3 ANDROID: GKI: update xiaomi symbol list
b3084d784b ANDROID: vendor_hooks:vendor hook for control memory dirty rate
6d9e986186 FROMGIT: mm/cma.c: delete kmemleak objects when freeing CMA areas to buddy at boot
e51492910c BACKPORT: FROMGIT: mm/cma.c: make kmemleak aware of all CMA regions
bac2fa84f7 UPSTREAM: mm: kmemleak: alloc gray object for reserved region with direct map
b1b50c61eb UPSTREAM: usb: dwc3: gadget: Don't delay End Transfer on delayed_status
f77134986a UPSTREAM: usb: dwc3: gadget: Do not clear ep delayed stop flag during ep disable
70947d4104 UPSTREAM: usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxfer
6cac29527d UPSTREAM: usb: dwc3: Increase DWC3 controller halt timeout
c24377e58a ANDROID: mm: fix vma refcounting for SPF in vm_area_dup
1b8d144a47 UPSTREAM: usb: dwc3: Remove DWC3 locking during gadget suspend/resume
25e07b302b UPSTREAM: usb: dwc3: Avoid unmapping USB requests if endxfer is not complete
adcf982b9a UPSTREAM: usb: dwc3: gadget: Continue handling EP0 xfercomplete events
5dedf5e350 UPSTREAM: usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnect
4483376b15 UPSTREAM: usb: dwc3: gadget: Force sending delayed status during soft disconnect
fec000d477 UPSTREAM: usb: dwc3: Do not service EP0 and conndone events if soft disconnected
c2a767880d UPSTREAM: usb: dwc3: gadget: conditionally remove requests
ad7838324a UPSTREAM: usb: dwc3: ep0: Properly handle setup_packet_pending scenario in data stage
f0c8e8fb26 UPSTREAM: usb: dwc3: gadget: Fix IN endpoint max packet size allocation
7dcee70181 UPSTREAM: usb: dwc3: gadget: Delay issuing End Transfer
7ec08af1cc UPSTREAM: usb: dwc3: gadget: Only End Transfer for ep0 data phase
1fd897b8fd UPSTREAM: usb: dwc3: ep0: Don't prepare beyond Setup stage
aa96dec5f3 UPSTREAM: usb: dwc3: gadget: move cmd_endtransfer to extra function
fd0d0cdd6d UPSTREAM: usb: dwc3: gadget: ep_queue simplify isoc start condition
8dd53dc29a UPSTREAM: usb: dwc3: gadget: Skip reading GEVNTSIZn
f99c14b160 UPSTREAM: usb: dwc3: gadget: Ignore Update Transfer cmd params
3c022868a2 UPSTREAM: usb: dwc3: gadget: Skip checking Update Transfer status
4baf5030d0 ANDROID: fips140: add crypto_memneq() back to the module
55dd45162b ANDROID: kbuild: Search external devicetree path when running clean target
a2593b3a74 ANDROID: Re-enable fast mremap and fix UAF with SPF
28e537ca36 Revert "ANDROID: Make SPF aware of fast mremaps"
11662bc7d0 ANDROID: fips140: add dump_jitterentropy command to fips140_lab_util
8e10ceb0f1 ANDROID: GKI: Update allowed list for QCOM
74ccad59c9 Revert "ANDROID: ABI: Update symbols to unisoc whitelist"
ab2dfaed45 ANDROID: page_pinner: prevent pp_buffer uninitialized access
0ef8ae8d3a ANDROID: cpufreq: add macro guard to protect vendor hook
7a3d34495c ANDROID: remove unnecessary SPECULATIVE_PAGE_FAULT config dependency
f5ade1a7ad ANDROID: usb: gadget: f_accessory: update SS/SSP descriptors
c265df840a ANDROID: Update the ABI symbol list and xml
ed6f0796dd ANDROID: sched/pelt: export ___update_load_[sum|avg]
85aa38928c ANDROID: GKI: add symbol list file for honor
6525e159bb ANDROID: Update the GKI symbol list and ABI XML
9d0ccb89bc ANDROID: irqchip/irq-gic-v3: Add vendor hook for gic suspend
b3c4378d24 ANDROID: ABI: Update symbols to unisoc whitelist
af027c97fc ANDROID: Make SPF aware of fast mremaps
8d58de2c76 ANDROID: abi_gki_aarch64_qcom: Add secure hibernation APIs
57c0c76264 ANDROID: GKI: Update symbol list for mtk
cb0ff59972 ANDROID: cpufreq: add vendor hook in cpufreq_offline
b5b2dbf1a2 UPSTREAM: locks: fix TOCTOU race when granting write lease
22b130dfad ANDROID: Update symbol list for sunxi
69fefbb3db ANDROID: GKI: Source GKI_BUILD_CONFIG_FRAGMENT after setting all variables
e80bb46694 ANDROID: Revert "ANDROID: allmodconfig: disable WERROR"
6bbccfc63e UPSTREAM: drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frame
0667e5dfa3 BACKPORT: Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled
9c8074484f UPSTREAM: crypto: algboss - compile out test-related code when tests disabled
02ffa3bd9d UPSTREAM: crypto: api - compile out crypto_boot_test_finished when tests disabled
7bf98ba526 UPSTREAM: crypto: algboss - optimize registration of internal algorithms
46b75c8648 BACKPORT: crypto: api - optimize algorithm registration when self-tests disabled
9662706fb0 UPSTREAM: crypto: api - Fix boot-up crash when crypto manager is disabled
3f5a00a5ef UPSTREAM: crypto: api - Do not create test larvals if manager is disabled
da83ad2055 UPSTREAM: crypto: api - Export crypto_boot_test_finished
e07f20669c UPSTREAM: crypto: api - Fix built-in testing dependency failures
f72cb1622f ANDROID: GKI: Add a general aarch64 symbol list
ac16892391 ANDROID: GKI: db845c: remove led-multicolor override
39b026b051 ANDROID: GKI: enable mulitcolor-led
cf8edf1928 UPSTREAM: HID: playstation: support updated DualSense rumble mode.
a7bb941a00 UPSTREAM: HID: playstation: add initial DualSense Edge controller support
72fd652689 UPSTREAM: HID: playstation: stop DualSense output work on remove.
2096eced42 UPSTREAM: HID: playstation: convert to use dev_groups
4281e23610 UPSTREAM: HID: playstation: fix return from dualsense_player_led_set_brightness()
1c2aceb8d7 UPSTREAM: HID: playstation: expose DualSense player LEDs through LED class.
8abc9ed234 UPSTREAM: leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers.
392b327fe0 UPSTREAM: HID: playstation: expose DualSense lightbar through a multi-color LED.
f0ecfd1af7 ANDROID: GKI: Add Tuxera symbol list
ac26e9c7b8 ANDROID: cma: allow to use CMA in swap-in path
60a61c1a04 ANDROID: GKI: update xiaomi symbol list
cac282fc1a ANDROID: dm: Add a vendor hook to update bio after clone
be6c9a9b11 ANDROID: GKI: Update symbol list
4ff88497a3 ANDROID: GKI: export symbols to modify lru stats
f8c2625ba0 ANDROID: GKI: Update exynos_wear symbol list
3cc69a0a0a ANDROID: vendor hooks: Encrypt snapshot for bootloader based hibernation
72ec9e1cd2 ANDROID: vendor hooks: Export symbols for bootloader based hibernation
37a7d66607 ANDROID: abi_gki_aarch64_qcom: Update symbol list
474a540f29 ANDROID: irq: put irq_resolve_mapping under protection of __irq_enter_raw
aea6e535a2 BACKPORT: UPSTREAM: usb: typec: ucsi: Wait for the USB role switches
680c12419c UPSTREAM: rpmsg: char: Avoid double destroy of default endpoint
1a1ee4bb87 BACKPORT: exfat: fix overflow for large capacity partition
737bf2358f UPSTREAM: usb: gadget: uvc: fix changing interface name via configfs
1b90823b62 UPSTREAM: dma-mapping: Fix build error unused-value
6fcc6343c3 UPSTREAM: bpf: Ensure correct locking around vulnerable function find_vpid()
5df791308b ANDROID: abi_gki_aarch64_qcom: whitelist symbols added for cma retries
6f0ba6ad99 ANDROID: mm/cma: add vendor_hook in cma_alloc for retries
8022d8faf6 ANDROID: arm64: mm: perform clean & invalidation in __dma_map_area
28f65c4aa3 FROMLIST: sched: Fix use-after-free bug in dup_user_cpus_ptr()
6be735d61e UPSTREAM: HID: roccat: Fix use-after-free in roccat_read()
8e0c2cedbc UPSTREAM: mm/damon: use set_huge_pte_at() to make huge pte old
1d0c369729 UPSTREAM: usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OS
bcf5cce758 UPSTREAM: gen_compile_commands: handle multiple lines per .mod file
96ce46922d UPSTREAM: scripts/nsdeps: adjust to the format change of *.mod files
19be6b818a BACKPORT: kbuild: avoid regex RS for POSIX awk
61f4b98fe0 UPSTREAM: KVM: arm64: Always start with clearing SVE flag on load
a11aae86d8 UPSTREAM: powerpc/64: Include cache.h directly in paca.h
a3eb9c5744 UPSTREAM: KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC
bf995d5fbf UPSTREAM: module.h: simplify MODULE_IMPORT_NS
4009f67147 UPSTREAM: mac80211_hwsim: fix RCU protected chanctx access
e295ae9c84 UPSTREAM: KVM: arm64: nvhe: Eliminate kernel-doc warnings
b1cad5be29 BACKPORT: KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32
46d726e380 UPSTREAM: KVM: arm64: Generally disallow SMC64 for AArch32 guests
35c5fa9834 UPSTREAM: virtio: use virtio_device_ready() in virtio_device_restore()
aa7f73725f UPSTREAM: mm: fix use-after-free bug when mm->mmap is reused after being freed
bc920538bb UPSTREAM: kasan: test: prevent cache merging in kmem_cache_double_destroy
435eac40de UPSTREAM: arm64: Ensure that the 'bti' macro is defined where linkage.h is included
03a56596ef UPSTREAM: mmc: mediatek: free the ext_csd when mmc_get_ext_csd success
ac6122b362 UPSTREAM: scsi: ufs: Fix double space in SCSI_UFS_HWMON description
a094f7c2d4 UPSTREAM: scsi: ufs: mediatek: Avoid sched_clock() misuse
9fe6ac18f7 UPSTREAM: scsi: ufs: core: SCSI_UFS_HWMON depends on HWMON=y
ce550b4d77 ANDROID: GKI: db845c: Update symbols list and ABI
f9bfdf7a59 BACKPORT: f2fs: invalidate meta pages only for post_read required inode
9b96bd8907 ANDROID: GKI: Update symbols to symbol list
65d4d9d5da ANDROID: cpu/hotplug: call perf event through function pointer
5feed5b144 Merge tag 'android13-5.15.74_r00' into android13-5.15
35c0e672b8 ANDROID: abi_gki_aarch64_qcom: Update symbol list
f5cbc8d09c UPSTREAM: usb: dwc3: gadget: Submit endxfer command if delayed during disconnect
150b3c4e4b BACKPORT: ANDROID: dma-buf: heaps: replace mutex lock with spinlock
1e8b8c6263 ANDROID: Update symbol list for mtk
fa068ecbc8 ANDROID: Fix license for BUILD.bazel file.
d47ef1a984 UPSTREAM: gcov: clang: fix the buffer overflow issue
4951a62804 ANDROID: kleaf: load() then package().
d2cfc10a38 UPSTREAM: perf/arm-cmn: Add debugfs topology info
942d043ca8 UPSTREAM: perf/arm-cmn: Add CI-700 Support
ef74c2d064 UPSTREAM: dt-bindings: perf: arm-cmn: Add CI-700
d14ad92dd0 UPSTREAM: perf/arm-cmn: Support new IP features
d0205771e2 UPSTREAM: perf/arm-cmn: Demarcate CMN-600 specifics
b6a7974310 UPSTREAM: perf/arm-cmn: Move group validation data off-stack
9a74f34abd UPSTREAM: perf/arm-cmn: Optimise DTC counter accesses
fb9091356e UPSTREAM: perf/arm-cmn: Optimise DTM counter reads
86d818633c UPSTREAM: perf/arm-cmn: Refactor DTM handling
3081baf827 UPSTREAM: perf/arm-cmn: Streamline node iteration
534bc126aa UPSTREAM: perf/arm-cmn: Refactor node ID handling
11319db7b8 UPSTREAM: perf/arm-cmn: Drop compile-test restriction
40b2978978 UPSTREAM: perf/arm-cmn: Account for NUMA affinity
e82a3f108d UPSTREAM: fs: erofs: add sanity check for kobject in erofs_unregister_sysfs
8ff9996c5d ANDROID: cpufreq: times: record fast switch frequency transitions
09d0ae9798 ANDROID: abi_gki_aarch64_qcom: Add android_vh_madvise_cold_or_pageout
485c0121e7 ANDROID: GKI: MGLRU ABI Fixup
3263c8d514 ANDROID: GKI: Build multi-gen LRU
383505860c BACKPORT: mm: multi-gen LRU: design doc
3fa3e8ad5d UPSTREAM: mm: multi-gen LRU: admin guide
a95784fdac BACKPORT: mm: multi-gen LRU: debugfs interface
dd4f2bd6c0 UPSTREAM: mm: multi-gen LRU: thrashing prevention
94d1a38c47 BACKPORT: mm: multi-gen LRU: kill switch
8726e22e86 BACKPORT: mm: multi-gen LRU: optimize multiple memcgs
35e2163024 BACKPORT: mm: multi-gen LRU: support page table walks
009d857059 BACKPORT: mm: multi-gen LRU: exploit locality in rmap
53af55e4cc BACKPORT: mm: multi-gen LRU: minimal implementation
f4d4c46c3a BACKPORT: mm: multi-gen LRU: groundwork
ce62ece686 UPSTREAM: Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
3cebab25d5 BACKPORT: mm/vmscan.c: refactor shrink_node()
f3f123ebb5 BACKPORT: mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
de96dbc641 BACKPORT: mm: x86, arm64: add arch_has_hw_pte_young()
970353b36e Revert "FROMLIST: mm: x86, arm64: add arch_has_hw_pte_young()"
475108fadd Revert "FROMLIST: mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG"
8d47a32fa8 Revert "FROMLIST: mm/vmscan.c: refactor shrink_node()"
e849bd2f88 Revert "FROMLIST: Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller""
60f9c51c88 Revert "FROMLIST: mm: multi-gen LRU: groundwork"
6e620d5117 Revert "FROMLIST: mm: multi-gen LRU: minimal implementation"
4bce99229a Revert "FROMLIST: mm: multi-gen LRU: exploit locality in rmap"
16e5220b3d Revert "FROMLIST: mm: multi-gen LRU: support page table walks"
4124cf4b02 Revert "FROMLIST: mm: multi-gen LRU: optimize multiple memcgs"
3a3733721b Revert "FROMLIST: mm: multi-gen LRU: kill switch"
a62a81e770 Revert "FROMLIST: mm: multi-gen LRU: thrashing prevention"
f4b12ac3bc Revert "FROMLIST: mm: multi-gen LRU: debugfs interface"
81c19190ff Revert "FROMLIST: mm: multi-gen LRU: admin guide"
b49c49542f Revert "FROMLIST: mm: multi-gen LRU: design doc"
d8c59190ad Revert "ANDROID: GKI: build multi-gen LRU"
4931d96eb3 ANDROID: mm: Use intended order-adjusted batch size
1bb821dcab ANDROID: ABI: Update allowed list for QCOM
e47b11059b ANDROID: GKI: Add exynos_wear symbol list
23fb3111f6 ANDROID: page_pinner: prevent pp_buffer access before initialization
2bd8e6670e ANDROID: KVM: arm64: Use 32-bit function ID for PSCI MEM_PROTECT call
050466c42e ANDROID: ABI: Update allowed list for QCOM
9449b4f1af ANDROID: mm: preserve vma->anon_vma after MREMAP_DONTUNMAP for SPF
cf5cad44fd ANDROID: mm: disable speculative page faults for CONFIG_NUMA
5fcb50b055 ANDROID: mm: fix speculative walk which is unsafe under RCU
749aa64ba8 ANDROID: mm: avoid using vmacache in lockless vma search
3e7526c672 ANDROID: disable page table moves when speculative page faults are enabled
3b43f23348 ANDROID: mm: skip pte_alloc during speculative page fault
d9d7f843da ANDROID: mm: introduce vma refcounting to protect vma during SPF
d7c52b0cd0 UPSTREAM: crypto: arm/xor - make vectorized C code Clang-friendly
f759aa5f65 UPSTREAM: efi: capsule-loader: Fix use-after-free in efi_capsule_write
564233e471 ANDROID: mm: add a vendor hook to rmqueue_bulk()
979df868f5 FROMGIT: mm/madvise: fix madvise_pageout for private file mappings
99e3951ea4 ANDROID: vendor_hooks: Allow shared pages reclaim via MADV_PAGEOUT
ec736ca13a ANDROID: abi_gki_aarch64_qcom: Update symbol list
710fd74d1d FROMGIT: tty: serial: qcom-geni-serial: Add support for Hibernation feature
6196aa68f6 ANDROID: GKI: Update symbol list for Amlogic
0be362f248 UPSTREAM: KVM: x86: do not report a vCPU as preempted outside instruction boundaries
50358d6729 ANDROID: mm/slab: Use EXPORT_SYMBOL for android_kmalloc_64_create
e161b0c43c ANDROID: GKI: update symbol list for ExynosAuto SoC
1da102d4e3 ANDROID: KVM: arm64: s2mpu: Fix SYNC latency regression
ce39549d92 ANDROID: KVM: arm64: iommu: Add host_stage2_idmap_complete
f0c53a5637 ANDROID: KVM: arm64: Issue CMOs when tearing down shadow pages
aec224bb9e ANDROID: GKI: Update symbol list for xiaomi
4bc79ed42f ANDROID: Add ashmem ioctl to return a unique file identifier
3a049b038e ANDROID: KVM: arm64: Fix repainting of PSCI SYSTEM_RESET2 calls
c2162eca3f ANDROID: reimplement vm_file protection during speculative page fault
a07770525e Revert "ANDROID: add vma->file_ref_count to synchronize vma->vm_file destruction"
578745e43f Revert "ANDROID: arm64/mm: protect vm_file during speculative page fault handling"
24894a547e Revert "ANDROID: x86/mm: protect vm_file during speculative page fault handling"
e9a7e9f2ff Revert "ANDROID: powerpc/mm: protect vm_file during speculative page fault handling"
4288911d5e FROMGIT: usb: core: stop USB enumeration if too many retries
b8b0948987 FROMGIT: f2fs: allow to read node block after shutdown
e796ee5695 ANDROID: KVM: arm64: Adjust PSCI MEM_PROTECT refcount across share/unshare
5e82339f4b UPSTREAM: ext4,f2fs: fix readahead of verity data
3605981d8a FROMLIST: f2fs: fix the msg data type
f9965bb807 BACKPORT: FROMLIST: f2fs: fix the assign logic of iocb
c95f78db38 ANDROID: Update the GKI symbol list and ABI XML
8a7073c106 ANDROID: mm/slab: Create 64-byte slab caches if the hardware supports it
34e03c38fd ANDROID: dma-buf: Add vendor hook for deferred dmabuf sysfs stats release
e4923174ba FROMLIST: cfi: free old cfi shadow asynchronously
9b7bf9c529 FROMLIST: cfi: enable sanitize for cfi.c
432cf292eb ANDROID: GKI: Update abi_gki_aarch64_qcom
a382999851 ANDROID: ABI: Add usb_pipe_type_check symbol
f2f619baa5 ANDROID: GKI: Update symbols to symbol list
69ec48c6a0 ANDROID: GKI: Update symbol list for Amlogic
6707ada5f7 ANDROID: dm-user: Remove bio recount in I/O path
654e0ed6fc UPSTREAM: drm/meson: Fix overflow implicit truncation warnings
aaa6cd7d0d UPSTREAM: irqchip/tegra: Fix overflow implicit truncation warnings
d75ef462c3 UPSTREAM: video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
777857c7a1 UPSTREAM: i2c: ismt: prevent memory corruption in ismt_access()
b006f3a809 ANDROID: GKI: Update symbol list for mtk STB projects
7266895825 FROMLIST: KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1
b72960ae91 ANDROID: ABI: Add teace_android_rvh_rto_next_cpu to unisoc whitelist
02ac822b3d BACKPORT: rcu: Remove __read_mostly annotations from rcu_scheduler_active externs
4baff5cba1 ANDROID: ABI: Export vendor_hook to be used by memcgv2 optimization mechanism
5993940dd7 FROMLIST: xfrm: Fix oops in __xfrm_state_delete()
aaf18200c3 BACKPORT: KVM: arm64: Fix bad dereference on MTE-enabled systems
201d5f4a3e FROMLIST: binder: fix UAF of alloc->vma in race with munmap()
20af947ec9 Revert "Revert "BACKPORT: FROMLIST: ext4: implement speculative fault handling""
365ffc56b4 ANDROID: fix a race between speculative page walk and unmap operations
68f9882b75 ANDROID: GKI: update .xml file after cfg80211 changes
f6fa00feb4 UPSTREAM: wifi: cfg80211: add hardware timestamps to frame RX info
2a2c366c47 UPSTREAM: wifi: cfg80211: add a function for reporting TX status with hardware timestamps
1148c260a1 BACKPORT: wifi: nl80211: add RX and TX timestamp attributes
9c20617add BACKPORT: wifi: nl80211: add EML/MLD capabilities to per-iftype capabilities
23c1ff4ec5 FROMGIT: wifi: cfg80211: support reporting failed links
5bdebe9301 FROMGIT: wifi: cfg80211: Fix bitrates overflow issue
41f5642f15 UPSTREAM: wifi: cfg80211: fix MCS divisor value
3658e1b900 BACKPORT: wifi: nl80211: add MLD address to assoc BSS entries
20d705c31e UPSTREAM: wifi: nl80211: remove redundant err variable
acf72eda07 BACKPORT: wifi: nl80211: Add POWERED_ADDR_CHANGE feature
4743d0ad6c BACKPORT: wifi: cfg80211/mac80211: check EHT capability size correctly
89abd0e78b UPSTREAM: wifi: cfg80211: Update RNR parsing to align with Draft P802.11be_D2.0
d4ecf4c3c4 UPSTREAM: wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()
da9a72662d FROMGIT: wifi: nl80211: use link ID in NL80211_CMD_SET_BSS
94afbcfb15 UPSTREAM: wifi: cfg80211: add link id to txq params
8e9375450e BACKPORT: wifi: mac80211: Align with Draft P802.11be_D2.0
fadbf9a2ca BACKPORT: wifi: mac80211: Align with Draft P802.11be_D1.5
3ae950a584 UPSTREAM: wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX API
483086ceca UPSTREAM: wifi: cfg80211: report link ID in NL80211_CMD_FRAME
46c8675945 UPSTREAM: wifi: cfg80211/nl80211: move rx management data into a struct
6d81ebd631 BACKPORT: wifi: nl80211/mac80211: clarify link ID in control port TX
dfdfc3041e UPSTREAM: wifi: nl80211: require MLD address on link STA add/modify
5697efd6e4 UPSTREAM: wifi: cfg80211: add cfg80211_get_iftype_ext_capa()
2c60081d52 UPSTREAM: wifi: nl80211: fix some attribute policy entries
9e73ea479d UPSTREAM: wifi: nl80211: reject fragmented and non-inheritance elements
c74a4e8436 UPSTREAM: wifi: nl80211: reject link specific elements on assoc link
3594b5cb98 UPSTREAM: wifi: cfg80211: set country_elem to NULL
2d971fdf0a UPSTREAM: wifi: nl80211: advertise MLO support
8f37e21b18 UPSTREAM: wifi: nl80211: allow link ID in set_wiphy with frequency
eed91854a5 BACKPORT: wifi: cfg80211/mac80211: Support control port TX from specific link
3120619c1b UPSTREAM: wifi: nl80211: Support MLD parameters in nl80211_set_station()
eab9f6c4ab UPSTREAM: wifi: nl80211: check MLO support in authenticate
85f1514d21 UPSTREAM: wifi: nl80211: set BSS to NULL if IS_ERR()
d9847463ac ANDROID: abi_gki_aarch64_qcom: Add drm_plane_from_index
c6432173e0 ANDROID: GKI: Update symbols to symbol list
0051c6ca25 ANDROID: add func in mm/memcontrol.c
671ba4d337 UPSTREAM: af_key: Do not call xfrm_probe_algs in parallel
4431f52671 UPSTREAM: mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
c0a7deb29d ANDROID: KVM: arm64: Donate memory per vcpu for each vcpu shadow state
76094a9979 ANDROID: KVM: arm64: Initialize shadow vcpus with separate hypercalls
31d3b09cb7 ANDROID: KVM: arm64: Refactor unpinning host vcpu
bf48426928 ANDROID: KVM: arm64: Separate functions for shadow vm and vcpu init
bf94ae1300 ANDROID: KVM: arm64: Refactor code for reclaiming guest memory into a function
2c4a77c9b4 UPSTREAM: mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()
e8e8278ea7 ANDROID: sched: check on_rq in freezer_should_skip()
15a4d4c54f BACKPORT: mm: don't be stuck to rmap lock on reclaim path
2ac3611cdf UPSTREAM: crypto: x86/polyval - Fix crashes when keys are not 16-byte aligned
379be12c0f ANDROID: KVM: arm64: Only unpin a vCPU SVE state if set
d6b5e9db8c ANDROID: GKI: Update symbol list for xiaomi
9527695a56 FROMGIT: f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidate
d9b344dc29 ANDROID: ABI: Update symbols to unisoc whitelist for the scheduler 6st
2f4a562ed8 UPSTREAM: virtio_mmio: add support to set IRQ of a virtio device as wakeup source
56a0806bcb UPSTREAM: dt-bindings: virtio: mmio: add optional wakeup-source property
c4ef0b793d BACKPORT: mm: re-allow pinning of zero pfns
45cda0a886 BACKPORT: mm: fix is_pinnable_page against a cma page
7d53a26b25 ANDROID: Update symbol list for mtk
1f44f2214d UPSTREAM: thermal: sysfs: Fix cooling_device_stats_setup() error code path
161b98aa4c FROMGIT: usb: dwc3: gadget: Don't set IMI for no_interrupt
7947f2f48a FROMGIT: usb: dwc3: gadget: Stop processing more requests on IMI
3bdd7e23e2 FROMGIT: usb: gadget: uvc: fix sg handling during video encode
55249e0b76 FROMGIT: usb: gadget: uvc: fix sg handling in error case
45238b84d8 FROMGIT: usb: gadget: uvc: fix dropped frame after missed isoc
2d2cd1af72 UPSTREAM: usb: gadget: uvc: improve sg exit condition
3248ae0d9d UPSTREAM: usb: gadget: uvc: giveback vb2 buffer on req complete
23616a2948 UPSTREAM: usb: gadget: uvc: rework uvcg_queue_next_buffer to uvcg_complete_buffer
a50df26246 UPSTREAM: usb: gadget: uvc: use on returned header len in video_encode_isoc_sg
c91c6e0a3f UPSTREAM: usb: gadget: uvc: consistently use define for headerlen
2616a2072c FROMGIT: arm64: io: Use asm-generic high level MMIO accessors
15fbf32b75 ANDROID: GKI: Update abi_gki_aarch64_qcom for trace_mmio
93602bed42 UPSTREAM: usb: dwc3: gadget: fix high speed multiplier setting
14bd2d1473 UPSTREAM: usb: dwc3: gadget: refactor dwc3_repare_one_trb
68d8dea7fe ANDROID: GKI: Update abi_gki_aarch64_qcom for timespec64_to_jiffies
fdf67142f3 ANDROID: vendor_hook: skip trace_android_vh_page_trylock_set when ignore_references is true
a9092347ad ANDROID: ABI: Export psi_system symbol to be used by memcgv2 optimization mechanism
6d81bca908 ANDROID: ABI: export psi_system for memcgv2's vh function optimization
ecb0dcb24a UPSTREAM: mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
52808991c0 UPSTREAM: wifi: mac80211: fix MBSSID parsing use-after-free
ec4ab62846 UPSTREAM: mac80211: fix memory leaks with element parsing
4ae50d8935 UPSTREAM: mac80211: always allocate struct ieee802_11_elems
33c9746293 UPSTREAM: mac80211: mlme: find auth challenge directly
d3f1cd61da UPSTREAM: mac80211: move CRC into struct ieee802_11_elems
397e82f22b UPSTREAM: mac80211: mesh: clean up rx_bcn_presp API
1b7036d9ee UPSTREAM: wifi: cfg80211: update hidden BSSes to avoid WARN_ON
db5865ed3c UPSTREAM: wifi: mac80211: fix crash in beacon protection for P2P-device
b2126d0131 UPSTREAM: wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
64265011ea UPSTREAM: wifi: cfg80211: avoid nontransmitted BSS list corruption
56203e0ecb UPSTREAM: wifi: cfg80211: fix BSS refcounting bugs
3ebea46325 UPSTREAM: wifi: cfg80211: ensure length byte is present before access
0abe9e97c8 UPSTREAM: wifi: cfg80211/mac80211: reject bad MBSSID elements
50802a459b UPSTREAM: wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
0a4e0e56b6 UPSTREAM: usb: gadget: f_serial: Ensure gserial disconnected during unbind
a42bb7b44d UPSTREAM: wifi: nl80211: better validate link ID for stations
3ce62ab9f9 UPSTREAM: wifi: cfg80211: clean up links appropriately
6b5b4300ba UPSTREAM: wifi: cfg80211: add ieee80211_chanwidth_rate_flags()
dda95a93f4 UPSTREAM: wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLO
a4670eb422 BACKPORT: wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a struct
c1bcc88a92 BACKPORT: wifi: cfg80211: adjust assoc comeback for MLO
db5bcd0cd8 BACKPORT: wifi: cfg80211: prepare association failure APIs for MLO
4c026e7989 BACKPORT: wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_request
54c7401e6f UPSTREAM: wifi: nl80211: acquire wdev mutex for dump_survey
cedf0a45f1 UPSTREAM: wifi: cfg80211: drop BSS elements from assoc trace for now
85139f4bfc UPSTREAM: wifi: cfg80211: make cfg80211_auth_request::key_idx signed
e75dfe1943 UPSTREAM: wifi: nl80211: enable setting the link address at new station
d104fc76c4 UPSTREAM: wifi: nl80211: hold wdev mutex for station APIs
80f8155cfc UPSTREAM: wifi: nl80211: hold wdev mutex for channel switch APIs
7f076a74a7 UPSTREAM: wifi: nl80211: hold wdev mutex in add/mod/del link station
b1bdeb8543 UPSTREAM: wifi: cfg80211: Allow MLO TX with link source address
6f2a6c919a ANDROID: ABI: add debugfs_lookup_and_remove to whitelist
cabd649d1b UPSTREAM: sched/debug: fix dentry leak in update_sched_domain_debugfs
e681f878fc UPSTREAM: debugfs: add debugfs_lookup_and_remove()
08ef164027 ANDROID: sched: Move scratch_mask to a percpu variable
c61797f241 ANDROID: sched: Keep sched_class::set_cpus_allowed stable
448eb7ef25 FROMGIT: sched: Always clear user_cpus_ptr in do_set_cpus_allowed()
ec8cf94166 BACKPORT: FROMGIT: sched: Enforce user requested affinity
50a3a47c14 BACKPORT: FROMGIT: sched: Always preserve the user requested cpumask
54aeb5c372 BACKPORT: FROMGIT: sched: Introduce affinity_context
5001781910 FROMGIT: sched: Add __releases annotations to affine_move_task()
b3bb41cebd ANDROID: GKI: Update abi_gki_aarch64_qcom for DMA
dba7a32ef7 ANDROID: GKI: Update symbols to symbol list
ba5d7b443e ANDROID: GKI: Update symbol list for Exynos SoC
2eb7ccbee2 BACKPORT: FROMGIT: mmc: core: SD: Add BROKEN-SD-DISCARD quirk
3ade531891 BACKPORT: wifi: cfg80211: Fix validating BSS pointers in __cfg80211_connect_result
0436dc8907 UPSTREAM: mmc: sdhci: Fix host->cmd is null
e91ba0b70e ANDROID: ABI: Update symbols to unisoc whitelist for the wlan
ea095dd932 ANDROID: ABI: Update symbols to unisoc whitelist
545bb8eb6b FROMGIT: seccomp: Move copy_seccomp() to no failure path.
41300cf104 BACKPORT: FROMLIST: tracing: Add register read/write tracing support
e8a2596dec UPSTREAM: fbcon: Prevent that screen size is smaller than font size
b54f2a0d7b UPSTREAM: fbcon: Disallow setting font bigger than screen size
52833e8faf UPSTREAM: fbmem: Check virtual screen sizes in fb_set_var()
ea2a1b81e8 ANDROID: GKI: Update symbol list for VIVO
e0a18fbf05 ANDROID: GKI: Update symbol list for sunxi
3d7ba02e51 ANDROID: ABI: update allowed list for galaxy
ed0b913a4b ANDROID: ABI: Update symbols to unisoc whitelist for UFS the 1st
16aecf0f68 UPSTREAM: usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()
9dec42d377 UPSTREAM: usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()
6f90f3b9c9 ANDROID: KVM: arm64: Fix MMIO guard map error handling
8324bb0aed ANDROID: GKI: Update symbols to symbol list
95af22de88 UPSTREAM: cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
546f62e71b FROMLIST: locking/rwsem: Limit # of null owner retries for handoff writer
4ece302f35 FROMLIST: locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
b5e4b8916f ANDROID: abi_gki_aarch64_sony: Export block driver symbols to collect device info
ca65be56ed ANDROID: GKI: block: export block_rq_complete
316e668d5f ANDROID: ABI: update allowed list for galaxy
6d4b5281a6 ANDROID: KVM: arm64: s2mpu: Add SysMMU_SYNC timeout
c0a46be9dc ANDROID: KVM: arm64: Force CMOs with FWB when reclaiming guest pages
24d27dff64 BACKPORT: locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by first waiter
48b7cad9b0 ANDROID: Update mtktv symbol list
38e30fccb8 ANDROID: arm64: Reclaim some cpucaps to aid in backporting
e76686ed1d ANDROID: GKI: Update symbol list for mtk STB projects
7639b80540 ANDROID: debug_symbols: Add put_task_stack
807d95c66b ANDROID: abi_gki_aarch64_qcom: Add hibernation APIs
fae48a3639 ANDROID: fix kernelci build-break for !CONFIG_ANDROID_VENDOR_OEM_DATA
6232eecfa7 ANDROID: mm/filemap: Fix missing put_page() for speculative page fault
0555154508 ANDROID: abi_gki_aarch64_qcom: Add clk_restore_context and clk_save_context
fa951e233f BACKPORT: HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
1554564451 ANDROID: abi_gki_aarch64_qcom: Add drm driver APIs
16a71479cb ANDROID: sched: Export sched_domains_mutex for lockdep
d2cb755a43 ANDROID: vendor hooks: Add hooks to support bootloader based hibernation
c297152a18 ANDROID: GKI: Update Amlogic symbol list
2455f6610a ANDROID: fix ABI breakage in struct psi_group
9ed7219990 FROMLIST: psi: stop relying on timer_pending for poll_work rescheduling
9040c2052e ANDROID: ABI: Update symbols to unisoc whitelist
646452113d ANDROID: ABI: Update oplus symbol list
b55a937270 ANDROID: GKI: Update symbol list for sunxi
1eedea5f8d ANDROID: abi_gki_aarch64_qcom: Export update_readahead_gfp_mask VH
041ffcd941 ANDROID: mm: add a vendor_hook to change the gfp flags
ee928517b9 ANDROID: GKI: Update vendor symbol list for vivo
4c1cf366ac ANDROID: vendor_hooks: add new parameter to android_vh_blk_alloc_rqs()
5923781e8c ANDROID: KVM: arm64: Do not advertise SVE capability in protected mode
f803a7997d ANDROID: ABI: Update symbols to unisoc whitelist for the drm
ebf773d748 ANDROID: ABI: Update symbols to unisoc whitelist for clock
372abe5b53 ANDROID: KVM: arm64: Fix MMIO guard unmap
809ec777ea ANDROID: GKI: Add RTK TV KMI symbol list
85eea22b5e ANDROID: Update QCOM symbol list for __tracepoint_android_vh_mmc_sd_update_cmdline_timing
b84c40ff60 UPSTREAM: crypto: jitter - add oversampling of noise source
4b6af87d6e BACKPORT: writeback avoid use-after-free after removing device
75b1bf99a9 ANDROID: GKI: Update abi_gki_aarch64_qcom
3ee1075693 FROMGIT: f2fs: support recording stop_checkpoint reason into super_block
e82a19427e FROMLIST: mm: fix use-after free of page_ext after race with memory-offline
898cfbf094 ANDROID: mm: introduce page_pinner
8dea6e5e50 ANDROID: ABI: Add extcon_get_property_capability symbol
8409443201 ANDROID: gki_config: enable F2FS_UNFAIR_RWSEM
285d4132a6 ANDROID: scsi: ufs: add complete init vendor hook
5756b89437 ANDROID: ABI: update allowed list for galaxy
4ec2c6e2d1 ANDROID: GKI: Update symbol list for mtk AI-vision projects
d6b20ddcd9 ANDROID: GKI: Enable HCTR2
2496e06b21 UPSTREAM: fscrypt: Add HCTR2 support for filename encryption
731238ab38 UPSTREAM: crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVAL
6606d9507e UPSTREAM: crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVAL
e3431e9f2b UPSTREAM: crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modes
8a794a25ae UPSTREAM: crypto: arm64/aes-xctr - Add accelerated implementation of XCTR
9a11762fde UPSTREAM: crypto: x86/aesni-xctr - Add accelerated implementation of XCTR
927d58494f UPSTREAM: crypto: hctr2 - Add HCTR2 support
b07dcba017 UPSTREAM: crypto: polyval - Add POLYVAL support
24a19f56b4 UPSTREAM: crypto: xctr - Add XCTR support
96c87ab88b UPSTREAM: arm64: Add macro version of the BTI instruction
1fd5d6489a UPSTREAM: crypto: arm64/aes-neon-ctr - improve handling of single tail block
b760d25fca ANDROID: GKI: Update symbols to symbol list
8b49e4bee6 ANDROID: KVM: arm64: Initialize ptr auth in protected mode
5405862223 FROMGIT: KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available()
c101b51fb6 UPSTREAM: wifi: mac80211_hwsim: use 32-bit skb cookie
eb82ad82b1 UPSTREAM: wifi: mac80211_hwsim: add back erroneously removed cast
e154458b37 UPSTREAM: wifi: mac80211_hwsim: fix race condition in pending packet
5e1321eb79 ANDROID: abi_gki_aarch64_qcom: Add protocol related symbols
9122cbfc55 ANDROID: Fix lost track action type in save_track_hash
bcb5f0547e UPSTREAM: usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS
c2ab21a729 ANDROID: GKI: Update symbols to symbol list
ac82d34706 ANDROID: vendor_hook: rename the the name of hooks
4a9e3b2ca6 ANDROID: vendor_hooks: Add hook in kmalloc_slab()
fcacd896ec BACKPORT: wifi: cfg80211/mac80211: separate link params from station params
5b0ceee1bd UPSTREAM: wifi: cfg80211: add API to add/modify/remove a link station
54f780d093 ANDROID: signal: Add vendor hook for memory reaping
5edc332cee ANDROID: GKI: Update abi_gki_aarch64_pixel
b80df8c286 Revert "ANDROID: vendor_hooks: Add hooks to tcp/udp send/recv msg functions."
8c09081fc0 Revert "ANDROID: sched: Add vendor hook for util-update related functions"
587cfd8e66 ANDROID: fix alignment of struct shash_desc member
e15184fefe BACKPORT: mm: make minimum slab alignment a runtime property
273bbfc4d7 BACKPORT: printk: stop including cache.h from printk.h
088ce42ab0 UPSTREAM: kasan: fix a missing header include of static_keys.h
17e4c2a950 BACKPORT: kasan: split kasan_*enabled() functions into a separate header
afa76a1c3a ANDROID: scsi: ufs: Improve MCQ error handling
9dcd74deff ANDROID: GKI: Add Sony KMI symbol list
b9707158ac ANDROID: ABI: update allowed list for galaxy
daac36f215 ANDROID: GKI: Update symbols to symbol list
effc9c940a ANDROID: GKI: Update abi_gki_aarch64_qcom symbols.
3561c27eeb UPSTREAM: Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"
a89fbc0de0 ANDROID: fix add vendor hooks for unusual abort cases
0fd0345839 ANDROID: regmap: Unhide REGMAP_SPMI
314e242119 ANDROID: ABI: update allowed list for galaxy
6b1ae1157f ANDROID: Enable BUILD_GKI_CERTIFICATION_TOOLS for x86_64 GKI
cbc497caa2 ANDROID: irqchip: Fix vendor hook arguments
898941454f UPSTREAM: usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop
7bdc155a70 Revert "FROMLIST: usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop"
94c8c2f858 ANDROID: add symbol file for type visibility symbols
0e0c25fffd ANDROID: selftests: incfs: Increase timeout in concurrent_reads_and_writes_test
bba227bfd0 ANDROID: abi_gki_aarch64_qcom: Add iio symbol list for qcom
0c3d2d04cc ANDROID: make sure all types for hooks are defined in KMI
1aeba1eea1 ANDROID: mm: cma: proper ret type for tasks interrupted by fatal signal
c2b91dc63c BACKPORT: erofs: fix use-after-free of on-stack io[]
a75431c61b ANDROID: kleaf: Explicit list of ABI files.
41a23cd26e FROMGIT: kasan: call kasan_malloc() from __kmalloc_*track_caller()
e1c0ed46cf FROMLIST: f2fs: let FI_OPU_WRITE override FADVISE_COLD_BIT
d7735e03b7 ANDROID: GKI: update the ABI xml and pixel symbol list
f8c9fae007 ANDROID: incfs: Add check for ATTR_KILL_SUID and ATTR_MODE in incfs_setattr
66e0726ca5 ANDROID: GKI: update vendor hook for sd
010f93525d UPSTREAM: kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}
8833039066 ANDROID: ABI: Update symbols to unisoc whitelist
a3525f6e75 ANDROID: ABI: Update symbols to unisoc whitelist for sync from local code
7c0b04f044 ANDROID: ABI: Update symbols to unisoc whitelist
e6c55bbd43 ANDROID: GKI: Update symbol list for sunxi
a3e20edea9 ANDROID: GKI: Update symbol list
ef9a35b2e6 ANDROID: ABI: Update symbols for unisoc whitelist Android13-k5.15
70a5111957 ANDROID: net: export symbol for tracepoint_consume_skb
13bedfc2f2 ANDROID: gki_defconfig: Enable CONFIG_HIBERNATION flag
32e1ff60db ANDROID: ABI: Update symbols to unisoc whitelist for sync from local code
42f39fcf09 ANDROID: GKI: update xiaomi symbol list
ca319dfc39 ANDROID: Add headers to vendor_hooks.c for type visibility
e85a386df9 BACKPORT: KVM: x86: avoid calling x86 emulator without a decoded instruction
6b2fb25eac ANDROID: ABI: Update symbols to unisoc whitelist
678d7a0952 BACKPORT: dm verity: set DM_TARGET_IMMUTABLE feature flag
a2c2b6c914 BACKPORT: pipe: Fix missing lock in pipe_resize_ring()
3c2cc4561f FROMLIST: locking/rwsem: Disable preemption while trying for rwsem lock
c82312f9b0 BACKPORT: rpmsg: virtio: Fix possible double free in rpmsg_probe()
e0440af8b2 BACKPORT: rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()
cff4cc7a64 Revert "ANDROID: arm64: smp: fix Lockdep warning: RCU used illegally from idle CPU."
6a2905d352 FROMLIST: arm64: mte: move register initialization to C
7a67b48b62 Revert "BACKPORT: FROMLIST: ext4: implement speculative fault handling"
9f7ac5d820 Revert "FROMLIST: arm64: mte: move register initialization to C"
b9f272d887 ANDROID: vendor_hooks:vendor hook for mmput
c96092a914 ANDROID: GKI: Upate sunxi symbol list
5dc0a0bd6b ANDROID: remove CONFIG_TRACEPOINTS from hook definition headers
ecb7d6b106 ANDROID: remove inclusions from hook definition headers
ea45eaaaae BACKPORT: scsi: ufs: core: Increase fDeviceInit poll frequency
c17b8c3da8 FROMGIT: f2fs: increase the limit for reserve_root
35666bb866 FROMGIT: f2fs: complete checkpoints during remount
9e14ab97fe FROMGIT: f2fs: flush pending checkpoints when freezing super
b52dcd4e22 FROMGIT: f2fs: remove gc_urgent_high_limited for cleanup
e4c3ce6f7d FROMGIT: f2fs: fix wrong continue condition in GC
619b99d2d4 BACKPORT: f2fs: handle decompress only post processing in softirq
c119114518 BACKPORT: f2fs: introduce memory mode
3ec6819bff ANDROID: kleaf: Do not include GKI modules in default output of //common:kernel_aarch64.
fe1e4c55de ANDROID: GKI: Update symbols to symbol list
08b9a0b8aa ANDROID: GKI: Update symbol list for Exynos SoC
ca7f18ea25 ANDROID: ABI: Update oplus symbol list
fb2bb8f3ad ANDROID: mm: Add vendor hook in rmqueue()
193dcfee4d ANDROID: abi_gki_aarch64_qcom: Update symbol list.
1cf95b1e07 ANDROID: GKI: Update symbols to symbol list
e1b8ef44fd ANDROID: Revert "psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi files"
c9ee361850 ANDROID: abi_gki_aarch64_qcom: Add hook for set_cpus_allowed_by_task
2508098b95 ANDROID: GKI: Update symbol list
06a2fffcf3 ANDROID: GKI: Update symbol list for mtk AI-vision projects
1f0f167b62 FROMGIT: wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()
c9375148db FROMGIT: wifi: nl80211: send MLO links channel info in GET_INTERFACE
df92dc5573 FROMGIT: wifi: cfg80211: Prevent cfg80211_wext_siwencodeext() on MLD
460e2bc5da FROMGIT: wifi: cfg80211: reject connect response with MLO params for WEP
cad63b2cf1 FROMGIT: wifi: cfg80211: get correct AP link chandef
e6c826aa9b ANDROID: reduce number of opaque structs in KMI
0226fc2e18 ANDROID: vendor_hooks: tune reclaim inactive ratio
8de5430cb7 BACKPORT: FROMGIT: PCI: dwc: Add support for 64-bit MSI target address
8181ea8d96 BACKPORT: FROMGIT: PCI: dwc: Drop dependency on ZONE_DMA32
a8dfddb2b9 Revert "BACKPORT: FROMLIST: PCI: dwc: Drop dependency on ZONE_DMA32"
c5e662db60 Revert "BACKPORT: FROMLIST: PCI: dwc: Add support for 64-bit MSI target address"
ff81c8d3f5 ANDROID: GKI: create initial PASA symbol list
55f112e068 ANDROID: vendor_hooks: Add hooks for cpufreq_acct_update_power
76be364a84 BACKPORT: irq_work: use kasan_record_aux_stack_noalloc() record callstack
cc724041ce ANDROID: vendor_hooks: Add hooks for oem futex optimization
eb6c8ea051 BACKPORT: fuse: send security context of inode on file
05e1c47bbc UPSTREAM: security: Return xattr name from security_dentry_init_security()
e8ac12a811 BACKPORT: fuse: extend init flags
a43215959d BACKPORT: scsi: ufs: core: Fix missing clk change notification on host reset
773f36077b ANDROID: ABI: Dedup the repeated symbols for Unisoc
c4ebf71500 FROMLIST: arm64: mte: move register initialization to C
f42e2933f0 FROMLIST: ufs: allow host driver to disable wb toggling during clock scaling
8d76ae003b ANDROID: GKI: update xiaomi symbol list
be69ad8227 ANDROID: Expand user_struct size.
776d084118 UPSTREAM: usb: gadget: uvc: calculate the number of request depending on framesize
26e36e62c9 UPSTREAM: usb: dwc3: gadget: increase tx fifo size for ss isoc endpoints
928bb2bbe1 UPSTREAM: usb: gadget: uvc: remove pause flag use
85791a9e63 UPSTREAM: usb: gadget: uvc: allow changing interface name via configfs
499ea1f89b UPSTREAM: usb: gadget: uvc: fix list double add in uvcg_video_pump
0db028444c ANDROID: abi_gki_aarch64_qcom: Add blk_mq_free_request
b58af507bf ANDROID: GKI: Update symbols to symbol list
0312e9cd22 ANDROID: vendor_hooks:vendor hook for __alloc_pages_slowpath.
22c312bbde ANDROID: nl80211: enable reserved attributes with upstream assignments
17e63e8b13 ANDROID: fix declaration mismatch for ns_to_kernel_old_timeval
13e5af1463 ANDROID: avoid huge-page not to clear trylock-bit after shrink_page_list.
b337f6e1a9 ANDROID: mm/memory_hotplug: Fix error path handling
695e36b60e ANDROID: GKI: Update symbol list for imx
4d91f7dff5 ANDROID: GKI: update xiaomi symbol list
39088bd0f1 UPSTREAM: usb: gadget: uvc: test if ep->desc is valid on ep_queue
48ffd4d42d UPSTREAM: usb: gadget: uvc: only pump video data if necessary
1b5de9bdc4 UPSTREAM: usb: gadget: uvc: only schedule stream in streaming state
75b799c801 UPSTREAM: usb: dwc3: gadget: Give some time to schedule isoc
8398037818 UPSTREAM: usb: gadget: composite: Show warning if function driver's descriptors are incomplete.
77672b2424 ANDROID: GKI: Add symbol list file for sunxi
555400c6f7 ANDROID: ABI: Update symbols to unisoc whitelist
73b352b9bc ANDROID: GKI: Update Symbol List for Vendor
175fa88bc2 ANDROID: kernel/sched: rebuild_sched_domains export
5dc0125847 ANDROID: vendor_hooks: Add hooks for page_cache_sync_ra
5a3e902fed FROMLIST: cgroup: Fix race condition at rebind_subsystems()
6aafd4a7e6 ANDROID: GKI: Update symbols to symbol list
7e1756dacc ANDROID: GKI: Add initial symbol list for amlogic
885f16fab6 ANDROID: gki_defconfig: enable CONFIG_USB_CONFIGFS_F_UVC
b2a6221a18 ANDROID: GKI: Update symbols to symbol list
7fa896f92d ANDROID: GKI: Update symbols to symbol list
212c9a7426 ANDROID: ABI: Update symbols to unisoc whitelist for mmc 3st
fb9c12a0f6 ANDROID: ABI: Update oplus symbol list
a54b0cc492 ANDROID: Update mtktv symbol list
bc2b2529f6 BACKPORT: cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
a30c0961dd UPSTREAM: cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty subtree
b38034b5d5 BACKPORT: FROMLIST: PCI: dwc: Add support for 64-bit MSI target address
6c9828727f BACKPORT: FROMLIST: PCI: dwc: Drop dependency on ZONE_DMA32
cfaccedb79 BACKPORT: f2fs: do not allow to decompress files have FI_COMPRESS_RELEASED
70d1b9fe5f BACKPORT: f2fs: do not set compression bit if kernel doesn't support
66a0472aac BACKPORT: f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same time
b57cdff123 BACKPORT: f2fs: do not skip updating inode when retrying to flush node page
db198f61d0 BACKPORT: f2fs: do not count ENOENT for error case
39886a23bb BACKPORT: f2fs: attach inline_data after setting compression
d85467fdca BACKPORT: f2fs: allow compression for mmap files in compress_mode=user
0e65382de3 BACKPORT: f2fs: fix fallocate to use file_modified to update permissions consistently
0d0b29daf8 BACKPORT: f2fs: don't need inode lock for system hidden quota
089aeb07ab BACKPORT: f2fs: fix to clear dirty inode in f2fs_evict_inode()
05a794d93a BACKPORT: f2fs: avoid infinite loop to flush node pages
9449d07f3f BACKPORT: f2fs: fix to do sanity check on inline_dots inode
820c876e42 BACKPORT: f2fs: introduce data read/write showing path info
8637bc7602 BACKPORT: f2fs: fix wrong condition check when failing metapage read
ffb7e4633b BACKPORT: f2fs: replace congestion_wait() calls with io_schedule_timeout()
a60c2d4f12 ANDROID: vendor_hooks: Add hooks for ipa
e956d16bc2 ANDROID: GKI: add restricted vendor hook for mmc
fc9630b3cb ANDROID: vendor_hooks: add vendor hook for dma_heap_buffer_alloc
47351f748e ANDROID: GKI: Update symbol list for Exynos SoC
f729494767 ANDROID: vendor_hook: add hooks to protect locking-tsk in cpu scheduler
e5e38b46e5 ANDROID: GKI: Update symbols to symbol list
1f925159e2 ANDROID: fix kernelci issue: visibility of struct cgroup_subsys
aea5730216 ANDROID: ABI: Update symbols to unisoc whitelist for sync from local code
4899ed313f ANDROID: GKI: update the ABI xml and pixel symbol list
e7cbfabf82 ANDROID: export reclaim_pages
309a6bf81a ANDROID: vendor_hook: Add hook to not be stuck ro rmap lock in kswapd or direct_reclaim
4f5025129f FROMLIST: usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop
d4d10fb574 Revert "FROMLIST: usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop"
2487db8d59 ANDROID: freezer: Add vendor hook to freezer for GKI purpose.
9ac0923ef5 ANDROID: user: Add vendor hook to user for GKI purpose
8b885a54ba ANDROID: GKI: Update symbol list for imx
d1bc61dd85 ANDROID: android: Export symbols for invoking cpufreq_update_util()
b109cefd6f FROMGIT: usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completion
6349c3bbd5 ANDROID: GKI: add vendor hook to support emmc FFU
64ae41d79b ANDROID: GKI: Update symbols to symbol list
58c2de6dd0 ANDROID: Update symbol list of mediatek
c3677a966d ANDROID: ABI: update allowed list for galaxy
6581a0bfa7 FROMLIST: usb: gadget: f_uac2: fix superspeed transfer
e2c216a2af UPSTREAM: usb: gadget: f_uac2: clean up some inconsistent indenting
2b0d64ba20 UPSTREAM: wifi: cfg80211: Allow P2P client interface to indicate port authorization
5fad12ed63 UPSTREAM: bcache: move uapi header bcache.h to bcache code directory
99b2e4c942 UPSTREAM: arm64: perf: Support new DT compatibles
08f07e3d42 UPSTREAM: arm64: perf: Simplify registration boilerplate
48af748d03 UPSTREAM: arm64: perf: Support Denver and Carmel PMUs
952fbc560f ANDROID: Add symbols required for NVMe in abi_gki_aarch64_qcom
ce8b55bb08 ANDROID: vendor_hooks: protect multi-mapcount pages in kernel
09ebd2be6e ANDROID: add func:do_traversal_all_lruvec in mm/memcontrol.c
efbe140e82 ANDROID: vendor_hooks: account page-mapcount
bf19ba7dd0 ANDROID: GKI: allow mm vendor hooks header inclusion from header files
e99fffe1d4 ANDROID: Update symbol list for mtk
42f3a7e05f UPSTREAM: dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAME
dbe7eb9794 ANDROID: abi_gki_aarch64_qcom: Update symbol list
1d7ab182b7 ANDROID: ABI update for virtual device virtio_gpu changes
e0bf6839e7 ANDROID: mm: always destroy mmu_notifier percpu_rwsem asynchronously
3c5af3f431 UPSTREAM: kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt)
a379c27044 ANDROID: ABI: Update symbols to unisoc whitelist for mmc 2st
7b610b2916 ANDROID: Update symbol list of mediatek
5b6fcb2222 UPSTREAM: kbuild: Ignore __this_module in gen_autoksyms.sh
d78c536fe7 UPSTREAM: binder: fix redefinition of seq_file attributes
b52b0debf7 ANDROID: Add a script to collect information about a device's dependencies
af6d390801 BACKPORT: FROMLIST: wifi: cfg80211: Add link_id parameter to various key operations for MLO
359b4ecb6b ANDROID: Update symbol list for mtk
6360c456ed ANDROID: update symbol list for pixel
60714690fe ANDROID: scsi: ufs: add vendor hook to override key reprogramming
cacbff013b BACKPORT: Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
c4fbc06424 BACKPORT: KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
6bb5d6b3f7 ANDROID: GKI: update symbol list
a2f552f49c ANDROID: GKI: vendor code needs __balance_callbacks access

Change-Id: Ibee4a43f0ecbddf17851d4db250e95e83800a5a2
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-23 12:28:00 +00:00
Greg Kroah-Hartman
a60104c6cc Merge tag 'android13-5.15.78_r00' into android13-5.15
This is the merge of the upstream LTS release of 5.15.78 into the
android13-5.15 branch.

It contains the following commits:

c73b4619ad ANDROID: abi preservation for fscrypt change in 5.15.78
1960b1e610 Merge 5.15.78 into android13-5.15-lts
7048384c98 Revert "net: macb: Specify PHY PM management done by MAC"
845a2cc2e8 Revert "perf: Fix missing SIGTRAPs"
6f88ababa4 Merge 5.15.77 into android13-5.15-lts
92f701cae0 Revert "net: phylink: add mac_managed_pm in phylink_config structure"
8d9f3b2315 Revert "arm64: errata: Remove AES hwcap for COMPAT tasks"
eaa46dd972 Merge 5.15.76 into android13-5.15-lts
d9d889009b ANDROID: properly copy the scm_io_uring field in struct sk_buff
16d4484281 ANDROID: fix up struct sk_buf ABI breakage
2d19e77e73 Revert "bpf: Fix reference state management for synchronous callbacks"
c18696c060 Revert "tracing: Wake up ring buffer waiters on closing of the file"
d122aaf804 Revert "tracing: Add ioctl() to force ring buffer waiters to wake up"
dfd3aa1729 ANDROID: rename struct tcm_sock.cwnd_usage_seq to fix ABI
c51f6b79ce ANDROID: rename struct task_struct.in_eventfd to fix ABI
85725fbe42 Revert "ALSA: usb-audio: Register card at the last interface"
8f38fb79b5 Revert "ALSA: usb-audio: Fix last interface check for registration"
3ebc180a96 Revert "serial: 8250: Let drivers request full 16550A feature probing"
f6d7d7caaa Revert "serial: 8250: Request full 16550A feature probing for OxSemi PCIe devices"
d1096112e5 Revert "usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug"
3447743ef1 Revert "serial: 8250: Toggle IER bits on only after irq has been set up"
b049ff121c Merge 5.15.75 into android13-5.15-lts
4ec71a9ec7 ANDROID: cpu/hotplug: call perf event through function pointer
509a32764e Linux 5.15.78
7038af4ce9 wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()
b66617cc3c drm/i915/sdvo: Setup DDC fully before output init
73d52322c4 drm/i915/sdvo: Filter out invalid outputs more sensibly
2219b6aad3 drm/rockchip: dsi: Force synchronous probe
dd955eb4e6 drm/rockchip: dsi: Clean up 'usage_mode' when failing to attach
cfa8a89af9 cifs: fix regression in very old smb1 mounts
3189de0ac3 ext4,f2fs: fix readahead of verity data
a663e6ab17 tee: Fix tee_shm_register() for kernel TEE drivers
d46db722a0 KVM: x86: emulator: update the emulation mode after CR0 write
942aec252b KVM: x86: emulator: update the emulation mode after rsm
9df4bb7b38 KVM: x86: emulator: introduce emulator_recalc_and_set_mode
311f1e51a2 KVM: x86: emulator: em_sysexit should update ctxt->mode
37a03de2d0 KVM: arm64: Fix bad dereference on MTE-enabled systems
167dca5e21 KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailable
19c2b2ffbe KVM: x86: Mask off reserved bits in CPUID.8000001FH
553fd40d3b KVM: x86: Mask off reserved bits in CPUID.80000001H
006366b96c KVM: x86: Mask off reserved bits in CPUID.80000008H
fc796fd861 KVM: x86: Mask off reserved bits in CPUID.8000001AH
ef7716398a KVM: x86: Mask off reserved bits in CPUID.80000006H
a88998446b x86/syscall: Include asm/ptrace.h in syscall_wrapper header
999cff2b6c ext4: fix BUG_ON() when directory entry has invalid rec_len
0a43c015e9 ext4: fix warning in 'ext4_da_release_space'
ada82803a7 parisc: Avoid printing the hardware path twice
081ff43a77 parisc: Export iosapic_serial_irq() symbol for serial port driver
5daf985dd0 parisc: Make 8250_gsc driver dependend on CONFIG_PARISC
425fe99771 perf/x86/intel: Fix pebs event constraints for SPR
4613a45017 perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]
7de3fe6a13 perf/x86/intel: Fix pebs event constraints for ICL
71d6c33fe2 arm64: entry: avoid kprobe recursion
52be536155 efi: random: Use 'ACPI reclaim' memory for random seed
83b5ec7ee8 efi: random: reduce seed size to 32 bytes
0417f70b85 fuse: add file_modified() to fallocate
2de8eec8af capabilities: fix potential memleak on error path from vfs_getxattr_alloc()
bd07f8067b tracing/histogram: Update document for KEYS_MAX size
27b4406f9c tools/nolibc/string: Fix memcmp() implementation
b5074df412 ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()
85f3caa955 kprobe: reverse kp->flags when arm_kprobe failed
d1b6a8e341 tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()
828577e0ba tcp/udp: Make early_demux back namespacified.
88561a6677 ftrace: Fix use-after-free for dynamic ftrace_ops
450d748070 btrfs: fix type of parameter generation in btrfs_get_dentry
007058eb82 btrfs: fix tree mod log mishandling of reallocated nodes
336fdd295c btrfs: fix lost file sync on direct IO write with nowait and dsync iocb
cff805b151 fscrypt: fix keyring memory leak on mount failure
e6f4fd85ef fscrypt: stop using keyrings subsystem for fscrypt_master_key
3975affcf5 af_unix: Fix memory leaks of the whole sk due to OOB skb.
4302806dbf block, bfq: protect 'bfqd->queued' by 'bfqd->lock'
3e4697ffdf Bluetooth: L2CAP: Fix attempting to access uninitialized memory
81035e1201 Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
d78ccdce66 i2c: piix4: Fix adapter not be removed in piix4_remove()
c76ff8ae11 arm64: dts: juno: Add thermal critical trip points
7398435e61 firmware: arm_scmi: Fix devres allocation device in virtio transport
3653cdc21b firmware: arm_scmi: Make Rx chan_setup fail on memory errors
e514d67b23 firmware: arm_scmi: Suppress the driver's bind attributes
4e68c5da60 block: Fix possible memory leak for rq_wb on add_disk failure
bf822b6980 arm64: dts: ls208xa: specify clock frequencies for the MDIO controllers
f2329886e5 arm64: dts: ls1088a: specify clock frequencies for the MDIO controllers
33fcc55dbc arm64: dts: lx2160a: specify clock frequencies for the MDIO controllers
f3429a1e49 arm64: dts: imx8: correct clock order
de2a83186a ARM: dts: imx6qdl-gw59{10,13}: fix user pushbutton GPIO offset
cb9ce8910a clk: qcom: Update the force mem core bit for GPU clocks
bdc1182496 efi/tpm: Pass correct address to memblock_reserve
3a4d6f165e i2c: xiic: Add platform module alias
62eea4014a drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV case
7a2547cac2 HID: saitek: add madcatz variant of MMO7 mouse device ID
931c97a54c scsi: core: Restrict legal sdev_state transitions via sysfs
c50ec15725 ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()
8ecd1db58b media: v4l: subdev: Fail graciously when getting try data for NULL state
f96ad391d0 media: meson: vdec: fix possible refcount leak in vdec_probe()
8b785cdcd3 media: dvb-frontends/drxk: initialize err to 0
73dfb64213 media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZE
cbfa26936f media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE
647c12c47e media: rkisp1: Zero v4l2_subdev_format fields in when validating links
abbeb8f727 media: rkisp1: Use correct macro for gradient registers
03b30e5a36 media: rkisp1: Initialize color space on resizer sink and source pads
d58b6b665c media: rkisp1: Don't pass the quantization to rkisp1_csm_config()
0e501fd0f3 s390/cio: fix out-of-bounds access on cio_ignore free
c65cc56937 s390/cio: derive cdev information only for IO-subchannels
c64be93f1e s390/boot: add secure boot trailer
1cdaca8f00 s390/uaccess: add missing EX_TABLE entries to __clear_user()
509cbbdec9 mtd: parsers: bcm47xxpart: Fix halfblock reads
5b8797e9db mtd: parsers: bcm47xxpart: print correct offset on read error
2f07635876 fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards
154934c74f video/fbdev/stifb: Implement the stifb_fillrect() function
b524b41806 drm/msm/hdmi: fix IRQ lifetime
c55dd62001 drm/msm/hdmi: Remove spurious IRQF_ONESHOT flag
d153d468c4 vsock: fix possible infinite sleep in vsock_connectible_wait_data()
0ed71af4d0 ipv6: fix WARNING in ip6_route_net_exit_late()
2b45d6d0c4 net, neigh: Fix null-ptr-deref in neigh_table_clear()
61defd6450 net/smc: Fix possible leaked pernet namespace in smc_init()
de88977427 stmmac: dwmac-loongson: fix invalid mdio_node
535b78739a ibmvnic: Free rwi on reset success
985a88bf0b net: mdio: fix undefined behavior in bit shift for __mdiobus_register
aa16cac06b Bluetooth: L2CAP: Fix memory leak in vhci_write
a3a7b2ac64 Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()
cf2719a21f Bluetooth: virtio_bt: Use skb_put to set length
8278a87bb1 Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu
42d20d5e24 netfilter: ipset: enforce documented limit to prevent allocating huge memory
f46ea5fa33 btrfs: fix ulist leaks in error paths of qgroup self tests
222a3d5330 btrfs: fix inode list leak during backref walking at find_parent_nodes()
6ba3479f9e btrfs: fix inode list leak during backref walking at resolve_indirect_refs()
a80634f392 isdn: mISDN: netjet: fix wrong check of device registration
029d5b7688 mISDN: fix possible memory leak in mISDN_register_device()
3e2129c67d rose: Fix NULL pointer dereference in rose_send_frame()
06d7596d18 ipvs: fix WARNING in ip_vs_app_net_cleanup()
5ee2d6b726 ipvs: fix WARNING in __ip_vs_cleanup_batch()
33e7783bc0 ipvs: use explicitly signed chars
6044791b7b netfilter: nf_tables: release flow rule object from commit path
1ffe710041 netfilter: nf_tables: netlink notifier might race to release objects
dcc79cf735 net: tun: fix bugs for oversize packet when napi frags enabled
fc4b50adb4 net: sched: Fix use after free in red_enqueue()
ab80025ea7 ata: pata_legacy: fix pdc20230_set_piomode()
dede9ba027 net: fec: fix improper use of NETDEV_TX_BUSY
5dfdac5e3f nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
7486f5c900 nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()
3cba1f061b nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()
44bc1868a4 nfc: fdp: Fix potential memory leak in fdp_nci_send()
4bef9a89f2 net: dsa: fall back to default tagger if we can't load the one from DT
06f9e0b37f RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()
6b3d5dcb12 RDMA/core: Fix null-ptr-deref in ib_core_cleanup()
9f555b1584 net: dsa: Fix possible memory leaks in dsa_loop_init()
24641993a7 nfs4: Fix kmemleak when allocate slot failed
0797c85433 NFSv4.2: Fixup CLONE dest file size for zero-length count
d59722d088 SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed
dea7ef05de NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot
7b1c2458de NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
4ec017e300 NFSv4: Fix a potential state reclaim deadlock
e3e53c5af5 RDMA/hns: Disable local invalidate operation
85ab79ac94 RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()
be16cc7abd RDMA/hns: Remove magic number
ba95409d6b IB/hfi1: Correctly move list in sc_disable()
484d969037 RDMA/cma: Use output interface for net_dev check
f7d9de8a0d KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
b7b66f13ac KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()
0c60fa7f55 KVM: x86: Protect the unused bits in MSR exiting flags
ad8e4868dd HID: playstation: add initial DualSense Edge controller support
3a44ae4afa mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
8576d7edea drm/amd/display: explicitly disable psr_feature_enable appropriately
058b3a11f7 KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
9ee32892c7 KVM: x86: Trace re-injected exceptions
0c9c1306d6 serial: ar933x: Deassert Transmit Enable on ->rs485_config()
21d65b3516 scsi: lpfc: Rework MIB Rx Monitor debug info logic
d70705e131 scsi: lpfc: Adjust CMF total bytes and rxmonitor
9ebc6e8ad1 scsi: lpfc: Adjust bytes received vales during cmf timer interval
793d8378b7 Linux 5.15.77
1401e9336b tcp/udp: Fix memory leak in ipv6_renew_options().
b079d37752 serial: Deassert Transmit Enable on probe in driver-specific way
63f75fea3a serial: core: move RS485 configuration tasks from drivers into core
0753069d44 can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive
17ff99e224 can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L
aad798a0b3 scsi: sd: Revert "scsi: sd: Remove a local variable"
52c2329147 arm64: Add AMPERE1 to the Spectre-BHB affected list
5397ea6a08 net: enetc: survive memory pressure without crashing
885a454e97 kcm: do not sense pfmemalloc status in kcm_sendpage()
92b4c5c3fa net: do not sense pfmemalloc status in skb_append_pagefrags()
ae1b08592e net/mlx5: Fix crash during sync firmware reset
37ada47d01 net/mlx5: Update fw fatal reporter state on PCI handlers successful recover
9e6523d06a net/mlx5: Print more info on pci error handlers
ab3de780c1 net/mlx5: Fix possible use-after-free in async command interface
8bbff203e3 net/mlx5e: Extend SKB room check to include PTP-SQ
ee1c0ca1af net/mlx5e: Do not increment ESN when updating IPsec ESN state
eefa97a7a0 netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failed
c9589e18a6 net: broadcom: bcm4908_enet: update TX stats after actual transmission
9711616a49 net: broadcom: bcm4908enet: remove redundant variable bytes
b317d53680 nh: fix scope used to find saddr when adding non gw nh
2ad284ac88 net: bcmsysport: Indicate MAC is in charge of PHY PM
d1cfa71d5b net: ehea: fix possible memory leak in ehea_register_port()
588bdd7ee4 openvswitch: switch from WARN to pr_warn
9a1c1df925 ALSA: aoa: Fix I2S device accounting
e81d7826b8 ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()
77a754fcfe net: ethernet: ave: Fix MAC to be in charge of PHY PM
bc2518ec71 net: fec: limit register access on i.MX6UL
f710deeea7 perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics
eb59cb2fab PM: domains: Fix handling of unavailable/disabled idle states
bde7c2acef net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()
8927d90d56 i40e: Fix flow-type by setting GL_HASH_INSET registers
c39de3ae50 i40e: Fix VF hang when reset is triggered on another VF
250bf8ab78 i40e: Fix ethtool rx-flow-hash setting for X722
ad3f1d9bf1 ipv6: ensure sane device mtu in tunnels
e2ec5bb78c perf vendor events power10: Fix hv-24x7 metric events
f9df388ed6 media: vivid: set num_in/outputs to 0 if not supported
4cc7d8d420 media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'
491c0959f0 media: v4l2-dv-timings: add sanity checks for blanking values
0f83edbe4f media: vivid: dev->bitmap_cap wasn't freed in all cases
5b1fb2a28d media: vivid: s_fbuf: add more sanity checks
3436e56337 PM: hibernate: Allow hybrid sleep to work with s2idle
3cc8c4088f can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path
a3e09eff32 can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path
304a101616 drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()
2fe6b24ce2 net-memcg: avoid stalls when under memory pressure
9b171fdcbf tcp: fix indefinite deferral of RTO with SACK reneging
a85d39f14a tcp: fix a signed-integer-overflow bug in tcp_add_backlog()
2437f3c5c6 tcp: minor optimization in tcp_add_backlog()
ef27df7591 net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSY
a1e18acb02 net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
62086d1c46 kcm: annotate data-races around kcm->rx_wait
342d918cf9 kcm: annotate data-races around kcm->rx_psock
6bb23225bb atlantic: fix deadlock at aq_nic_stop
4e2cbc1f0e drm/i915/dp: Reset frl trained flag before restarting FRL training
3d92ab0865 amd-xgbe: add the bit rate quirk for Molex cables
75a6d1ebf8 amd-xgbe: fix the SFP compliance codes check for DAC cables
98bada8fa0 x86/unwind/orc: Fix unreliable stack dump with gcov
88e879c9f5 nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()
18c60b383d net: macb: Specify PHY PM management done by MAC
95c22fc1e8 net: hinic: fix the issue of double release MBOX callback of VF
6016d96a6a net: hinic: fix the issue of CMDQ memory leaks
e6765fe8de net: hinic: fix memory leak when reading function table
62aa78a0c3 net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()
1e0bee973e net: netsec: fix error handling in netsec_register_mdio()
7a939503fc tipc: fix a null-ptr-deref in tipc_topsrv_accept
c638b520ba perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()
4fdf6f978c ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
b688736903 ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
eca851572d mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()
08c246c7df arc: iounmap() arg is volatile
739eac37ff sched/core: Fix comparison in sched_group_cookie_match()
ca7b0a1028 perf: Fix missing SIGTRAPs
eb77474a2a ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile
9b6841ab70 KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test
59de8738ed drm/msm: Fix return type of mdp4_lvds_connector_mode_valid
a560aeac2f media: atomisp: prevent integer overflow in sh_css_set_black_frame()
32f93e4608 media: v4l2: Fix v4l2_i2c_subdev_set_name function documentation
5a93a8288c net: ieee802154: fix error return code in dgram_bind()
138a13d8f5 ethtool: eeprom: fix null-deref on genl_info in dump
1c2b1d3bba mmc: block: Remove error check of hw_reset on reset
0b0d169723 Revert "scsi: lpfc: SLI path split: Refactor lpfc_iocbq"
7a0fce24de Revert "scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4"
7a36c9de43 Revert "scsi: lpfc: SLI path split: Refactor SCSI paths"
eb8be2dbfb Revert "scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()"
065bf71a8a Revert "scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()"
97dc9076ea Revert "scsi: lpfc: Resolve some cleanup issues following SLI path refactoring"
b32b766be4 s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_inuser()
1ad7213fcf s390/futex: add missing EX_TABLE entry to __futex_atomic_op()
ae9398e837 perf auxtrace: Fix address filter symbol name match for modules
14009ada57 ARC: mm: fix leakage of memory allocated for PTE
eb9ed3343c pinctrl: Ingenic: JZ4755 bug fixes
94d2643df1 kernfs: fix use-after-free in __kernfs_remove
f1204dfc4c counter: microchip-tcb-capture: Handle Signal1 read and Synapse
6fb0106c64 mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus
73e3901e70 mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake
1e8cd93ae5 mmc: core: Fix kernel panic when remove non-standard SDIO card
02e51e7cd1 mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO
4c365a0c21 coresight: cti: Fix hang in cti_disable_hw()
b32775e039 drm/msm/dp: fix IRQ lifetime
b48949ab45 drm/msm/hdmi: fix memory corruption with too many bridges
9f035d1fb3 drm/msm/dsi: fix memory corruption with too many bridges
986a89b371 drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume
a2f0934e6b scsi: qla2xxx: Use transport-defined speed mask for supported_speeds
2b1a3172ee mac802154: Fix LQI recording
46b4b1e11e exec: Copy oldsighand->action under spin-lock
265b6fb780 fs/binfmt_elf: Fix memory leak in load_elf_binary()
24030742a7 cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores
3423a3417f cpufreq: intel_pstate: Read all MSRs on the target CPU
cc6a724984 fbdev: smscufx: Fix several use-after-free bugs
1a8b22e3f3 iio: adxl372: Fix unsafe buffer attributes
2f08cad213 iio: temperature: ltc2983: allocate iio channels once
1bfe97f497 iio: light: tsl2583: Fix module unloading
569709540e tools: iio: iio_utils: fix digit calculation
c892a81c74 xhci: Remove device endpoints from bandwidth list when freeing the device
dfacb5c7f0 xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices
64058af657 xhci: Add quirk to reset host back to default state at shutdown
022f21e850 mtd: rawnand: marvell: Use correct logic for nand-keep-config
f90897c0f6 usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller
a0c54d5152 usb: bdc: change state when port disconnected
e0fd70ab48 usb: dwc3: gadget: Don't set IMI for no_interrupt
ad538aea64 usb: dwc3: gadget: Stop processing more requests on IMI
f2f53be617 usb: gadget: uvc: fix sg handling during video encode
80ff4ef777 usb: gadget: uvc: fix sg handling in error case
555011f6b2 USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM
311428871b ALSA: rme9652: use explicitly signed char
fa8b39c7ed ALSA: au88x0: use explicitly signed char
8af82d330d ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600
259cb4dee1 ALSA: Use del_timer_sync() before freeing timer
33ddee2b95 can: kvaser_usb: Fix possible completions during init_completion
86da269c75 can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb()
ead0495627 NFSv4: Add an fattr allocation to _nfs4_discover_trunking()
eb1fe9600b NFSv4: Fix free of uninitialized nfs4_label on referral lookup.
4f5365f770 Linux 5.15.76
33fc9e26b7 mm: /proc/pid/smaps_rollup: fix no vma's null-deref
b9d8cbe90a mmc: core: Add SD card quirk for broken discard
0ee2f0567a Makefile.debug: re-enable debug info for .S files
117825e9bb x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB
0983205085 ACPI: video: Force backlight native for more TongFang devices
289b56715b perf: Skip and warn on unknown format 'configN' attrs
9d912a3853 mmc: sdhci-tegra: Use actual clock rate for SW tuning correction
7aeda81191 tracing: Do not free snapshot if tracer is on cmdline
57252e7bd4 tracing: Simplify conditional compilation code in tracing_set_tracer()
20bc6d23f7 ksmbd: fix incorrect handling of iterate_dir
3c8cfcaa2d ksmbd: handle smb2 query dir request for OutputBufferLength that is too small
8754fa5dbc arm64: mte: move register initialization to C
ea7be82fd7 fs: dlm: fix invalid derefence of sb_lvbptr
0365d6af75 iommu/vt-d: Clean up si_domain in the init_dmars() error path
5c95d0c9d0 iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()
209740fd13 net: phy: dp83822: disable MDI crossover status change interrupt
ce1234573d net: sched: fix race condition in qdisc_graft()
91f8f5342b net: hns: fix possible memory leak in hnae_ae_register()
50c31fa952 wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()
d2fc83a6b5 sfc: include vport_id in filter spec hash and equal()
c2e1e59d59 net: sched: sfb: fix null pointer access issue when sfb_init() fails
34f2a4eedc net: sched: delete duplicate cleanup of backlog and qlen
154f4c06d9 net: sched: cake: fix null pointer access issue when cake_init() fails
5efed7578d nvmet: fix workqueue MEM_RECLAIM flushing dependency
2f2b84b020 nvme-hwmon: kmalloc the NVME SMART log buffer
66c56b2328 nvme-hwmon: consistently ignore errors from nvme_hwmon_init
d77f6908f9 netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
efa9dd7e67 ionic: catch NULL pointer issue on reconfig
35ece85866 net: hsr: avoid possible NULL deref in skb_clone()
e326df21da dm: remove unnecessary assignment statement in alloc_dev()
847301f0ee cifs: Fix xid leak in cifs_ses_add_channel()
8905d13b9e cifs: Fix xid leak in cifs_flock()
27cfd3afaa cifs: Fix xid leak in cifs_copy_file_range()
593d877c39 cifs: Fix xid leak in cifs_create()
a8df9d0428 udp: Update reuse->has_conns under reuseport_lock.
9749595feb scsi: lpfc: Fix memory leak in lpfc_create_port()
b9122e0e0e net: phylink: add mac_managed_pm in phylink_config structure
412db9b06d net: phy: dp83867: Extend RX strap quirk for SGMII mode
5ce6130519 net/atm: fix proc_mpc_write incorrect return value
0eb17faedc sfc: Change VF mac via PF as first preference if available.
0f58940ca3 HID: magicmouse: Do not set BTN_MOUSE on double report
94a171c982 i40e: Fix DMA mappings leak
dbc01c0a4e tipc: fix an information leak in tipc_topsrv_kern_subscr
b294cad6f0 tipc: Fix recognition of trial period
6161c364e3 ACPI: extlog: Handle multiple records
40e5fceddf drm/vc4: Add module dependency on hdmi-codec
6c5041a103 btrfs: fix processing of delayed tree block refs during backref walking
af67578d56 btrfs: fix processing of delayed data refs during backref walking
c439cafce8 x86/topology: Fix duplicated core ID within a package
d31f4bc225 x86/topology: Fix multiple packages shown on a single-package system
fcc96e89b3 media: venus: dec: Handle the case where find_format fails
b22b4823a0 media: mceusb: set timeout to at least timeout provided
5265cc1202 media: ipu3-imgu: Fix NULL pointer dereference in active selection access
1e4e71f9e1 KVM: arm64: vgic: Fix exit condition in scan_its_table()
5bf2fda26a kvm: Add support for arch compat vm ioctls
112a005d1d mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
2d508b4e65 drm/amdgpu: fix sdma doorbell init ordering on APUs
b5606e3ab1 cpufreq: qcom: fix memory leak in error path
d866f5982c x86/resctrl: Fix min_cbm_bits for AMD
8fbe13de1c ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS
5d6a037b3a ata: ahci-imx: Fix MODULE_ALIAS
30cf0dee37 hwmon/coretemp: Handle large core ID value
2f7171465f x86/microcode/AMD: Apply the patch early on every logical thread
93d7e2b47a i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter
14d260f94f cpufreq: qcom: fix writes in read-only memory region
3006766d24 selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
1b31cb0065 ocfs2: fix BUG when iput after ocfs2_mknod fails
e469db818e ocfs2: clear dinode links count in case of error
ded9d535be btrfs: enhance unsupported compat RO flags handling
537412c547 perf/x86/intel/pt: Relax address filter validation
8ddc58e0e3 arm64: errata: Remove AES hwcap for COMPAT tasks
738515cf8b usb: gadget: uvc: improve sg exit condition
db11d8c72a usb: gadget: uvc: giveback vb2 buffer on req complete
aee340dccf usb: gadget: uvc: rework uvcg_queue_next_buffer to uvcg_complete_buffer
2f54ce7392 usb: gadget: uvc: use on returned header len in video_encode_isoc_sg
d80db2f145 usb: gadget: uvc: consistently use define for headerlen
f9681a6750 arm64/mm: Consolidate TCR_EL1 fields
5b20aacff7 r8152: add PID for the Lenovo OneLink+ Dock
bd8a595958 Linux 5.15.75
b6e2c54be3 io-wq: Fix memory leak in worker creation
7c359e2849 gcov: support GCC 12.1 and newer compilers
8418c1672c thermal: intel_powerclamp: Use first online CPU as control_cpu
55c824b620 ext4: continue to expand file system when the target size doesn't reach
0e63de6d7e lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
84cd0b20fa Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
371aaf6b48 Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
e1591557e3 drm/amd/display: Fix build breakage with CONFIG_DEBUG_FS=n
34f31a2b66 net/ieee802154: don't warn zero-sized raw_sendmsg()
de904d0fe1 Revert "net/ieee802154: reject zero-sized raw_sendmsg()"
9c65eef9d6 net: ethernet: ti: davinci_mdio: fix build for mdio bitbang uses
d7eadffce0 blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
28787ff9fb ALSA: usb-audio: Fix last interface check for registration
b8989e95d7 net: ieee802154: return -EINVAL for unknown addr type
0db2efb3bf mm: hugetlb: fix UAF in hugetlb_handle_userfault
98aada6e22 io_uring/rw: fix unexpected link breakage
d6b7efc722 io_uring/rw: fix error'ed retry return values
e857457c6f io_uring/rw: fix short rw error handling
cd148d4e31 io_uring: correct pinned_vm accounting
813d8fe5d3 io_uring/af_unix: defer registered files gc to io_uring release
c69a2324fc perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
e81bf40b28 clk: bcm2835: Round UART input clock up
da17cbb229 clk: bcm2835: Make peripheral PLLC critical
20b8c456df usb: idmouse: fix an uninit-value in idmouse_open
ec8adf767e nvmet-tcp: add bounds check on Transfer Tag
1c64328840 nvme: copy firmware_rev on each init
b9b5560b34 ext2: Use kvmalloc() for group descriptor array
8c067a3051 scsi: tracing: Fix compile error in trace_array calls when TRACING is disabled
39bef9c6a9 staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()
b4573a2bad staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()
eb24d93e3e Revert "usb: storage: Add quirk for Samsung Fit flash"
3a38985d8b usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug
9d4f84a15f arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes
3c84c7f592 usb: musb: Fix musb_gadget.c rxstate overflow bug
fcd594da0b usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
9e86dffd0b md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
f8e80792c1 eventfd: guard wake_up in eventfd fs calls as well
c61786dc72 HID: roccat: Fix use-after-free in roccat_read()
f7f425d61d soundwire: intel: fix error handling on dai registration issues
093a5463ae soundwire: cadence: Don't overwrite msg->buf during write commands
1b4ed920b2 bcache: fix set_at_max_writeback_rate() for multiple attached devices
eecb5ccc84 ata: libahci_platform: Sanity check the DT child nodes number
70b2adb1d6 blk-throttle: prevent overflow while calculating wait time
ff8551d411 staging: vt6655: fix potential memory leak
7c8bc37465 power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
3d69461807 iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
c0d73be0af nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
9d54de8660 scsi: 3w-9xxx: Avoid disabling device if failing to enable it
d68da10b0c dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
518a2a1cc3 usb: host: xhci-plat: suspend/resume clks for brcm
f002aa7c0a usb: host: xhci-plat: suspend and resume clocks
6bcd745c87 clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
5c32cbf6cc media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfc
6f21976095 media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
0a07b13af0 clk: zynqmp: Fix stack-out-of-bounds in strncpy`
3680442cba ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=n
4a89c0befc btrfs: don't print information about space cache or tree every remount
39a07058c7 btrfs: scrub: try to fix super block errors
f3857dd7c0 btrfs: dump extra info if one free space cache has more bitmaps than it should
d3c6d5be46 arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply
82046b6a84 kselftest/arm64: Fix validatation termination record after EXTRA_CONTEXT
3536541733 ARM: dts: imx6sx: add missing properties for sram
602813650c ARM: dts: imx6sll: add missing properties for sram
6a12e1e23c ARM: dts: imx6sl: add missing properties for sram
8c24dc621b ARM: dts: imx6qp: add missing properties for sram
47666b9a11 ARM: dts: imx6dl: add missing properties for sram
19fe40c518 ARM: dts: imx6q: add missing properties for sram
9361ba7791 ARM: dts: imx7d-sdb: config the max pressure for tsc2046
0f90671ff9 drm/amd/display: Remove interface for periodic interrupt 1
88fd067406 drm/dp: Don't rewrite link config when setting phy test pattern
668806a826 mmc: sdhci-msm: add compatible string check for sdm670
587c7da877 drm/meson: explicitly remove aggregate driver at module unload time
d76ff04a72 drm/meson: reorder driver deinit sequence to fix use-after-free bug
d894db3561 drm/amdgpu: fix initial connector audio value
e3675f688d ASoC: SOF: pci: Change DMI match info to support all Chrome platforms
f16e1b7b39 platform/x86: msi-laptop: Change DMI match / alias strings to fix module autoloading
39da49ffa2 platform/chrome: cros_ec: Notify the PM of wake events during resume
7463604784 drm: panel-orientation-quirks: Add quirk for Anbernic Win600
2810061452 drm/vc4: vec: Fix timings for VEC modes
0506c4eae9 ALSA: usb-audio: Register card at the last interface
39d7a81bbb drm: bridge: dw_hdmi: only trigger hotplug event on link change
dfbed8c92e udmabuf: Set ubuf->sg = NULL if the creation of sg table fails
a47d92c74b drm/amd/display: fix overflow on MIN_I64 definition
a29f742704 gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()
5ff7bec678 drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hook
ca163e389f drm: Prevent drm_copy_field() to attempt copying a NULL pointer
df5ac93926 drm: Use size_t type for len variable in drm_copy_field()
5ab84b1596 drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc()
b3179865cf r8152: Rate limit overflow messages
d1e894f950 Bluetooth: L2CAP: Fix user-after-free
124b7c7732 net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
5b94d48898 hwmon: (sht4x) do not overflow clamping operation on 32-bit platforms
a269c3e390 wifi: rt2x00: correctly set BBP register 86 for MT7620
b5e6ada5a5 wifi: rt2x00: set SoC wmac clock register
357c89074a wifi: rt2x00: set VGC gain for both chains of MT7620
92e2e04da5 wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620
4304b8e075 wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620
4a5eab200e can: bcm: check the result of can_send() in bcm_can_tx()
3423a50fa0 Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times
3ac837cef1 Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()
af46b2b9b0 wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw value
e33da263e9 regulator: core: Prevent integer underflow
d58c8781c0 Bluetooth: btintel: Mark Intel controller to support LE_STATES quirk
232d59eca0 wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
37f15edba2 iavf: Fix race between iavf_close and iavf_reset_task
0315568019 xfrm: Update ipcomp_scratches with NULL when freed
716c526d66 thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaround
b1b4144508 wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()
839f563c5d x86/mce: Retrieve poison range from hardware
1663629bc3 tcp: annotate data-race around tcp_md5sig_pool_populated
7b03296b4f openvswitch: Fix overreporting of drops in dropwatch
ffd7a1dcae openvswitch: Fix double reporting of drops in dropwatch
d449d00a8d net: ethernet: ti: davinci_mdio: Add workaround for errata i2329
624f03a027 ice: set tx_tstamps when creating new Tx rings via ethtool
2e52d858de bpftool: Clear errno after libcap's checks
75995ce1c9 wifi: brcmfmac: fix invalid address access when enabling SCAN log level
83b9496975 NFSD: fix use-after-free on source server when doing inter-server copy
118dc74b2b NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
066b1302f2 x86/entry: Work around Clang __bdos() bug
06c56c9d5d ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable
6733222f2c ARM: decompressor: Include .data.rel.ro.local
5614908434 thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash
139bbbd011 powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue
a1387ae83e MIPS: BCM47XX: Cast memcmp() of function to (void *)
c2790fede9 cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode
30eca146c8 ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address
5374638222 ACPI: video: Add Toshiba Satellite/Portege Z830 quirk
7ed95b0803 rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
cf38a05eb1 rcu: Back off upon fill_page_cache_func() allocation failure
3e2d8b89f0 rcu: Avoid triggering strict-GP irq-work when RCU is idle
27d3e646dd fs: dlm: fix race in lowcomms
b6b87460f4 selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
497d736784 f2fs: fix to account FS_CP_DATA_IO correctly
fb1dcc2a9e f2fs: fix race condition on setting FI_NO_EXTENT flag
6ddbd411a0 ACPI: APEI: do not add task_work to kernel thread to avoid memory leak
21f1ba52b8 thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id
172c8a24fc crypto: cavium - prevent integer overflow loading firmware
12acfa1059 crypto: marvell/octeontx - prevent integer overflows
c963ce2fa0 kbuild: rpm-pkg: fix breakage when V=1 is used
059ce6b68b kbuild: remove the target in signal traps when interrupted
1e9c23db31 tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
84795de93e tracing: kprobe: Make gen test module work in arm and riscv
867fce09aa tracing: kprobe: Fix kprobe event gen test module on exit
a9990f24ad iommu/iova: Fix module config properly
f0cac6cc02 cifs: return correct error in ->calc_signature()
1f1ab76e25 crypto: qat - fix DMA transfer direction
393307b99a crypto: inside-secure - Change swab to swab32
93538944ab crypto: ccp - Release dma channels before dmaengine unrgister
779a9930f3 crypto: akcipher - default implementation for setting a private key
0c7043a5b5 iommu/omap: Fix buffer overflow in debugfs
046803b74d cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
771d8aa02d crypto: hisilicon/qm - fix missing put dfx access
9bf3ec61a2 crypto: qat - fix default value of WDT timer
3bfc220e5c hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()
507128a0e3 cgroup: Honor caller's cgroup NS when resolving path
8ffe511b7d hwrng: arm-smccc-trng - fix NO_ENTROPY handling
2720934713 crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr
e0b4ebf598 crypto: sahara - don't sleep when in softirq
8484023b57 powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALL
7f536a8cb6 powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()
1f98f8f435 powerpc: Fix SPE Power ISA properties for e500v1 platforms
72c5b7110f powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5
399afe92f6 x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
592b302d8b powerpc: Fix fallocate and fadvise64_64 compat parameter combination
61af84b3db powerpc/powernv: add missing of_node_put() in opal_export_attrs()
5be9cb6c06 powerpc/pci_dn: Add missing of_node_put()
5a13d3f1af powerpc/sysdev/fsl_msi: Add missing of_node_put()
b0c0490b3c powerpc/math_emu/efp: Include module.h
93379dc92d powerpc/configs: Properly enable PAPR_SCM in pseries_defconfig
25a4fb0e1a mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sg
b8fcd9ab0f mailbox: mpfs: account for mbox offsets while sending
ba22643595 mailbox: mpfs: fix handling of the reg property
fad007a315 clk: ast2600: BCLK comes from EPLL
3441076f83 clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe
9209e6bab7 clk: imx: scu: fix memleak on platform_device_add() fails
bdf72f2d64 clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration
e338131e98 clk: baikal-t1: Add SATA internal ref clock buffer
35b7660275 clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent
b2db8b2c53 clk: baikal-t1: Fix invalid xGMAC PTP clock divider
435a8a39c6 clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD
b0bc75fe67 spmi: pmic-arb: correct duplicate APID to PPID mapping logic
faabbb103d usb: mtu3: fix failed runtime suspend in host only mode
57f66534a4 dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()
8aa96c5bc3 clk: mediatek: mt8183: mfgcfg: Propagate rate changes to parent
2dafc5afd9 mfd: sm501: Add check for platform_driver_register()
d43d93dbd8 mfd: fsl-imx25: Fix check for platform_get_irq() errors
b940bb3c81 mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_init()
0715005c48 mfd: lp8788: Fix an error handling path in lp8788_probe()
aec1f073f9 mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()
53bfc1c3c7 mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()
2f921d62c2 fsi: core: Check error number after calling ida_simple_get
041c79f6ae RDMA/rxe: Fix resize_finish() in rxe_queue.c
959d4ee095 clk: qcom: gcc-sm6115: Override default Alpha PLL regs
8e556f5573 clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical
a26b065875 scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()
e87fb1fcf8 scsi: iscsi: Run recv path from workqueue
c2af03a7c1 scsi: iscsi: Add recv workqueue helpers
d6aafc21be scsi: iscsi: Rename iscsi_conn_queue_work()
e45a1516d2 scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()
6a54f76974 serial: 8250: Fix restoring termios speed after suspend
a5dba09338 firmware: google: Test spinlock on panic path to avoid lockups
60d14575d0 slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON
f19e5b7df5 staging: vt6655: fix some erroneous memory clean-up loops
433c33c554 phy: qualcomm: call clk_disable_unprepare in the error handling
c4293def88 tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown
a91a3c2d8d serial: 8250: Toggle IER bits on only after irq has been set up
6be8e565a4 drivers: serial: jsm: fix some leaks in probe
1d05df7757 usb: gadget: function: fix dangling pnp_string in f_printer.c
ed2c66b752 xhci: Don't show warning for reinit on known broken suspend
4d7d8f5cb2 IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
e221b4f16e RDMA/cm: Use SLID in the work completion as the DLID in responder side
7a37c58ee7 md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()
b467d9460e md/raid5: Ensure stripe_fill happens on non-read IO with journal
5d8259c9d1 md: Replace snprintf with scnprintf
9e92d5ca54 mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
058833dbeb ata: fix ata_id_has_dipm()
dad910a6d4 ata: fix ata_id_has_ncq_autosense()
21faddeff7 ata: fix ata_id_has_devslp()
204cc767dc ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()
5c75d608fa RDMA/siw: Fix QP destroy to wait for all references dropped.
308cd50f17 RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.
e58a0b9100 RDMA/srp: Fix srp_abort()
dc9e4ef6b0 RDMA/irdma: Align AE id codes to correct flush code and event
84ce1a8e36 mtd: rawnand: fsl_elbc: Fix none ECC mode
be424a7d53 mtd: rawnand: intel: Remove undocumented compatible string
445395900b mtd: rawnand: intel: Read the chip-select line from the correct OF node
cbbf9cca47 phy: phy-mtk-tphy: fix the phy type setting issue
e4be7c9495 phy: amlogic: phy-meson-axg-mipi-pcie-analog: Hold reference returned by of_get_parent()
88263152ff mtd: devices: docg3: check the return value of devm_ioremap() in the probe
a0e4ac6988 clk: qcom: sm6115: Select QCOM_GDSC
aecb632674 dyndbg: drop EXPORTed dynamic_debug_exec_queries
0d4421f2cb dyndbg: let query-modname override actual module name
0c0d9f38b0 dyndbg: fix module.dyndbg handling
49d85932f7 dyndbg: fix static_branch manipulation
7cb9b20941 dmaengine: hisilicon: Add multi-thread support for a DMA channel
b88630d9aa dmaengine: hisilicon: Fix CQ head update
e84aeeafe8 dmaengine: hisilicon: Disable channels when unregister hisi_dma
b94605f5cb fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()
11bd8bbdf8 misc: ocxl: fix possible refcount leak in afu_ioctl()
c23c5e1845 RDMA/rxe: Fix the error caused by qp->sk
f2f405af70 RDMA/rxe: Fix "kernel NULL pointer dereference" error
2ea7caa968 media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init
23624abbc9 media: uvcvideo: Use entity get_cur in uvc_ctrl_set
6c5da92103 media: uvcvideo: Fix memory leak in uvc_gpio_parse
4e2042f1ad media: meson: vdec: add missing clk_disable_unprepare on error in vdec_hevc_start()
aeffca4344 tty: xilinx_uartps: Fix the ignore_status
a8d772c7b8 media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop
6225501072 HSI: omap_ssi_port: Fix dma_map_sg error check
691f23a847 HSI: omap_ssi: Fix refcount leak in ssi_probe
d6e750535b clk: tegra20: Fix refcount leak in tegra20_clock_init
e7a57fb92a clk: tegra: Fix refcount leak in tegra114_clock_init
417ed4432b clk: tegra: Fix refcount leak in tegra210_clock_init
ca5f338ef1 clk: sprd: Hold reference returned by of_get_parent()
49343bdf95 clk: berlin: Add of_node_put() for of_get_parent()
857b719bed clk: qoriq: Hold reference returned by of_get_parent()
a8cbce0305 clk: oxnas: Hold reference returned by of_get_parent()
e0001a565c clk: meson: Hold reference returned by of_get_parent()
e900ec4c4f usb: common: debug: Check non-standard control requests
c11f48764c RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkey
cd35ad9a7d iio: magnetometer: yas530: Change data type of hard_offsets to signed
23fafc2e2c iio: ABI: Fix wrong format of differential capacitance channel ABI.
8169da520e iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
504e8807fe iio: inkern: only release the device node when done with it
b0d4fcc3ec iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume
5db9b840ac iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
c5c63736d2 iio: adc: at91-sama5d2_adc: check return status for pressure and touch
5f1654a0e5 iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
017cf3b0a6 ARM: dts: exynos: fix polarity of VBUS GPIO of Origen
6c93b683ce arm64: ftrace: fix module PLTs with mcount
bbf64eb102 ext4: don't run ext4lazyinit for read-only filesystems
7a00a23207 ARM: Drop CMDLINE_* dependency on ATAGS
2af04fe87e ARM: dts: exynos: correct s5k6a3 reset polarity on Midas family
2134214bc4 arm64: dts: ti: k3-j7200: fix main pinmux range
7247a1d7a4 soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA
4f7892f242 ia64: export memory_add_physaddr_to_nid to fix cxl build error
2ef01657b2 ARM: dts: kirkwood: lsxl: remove first ethernet port
bf7caa3c5c ARM: dts: kirkwood: lsxl: fix serial line
42ce4c73a4 ARM: dts: turris-omnia: Fix mpp26 pin name and comment
96d8f2b43e ARM: dts: imx6qdl-kontron-samx6i: hook up DDC i2c bus
08ada28d1d soc: qcom: smem_state: Add refcounting for the 'state->of_node'
96e0028deb soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe()
a29b6eb959 locks: fix TOCTOU race when granting write lease
7e053784c4 memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()
2680690f9c memory: of: Fix refcount leak bug in of_get_ddr_timings()
566b143aa5 memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe()
10df962300 ALSA: hda/hdmi: Don't skip notification handling during PM operation
cc756b79a5 ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probe
f9cb3bd557 ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe
b7dda65fa8 ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe
b2bc9fc56a ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe
3c3ef19a88 mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()
b14dc26227 ALSA: dmaengine: increment buffer pointer atomically
f5f1f5ee50 ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()
f910aca076 ASoC: codecs: tx-macro: fix kcontrol put
b47a37ad4a drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()
bdf54d4b00 drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()
635e7700c5 drm/msm/dpu: index dpu_kms->hw_vbif using vbif_idx
4f85988467 ASoC: eureka-tlv320: Hold reference returned from of_find_xxx API
64545b8a96 mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()
3ba3814c00 drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()
a5ce83e85d drm/omap: dss: Fix refcount leak bugs
f5f599daa0 drm/bochs: fix blanking
928ac9fc1a ALSA: hda: beep: Simplify keep-power-at-enable behavior
fbb88a7c84 ASoC: rsnd: Add check for rsnd_mod_power_on
4610e7a411 drm/bridge: megachips: Fix a null pointer dereference bug
079c550c57 drm/amdgpu: add missing pci_disable_device() in amdgpu_pmops_runtime_resume()
c12daccc90 platform/chrome: cros_ec_typec: Correct alt mode index
c317d2b8a4 platform/x86: msi-laptop: Fix resource cleanup
0e21d41bc7 platform/x86: msi-laptop: Fix old-ec check for backlight registering
6bc81c1b63 ASoC: tas2764: Fix mute/unmute
e644497c53 ASoC: tas2764: Drop conflicting set_bias_level power setting
35bd912ed6 ASoC: tas2764: Allow mono streams
fd1d3b2657 platform/chrome: fix memory corruption in ioctl
27bb672c04 platform/chrome: fix double-free in chromeos_laptop_prepare()
57dfb855bc ASoC: mt6359: fix tests for platform_get_irq() failure
8a475a7732 drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of_node()
56d2233cf5 drm/dp_mst: fix drm_dp_dpcd_read return value checks
fe6eb3d0c8 drm/bridge: parade-ps8640: Fix regulator supply order
60630834fa drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
26c1b4cfe5 drm/mipi-dsi: Detach devices when removing the host
652042135e drm/bridge: Avoid uninitialized variable warning
f369fb4dee drm: bridge: adv7511: unregister cec i2c device after cec adapter
20609125b8 drm: bridge: adv7511: fix CEC power down control register offset
a624161ebe net: mvpp2: fix mvpp2 debugfs leak
7aef5082c5 once: add DO_ONCE_SLOW() for sleepable contexts
77bfd26cbb net/ieee802154: reject zero-sized raw_sendmsg()
dc4e9cd6d6 net: wwan: iosm: Call mutex_init before locking it
0b6516a4e3 bnx2x: fix potential memory leak in bnx2x_tpa_stop()
30bfa5aa72 net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callbacks()
f828333ca9 hwmon: (pmbus/mp2888) Fix sensors readouts for MPS Multi-phase mp2888 controller
c91b922b41 spi: Ensure that sg_table won't be used after being freed
49d429760d tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
19d636b663 sctp: handle the error returned from sctp_auth_asoc_init_active_key
7bfa18b05f mISDN: fix use-after-free bugs in l1oip timer handlers
6f1991a940 eth: alx: take rtnl_lock on resume
e28a4e7f02 vhost/vsock: Use kvmalloc/kvfree for larger packets.
5dbdd690ed wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAM
432eecffcf spi: s3c64xx: Fix large transfers with DMA
1454a26cb1 netfilter: nft_fib: Fix for rpath check with VRF devices
7d98b26684 xfrm: Reinject transport-mode packets through workqueue
397e880acf Bluetooth: hci_core: Fix not handling link timeouts propertly
1331d3e1f9 i2c: mlxbf: support lock mechanism
9233ab8198 skmsg: Schedule psock work if the cached skb exists on the psock
44f1dc2e82 spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe
daa5239ea4 spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probe
6b94115186 x86/cpu: Include the header of init_ia32_feat_ctl()'s prototype
3c27a13807 x86/microcode/AMD: Track patch allocation size explicitly
3e2b805a68 wifi: ath11k: fix number of VHT beamformee spatial streams
5a6827cdc2 netfilter: conntrack: revisit the gc initial rescheduling bias
9c39ca418b netfilter: conntrack: fix the gc rescheduling delay
b8917dce21 Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure
c087c35292 bpf: Ensure correct locking around vulnerable function find_vpid()
a0f15af17b net: fs_enet: Fix wrong check in do_pd_setup
ee7c5e814f Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release
57d4f2f8a6 wifi: mt76: mt7915: do not check state before configuring implicit beamform
dea9093f24 wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_offload
817e8b75ae wifi: mt76: sdio: fix transmitting packet hangs
5dc095a37f wifi: rtl8xxxu: Remove copy-paste leftover in gen2_update_rate_mask
9973f78c19 wifi: rtl8xxxu: gen2: Fix mistake in path B IQ calibration
5d9222c680 bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
4ce47c5545 spi: meson-spicc: do not rely on busy flag in pow2 clk ops
36c484bac9 wifi: rtl8xxxu: Fix skb misuse in TX queue selection
fefd2269e6 spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_runtime()
e22f649918 spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()
37005a9486 selftests/xsk: Avoid use-after-free on ctx
69995c64e5 wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()
6f9484e969 wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()
d091771f51 Bluetooth: btusb: mediatek: fix WMT failure during runtime suspend
f91e25cfa5 bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
0e13425104 bpf: Propagate error from htab_lock_bucket() to userspace
0b00c6130c bpf: Disable preemption when increasing per-cpu map_locked
68ab769033 xsk: Fix backpressure mechanism on Tx
0559a6d96a x86/resctrl: Fix to restore to original value when re-enabling hardware prefetch register
e962e458bf spi: mt7621: Fix an error message in mt7621_spi_probe()
0a16bbc8b0 bpftool: Fix a wrong type cast in btf_dumper_int
6e8eadfa9b wifi: mac80211: allow bw change during channel switch in mesh
4ed5155043 bpf: Fix reference state management for synchronous callbacks
3d0a101e71 leds: lm3601x: Don't use mutex after it was destroyed
54a3201f3c wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()
714536ff6f wifi: rtlwifi: 8192de: correct checking of IQK reload
80a474502e NFSD: Fix handling of oversized NFSv4 COMPOUND requests
dc7f225090 NFSD: Protect against send buffer overflow in NFSv2 READDIR
cedaf73c8b SUNRPC: Fix svcxdr_init_encode's buflen calculation
6b55707ff8 SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation
aed8816305 nfsd: Fix a memory leak in an error handling path
5c4b234c44 objtool: Preserve special st_shndx indexes in elf_update_symbol
425a2a9469 ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAE
2647b20e04 ARM: 9244/1: dump: Fix wrong pg_level in walk_pmd()
93296e7ab7 MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create()
993b13abde MIPS: SGI-IP27: Free some unused memory
959855093f sh: machvec: Use char[] for section boundaries
91fafd22f8 thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register()
81fb3ee298 ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers
33d478eee2 userfaultfd: open userfaultfds with O_RDONLY
10918ebecd ima: fix blocking of security.ima xattrs of unsupported algorithms
b7af9b8be8 selinux: use "grep -E" instead of "egrep"
73b8218ef4 smb3: must initialize two ACL struct fields to zero
adf428ae46 drm/amd/display: Fix vblank refcount in vrr transition
60a5174525 drm/i915: Fix watermark calculations for gen12+ CCS+CC modifier
01bd3eaa53 drm/i915: Fix watermark calculations for gen12+ MC CCS modifier
20018a252f drm/i915: Fix watermark calculations for gen12+ RC CCS modifier
861f085f81 drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()
446d40e2a8 drm/nouveau/kms/nv140-: Disable interlacing
4dab0d27a4 staging: greybus: audio_helper: remove unused and wrong debugfs usage
28eb4bdb23 KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
4f7b1e7d0f KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02
be1a6a61f1 KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
379de01906 KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
e3e5baa368 blk-wbt: call rq_qos_add() after wb_normal is initialized
e8e0a6f4b8 media: cedrus: Fix endless loop in cedrus_h265_skip_bits()
b76fac61c3 media: cedrus: Set the platform driver data earlier
b19254eada efi: libstub: drop pointless get_memory_map() call
5cda4a11b4 thunderbolt: Explicitly enable lane adapter hotplug events at startup
d9c79fbcbd tracing: Fix reading strings from synthetic events
b9ab154d22 tracing: Add "(fault)" name injection to kernel probes
8ae88c4842 tracing: Move duplicate code of trace_kprobe/eprobe.c into header
84f4be2093 tracing: Add ioctl() to force ring buffer waiters to wake up
32eb54a986 tracing: Wake up waiters when tracing is disabled
2475de2bc0 tracing: Wake up ring buffer waiters on closing of the file
48272aa48d tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
d4ab9bc5f5 ring-buffer: Fix race between reset page and reading page
be60f698c2 ring-buffer: Add ring_buffer_wake_waiters()
5201dd81ae ring-buffer: Check pending waiters when doing wake ups as well
bc6d4e9d64 ring-buffer: Have the shortest_full queue be the shortest not longest
e8d1167385 ring-buffer: Allow splice to read previous partially read pages
fb96b7489f ftrace: Properly unset FTRACE_HASH_FL_MOD
31dc1727c1 livepatch: fix race between fork and KLP transition
36997b75bb ext4: update 'state->fc_regions_size' after successful memory allocation
417b0455a0 ext4: fix potential memory leak in ext4_fc_record_regions()
9b5eb368a8 ext4: fix potential memory leak in ext4_fc_record_modified_inode()
ef1607c991 ext4: fix miss release buffer head in ext4_fc_write_inode
d29fa1ab4e ext4: fix dir corruption when ext4_dx_add_entry() fails
d12471b416 ext4: place buffer head allocation before handle start
46e5f470a1 ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
1f5e643b38 ext4: don't increase iversion counter for ea_inodes
dd366295d1 ext4: fix check for block being out of directory size
4a967fe8b0 ext4: make ext4_lazyinit_thread freezable
533c60a0b9 ext4: fix null-ptr-deref in ext4_write_info
d8e4af8314 ext4: avoid crash when inline data creation follows DIO write
56fcd0788f jbd2: add miss release buffer head in fc_do_one_pass()
d11d2ded29 jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
e7385c868e jbd2: fix potential buffer head reference count leak
d87fe290a5 jbd2: wake up journal waiters in FIFO order, not LIFO
7434626c5e hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero
095493833b hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO
73687c5391 f2fs: fix to do sanity check on summary info
ed854f10e6 f2fs: fix to do sanity check on destination blkaddr during recovery
7f10357c90 f2fs: increase the limit for reserve_root
0035b84223 f2fs: flush pending checkpoints when freezing super
ab49589754 f2fs: complete checkpoints during remount
0a408c6212 btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new_buffer
4b996a3014 btrfs: fix race between quota enable and quota rescan ioctl
0d94230343 fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
95a520b591 ksmbd: Fix user namespace mapping
a19f316406 ksmbd: Fix wrong return value and message length check in smb2_ioctl()
39b6855628 ksmbd: fix endless loop when encryption for response fails
2b0897e336 fbdev: smscufx: Fix use-after-free in ufx_ops_open()
aa7b2c927e pinctrl: rockchip: add pinmux_ops.gpio_set_direction callback
5d97378b36 gpio: rockchip: request GPIO mux to pinctrl when setting direction
e0b1c16fda scsi: qedf: Populate sysfs attributes for vport
1d567179f2 slimbus: qcom-ngd: cleanup in probe error path
fa0aab2e45 slimbus: qcom-ngd: use correct error in message of pdr_add_lookup() failure
ba2159df18 powerpc/boot: Explicitly disable usage of SPE instructions
9df2a9cdad powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL domain
75d9de25a6 NFSD: Protect against send buffer overflow in NFSv3 READ
2be9331ca6 NFSD: Protect against send buffer overflow in NFSv2 READ
071a076fd1 NFSD: Protect against send buffer overflow in NFSv3 READDIR
209a94c519 serial: 8250: Request full 16550A feature probing for OxSemi PCIe devices
63a3d75cf1 serial: 8250: Let drivers request full 16550A feature probing
26e5c79e67 PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridge
7c16d0a4e6 xen/gntdev: Accommodate VMA splitting
1cb73704cb xen/gntdev: Prevent leaking grants
43bed0a13a mm/mmap: undo ->mmap() when arch_validate_flags() fails
2b0072d33e mm/damon: validate if the pmd entry is present before accessing
91c4eb16e8 arm64: errata: Add Cortex-A55 to the repeat tlbi list
fc0f921b7e drm/udl: Restore display mode on resume
0640934725 drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
fb3910436b drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error
f122bcb34f drm/virtio: Check whether transferred 2D BO is shmem
a95fb5d55a dmaengine: mxs: use platform_driver_register
e7a3334e83 Revert "drm/amdgpu: use dirty framebuffer helper"
4bdedc3b53 nvme-pci: set min_align_mask before calculating max_hw_sectors
32aa0b3f0c nvme-multipath: fix possible hang in live ns resize with ANA access
9391cc3a78 nvmem: core: Fix memleak in nvmem_register()
7efe61dc6a UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
81ab826a28 riscv: Pass -mno-relax only on lld < 15.0.0
7780bb02a0 riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtb
c657b70e80 riscv: Make VM_WRITE imply VM_READ
3c3c4fa118 riscv: Allow PROT_WRITE-only mmap()
af3aaee08d parisc: fbdev/stifb: Align graphics memory size to 4MB
dc235db7b7 RISC-V: Make port I/O string accessors actually work
8c487db000 riscv: topology: fix default topology reporting
d46c24f307 arm64: topology: move store_cpu_topology() to shared code
fcf0f6cbb6 regulator: qcom_rpm: Fix circular deferral regression
78d81a8a8c net: thunderbolt: Enable DMA paths only after rings are enabled
3281e81ce9 hwmon: (gsc-hwmon) Call of_node_get() before of_find_xxx API
e1ab98ec2b ASoC: wcd934x: fix order of Slimbus unprepare/disable
a2140a9922 ASoC: wcd9335: fix order of Slimbus unprepare/disable
d0507b36da platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure
fcfeecca15 quota: Check next/prev free block number after reading from quota file
17214cfab7 HID: multitouch: Add memory barriers
219e4a0f9d fs: dlm: handle -EBUSY first in lock arg validation
34ed22dd28 fs: dlm: fix race between test_bit() and queue_work()
7fa5304c4b i2c: designware: Fix handling of real but unexpected device interrupts
f9effcefa8 mmc: sdhci-sprd: Fix minimum clock limit
a4df91a88c can: kvaser_usb_leaf: Fix CAN state after restart
0c28c2c0cf can: kvaser_usb_leaf: Fix TX queue out of sync after restart
b8c4f6345e can: kvaser_usb_leaf: Fix overread with an invalid command
de4434d682 can: kvaser_usb: Fix use of uninitialized completion
354d768e31 usb: add quirks for Lenovo OneLink+ Dock
103b459590 xhci: dbc: Fix memory leak in xhci_alloc_dbc()
39f4c90b99 iio: pressure: dps310: Reset chip after timeout
bc493cd754 iio: pressure: dps310: Refactor startup procedure
5f6bfc1926 iio: adc: ad7923: fix channel readings for some variants
1be580ed84 iio: ltc2497: Fix reading conversion results
ef4018707d iio: dac: ad5593r: Fix i2c read protocol requirements
60480291c1 cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
0d814a2199 cifs: destage dirty pages before re-reading them for cache=none
15993e9a9b hv_netvsc: Fix race between VF offering and VF association message from host
f9dc33f231 io_uring/net: don't update msg_name if not provided
a1bd289c10 mtd: rawnand: atmel: Unmap streaming DMA mappings
3e4d2375d1 ALSA: hda/realtek: Add Intel Reference SSID to support headset keys
41e83faf03 ALSA: hda/realtek: Add quirk for ASUS GV601R laptop
c01f385c70 ALSA: hda/realtek: Correct pin configs for ASUS G533Z
0d50e05ecc ALSA: hda/realtek: remove ALC289_FIXUP_DUAL_SPK for Dell 5530
ec439b97d9 ALSA: usb-audio: Fix NULL dererence at error path
0672215994 ALSA: usb-audio: Fix potential memory leaks
550ca3082e ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
45899fae65 ALSA: oss: Fix potential deadlock at unregistration
5ca155aa79 Revert "fs: check FMODE_LSEEK to control internal pipe splicing"

And update the .xml file to handle some private pointer changes and an
abi preservation change:

type 'struct sk_buff' changed
  member 'union { struct { __u8 scm_io_uring; __u8 android_kabi_reserved1_padding1; __u16 android_kabi_reserved1_padding2; __u32 android_kabi_reserved1_padding3; }; struct { u64 android_kabi_reserved1; }; union { }; }' was added
  member 'u64 android_kabi_reserved1' was removed

type 'struct super_block' changed
  member changed from 'struct key * s_master_keys' to 'struct fscrypt_keyring * s_master_keys'
    type changed from 'struct key *' to 'struct fscrypt_keyring *'
      pointed-to type changed from 'struct key' to 'struct fscrypt_keyring'

type 'struct fscrypt_info' changed
  member changed from 'struct key * ci_master_key' to 'struct fscrypt_master_key * ci_master_key'
    type changed from 'struct key *' to 'struct fscrypt_master_key *'
      pointed-to type changed from 'struct key' to 'struct fscrypt_master_key'

Change-Id: Id0a60a4e0d8a036fffd52dad04135cf57d98f09f
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-21 15:48:02 +00:00
Greg Kroah-Hartman
c46ed1b2d7 Merge 5.15.80 into android13-5.15-lts
Changes in 5.15.80
	mm: hwpoison: refactor refcount check handling
	mm: hwpoison: handle non-anonymous THP correctly
	mm: shmem: don't truncate page if memory failure happens
	ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe"
	ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe"
	ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe"
	ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe
	ASoC: rt1019: Fix the TDM settings
	ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK
	spi: intel: Fix the offset to get the 64K erase opcode
	ASoC: codecs: jz4725b: add missed Line In power control bit
	ASoC: codecs: jz4725b: fix reported volume for Master ctl
	ASoC: codecs: jz4725b: use right control for Capture Volume
	ASoC: codecs: jz4725b: fix capture selector naming
	ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15
	selftests/futex: fix build for clang
	selftests/intel_pstate: fix build for ARCH=x86_64
	ASoC: rt1308-sdw: add the default value of some registers
	drm/amd/display: Remove wrong pipe control lock
	ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[]
	RDMA/efa: Add EFA 0xefa2 PCI ID
	btrfs: raid56: properly handle the error when unable to find the missing stripe
	NFSv4: Retry LOCK on OLD_STATEID during delegation return
	ACPI: x86: Add another system to quirk list for forcing StorageD3Enable
	firmware: arm_scmi: Cleanup the core driver removal callback
	i2c: tegra: Allocate DMA memory for DMA engine
	i2c: i801: add lis3lv02d's I2C address for Vostro 5568
	drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid
	btrfs: remove pointless and double ulist frees in error paths of qgroup tests
	Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
	x86/cpu: Add several Intel server CPU model numbers
	ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
	mtd: spi-nor: intel-spi: Disable write protection only if asked
	spi: intel: Use correct mask for flash and protected regions
	KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yet
	hugetlbfs: don't delete error page from pagecache
	arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed
	arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed
	arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed
	arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed
	spi: stm32: Print summary 'callbacks suppressed' message
	ARM: dts: at91: sama7g5: fix signal name of pin PB2
	ASoC: core: Fix use-after-free in snd_soc_exit()
	ASoC: tas2770: Fix set_tdm_slot in case of single slot
	ASoC: tas2764: Fix set_tdm_slot in case of single slot
	ARM: at91: pm: avoid soft resetting AC DLL
	serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()
	serial: 8250_omap: remove wait loop from Errata i202 workaround
	serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()
	serial: 8250: omap: Flush PM QOS work on remove
	serial: imx: Add missing .thaw_noirq hook
	tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send
	bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
	ASoC: soc-utils: Remove __exit for snd_soc_util_exit()
	pinctrl: rockchip: list all pins in a possible mux route for PX30
	scsi: scsi_transport_sas: Fix error handling in sas_phy_add()
	block: sed-opal: kmalloc the cmd/resp buffers
	bpf: Fix memory leaks in __check_func_call
	arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macro
	siox: fix possible memory leak in siox_device_add()
	parport_pc: Avoid FIFO port location truncation
	pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map
	drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms
	drm/panel: simple: set bpc field for logic technologies displays
	drm/drv: Fix potential memory leak in drm_dev_init()
	drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()
	ARM: dts: imx7: Fix NAND controller size-cells
	arm64: dts: imx8mm: Fix NAND controller size-cells
	arm64: dts: imx8mn: Fix NAND controller size-cells
	ata: libata-transport: fix double ata_host_put() in ata_tport_add()
	ata: libata-transport: fix error handling in ata_tport_add()
	ata: libata-transport: fix error handling in ata_tlink_add()
	ata: libata-transport: fix error handling in ata_tdev_add()
	nfp: change eeprom length to max length enumerators
	MIPS: fix duplicate definitions for exported symbols
	MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed
	bpf: Initialize same number of free nodes for each pcpu_freelist
	net: bgmac: Drop free_netdev() from bgmac_enet_remove()
	mISDN: fix possible memory leak in mISDN_dsp_element_register()
	net: hinic: Fix error handling in hinic_module_init()
	net: stmmac: ensure tx function is not running in stmmac_xdp_release()
	soc: imx8m: Enable OCOTP clock before reading the register
	net: liquidio: release resources when liquidio driver open failed
	mISDN: fix misuse of put_device() in mISDN_register_device()
	net: macvlan: Use built-in RCU list checking
	net: caif: fix double disconnect client in chnl_net_open()
	bnxt_en: Remove debugfs when pci_register_driver failed
	net: mhi: Fix memory leak in mhi_net_dellink()
	net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims
	xen/pcpu: fix possible memory leak in register_pcpu()
	net: ionic: Fix error handling in ionic_init_module()
	net: ena: Fix error handling in ena_init()
	net: hns3: fix setting incorrect phy link ksettings for firmware in resetting process
	bridge: switchdev: Fix memory leaks when changing VLAN protocol
	drbd: use after free in drbd_create_device()
	platform/x86/intel: pmc: Don't unconditionally attach Intel PMC when virtualized
	platform/surface: aggregator: Do not check for repeated unsequenced packets
	cifs: add check for returning value of SMB2_close_init
	net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx_open()
	net/x25: Fix skb leak in x25_lapb_receive_frame()
	cifs: Fix wrong return value checking when GETFLAGS
	net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() and sparx5_start()
	net: thunderbolt: Fix error handling in tbnet_init()
	cifs: add check for returning value of SMB2_set_info_init
	ftrace: Fix the possible incorrect kernel message
	ftrace: Optimize the allocation for mcount entries
	ftrace: Fix null pointer dereference in ftrace_add_mod()
	ring_buffer: Do not deactivate non-existant pages
	tracing: Fix memory leak in tracing_read_pipe()
	tracing/ring-buffer: Have polling block on watermark
	tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()
	tracing: Fix wild-memory-access in register_synth_event()
	tracing: Fix race where eprobes can be called before the event
	tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()
	tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()
	drm/amd/display: Add HUBP surface flip interrupt handler
	ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
	ALSA: hda/realtek: fix speakers for Samsung Galaxy Book Pro
	ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
	Revert "usb: dwc3: disable USB core PHY management"
	slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y && CONFIG_QCOM_RPROC_COMMON=m
	slimbus: stream: correct presence rate frequencies
	speakup: fix a segfault caused by switching consoles
	USB: bcma: Make GPIO explicitly optional
	USB: serial: option: add Sierra Wireless EM9191
	USB: serial: option: remove old LARA-R6 PID
	USB: serial: option: add u-blox LARA-R6 00B modem
	USB: serial: option: add u-blox LARA-L6 modem
	USB: serial: option: add Fibocom FM160 0x0111 composition
	usb: add NO_LPM quirk for Realforce 87U Keyboard
	usb: chipidea: fix deadlock in ci_otg_del_timer
	usb: cdns3: host: fix endless superspeed hub port reset
	usb: typec: mux: Enter safe mode only when pins need to be reconfigured
	iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()
	iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()
	iio: adc: mp2629: fix wrong comparison of channel
	iio: adc: mp2629: fix potential array out of bound access
	iio: pressure: ms5611: changed hardcoded SPI speed to value limited
	dm ioctl: fix misbehavior if list_versions races with module loading
	serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
	serial: 8250: Flush DMA Rx on RLSI
	serial: 8250_lpss: Configure DMA also w/o DMA filter
	Input: iforce - invert valid length check when fetching device IDs
	maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
	net: phy: marvell: add sleep time after enabling the loopback bit
	scsi: zfcp: Fix double free of FSF request when qdio send fails
	iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries
	iommu/vt-d: Set SRE bit only when hardware has SRS cap
	firmware: coreboot: Register bus in module init
	mmc: core: properly select voltage range without power cycle
	mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce timeout
	mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
	docs: update mediator contact information in CoC doc
	misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
	perf/x86/intel/pt: Fix sampling using single range output
	nvme: restrict management ioctls to admin
	nvme: ensure subsystem reset is single threaded
	serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake
	perf: Improve missing SIGTRAP checking
	ring-buffer: Include dropped pages in counting dirty patches
	tracing: Fix warning on variable 'struct trace_array'
	net: use struct_group to copy ip/ipv6 header addresses
	scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
	scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
	kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
	Input: i8042 - fix leaking of platform device on module removal
	macvlan: enforce a consistent minimal mtu
	tcp: cdg: allow tcp_cdg_release() to be called multiple times
	kcm: avoid potential race in kcm_tx_work
	kcm: close race conditions on sk_receive_queue
	9p: trans_fd/p9_conn_cancel: drop client lock earlier
	gfs2: Check sb_bsize_shift after reading superblock
	gfs2: Switch from strlcpy to strscpy
	9p/trans_fd: always use O_NONBLOCK read/write
	wifi: wext: use flex array destination for memcpy()
	mm: fs: initialize fsdata passed to write_begin/write_end interface
	net/9p: use a dedicated spinlock for trans_fd
	ntfs: fix use-after-free in ntfs_attr_find()
	ntfs: fix out-of-bounds read in ntfs_attr_find()
	ntfs: check overflow when iterating ATTR_RECORDs
	Linux 5.15.80

Change-Id: Id31868a01739f6c1e688f4730980dc572d6681bf
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-01-20 10:30:06 +00:00
Paolo Bonzini
fbf5015141 KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
[ Upstream commit 45e966fcca03ecdcccac7cb236e16eea38cc18af ]

Passing the host topology to the guest is almost certainly wrong
and will confuse the scheduler.  In addition, several fields of
these CPUID leaves vary on each processor; it is simply impossible to
return the right values from KVM_GET_SUPPORTED_CPUID in such a way that
they can be passed to KVM_SET_CPUID2.

The values that will most likely prevent confusion are all zeroes.
Userspace will have to override it anyway if it wishes to present a
specific topology to the guest.

Cc: stable@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-01-18 11:48:57 +01:00
Peter Newman
24107ad469 x86/resctrl: Fix task CLOSID/RMID update race
commit fe1f0714385fbcf76b0cbceb02b7277d842014fc upstream.

When the user moves a running task to a new rdtgroup using the task's
file interface or by deleting its rdtgroup, the resulting change in
CLOSID/RMID must be immediately propagated to the PQR_ASSOC MSR on the
task(s) CPUs.

x86 allows reordering loads with prior stores, so if the task starts
running between a task_curr() check that the CPU hoisted before the
stores in the CLOSID/RMID update then it can start running with the old
CLOSID/RMID until it is switched again because __rdtgroup_move_task()
failed to determine that it needs to be interrupted to obtain the new
CLOSID/RMID.

Refer to the diagram below:

CPU 0                                   CPU 1
-----                                   -----
__rdtgroup_move_task():
  curr <- t1->cpu->rq->curr
                                        __schedule():
                                          rq->curr <- t1
                                        resctrl_sched_in():
                                          t1->{closid,rmid} -> {1,1}
  t1->{closid,rmid} <- {2,2}
  if (curr == t1) // false
   IPI(t1->cpu)

A similar race impacts rdt_move_group_tasks(), which updates tasks in a
deleted rdtgroup.

In both cases, use smp_mb() to order the task_struct::{closid,rmid}
stores before the loads in task_curr().  In particular, in the
rdt_move_group_tasks() case, simply execute an smp_mb() on every
iteration with a matching task.

It is possible to use a single smp_mb() in rdt_move_group_tasks(), but
this would require two passes and a means of remembering which
task_structs were updated in the first loop. However, benchmarking
results below showed too little performance impact in the simple
approach to justify implementing the two-pass approach.

Times below were collected using `perf stat` to measure the time to
remove a group containing a 1600-task, parallel workload.

CPU: Intel(R) Xeon(R) Platinum P-8136 CPU @ 2.00GHz (112 threads)

  # mkdir /sys/fs/resctrl/test
  # echo $$ > /sys/fs/resctrl/test/tasks
  # perf bench sched messaging -g 40 -l 100000

task-clock time ranges collected using:

  # perf stat rmdir /sys/fs/resctrl/test

Baseline:                     1.54 - 1.60 ms
smp_mb() every matching task: 1.57 - 1.67 ms

  [ bp: Massage commit message. ]

Fixes: ae28d1aae4 ("x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR")
Fixes: 0efc89be94 ("x86/intel_rdt: Update task closid immediately on CPU in rmdir and unmount")
Signed-off-by: Peter Newman <peternewman@google.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Reviewed-by: Babu Moger <babu.moger@amd.com>
Cc: <stable@kernel.org>
Link: https://lore.kernel.org/r/20221220161123.432120-1-peternewman@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-18 11:48:53 +01:00
Peter Zijlstra
ab0d02c53a x86/boot: Avoid using Intel mnemonics in AT&T syntax asm
commit 7c6dd961d0c8e7e8f9fdc65071fb09ece702e18d upstream.

With 'GNU assembler (GNU Binutils for Debian) 2.39.90.20221231' the
build now reports:

  arch/x86/realmode/rm/../../boot/bioscall.S: Assembler messages:
  arch/x86/realmode/rm/../../boot/bioscall.S:35: Warning: found `movsd'; assuming `movsl' was meant
  arch/x86/realmode/rm/../../boot/bioscall.S:70: Warning: found `movsd'; assuming `movsl' was meant

  arch/x86/boot/bioscall.S: Assembler messages:
  arch/x86/boot/bioscall.S:35: Warning: found `movsd'; assuming `movsl' was meant
  arch/x86/boot/bioscall.S:70: Warning: found `movsd'; assuming `movsl' was meant

Which is due to:

  PR gas/29525

  Note that with the dropped CMPSD and MOVSD Intel Syntax string insn
  templates taking operands, mixed IsString/non-IsString template groups
  (with memory operands) cannot occur anymore. With that
  maybe_adjust_templates() becomes unnecessary (and is hence being
  removed).

More details: https://sourceware.org/bugzilla/show_bug.cgi?id=29525

Borislav Petkov further explains:

  " the particular problem here is is that the 'd' suffix is
    "conflicting" in the sense that you can have SSE mnemonics like movsD %xmm...
    and the same thing also for string ops (which is the case here) so apparently
    the agreement in binutils land is to use the always accepted suffixes 'l' or 'q'
    and phase out 'd' slowly... "

Fixes: 7a734e7dd9 ("x86, setup: "glove box" BIOS calls -- infrastructure")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/Y71I3Ex2pvIxMpsP@hirez.programming.kicks-ass.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-18 11:48:53 +01:00
Kyle Huey
3c1940c549 x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set
commit d7e5aceace514a2b1b3ca3dc44f93f1704766ca7 upstream

The hardware XRSTOR instruction resets the PKRU register to its hardware
init value (namely 0) if the PKRU bit is not set in the xfeatures mask.
Emulating that here restores the pre-5.14 behavior for PTRACE_SET_REGSET
with NT_X86_XSTATE, and makes sigreturn (which still uses XRSTOR) and
behave identically.

Fixes: e84ba47e31 ("x86/fpu: Hook up PKRU into ptrace()")
Signed-off-by: Kyle Huey <me@kylehuey.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20221115230932.7126-6-khuey%40kylehuey.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-14 10:23:27 +01:00
Kyle Huey
3f1c81426a x86/fpu: Allow PKRU to be (once again) written by ptrace.
commit 4a804c4f8356393d6b5eff7600f07615d7869c13 upstream

Handle PKRU in copy_uabi_to_xstate() for the benefit of APIs that write
the XSTATE such as PTRACE_SETREGSET with NT_X86_XSTATE.

This restores the pre-5.14 behavior of ptrace. The regression can be seen
by running gdb and executing `p $pkru`, `set $pkru = 42`, and `p $pkru`.
On affected kernels (5.14+) the write to the PKRU register (which gdb
performs through ptrace) is ignored.

Fixes: e84ba47e31 ("x86/fpu: Hook up PKRU into ptrace()")
Signed-off-by: Kyle Huey <me@kylehuey.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20221115230932.7126-5-khuey%40kylehuey.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-14 10:23:27 +01:00
Kyle Huey
b29773d6b0 x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
commit 2c87767c35ee9744f666ccec869d5fe742c3de0a upstream

In preparation for adding PKRU handling code into copy_uabi_to_xstate(),
add an argument that copy_uabi_from_kernel_to_xstate() can use to pass the
canonical location of the PKRU value. For
copy_sigframe_from_user_to_xstate() the kernel will actually restore the
PKRU value from the fpstate, but pass in the thread_struct's pkru location
anyways for consistency.

Signed-off-by: Kyle Huey <me@kylehuey.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20221115230932.7126-4-khuey%40kylehuey.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-14 10:23:27 +01:00