-
Wed Jul 26 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-105.121.2.el9uek]
- LTS version: v5.15.121 (Jack Vogel)
- drm/atomic: Fix potential use-after-free in nonblocking commits (Daniel Vetter)
- net/sched: sch_qfq: reintroduce lmax bound check for MTU (Pedro Tammela)
- MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled (Thomas Bogendoerfer)
- scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue (Manish Rangankar)
- scsi: qla2xxx: Pointer may be dereferenced (Shreyas Deodhar)
- scsi: qla2xxx: Correct the index of array (Bikash Hazarika)
- scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() (Nilesh Javali)
- scsi: qla2xxx: Fix potential NULL pointer dereference (Bikash Hazarika)
- scsi: qla2xxx: Fix buffer overrun (Quinn Tran)
- scsi: qla2xxx: Avoid fcport pointer dereference (Nilesh Javali)
- scsi: qla2xxx: Array index may go out of bound (Nilesh Javali)
- scsi: qla2xxx: Wait for io return on terminate rport (Quinn Tran)
- tracing/probes: Fix to update dynamic data counter if fetcharg uses it (Masami Hiramatsu (Google))
- tracing/probes: Fix not to count error code to total length (Masami Hiramatsu (Google))
- selftests: mptcp: depend on SYN_COOKIES (Matthieu Baerts)
- selftests: mptcp: sockopt: return error if wrong mark (Matthieu Baerts)
- tracing: Fix null pointer dereference in tracing_err_log_open() (Mateusz Stachyra)
- xtensa: ISS: fix call to split_if_spec (Max Filippov)
- ftrace: Fix possible warning on checking all pages used in ftrace_process_locs() (Zheng Yejian)
- ring-buffer: Fix deadloop issue on reading trace_pipe (Zheng Yejian)
- net: ena: fix shift-out-of-bounds in exponential backoff (Krister Johansen)
- samples: ftrace: Save required argument registers in sample trampolines (Florent Revest)
- tracing: Fix memory leak of iter->temp when reading trace_pipe (Zheng Yejian)
- tracing/histograms: Add histograms to hist_vars if they have referenced variables (Mohamed Khalfella)
- s390/decompressor: fix misaligned symbol build error (Heiko Carstens)
- bus: ixp4xx: fix IXP4XX_EXP_T1_MASK (Jonas Gorski)
- Revert "8250: add support for ASIX devices with a FIFO bug" (Jiaqing Zhao)
- soundwire: qcom: fix storing port config out-of-bounds (Krzysztof Kozlowski)
- opp: Fix use-after-free in lazy_opp_tables after probe deferral (Stephan Gerhold)
- meson saradc: fix clock divider mask length (George Stark)
- xhci: Show ZHAOXIN xHCI root hub speed correctly (Weitao Wang)
- xhci: Fix TRB prefetch issue of ZHAOXIN hosts (Weitao Wang)
- xhci: Fix resume issue of some ZHAOXIN hosts (Weitao Wang)
- ceph: don't let check_caps skip sending responses for revoke msgs (Xiubo Li)
- libceph: harden msgr2.1 frame segment length checks (Ilya Dryomov)
- firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_pool() (Christophe JAILLET)
- tty: serial: imx: fix rs485 rx after tx (Martin Fuzzey)
- tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk (Christophe JAILLET)
- tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error (Christophe JAILLET)
- serial: atmel: don't enable IRQs prematurely (Dan Carpenter)
- drm/ttm: Don't leak a resource on swapout move error (Thomas Hellström)
- drm/amdgpu: avoid restore process run into dead loop. (gaba)
- drm/amd/display: Correct `DMUB_FW_VERSION` macro (Mario Limonciello)
- drm/amdgpu: fix clearing mappings for BOs that are always valid in VM (Samuel Pitoiset)
- drm/rockchip: vop: Leave vblank enabled in self-refresh (Brian Norris)
- drm/atomic: Allow vblank-enabled + self-refresh "disable" (Brian Norris)
- fs: dlm: return positive pid value for F_GETLK (Alexander Aring)
- dm init: add dm-mod.waitfor to wait for asynchronously probed block devices (Peter Korsgaard)
- md/raid0: add discard support for the 'original' layout (Jason Baron)
- mfd: pm8008: Fix module autoloading (Johan Hovold)
- misc: pci_endpoint_test: Re-init completion for every test (Damien Le Moal)
- misc: pci_endpoint_test: Free IRQs before removing the device (Damien Le Moal)
- PCI: rockchip: Set address alignment for endpoint mode (Damien Le Moal)
- PCI: rockchip: Use u32 variable to access 32-bit registers (Rick Wertenbroek)
- PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core (Rick Wertenbroek)
- PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked (Rick Wertenbroek)
- PCI: rockchip: Write PCI Device ID to correct register (Rick Wertenbroek)
- PCI: rockchip: Assert PCI Configuration Enable bit after probe (Rick Wertenbroek)
- PCI: qcom: Disable write access to read only registers for IP v2.3.3 (Manivannan Sadhasivam)
- PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 (Robin Murphy)
- PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold (Ondrej Zary)
- dm integrity: reduce vmalloc space footprint on 32-bit architectures (Mikulas Patocka)
- hwrng: imx-rngc - fix the timeout for init and self check (Martin Kaiser)
- jfs: jfs_dmap: Validate db_l2nbperpage while mounting (Siddh Raman Pant)
- ext4: only update i_reserved_data_blocks on successful block allocation (Baokun Li)
- ext4: turn quotas off if mount failed after enabling quotas (Baokun Li)
- ext4: fix to check return value of freeze_bdev() in ext4_shutdown() (Chao Yu)
- ext4: fix wrong unit use in ext4_mb_new_blocks (Kemeng Shi)
- ext4: get block from bh in ext4_free_blocks for fast commit replay (Kemeng Shi)
- ext4: fix wrong unit use in ext4_mb_clear_bb (Kemeng Shi)
- ext4: Fix reusing stale buffer heads from last failed mounting (Zhihao Cheng)
- MIPS: KVM: Fix NULL pointer dereference (Huacai Chen)
- MIPS: Loongson: Fix cpu_probe_loongson() again (Huacai Chen)
- erofs: fix compact 4B support for 16k block size (Gao Xiang)
- powerpc/security: Fix Speculation_Store_Bypass reporting on Power10 (Michael Ellerman)
- misc: fastrpc: Create fastrpc scalar with correct buffer count (Ekansh Gupta)
- powerpc: Fail build if using recordmcount with binutils v2.37 (Naveen N Rao)
- mm/damon/ops-common: atomically test and clear young on ptes and pmds (Ryan Roberts)
- net: bcmgenet: Ensure MDIO unregistration has clocks enabled (Florian Fainelli)
- mtd: rawnand: meson: fix unaligned DMA buffers handling (Arseniy Krasnov)
- tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation (Jarkko Sakkinen)
- pinctrl: amd: Only use special debounce behavior for GPIO 0 (Mario Limonciello)
- pinctrl: amd: Detect and mask spurious interrupts (Kornel Dulęba)
- pinctrl: amd: Detect internal GPIO0 debounce handling (Mario Limonciello)
- pinctrl: amd: Fix mistake in handling clearing pins at startup (Mario Limonciello)
- f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() (Chao Yu)
- fs/ntfs3: Check fields while reading (Konstantin Komarov)
- nvme-pci: fix DMA direction of unmapping integrity data (Ming Lei)
- nvme-pci: remove nvme_queue from nvme_iod (Keith Busch)
- net/sched: sch_qfq: account for stab overhead in qfq_enqueue (Pedro Tammela)
- net/sched: sch_qfq: refactor parsing of netlink parameters (Pedro Tammela)
- net/sched: make psched_mtu() RTNL-less safe (Pedro Tammela)
- netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write() (Dan Carpenter)
- riscv: mm: fix truncation warning on RV32 (Jisheng Zhang)
- net/sched: flower: Ensure both minimum and maximum ports are specified (Ido Schimmel)
- bpf: cpumap: Fix memory leak in cpu_map_update_elem (Pu Lehui)
- wifi: airo: avoid uninitialized warning in airo_get_rate() (Randy Dunlap)
- erofs: fix fsdax unavailability for chunk-based regular files (Xin Yin)
- erofs: decouple basic mount options from fs_context (Gao Xiang)
- erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF (Chunhai Guo)
- octeontx2-pf: Add additional check for MCAM rules (Suman Ghosh)
- drm/i915: Fix one wrong caching mode enum usage (Tvrtko Ursulin)
- riscv, bpf: Fix inconsistent JIT image generation (Björn Töpel)
- bpf, riscv: Support riscv jit to provide bpf_line_info (Pu Lehui)
- igc: Fix inserting of empty frame for launchtime (Florian Kauer)
- igc: Fix launchtime before start of cycle (Florian Kauer)
- kernel/trace: Fix cleanup logic of enable_trace_eprobe (Tzvetomir Stoyanov (VMware))
- platform/x86: wmi: Break possible infinite loop when parsing GUID (Andy Shevchenko)
- platform/x86: wmi: move variables (Barnabás Pőcze)
- platform/x86: wmi: use guid_t and guid_equal() (Barnabás Pőcze)
- platform/x86: wmi: remove unnecessary argument (Barnabás Pőcze)
- ipv6/addrconf: fix a potential refcount underflow for idev (Ziyang Xuan)
- NTB: ntb_tool: Add check for devm_kcalloc (Jiasheng Jiang)
- NTB: ntb_transport: fix possible memory leak while device_register() fails (Yang Yingliang)
- ntb: intel: Fix error handling in intel_ntb_pci_driver_init() (Yuan Can)
- NTB: amd: Fix error handling in amd_ntb_pci_driver_init() (Yuan Can)
- ntb: idt: Fix error handling in idt_pci_driver_init() (Yuan Can)
- udp6: fix udp6_ehashfn() typo (Eric Dumazet)
- icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev(). (Kuniyuki Iwashima)
- net: prevent skb corruption on frag list segmentation (Paolo Abeni)
- net: bgmac: postpone turning IRQs off to avoid SoC hangs (Rafał Miłecki)
- ionic: remove WARN_ON to prevent panic_on_warn (Nitya Sunkad)
- gve: Set default duplex configuration to full (Junfeng Guo)
- net/sched: cls_fw: Fix improper refcount update leads to use-after-free (M A Ramdhan)
- net: mvneta: fix txq_map in case of txq_number==1 (Klaus Kudielka)
- bpf: Fix max stack depth check for async callbacks (Kumar Kartikeya Dwivedi)
- scsi: qla2xxx: Fix error code in qla2x00_start_sp() (Dan Carpenter)
- igc: Handle PPS start time programming for past time values (Aravindhan Gunasekaran)
- igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksettings (Prasad Koya)
- net/mlx5e: Check for NOT_READY flag state after locking (Vlad Buslov)
- net/mlx5e: fix memory leak in mlx5e_ptp_open (Zhengchao Shao)
- net/mlx5e: fix double free in mlx5e_destroy_flow_table (Zhengchao Shao)
- igc: Remove delay during TX ring configuration (Muhammad Husaini Zulkifli)
- drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags (Marek Vasut)
- drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime (Douglas Anderson)
- drm/panel: simple: Add connector_type for innolux_at043tn24 (Fabio Estevam)
- ksmbd: validate session id and tree id in the compound request (Namjae Jeon)
- ksmbd: fix out-of-bound read in smb2_write (Namjae Jeon)
- ksmbd: validate command payload size (Namjae Jeon)
- ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message() (Ralph Boehme)
- workqueue: clean up WORK_* constant types, clarify masking (Linus Torvalds)
- net: lan743x: Don't sleep in atomic context (Moritz Fischer)
- io_uring: add reschedule point to handle_tw_list() (Jens Axboe)
- io_uring: Use io_schedule* in cqring wait (Andres Freund)
- block/partition: fix signedness issue for Amiga partitions (Michael Schmitz)
- tty: serial: fsl_lpuart: add earlycon for imx8ulp platform (Sherry Sun)
- wireguard: netlink: send staged packets when setting initial private key (Jason A. Donenfeld)
- wireguard: queueing: use saner cpu selection wrapping (Jason A. Donenfeld)
- netfilter: nf_tables: prevent OOB access in nft_byteorder_eval (Thadeu Lima de Souza Cascardo)
- netfilter: nf_tables: do not ignore genmask when looking up chain by id (Thadeu Lima de Souza Cascardo)
- netfilter: conntrack: Avoid nf_ct_helper_hash uses after free (Florent Revest)
- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (Pablo Neira Ayuso)
- fanotify: disallow mount/sb marks on kernel internal pseudo fs (Amir Goldstein)
- ovl: fix null pointer dereference in ovl_get_acl_rcu() (Zhihao Cheng)
- fs: no need to check source (Jan Kara)
- leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename (Christian Marangi)
- ARM: orion5x: fix d2net gpio initialization (Arnd Bergmann)
- ARM: dts: qcom: ipq4019: fix broken NAND controller properties override (Krzysztof Kozlowski)
- ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error path (Ricardo Ribalda Delgado)
- ASoC: mediatek: mt8173: Fix irq error path (Ricardo Ribalda Delgado)
- btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block() (Filipe Manana)
- btrfs: fix extent buffer leak after tree mod log failure at split_node() (Filipe Manana)
- btrfs: fix race when deleting quota root from the dirty cow roots list (Filipe Manana)
- btrfs: reinsert BGs failed to reclaim (Naohiro Aota)
- btrfs: bail out reclaim process if filesystem is read-only (Naohiro Aota)
- btrfs: delete unused BGs while reclaiming BGs (Naohiro Aota)
- btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile (Matt Corallo)
- fs: avoid empty option when generating legacy mount string (Thomas Weißschuh)
- jffs2: reduce stack usage in jffs2_build_xattr_subsystem() (Fabian Frederick)
- ipvs: increase ip_vs_conn_tab_bits range for 64BIT (Abhijeet Rastogi)
- fs: Lock moved directories (Jan Kara)
- fs: Establish locking order for unrelated directories (Jan Kara)
- Revert "f2fs: fix potential corruption when moving a directory" (Jan Kara)
- ext4: Remove ext4 locking of moved directory (Jan Kara)
- shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs (Roberto Sassu)
- autofs: use flexible array in ioctl structure (Arnd Bergmann)
- integrity: Fix possible multiple allocation in integrity_inode_get() (Tianjia Zhang)
- um: Use HOST_DIR for mrproper (Kees Cook)
- bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent (Zheng Wang)
- bcache: Remove unnecessary NULL point check in node allocations (Zheng Wang)
- bcache: fixup btree_cache_wait list damage (Mingzhe Zou)
- mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used. (Chevron Li)
- mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS (Ulf Hansson)
- mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M (Robert Marko)
- mmc: core: disable TRIM on Kingston EMMC04G-M627 (Robert Marko)
- io_uring: wait interruptibly for request completions on exit (Jens Axboe)
- NFSD: add encoding of op_recall flag for write delegation (Dai Ngo)
- i2c: qup: Add missing unwind goto in qup_i2c_probe() (Shuai Jiang)
- btrfs: do not BUG_ON() on tree mod log failure at balance_level() (Filipe Manana)
- extcon: usbc-tusb320: Convert to i2c's .probe_new() (Uwe Kleine-König)
- i2c: xiic: Don't try to handle more interrupt events after error (Robert Hancock)
- i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process() (Marek Vasut)
- apparmor: fix missing error check for rhashtable_insert_fast (Danila Chernetsov)
- sh: dma: Fix DMA channel offset calculation (Artur Rojek)
- s390/qeth: Fix vipa deletion (Thorsten Winkler)
- octeontx-af: fix hardware timestamp configuration (Hariprasad Kelam)
- net: dsa: tag_sja1105: fix MAC DA patching from meta frames (Vladimir Oltean)
- pptp: Fix fib lookup calls. (Guillaume Nault)
- riscv: move memblock_allow_resize() after linear mapping is ready (Woody Zhang)
- net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX (Lin Ma)
- xsk: Honor SO_BINDTODEVICE on bind (Ilya Maximets)
- tcp: annotate data races in __tcp_oow_rate_limited() (Eric Dumazet)
- net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode (Vladimir Oltean)
- powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y (Randy Dunlap)
- ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() (Zeng Heng)
- octeontx2-af: Add validation before accessing cgx and lmac (Hariprasad Kelam)
- octeontx2-af: Fix mapping for NIX block from CGX connection (Hariprasad Kelam)
- f2fs: fix error path handling in truncate_dnode() (Chao Yu)
- mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 (Nishanth Menon)
- spi: bcm-qspi: return error if neither hif_mspi nor mspi is available (Jonas Gorski)
- net: dsa: vsc73xx: fix MTU configuration (Pawel Dembicki)
- ibmvnic: Do not reset dql stats on NON_FATAL err (Nick Child)
- Add MODULE_FIRMWARE() for FIRMWARE_TG357766. (Tobias Heider)
- net/sched: act_ipt: add sanity checks on table name and hook locations (Florian Westphal)
- sctp: fix potential deadlock on &net->sctp.addr_wq_lock (Chengfeng Ye)
- media: cec: i2c: ch7322: also select REGMAP (Randy Dunlap)
- drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times (Jouni Högander)
- rtc: st-lpc: Release some resources in st_rtc_probe() in case of error (Christophe JAILLET)
- md/raid10: fix the condition to call bio_end_io_acct() (Li Nan)
- pwm: mtk_disp: Fix the disable flow of disp_pwm (Shuijing Li)
- pwm: ab8500: Fix error code in probe() (Dan Carpenter)
- pwm: sysfs: Do not apply state to already disabled PWMs (Marek Vasut)
- pwm: imx-tpm: force 'real_period' to be zero in suspend (Fancy Fang)
- phy: tegra: xusb: check return value of devm_kzalloc() (Claudiu Beznea)
- mfd: stmpe: Only disable the regulators if they are enabled (Christophe JAILLET)
- KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler (Christian Borntraeger)
- KVM: s390: vsie: fix the length of APCB bitmap (Pierre Morel)
- mfd: stmfx: Nullify stmfx->vdd in case of error (Amelie Delaunay)
- mfd: stmfx: Fix error path in stmfx_chip_init (Amelie Delaunay)
- nvmem: rmem: Use NVMEM_DEVID_AUTO (Phil Elwell)
- test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation (Mirsad Goran Todorovac)
- serial: 8250_omap: Use force_suspend and resume for system suspend (Tony Lindgren)
- Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial detection" (Greg Kroah-Hartman)
- mfd: intel-lpss: Add missing check for platform_get_resource (Jiasheng Jiang)
- usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe() (Christophe JAILLET)
- usb: common: usb-conn-gpio: Set last role to unknown before initial detection (Prashanth K)
- usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() (Christophe JAILLET)
- usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove() (Christophe JAILLET)
- KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes (Nico Boehr)
- media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var() (Dan Carpenter)
- media: venus: helpers: Fix ALIGN() of non power of two (Rikard Falkeborn)
- mfd: rt5033: Drop rt5033-battery sub-device (Stephan Gerhold)
- coresight: Fix loss of connection info when a module is unloaded (James Clark)
- kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR (Muchun Song)
- serial: 8250: lock port for UART_IER access in omap8250_irq() (John Ogness)
- serial: 8250: lock port for stop_rx() in omap8250_irq() (John Ogness)
- usb: hide unused usbfs_notify_suspend/resume functions (Arnd Bergmann)
- usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() (Li Yang)
- extcon: Fix kernel doc of property capability fields to avoid warnings (Andy Shevchenko)
- extcon: Fix kernel doc of property fields to avoid warnings (Andy Shevchenko)
- usb: gadget: u_serial: Add null pointer check in gserial_suspend (Prashanth K)
- usb: dwc3: qcom: Fix potential memory leak (Vladislav Efanov)
- clk: qcom: ipq6018: fix networking resets (Robert Marko)
- clk: qcom: reset: support resetting multiple bits (Robert Marko)
- clk: qcom: reset: Allow specifying custom reset delay (Stephan Gerhold)
- media: i2c: Correct format propagation for st-mipid02 (Daniel Scally)
- media: usb: siano: Fix warning due to null work_func_t function pointer (Duoming Zhou)
- media: videodev2.h: Fix struct v4l2_input tuner index comment (Marek Vasut)
- media: usb: Check az6007_read() return value (Daniil Dulov)
- clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks (Mantas Pucka)
- clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs (Taniya Das)
- serial: 8250: omap: Fix freeing of resources on failed register (Tony Lindgren)
- usb: dwc2: Fix some error handling paths (Christophe JAILLET)
- usb: dwc2: platform: Improve error reporting for problems during .remove() (Uwe Kleine-König)
- sh: j2: Use ioremap() to translate device tree address into kernel memory (John Paul Adrian Glaubitz)
- w1: fix loop in w1_fini() (Dan Carpenter)
- w1: w1_therm: fix locking behavior in convert_t (Stefan Wahren)
- SUNRPC: Fix UAF in svc_tcp_listen_data_ready() (Ding Hui)
- block: increment diskseq on all media change events (Demi Marie Obenour)
- block: change all __u32 annotations to __be32 in affs_hardblocks.h (Michael Schmitz)
- block: add overflow checks for Amiga partition support (Michael Schmitz)
- block: fix signed int overflow in Amiga partition support (Michael Schmitz)
- ALSA: jack: Fix mutex call in snd_jack_report() (Takashi Iwai)
- ALSA: hda/realtek: Add quirk for Clevo NPx0SNx (Werner Sembach)
- iio: accel: fxls8962af: fixup buffer scan element type (Sean Nyekjaer)
- iio: accel: fxls8962af: errata bug only applicable for FXLS8962AF (Sean Nyekjaer)
- iio: adc: ad7192: Fix internal/external clock selection (Fabrizio Lamarque)
- iio: adc: ad7192: Fix null ad7192_state pointer access (Fabrizio Lamarque)
- phy: tegra: xusb: Clear the driver reference in usb-phy dev (EJ Hsu)
- usb: dwc3: gadget: Propagate core init errors to UDC during pullup (Krishna Kurapati)
- USB: serial: option: add LARA-R6 01B PIDs (Davide Tronchin)
- io_uring: ensure IOPOLL locks around deferred work (Jens Axboe)
- bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page (Liu Shixin)
- ACPI: utils: Fix acpi_evaluate_dsm_typed() redefinition error (Kiran K)
- ksmbd: avoid field overflow warning (Arnd Bergmann)
- efi/libstub: Disable PCI DMA before grabbing the EFI memory map (Ard Biesheuvel)
- kbuild: Disable GCOV for *.mod.o (Sami Tolvanen)
- hwrng: st - keep clock enabled while hwrng is registered (Martin Kaiser)
- dax/kmem: Pass valid argument to memory_group_register_static (Tarun Sahu)
- dax: Introduce alloc_dev_dax_id() (Dan Williams)
- dax: Fix dax_mapping_release() use after free (Dan Williams)
- SMB3: Do not send lease break acknowledgment if all file handles have been closed (Bharath SM)
- NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION (Olga Kornievskaia)
- crypto: qat - unmap buffers before free for RSA (Hareshx Sankar Raj)
- crypto: qat - unmap buffer before free for DH (Hareshx Sankar Raj)
- crypto: qat - Use helper to set reqsize (Herbert Xu)
- crypto: kpp - Add helper to set reqsize (Herbert Xu)
- crypto: qat - use reference to structure in dma_map_single() (Damian Muszynski)
- crypto: qat - replace get_current_node() with numa_node_id() (Andre Przywara)
- ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard (Masahiro Yamada)
- modpost: fix off by one in is_executable_section() (Dan Carpenter)
- crypto: marvell/cesa - Fix type mismatch warning (Arnd Bergmann)
- modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} (Masahiro Yamada)
- modpost: fix section mismatch message for R_ARM_ABS32 (Masahiro Yamada)
- crypto: nx - fix build warnings when DEBUG_FS is not enabled (Randy Dunlap)
- modpost: remove broken calculation of exception_table_entry size (Masahiro Yamada)
- hwrng: virtio - Fix race on data_avail and actual data (Herbert Xu)
- hwrng: virtio - always add a pending request (Laurent Vivier)
- hwrng: virtio - don't waste entropy (Laurent Vivier)
- hwrng: virtio - don't wait on cleanup (Laurent Vivier)
- hwrng: virtio - add an internal buffer (Laurent Vivier)
- powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary (Aneesh Kumar K.V)
- powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo (Aneesh Kumar K.V)
- riscv: uprobes: Restore thread.bad_cause (Tiezhu Yang)
- powerpc: update ppc_save_regs to save current r1 in pt_regs (Aditya Gupta)
- powerpc: simplify ppc_save_regs (Nicholas Piggin)
- powerpc/powernv/sriov: perform null check on iov before dereferencing iov (Colin Ian King)
- pinctrl: at91-pio4: check return value of devm_kasprintf() (Claudiu Beznea)
- pinctrl: microchip-sgpio: check return value of devm_kasprintf() (Claudiu Beznea)
- powerpc/64s: Fix VAS mm use after free (Nicholas Piggin)
- perf dwarf-aux: Fix off-by-one in die_get_varname() (Namhyung Kim)
- perf script: Fix allocation of evsel->priv related to per-event dump files (Arnaldo Carvalho de Melo)
- powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_user_regs_unsafe() (Christophe Leroy)
- powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare() (Christophe Leroy)
- kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures (Christophe Leroy)
- pinctrl: cherryview: Return correct value if pin in push-pull mode (Andy Shevchenko)
- perf bench: Add missing setlocale() call to allow usage of %'d style formatting (Arnaldo Carvalho de Melo)
- perf bench: Use unbuffered output when pipe/tee'ing to a file (Sohaib Mohamed)
- PCI: Add pci_clear_master() stub for non-CONFIG_PCI (Sui Jingfeng)
- PCI: ftpci100: Release the clock resources (Junyan Ye)
- PCI: pciehp: Cancel bringup sequence if card is not present (Rongguang Wei)
- scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe() (Yuchen Yang)
- PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free (Ding Hui)
- pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors (Christophe JAILLET)
- scsi: qedf: Fix NULL dereference in error handling (Jinhong Zhu)
- PCI: vmd: Reset VMD config register between soft reboots (Nirmal Patel)
- PCI: cadence: Fix Gen2 Link Retraining process (Siddharth Vadapalli)
- clk: Fix memory leak in devm_clk_notifier_register() (Fei Shao)
- ASoC: imx-audmix: check return value of devm_kasprintf() (Claudiu Beznea)
- ovl: update of dentry revalidate flags after copy up (Amir Goldstein)
- drivers: meson: secure-pwrc: always enable DMA domain (Alexey Romanov)
- clk: ti: clkctrl: check return value of kasprintf() (Claudiu Beznea)
- clk: keystone: sci-clk: check return value of kasprintf() (Claudiu Beznea)
- clk: si5341: free unused memory on probe failure (Claudiu Beznea)
- clk: si5341: check return value of {devm_}kasprintf() (Claudiu Beznea)
- clk: si5341: return error if one synth clock registration fails (Claudiu Beznea)
- clk: cdce925: check return value of kasprintf() (Claudiu Beznea)
- clk: vc5: check memory returned by kasprintf() (Claudiu Beznea)
- drm/msm/dpu: correct MERGE_3D length (Dmitry Baryshkov)
- arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz (Nícolas F. R. A. Prado)
- arm64: dts: mediatek: Add cpufreq nodes for MT8192 (Allen-KH Cheng)
- drm/msm/dp: Free resources after unregistering them (Bjorn Andersson)
- drm/msm/dpu: do not enable color-management if DSPPs are not available (Dmitry Baryshkov)
- ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer (Su Hui)
- clk: tegra: tegra124-emc: Fix potential memory leak (Yuan Can)
- clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() (Dan Carpenter)
- arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4k (Marijn Suijten)
- clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe() (Yuxing Liu)
- clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe (Hao Luo)
- RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context (Kashyap Desai)
- RDMA/bnxt_re: wraparound mbox producer index (Kashyap Desai)
- drm/msm/a5xx: really check for A510 in a5xx_gpu_init (Dmitry Baryshkov)
- amdgpu: validate offset_in_bo of drm_amdgpu_gem_va (Chia-I Wu)
- drm/radeon: fix possible division-by-zero errors (Nikita Zhandarovich)
- drm/amd/display: Fix artifacting on eDP panels when engaging freesync video mode (Aurabindo Pillai)
- drm/amdkfd: Fix potential deallocation of previously deallocated memory. (Daniil Dulov)
- ARM: dts: BCM5301X: fix duplex-full => full-duplex (Christian Lamparter)
- hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272 (Guenter Roeck)
- hwmon: (adm1275) Allow setting sample averaging (Potin Lai)
- hwmon: (gsc-hwmon) fix fan pwm temperature scaling (Tim Harvey)
- ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx (Olivier Moysan)
- ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 (Marek Vasut)
- arm64: dts: ti: k3-j7200: Fix physical address of pin (Keerthy)
- fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() (Christophe JAILLET)
- arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 (Wolfram Sang)
- ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier (Geert Uytterhoeven)
- RDMA/hns: Fix hns_roce_table_get return value (Chengchang Tang)
- IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate (Brendan Cunningham)
- IB/hfi1: Use bitmap_zalloc() when applicable (Christophe JAILLET)
- RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes (Arnd Bergmann)
- soc/fsl/qe: fix usb.c build errors (Randy Dunlap)
- ARM: dts: meson8: correct uart_B and uart_C clock references (Martin Blumenstingl)
- ASoC: es8316: Do not set rate constraints for unsupported MCLKs (Cristian Ciocaltea)
- ASoC: es8316: Increment max value for ALC Capture Target Volume control (Cristian Ciocaltea)
- memory: brcmstb_dpfe: fix testing array offset after use (Krzysztof Kozlowski)
- ARM: dts: stm32: Shorten the AV96 HDMI sound card name (Marek Vasut)
- arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukui (Douglas Anderson)
- arm64: dts: qcom: apq8096: fix fixed regulator name property (Krzysztof Kozlowski)
- ARM: omap2: fix missing tick_broadcast() prototype (Arnd Bergmann)
- ARM: ep93xx: fix missing-prototype warnings (Arnd Bergmann)
- drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H (Dario Binacchi)
- arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansion (Stephan Gerhold)
- arm64: dts: qcom: apq8016-sbc: Fix regulator constraints (Stephan Gerhold)
- arm64: dts: qcom: Drop unneeded extra device-specific includes (Stephan Gerhold)
- arm64: dts: qcom: apq8016-sbc: fix mpps state names (Dmitry Baryshkov)
- arm64: dts: qcom: apq8016-sbc: Clarify firmware-names (Stephan Gerhold)
- arm64: dts: qcom: apq8016-sbc: Update modem and WiFi firmware path (Bjorn Andersson)
- arm64: dts: qcom: db820c: Move blsp1_uart2 pin states to msm8996.dtsi (Yassine Oudjana)
- arm64: dts: qcom: sdm845: correct camss unit address (Krzysztof Kozlowski)
- arm64: dts: qcom: sdm630: correct camss unit address (Krzysztof Kozlowski)
- arm64: dts: qcom: msm8996: correct camss unit address (Krzysztof Kozlowski)
- arm64: dts: qcom: msm8994: correct SPMI unit address (Krzysztof Kozlowski)
- arm64: dts: qcom: msm8916: correct camss unit address (Krzysztof Kozlowski)
- ARM: dts: gta04: Move model property out of pinctrl node (Tony Lindgren)
- drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK (Konrad Dybcio)
- drm/msm/disp/dpu: get timing engine status from intf status register (Vinod Polimera)
- drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rate (Dmitry Baryshkov)
- RDMA/bnxt_re: Fix to remove an unnecessary log (Kalesh AP)
- RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid (Kalesh AP)
- RDMA/bnxt_re: Use unique names while registering interrupts (Kalesh AP)
- RDMA/bnxt_re: Fix to remove unnecessary return labels (Kalesh AP)
- RDMA/bnxt_re: Disable/kill tasklet only if it is enabled (Selvin Xavier)
- clk: imx: scu: use _safe list iterator to avoid a use after free (Dan Carpenter)
- arm64: dts: microchip: sparx5: do not use PSCI on reference boards (Robert Marko)
- bus: ti-sysc: Fix dispc quirk masking bool variables (Tony Lindgren)
- ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards (Marek Vasut)
- drm/panel: sharp-ls043t1le01: adjust mode settings (Dmitry Baryshkov)
- drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks` (XuDong Liu)
- Input: adxl34x - do not hardcode interrupt trigger type (Marek Vasut)
- ARM: dts: meson8b: correct uart_B and uart_C clock references (hfdevel@gmx.net)
- ARM: dts: BCM5301X: Drop "clock-names" from the SPI node (Rafał Miłecki)
- drm/vram-helper: fix function names in vram helper doc (Luc Ma)
- drm/bridge: tc358768: fix THS_TRAILCNT computation (Francesco Dolcini)
- drm/bridge: tc358768: fix TXTAGOCNT computation (Francesco Dolcini)
- drm/bridge: tc358768: fix THS_ZEROCNT computation (Francesco Dolcini)
- drm/bridge: tc358768: fix TCLK_TRAILCNT computation (Francesco Dolcini)
- drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation (Francesco Dolcini)
- drm/bridge: tc358768: fix TCLK_ZEROCNT computation (Francesco Dolcini)
- drm/bridge: tc358768: fix PLL target frequency (Francesco Dolcini)
- drm/bridge: tc358768: fix PLL parameters computation (Francesco Dolcini)
- drm/bridge: tc358768: always enable HS video mode (Francesco Dolcini)
- Input: drv260x - sleep between polling GO bit (Luca Weiss)
- drm/amd/display: Explicitly specify update type per plane info change (Nicholas Kazlauskas)
- radeon: avoid double free in ci_dpm_init() (Nikita Zhandarovich)
- drm/amd/display: Add logging for display MALL refresh setting (Wesley Chalmers)
- netlink: Add __sock_i_ino() for __netlink_diag_dump(). (Kuniyuki Iwashima)
- ipvlan: Fix return value of ipvlan_queue_xmit() (Cambda Zhu)
- netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value. (Ilia.Gavrilov)
- netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one (Florian Westphal)
- lib/ts_bm: reset initial match offset for every block of text (Jeremy Sowden)
- net: nfc: Fix use-after-free caused by nfc_llcp_find_local (Lin Ma)
- nfc: llcp: simplify llcp_sock_connect() error paths (Krzysztof Kozlowski)
- sfc: fix crash when reading stats while NIC is resetting (Edward Cree)
- net: axienet: Move reset before 64-bit DMA detection (Maxim Kochetkov)
- gtp: Fix use-after-free in __gtp_encap_destroy(). (Kuniyuki Iwashima)
- selftests: rtnetlink: remove netdevsim device after ipsec offload test (Sabrina Dubroca)
- bonding: do not assume skb mac_header is set (Eric Dumazet)
- netlink: do not hard code device address lenth in fdb dumps (Eric Dumazet)
- netlink: fix potential deadlock in netlink_set_err() (Eric Dumazet)
- net: stmmac: fix double serdes powerdown (Bartosz Golaszewski)
- igc: Fix race condition in PTP tx code (Vinicius Costa Gomes)
- can: length: fix bitstuffing count (Vincent Mailhol)
- bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings (Gilad Sever)
- bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint (Gilad Sever)
- bpf: Factor out socket lookup functions for the TC hookpoint. (Gilad Sever)
- bpf: Omit superfluous address family check in __bpf_skc_lookup (Tobias Klauser)
- wifi: ath9k: convert msecs to jiffies where needed (Dmitry Antipov)
- wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection (Johannes Berg)
- wifi: cfg80211: rewrite merging of inherited elements (Benjamin Berg)
- wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_handler() (Anjaneyulu)
- iwlwifi: don't dump_stack() when we get an unexpected interrupt (Emmanuel Grumbach)
- wifi: iwlwifi: pull from TXQs with softirqs disabled (Johannes Berg)
- rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO (Edwin Peer)
- wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() (Remi Pommarel)
- memstick r592: make memstick_debug_get_tpc_name() static (Arnd Bergmann)
- kexec: fix a memory leak in crash_shrink_memory() (Zhen Lei)
- watchdog/perf: more properly prevent false positives with turbo modes (Douglas Anderson)
- watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct config (Douglas Anderson)
- wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown (Marek Vasut)
- wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled (Marek Vasut)
- selftests/bpf: Fix check_mtu using wrong variable type (Jesper Dangaard Brouer)
- wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes (Fedor Pchelkin)
- wifi: ray_cs: Fix an error handling path in ray_probe() (Christophe JAILLET)
- wifi: ray_cs: Drop useless status variable in parse_addr() (Andy Shevchenko)
- wifi: ray_cs: Utilize strnlen() in parse_addr() (Andy Shevchenko)
- wifi: wl3501_cs: Fix an error handling path in wl3501_probe() (Christophe JAILLET)
- wl3501_cs: use eth_hw_addr_set() (Jakub Kicinski)
- wifi: atmel: Fix an error handling path in atmel_probe() (Christophe JAILLET)
- wifi: orinoco: Fix an error handling path in orinoco_cs_probe() (Christophe JAILLET)
- wifi: orinoco: Fix an error handling path in spectrum_cs_probe() (Christophe JAILLET)
- regulator: core: Streamline debugfs operations (Geert Uytterhoeven)
- regulator: core: Fix more error checking for debugfs_create_dir() (Geert Uytterhoeven)
- bpftool: JIT limited misreported as negative value on aarch64 (Alan Maguire)
- nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect() (Krzysztof Kozlowski)
- spi: dw: Round of n_bytes to power of 2 (Joy Chakraborty)
- bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen (Stanislav Fomichev)
- libbpf: fix offsetof() and container_of() to work with CO-RE (Andrii Nakryiko)
- sctp: add bpf_bypass_getsockopt proto callback (Alexander Mikhalitsyn)
- wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan() (Christophe JAILLET)
- wifi: wilc1000: fix for absent RSN capabilities WFA testcase (Amisha Patel)
- spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG (Vijaya Krishna Nivarthi)
- samples/bpf: Fix buffer overflow in tcp_basertt (Pengcheng Yang)
- libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE (Martin KaFai Lau)
- wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx (Fedor Pchelkin)
- wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation (Peter Seiderer)
- igc: Enable and fix RX hash usage by netstack (Jesper Dangaard Brouer)
- pstore/ram: Add check for kstrdup (Jiasheng Jiang)
- ima: Fix build warnings (Roberto Sassu)
- evm: Fix build warnings (Roberto Sassu)
- evm: Complete description of evm_inode_setattr() (Roberto Sassu)
- locking/atomic: arm: fix sync ops (Mark Rutland)
- x86/mm: Fix __swp_entry_to_pte() for Xen PV guests (Juergen Gross)
- perf/ibs: Fix interface via core pmu events (Ravi Bangoria)
- kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is undefined (Colin Ian King)
- rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale (Qiuxu Zhuo)
- rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() (Qiuxu Zhuo)
- rcuscale: Move shutdown from wait_event() to wait_event_idle() (Paul E. McKenney)
- rcuscale: Always log error message (Li Zhijian)
- rcutorture: Correct name of use_softirq module parameter (Paul E. McKenney)
- thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe() (Christophe JAILLET)
- cpufreq: intel_pstate: Fix energy_performance_preference for passive (Tero Kristo)
- ARM: 9303/1: kprobes: avoid missing-declaration warnings (Arnd Bergmann)
- powercap: RAPL: Fix CONFIG_IOSF_MBI dependency (Zhang Rui)
- perf/arm-cmn: Fix DTC reset (Robin Murphy)
- PM: domains: fix integer overflow issues in genpd_parse_state() (Nikita Zhandarovich)
- clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe (Feng Mingxi)
- tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode(). (Sebastian Andrzej Siewior)
- posix-timers: Prevent RT livelock in itimer_delete() (Thomas Gleixner)
- svcrdma: Prevent page release when nothing was received (Chuck Lever)
- irqchip/jcore-aic: Fix missing allocation of IRQ descriptors (John Paul Adrian Glaubitz)
- md/raid10: fix io loss while replacement replace rdev (Li Nan)
- md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request (Li Nan)
- md/raid10: fix wrong setting of max_corr_read_errors (Li Nan)
- md/raid10: fix overflow of md/safe_mode_delay (Li Nan)
- md/raid10: check slab-out-of-bounds in md_bitmap_get_counter (Li Nan)
- blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost (Li Nan)
- x86/resctrl: Only show tasks' pid in current pid namespace (Shawn Wang)
- fs: pipe: reveal missing function protoypes (Arnd Bergmann)
- netfilter: nf_tables: drop map element references from preparation phase (Pablo Neira Ayuso)
- LTS version: v5.15.120 (Jack Vogel)
- nubus: Partially revert proc_create_single_data() conversion (Finn Thain)
- parisc: Delete redundant register definitions in <asm/assembly.h> (Ben Hutchings)
- drm/amdgpu: Validate VM ioctl flags. (Bas Nieuwenhuizen)
- scripts/tags.sh: Resolve gtags empty index generation (Ahmed S. Darwish)
- perf symbols: Symbol lookup with kcore can fail if multiple segments match stext (Krister Johansen)
- Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe" (Ricardo Cañuelo)
- HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651. (Mike Hommey)
- HID: wacom: Use ktime_t rather than int when dealing with timestamps (Jason Gerecke)
- bpf: ensure main program has an extable (Krister Johansen)
- can: isotp: isotp_sendmsg(): fix return error fix on TX path (Oliver Hartkopp)
- x86/smp: Use dedicated cache-line for mwait_play_dead() (Thomas Gleixner)
- mm, hwpoison: when copy-on-write hits poison, take page offline (Jane Chu)
- mm, hwpoison: try to recover from copy-on write faults (Tony Luck)
- mptcp: consolidate fallback and non fallback state machine (Paolo Abeni)
- mptcp: fix possible divide by zero in recvmsg() (Paolo Abeni)
- net/rds: Allow MSG_NOSIGNAL in sendmsg (Gerd Rausch) [Orabug: 35640815]
- uek-rpm: Prevent cls_tcindex module to be loaded on demand (Sherry Yang) [Orabug: 35590149]
-
Thu Jul 20 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-105.119.1.el9uek]
- scsi: target: iscsi: Fix hang in the iSCSI login code (Maurizio Lombardi) [Orabug: 35612128]
- scsi: target: iscsi: Fix a race condition between login_work and the login thread (Maurizio Lombardi) [Orabug: 35612128]
- uek-rpm: Change the build tool versions to the latest (Jack Vogel) [Orabug: 35378773]
- cpufreq: intel_pstate: Clear HWP Status during HWP Interrupt enable (Srinivas Pandruvada) [Orabug: 35612621]
- VM: arm64: Prevent guests from enabling HA/HD on Ampere1 (Oliver Upton) [Orabug: 35620537]
- KVM: arm64: Refactor HFGxTR configuration into separate helpers (Oliver Upton) [Orabug: 35620537]
- arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2 (Oliver Upton) [Orabug: 35620537]
- arm64: disable CAVIUM_ERRATUM_23154 (Mihai Carabas) [Orabug: 35620537]
- uek/kconfig/x86: Enable late microcode loading (Boris Ostrovsky) [Orabug: 35623010]
-
Wed Jul 12 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-104.119.4.el9uek]
- cpufreq: intel_pstate: Fix unchecked MSR 0x773 access (Srinivas Pandruvada) [Orabug: 35571973]
- drm/amdgpu: Set vmbo destroy after pt bo is created (Philip Yang)
-
Wed Jul 05 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-104.119.3.el9uek]
- btrfs: free device in btrfs_close_devices for a single device filesystem (Anand Jain) [Orabug: 35216285]
-
Fri Jun 30 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-104.119.2.el9uek]
- uek-rpm: aarch64: Disable 64k container kernel build (Liam Merwick) [Orabug: 35555030]
-
Wed Jun 28 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-104.119.1.el9uek]
- LTS version: v5.15.119 (Jack Vogel)
- act_mirred: remove unneded merge conflict markers (Greg Kroah-Hartman)
- i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle (Clark Wang)
- x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys (Dheeraj Kumar Srivastava)
- vhost_net: revert upend_idx only on retriable error (Andrey Smetanin)
- drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl (Min Li)
- drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl (Min Li)
- drm/exynos: vidi: fix a wrong error return (Inki Dae)
- ARM: dts: Fix erroneous ADS touchscreen polarities (Linus Walleij)
- s390/purgatory: disable branch profiling (Alexander Gordeev)
- ASoC: nau8824: Add quirk to active-high jack-detect (Edson Juliano Drosdeck)
- soundwire: dmi-quirks: add new mapping for HP Spectre x360 (Pierre-Louis Bossart)
- ASoC: simple-card: Add missing of_node_put() in case of error (Herve Codina)
- spi: lpspi: disable lpspi module irq in DMA mode (Clark Wang)
- s390/cio: unregister device when the only path is gone (Vineeth Vijayan)
- Input: soc_button_array - add invalid acpi_index DMI quirk handling (Hans de Goede)
- nvme: double KA polling frequency to avoid KATO with TBKAS on (Uday Shankar)
- usb: gadget: udc: fix NULL dereference in remove() (Dan Carpenter)
- nfcsim.c: Fix error checking for debugfs_create_dir (Osama Muhammad)
- media: cec: core: don't set last_initiator if tx in progress (Hans Verkuil)
- arm64: Add missing Set/Way CMO encodings (Marc Zyngier)
- HID: wacom: Add error check to wacom_parse_and_register() (Denis Arefev)
- scsi: target: iscsi: Prevent login threads from racing between each other (Maurizio Lombardi)
- gpio: sifive: add missing check for platform_get_irq (Jiasheng Jiang)
- gpiolib: Fix GPIO chip IRQ initialization restriction (Jiawen Wu)
- gpio: Allow per-parent interrupt data (Marc Zyngier)
- sch_netem: acquire qdisc lock in netem_change() (Eric Dumazet)
- selftests: forwarding: Fix race condition in mirror installation (Danielle Ratson)
- bpf/btf: Accept function names that contain dots (Florent Revest)
- Revert "net: phy: dp83867: perform soft reset and retain established link" (Francesco Dolcini)
- netfilter: nfnetlink_osf: fix module autoload (Pablo Neira Ayuso)
- netfilter: nf_tables: disallow updates of anonymous sets (Pablo Neira Ayuso)
- netfilter: nf_tables: reject unbound chain set before commit phase (Pablo Neira Ayuso)
- netfilter: nf_tables: reject unbound anonymous set before commit phase (Pablo Neira Ayuso)
- netfilter: nf_tables: disallow element updates of bound anonymous sets (Pablo Neira Ayuso)
- netfilter: nft_set_pipapo: .walk does not deal with generations (Pablo Neira Ayuso)
- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (Pablo Neira Ayuso)
- netfilter: nf_tables: fix chain binding transaction logic (Pablo Neira Ayuso)
- be2net: Extend xmit workaround to BE3 chip (Ross Lagerwall)
- net: dsa: mt7530: fix handling of BPDUs on MT7530 switch (Arınç ÜNAL)
- net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch (Arınç ÜNAL)
- ipvs: align inner_mac_header for encapsulation (Terin Stock)
- mmc: usdhi60rol0: fix deferred probing (Sergey Shtylyov)
- mmc: sh_mmcif: fix deferred probing (Sergey Shtylyov)
- mmc: sdhci-acpi: fix deferred probing (Sergey Shtylyov)
- mmc: owl: fix deferred probing (Sergey Shtylyov)
- mmc: omap_hsmmc: fix deferred probing (Sergey Shtylyov)
- mmc: omap: fix deferred probing (Sergey Shtylyov)
- mmc: mvsdio: fix deferred probing (Sergey Shtylyov)
- mmc: mtk-sd: fix deferred probing (Sergey Shtylyov)
- net: qca_spi: Avoid high load if QCA7000 is not available (Stefan Wahren)
- xfrm: Linearize the skb after offloading if needed. (Sebastian Andrzej Siewior)
- selftests: net: fcnal-test: check if FIPS mode is enabled (Magali Lemes)
- xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets (Maciej Żenczykowski)
- bpf: Fix verifier id tracking of scalars on spill (Maxim Mikityanskiy)
- bpf: track immediate values written to stack by BPF_ST instruction (Eduard Zingerman)
- xfrm: Ensure policies always checked on XFRM-I input path (Benedict Wong)
- xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c (Eyal Birger)
- xfrm: Treat already-verified secpath entries as optional (Benedict Wong)
- ieee802154: hwsim: Fix possible memory leaks (Chen Aotian)
- mmc: meson-gx: fix deferred probing (Sergey Shtylyov)
- memfd: check for non-NULL file_seals in memfd_create() syscall (Roberto Sassu)
- x86/mm: Avoid using set_pgd() outside of real PGD pages (Lee Jones)
- nilfs2: prevent general protection fault in nilfs_clear_dirty_page() (Ryusuke Konishi)
- io_uring/net: disable partial retries for recvmsg with cmsg (Jens Axboe)
- io_uring/net: clear msg_controllen on partial sendmsg retry (Jens Axboe)
- io_uring/net: save msghdr->msg_control for retries (Jens Axboe)
- writeback: fix dereferencing NULL mapping->host on writeback_page_template (Rafael Aquini)
- regmap: spi-avmm: Fix regmap_bus max_raw_write (Russ Weight)
- regulator: pca9450: Fix LDO3OUT and LDO4OUT MASK (Teresa Remmet)
- ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLAN (Matthias May)
- mmc: mmci: stm32: fix max busy timeout calculation (Christophe Kerello)
- mmc: meson-gx: remove redundant mmc_request_done() call from irq context (Martin Hundebøll)
- mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916 (Stephan Gerhold)
- cgroup: Do not corrupt task iteration when rebinding subsystem (Xiu Jianfeng)
- PCI: hv: Add a per-bus mutex state_lock (Dexuan Cui)
- PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic (Dexuan Cui)
- PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev (Dexuan Cui)
- Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally" (Dexuan Cui)
- PCI: hv: Fix a race condition bug in hv_pci_query_relations() (Dexuan Cui)
- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (Michael Kelley)
- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (Dexuan Cui)
- KVM: Avoid illegal stage2 mapping on invalid memory slot (Gavin Shan)
- ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep() (Rafael J. Wysocki)
- nilfs2: fix buffer corruption due to concurrent device reads (Ryusuke Konishi)
- selftests: mptcp: join: skip check if MIB counter not supported (Matthieu Baerts)
- selftests: mptcp: join: use 'iptables-legacy' if available (Matthieu Baerts)
- selftests: mptcp: pm nl: remove hardcoded default limits (Matthieu Baerts)
- selftests/mount_setattr: fix redefine struct mount_attr build error (Shuah Khan)
- selftests: mptcp: lib: skip if not below kernel version (Matthieu Baerts)
- selftests: mptcp: lib: skip if missing symbol (Matthieu Baerts)
- drm/amd/display: Add wrapper to call planes and stream update (Rodrigo Siqueira)
- drm/amd/display: Use dc_update_planes_and_stream (Rodrigo Siqueira)
- drm/amd/display: Add minimal pipe split transition state (Rodrigo Siqueira)
- tpm, tpm_tis: Claim locality in interrupt handler (Lino Sanfilippo)
- tracing: Add tracing_reset_all_online_cpus_unlocked() function (Steven Rostedt (Google))
- drm/amd/display: fix the system hang while disable PSR (Tom Chung)
- LTS version: v5.15.118 (Jack Vogel)
- nilfs2: reject devices with insufficient block count (Ryusuke Konishi)
- mmc: block: ensure error propagation for non-blk (Christian Loehle)
- of: overlay: add entry to of_overlay_action_name[] (Frank Rowand)
- neighbour: delete neigh_lookup_nodev as not used (Leon Romanovsky)
- net: Remove DECnet leftovers from flow.h. (Guillaume Nault)
- net: Remove unused inline function dst_hold_and_use() (Gaosheng Cui)
- neighbour: Remove unused inline function neigh_key_eq16() (Gaosheng Cui)
- rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period (Ziwei Dai)
- cgroup: always put cset in cgroup_css_set_put_fork (John Sperbeck)
- afs: Fix vlserver probe RTT handling (David Howells)
- selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET (Alex Maftei)
- net: tipc: resize nlattr array to correct size (Lin Ma)
- dm: don't lock fs when the map is NULL during suspend or resume (Li Lingfeng)
- net: lapbether: only support ethernet devices (Eric Dumazet)
- net/sched: cls_api: Fix lockup on flushing explicitly created chain (Vlad Buslov)
- ext4: drop the call to ext4_error() from ext4_get_group_info() (Fabio M. De Francesco)
- cifs: fix lease break oops in xfstest generic/098 (Steve French)
- drm/nouveau: add nv_encoder pointer check for NULL (Natalia Petrova)
- drm/nouveau/dp: check for NULL nv_connector->native_mode (Natalia Petrova)
- drm/nouveau: don't detect DSM for non-NVIDIA device (Ratchanan Srirattanamet)
- igb: fix nvm.ops.read() error handling (Aleksandr Loktionov)
- igc: Clean the TX buffer and TX descriptor ring (Muhammad Husaini Zulkifli)
- sctp: fix an error code in sctp_sf_eat_auth() (Dan Carpenter)
- ipvlan: fix bound dev checking for IPv6 l3s mode (Hangbin Liu)
- net: ethtool: correct MAX attribute value for stats (Jakub Kicinski)
- IB/isert: Fix incorrect release of isert connection (Saravanan Vajravel)
- IB/isert: Fix possible list corruption in CMA handler (Saravanan Vajravel)
- IB/isert: Fix dead lock in ib_isert (Saravanan Vajravel)
- IB/uverbs: Fix to consider event queue closing also upon non-blocking mode (Yishai Hadas)
- RDMA/cma: Always set static rate to 0 for RoCE (Mark Zhang)
- RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions (Maher Sanalla)
- octeontx2-af: fix lbk link credits on cn10k (Nithin Dabilpuram)
- octeontx2-af: fixed resource availability check (Satha Rao)
- iavf: remove mask from iavf_irq_enable_queues() (Ahmed Zaki)
- RDMA/rxe: Fix the use-before-initialization error of resp_pkts (Zhu Yanjun)
- RDMA/rxe: Removed unused name from rxe_task struct (Bob Pearson)
- RDMA/rxe: Remove the unused variable obj (Zhu Yanjun)
- net/sched: cls_u32: Fix reference counter leak leading to overflow (Lee Jones)
- net/sched: act_pedit: Parse L3 Header for L4 offset (Max Tottenham)
- net/sched: act_pedit: remove extra check for key type (Pedro Tammela)
- net/sched: simplify tcf_pedit_act (Pedro Tammela)
- ping6: Fix send to link-local addresses with VRF. (Guillaume Nault)
- net: enetc: correct the indexes of highest and 2nd highest TCs (Wei Fang)
- netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE (Pablo Neira Ayuso)
- netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM (Pablo Neira Ayuso)
- netfilter: nf_tables: integrate pipapo into commit protocol (Pablo Neira Ayuso)
- spi: fsl-dspi: avoid SCK glitches with continuous transfers (Vladimir Oltean)
- RDMA/rxe: Fix packet length checks (Bob Pearson)
- RDMA/rtrs: Fix rxe_dealloc_pd warning (Li Zhijian)
- RDMA/rtrs: Fix the last iu->buf leak in err path (Li Zhijian)
- usb: dwc3: gadget: Reset num TRBs before giving back the request (Elson Roy Serrao)
- serial: lantiq: add missing interrupt ack (Bernhard Seibold)
- USB: serial: option: add Quectel EM061KGL series (Jerry Meng)
- thunderbolt: Mask ring interrupt on Intel hardware as well (Mika Westerberg)
- thunderbolt: dma_test: Use correct value for absent rings when creating paths (Mika Westerberg)
- Remove DECnet support from kernel (Stephen Hemminger)
- ALSA: hda/realtek: Add a quirk for Compaq N14JP6 (Edson Juliano Drosdeck)
- drm/amdgpu: add missing radeon secondary PCI ID (Alex Deucher)
- drm/amd/display: edp do not add non-edid timings (Hersen Wu)
- net: usb: qmi_wwan: add support for Compal RXM-G1 (Wes Huang)
- RDMA/uverbs: Restrict usage of privileged QKEYs (Edward Srouji)
- nouveau: fix client work fence deletion race (Dave Airlie)
- dm thin metadata: check fail_io before using data_sm (Li Lingfeng)
- ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playback (Lukasz Tyl)
- powerpc/purgatory: remove PGO flags (Ricardo Ribalda)
- x86/purgatory: remove PGO flags (Ricardo Ribalda)
- kexec: support purgatories with .text.hot sections (Ricardo Ribalda)
- nilfs2: fix possible out-of-bounds segment allocation in resize ioctl (Ryusuke Konishi)
- nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key() (Ryusuke Konishi)
- nios2: dts: Fix tse_mac "max-frame-size" property (Janne Grunau)
- ocfs2: check new file size on fallocate call (Luís Henriques)
- ocfs2: fix use-after-free when unmounting read-only filesystem (Luís Henriques)
- epoll: ep_autoremove_wake_function should use list_del_init_careful (Benjamin Segall)
- wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid() (Dan Carpenter)
- wifi: cfg80211: fix locking in regulatory disconnect (Johannes Berg)
- io_uring: hold uring mutex around poll removal (Jens Axboe)
- irqchip/gic: Correctly validate OF quirk descriptors (Marc Zyngier)
- NVMe: Add MAXIO 1602 to bogus nid list. (Tatsuki Sugiura)
- drm:amd:amdgpu: Fix missing buffer object unlock in failure path (Sukrut Bellary)
- xen/blkfront: Only check REQ_FUA for writes (Ross Lagerwall)
- ASoC: dwc: move DMA init to snd_soc_dai_driver probe() (Maxim Kochetkov)
- mips: Move initrd_start check after initrd address sanitisation. (Liviu Dudau)
- MIPS: Alchemy: fix dbdma2 (Manuel Lauss)
- MIPS: unhide PATA_PLATFORM (Manuel Lauss)
- parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory() (Helge Deller)
- parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu() (Helge Deller)
- ASoC: soc-pcm: test if a BE can be prepared (Ranjani Sridharan)
- btrfs: handle memory allocation failure in btrfs_csum_one_bio (Johannes Thumshirn)
- btrfs: scrub: try harder to mark RAID56 block groups read-only (Qu Wenruo)
- power: supply: Fix logic checking if system is running from battery (Mario Limonciello)
- irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues (Douglas Anderson)
- regulator: Fix error checking for debugfs_create_dir (Osama Muhammad)
- platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0 (Alexandru Sorodoc)
- power: supply: Ratelimit no data debug output (Marek Vasut)
- tools: gpio: fix debounce_period_us output of lsgpio (Milo Spadacini)
- ARM: dts: vexpress: add missing cache properties (Krzysztof Kozlowski)
- power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule() (Hans de Goede)
- power: supply: sc27xx: Fix external_power_changed race (Hans de Goede)
- power: supply: ab8500: Fix external_power_changed race (Hans de Goede)
- of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset() (Kunihiko Hayashi)
- of: overlay: rework overlay apply and remove kfree()s (Frank Rowand)
- of: overlay: rename variables to be consistent (Frank Rowand)
- drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram (Horatio Zhang)
- ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate (Kuan-Ting Chen)
- test_firmware: fix a memory leak with reqs buffer (Mirsad Goran Todorovac)
- test_firmware: prevent race conditions by a correct implementation of locking (Mirsad Goran Todorovac)
- test_firmware: Use kstrtobool() instead of strtobool() (Christophe JAILLET)
- LTS version: v5.15.117 (Jack Vogel)
- xfs: verify buffer contents when we skip log replay (Darrick J. Wong)
- ext4: only check dquot_initialize_needed() when debugging (Theodore Ts'o)
- vhost_vdpa: support PACKED when setting-getting vring_base (Shannon Nelson)
- vhost: support PACKED when setting-getting vring_base (Shannon Nelson)
- vduse: avoid empty string for dev name (Sheng Zhao)
- riscv: fix kprobe __user string arg print fault issue (Ruan Jinjie)
- eeprom: at24: also select REGMAP (Randy Dunlap)
- i2c: sprd: Delete i2c adapter in .remove's error path (Uwe Kleine-König)
- i2c: mv64xxx: Fix reading invalid status value in atomic mode (Marek Behún)
- arm64: dts: imx8mn-beacon: Fix SPI CS pinmux (Adam Ford)
- ASoC: mediatek: mt8195: fix use-after-free in driver remove path (Trevor Wu)
- ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove callback returning void (Uwe Kleine-König)
- arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts (Shenwei Wang)
- arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals (Shenwei Wang)
- arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified sc7180-lite boards (Douglas Anderson)
- ASoC: codecs: wsa881x: do not set can_multi_write flag (Srinivas Kandagatla)
- ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc (Claudiu Beznea)
- usb: usbfs: Use consistent mmap functions (Ruihan Li)
- usb: usbfs: Enforce page requirements for mmap (Ruihan Li)
- pinctrl: meson-axg: add missing GPIOA_18 gpio group (Martin Hundebøll)
- rbd: get snapshot context after exclusive lock is ensured to be held (Ilya Dryomov)
- rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting (Ilya Dryomov)
- tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' (Rijo Thomas)
- Bluetooth: hci_qca: fix debugfs registration (Johan Hovold)
- Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk (Luiz Augusto von Dentz)
- s390/dasd: Use correct lock while counting channel queue length (Jan Höppner)
- ceph: fix use-after-free bug for inodes when flushing capsnaps (Xiubo Li)
- can: j1939: avoid possible use-after-free when j1939_can_rx_register fails (Fedor Pchelkin)
- can: j1939: change j1939_netdev_lock type to mutex (Fedor Pchelkin)
- can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J1939 Socket (Oleksij Rempel)
- drm/amd/pm: Fix power context allocation in SMU13 (Lijo Lazar)
- drm/amdgpu: fix xclk freq on CHIP_STONEY (Chia-I Wu)
- drm/amd/pm: conditionally disable pcie lane switching for some sienna_cichlid SKUs (Evan Quan)
- drm/i915/gt: Use the correct error value when kernel_context() fails (Andi Shyti)
- ALSA: hda/realtek: Add Lenovo P3 Tower platform (RenHai)
- ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 (Ai Chao)
- ALSA: hda/realtek: Add quirk for Clevo NS50AU (Tim Crawford)
- Input: fix open count when closing inhibited device (Dmitry Torokhov)
- Input: psmouse - fix OOB access in Elantech protocol (Dmitry Torokhov)
- Input: xpad - delete a Razer DeathAdder mouse VID/PID entry (Ismael Ferreras Morezuelas)
- batman-adv: Broken sync while rescheduling delayed work (Vladislav Efanov)
- bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks (Somnath Kotur)
- bnxt_en: Query default VLAN before VNIC setup on a VF (Somnath Kotur)
- bnxt_en: Don't issue AP reset during ethtool's reset operation (Sreekanth Reddy)
- bpf: Add extra path pointer check to d_path helper (Jiri Olsa)
- net: sched: fix possible refcount leak in tc_chain_tmplt_add() (Hangyu Hua)
- net: sched: act_police: fix sparse errors in tcf_police_dump() (Eric Dumazet)
- net: sched: move rtm_tca_policy declaration to include file (Eric Dumazet)
- drm/i915/selftests: Add some missing error propagation (Tvrtko Ursulin)
- drm/i915/selftests: Stop using kthread_stop() (Tvrtko Ursulin)
- drm/i915/selftests: Increase timeout for live_parallel_switch (Akeem G Abodunrin)
- rfs: annotate lockless accesses to RFS sock flow table (Eric Dumazet)
- rfs: annotate lockless accesses to sk->sk_rxhash (Eric Dumazet)
- ipv6: rpl: Fix Route of Death. (Kuniyuki Iwashima)
- netfilter: ipset: Add schedule point in call_ad(). (Kuniyuki Iwashima)
- netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper (Tijs Van Buggenhout)
- selftests/bpf: Fix sockopt_sk selftest (Yonghong Song)
- selftests/bpf: Verify optval=NULL case (Stanislav Fomichev)
- wifi: cfg80211: fix locking in sched scan stop work (Johannes Berg)
- qed/qede: Fix scheduling while atomic (Manish Chopra)
- Bluetooth: L2CAP: Add missing checks for invalid DCID (Sungwoo Kim)
- Bluetooth: Fix l2cap_disconnect_req deadlock (Ying Hsu)
- drm/i915: Use 18 fast wake AUX sync len (Jouni Högander)
- drm/i915: Explain the magic numbers for AUX SYNC/precharge length (Ville Syrjälä)
- net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values (Eric Dumazet)
- net: enetc: correct the statistics of rx bytes (Wei Fang)
- net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT (Wen Gu)
- bpf: Fix UAF in task local storage (KP Singh)
- net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods (Alexander Sverdlin)
- neighbour: fix unaligned access to pneigh_entry (Qingfang DENG)
- wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll (Lorenzo Bianconi)
- afs: Fix setting of mtime when creating a file/dir/symlink (David Howells)
- spi: qup: Request DMA before enabling clocks (Stephan Gerhold)
- platform/surface: aggregator: Allow completion work-items to be executed in parallel (Maximilian Luz)
- blk-iocost: avoid 64-bit division in ioc_timer_fn (Arnd Bergmann)
- f2fs: fix iostat lock protection (Qilin Tan)
- bonding (gcc13): synchronize bond_{a,t}lb_xmit() types (Jiri Slaby (SUSE))
- i40e: fix build warning in ice_fltr_add_mac_to_list() (Greg Kroah-Hartman)
- i40e: use int for i40e_status (Jan Sokolowski)
- i40e: Remove string printing for i40e_status (Jan Sokolowski)
- sfc (gcc13): synchronize ef100_enqueue_skb()'s return type (Jiri Slaby (SUSE))
- remove the sx8 block driver (Christoph Hellwig)
- gcc-plugins: Reorganize gimple includes for GCC 13 (Kees Cook)
- ata: ahci: fix enum constants for gcc-13 (Arnd Bergmann)
- LTS version: v5.15.116 (Jack Vogel)
- RDMA/irdma: Do not generate SW completions for NOPs (Mustafa Ismail)
- RDMA/irdma: Fix drain SQ hang with no completion (Shiraz Saleem)
- ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS (Arnd Bergmann)
- ext4: enable the lazy init thread when remounting read/write (Theodore Ts'o)
- selftests: mptcp: join: skip if MPTCP is not supported (Matthieu Baerts)
- selftests: mptcp: simult flows: skip if MPTCP is not supported (Matthieu Baerts)
- selftests: mptcp: diag: skip if MPTCP is not supported (Matthieu Baerts)
- drm/amdgpu/gfx10: Disable gfxoff before disabling powergating. (Bas Nieuwenhuizen)
- scsi: dpt_i2o: Do not process completions with invalid addresses (Ben Hutchings)
- scsi: dpt_i2o: Remove broken pass-through ioctl (I2OUSERCMD) (Ben Hutchings)
- drm/rcar: stop using 'imply' for dependencies (Arnd Bergmann)
- tpm, tpm_tis: Request threaded interrupt handler (Lino Sanfilippo)
- regmap: Account for register length when chunking (Jim Wylder)
- KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() (Roberto Sassu)
- ksmbd: fix incorrect AllocationSize set in smb2_get_info (Namjae Jeon)
- ksmbd: fix credit count leakage (Namjae Jeon)
- KVM: x86: Account fastpath-only VM-Exits in vCPU stats (Sean Christopherson)
- test_firmware: fix the memory leak of the allocated firmware buffer (Mirsad Goran Todorovac)
- serial: 8250_tegra: Fix an error handling path in tegra_uart_probe() (Christophe JAILLET)
- fbcon: Fix null-ptr-deref in soft_cursor (Helge Deller)
- ext4: add lockdep annotations for i_data_sem for ea_inode's (Theodore Ts'o)
- ext4: disallow ea_inodes with extended attributes (Theodore Ts'o)
- ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find() (Theodore Ts'o)
- ext4: add EA_INODE checking to ext4_iget() (Theodore Ts'o)
- selftests: mptcp: sockopt: skip if MPTCP is not supported (Matthieu Baerts)
- selftests: mptcp: pm nl: skip if MPTCP is not supported (Matthieu Baerts)
- selftests: mptcp: connect: skip if MPTCP is not supported (Matthieu Baerts)
- tracing/probe: trace_probe_primary_from_call(): checked list_first_entry (Pietro Borrello)
- block: fix revalidate performance regression (Damien Le Moal)
- usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM (Frank Li)
- usb: cdns3: allocate TX FIFO size according to composite EP number (Frank Li)
- iommu/amd: Fix domain flush size when syncing iotlb (Jon Pan-Doh)
- powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall (Gaurav Batra)
- btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-bounds (pengfuyuan)
- tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL_SBK (Sherry Sun)
- mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order (Marek Vasut)
- mmc: vub300: fix invalid response handling (Deren Wu)
- block/blk-iocost (gcc13): keep large values in a new enum (Jiri Slaby (SUSE))
- ath6kl: Use struct_group() to avoid size-mismatched casting (Kees Cook)
- x86/boot: Wrap literal addresses in absolute_pointer() (Kees Cook)
- drm/amd/pm: reverse mclk and fclk clocks levels for renoir (Tim Huang)
- drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp (Tim Huang)
- drm/amd/pm: reverse mclk and fclk clocks levels for vangogh (Tim Huang)
- ata: libata-scsi: Use correct device no in ata_find_dev() (Damien Le Moal)
- scsi: stex: Fix gcc 13 warnings (Bart Van Assche)
- misc: fastrpc: reject new invocations during device removal (Richard Acayan)
- misc: fastrpc: return -EPIPE to invocations on device removal (Richard Acayan)
- md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk() (Yu Kuai)
- usb: gadget: f_fs: Add unbind event before functionfs_unbind (Uttkarsh Aggarwal)
- dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type (Marek Vasut)
- net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 (Sebastian Krzyszkowiak)
- iio: dac: build ad5758 driver when AD5758 is selected (Lukas Bulwahn)
- iio: adc: ad7192: Change "shorted" channels to differential (Paul Cercueil)
- iio: dac: mcp4725: Fix i2c_master_send() return value handling (Marek Vasut)
- iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag (Masahiro Honda)
- iio: light: vcnl4035: fixed chip ID check (Frank Li)
- dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value (Geert Uytterhoeven)
- iio: imu: inv_icm42600: fix timestamp reset (Jean-Baptiste Maneyrol)
- HID: wacom: avoid integer overflow in wacom_intuos_inout() (Nikita Zhandarovich)
- HID: google: add jewel USB id (Sung-Chi Li)
- iio: adc: mxs-lradc: fix the order of two cleanup operations (Jiakai Luo)
- iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT method (Hans de Goede)
- media: uvcvideo: Don't expose unsupported formats to userspace (Laurent Pinchart)
- mailbox: mailbox-test: fix a locking issue in mbox_test_message_write() (Dan Carpenter)
- nvme-pci: Add quirk for Teamgroup MP33 SSD (Daniel Smith)
- drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged (Guchun Chen)
- atm: hide unused procfs functions (Arnd Bergmann)
- drm/msm: Be more shouty if per-process pgtables aren't working (Rob Clark)
- ALSA: oss: avoid missing-prototype warnings (Arnd Bergmann)
- nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk (Christoph Hellwig)
- netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with CONFIG_NF_NAT (Tom Rix)
- wifi: b43: fix incorrect __packed annotation (Arnd Bergmann)
- scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed (Wenchao Hao)
- wifi: mac80211: simplify chanctx allocation (Johannes Berg)
- arm64: vdso: Pass (void *) to virt_to_page() (Linus Walleij)
- arm64/mm: mark private VM_FAULT_X defines as vm_fault_t (Min-Hua Chen)
- ARM: dts: stm32: add pin map for CAN controller on stm32f7 (Dario Binacchi)
- wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value (Yun Lu)
- ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P (Rubén Gómez)
- s390/topology: honour nr_cpu_ids when adding CPUs (Alexander Gordeev)
- s390/pkey: zeroize key blobs (Holger Dengler)
- media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221 (Hyunwoo Kim)
- media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*() (Takashi Iwai)
- media: dvb-core: Fix use-after-free due to race at dvb_register_device() (Hyunwoo Kim)
- media: dvb-core: Fix use-after-free due on race condition at dvb_net (Hyunwoo Kim)
- media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table (Krzysztof Kozlowski)
- media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb() (Hyunwoo Kim)
- media: dvb_ca_en50221: fix a size write bug (YongSu Yoo)
- media: netup_unidvb: fix irq init by register it at the end of probe (Wei Chen)
- media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address (Wei Chen)
- media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer() (Wei Chen)
- media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer (Zhang Shurong)
- media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer() (Wei Chen)
- media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer() (Wei Chen)
- media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer() (Wei Chen)
- media: dvb_demux: fix a bug for the continuity counter (YongSu Yoo)
- ASoC: ssm2602: Add workaround for playback distortions (Paweł Anikiel)
- ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs (Martin Povišer)
- xfrm: Check if_id in inbound policy/secpath match (Benedict Wong)
- um: harddog: fix modular build (Johannes Berg)
- ASoC: dwc: limit the number of overrun messages (Maxim Kochetkov)
- nvme-pci: add quirk for missing secondary temperature thresholds (Hristo Venev)
- nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G (Sagi Grimberg)
- block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE (Guoqing Jiang)
- nbd: Fix debugfs_create_dir error checking (Ivan Orlov)
- fbdev: stifb: Fix info entry in sti_struct on error path (Helge Deller)
- fbdev: modedb: Add 1920x1080 at 60 Hz video mode (Helge Deller)
- fbdev: imsttfb: Fix use after free bug in imsttfb_probe (Zheng Wang)
- gfs2: Don't deref jdesc in evict (Bob Peterson)
- platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield (Julian Winkler)
- media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE (Niklas Söderlund)
- ARM: 9295/1: unwind:fix unwind abort for uleb128 case (Haibo Li)
- btrfs: abort transaction when sibling keys check fails for leaves (Filipe Manana)
- drm/ast: Fix ARM compatibility (Jammy Huang)
- mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write() (Lee Jones)
- drm/amdgpu: Use the default reset when loading or reloading the driver (lyndonli)
- ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs. (jasontao)
- watchdog: menz069_wdt: fix watchdog initialisation (Johannes Thumshirn)
- drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init" (Chong Li)
- rtnetlink: call validate_linkmsg in rtnl_create_link (Xin Long)
- mtd: rawnand: marvell: don't set the NAND frequency select (Chris Packham)
- mtd: rawnand: marvell: ensure timing values are written (Chris Packham)
- net: dsa: mv88e6xxx: Increase wait after reset deactivation (Andreas Svensson)
- net/sched: flower: fix possible OOB write in fl_set_geneve_opt() (Hangyu Hua)
- net/mlx5: Read embedded cpu after init bit cleared (Moshe Shemesh)
- net/mlx5e: Fix error handling in mlx5e_refresh_tirs (Saeed Mahameed)
- udp6: Fix race condition in udp6_sendmsg & connect (Vladislav Efanov)
- net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report (Pedro Tammela)
- net: sched: fix NULL pointer dereference in mq_attach (Zhengchao Shao)
- net/sched: Prohibit regrafting ingress or clsact Qdiscs (Peilin Ye)
- net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs (Peilin Ye)
- net/sched: sch_clsact: Only create under TC_H_CLSACT (Peilin Ye)
- net/sched: sch_ingress: Only create under TC_H_INGRESS (Peilin Ye)
- tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set (Cambda Zhu)
- tcp: deny tcp_disconnect() when threads are waiting (Eric Dumazet)
- af_packet: do not use READ_ONCE() in packet_bind() (Eric Dumazet)
- RDMA/irdma: Fix Local Invalidate fencing (Mustafa Ismail)
- RDMA/irdma: Prevent QP use after free (Mustafa Ismail)
- RDMA/irdma: Add SW mechanism to generate completions on error (Mustafa Ismail)
- mtd: rawnand: ingenic: fix empty stub helper definitions (Arnd Bergmann)
- amd-xgbe: fix the false linkup in xgbe_phy_status (Raju Rangoju)
- af_packet: Fix data-races of pkt_sk(sk)->num. (Kuniyuki Iwashima)
- netrom: fix info-leak in nr_write_internal() (Eric Dumazet)
- net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure (Thomas Bogendoerfer)
- net/mlx5e: Don't attach netdev profile while handling internal error (Dmytro Linkin)
- net/mlx5: fw_tracer, Fix event handling (Shay Drory)
- riscv: Fix unused variable warning when BUILTIN_DTB is set (Alexandre Ghiti)
- dmaengine: pl330: rename _start to prevent build error (Randy Dunlap)
- iommu/rockchip: Fix unwind goto issue (Chao Wang)
- RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx (Kalesh AP)
- RDMA/bnxt_re: Fix a possible memory leak (Kalesh AP)
- dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved() (Dan Carpenter)
- dmaengine: at_xdmac: Move the free desc to the tail of the desc list (Tudor Ambarus)
- RDMA/hns: Modify the value of long message loopback slice (Yangyang Li)
- RDMA/hns: Fix base address table allocation (Chengchang Tang)
- RDMA/efa: Fix unsupported page sizes in device (Yonatan Nachum)
- RDMA/bnxt_re: Fix the page_size used during the MR creation (Selvin Xavier)
- LTS version: v5.15.115 (Jack Vogel)
- netfilter: ctnetlink: Support offloaded conntrack entry deletion (Paul Blakey)
- ipv{4,6}/raw: fix output xfrm lookup wrt protocol (Nicolas Dichtel)
- binder: fix UAF of alloc->vma in race with munmap() (Carlos Llamas)
- binder: add lockless binder_alloc_(set|get)_vma() (Carlos Llamas)
- Revert "android: binder: stop saving a pointer to the VMA" (Carlos Llamas)
- Revert "binder_alloc: add missing mmap_lock calls when using the VMA" (Carlos Llamas)
- bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() (Ruihan Li)
- xdp: xdp_mem_allocator can be NULL in trace_mem_connect(). (Sebastian Andrzej Siewior)
- irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable (Jiaxun Yang)
- page_pool: fix inconsistency for page_pool_ring_[un]lock() (Yunsheng Lin)
- net: page_pool: use in_softirq() instead (Qingfang DENG)
- xdp: Allow registering memory model without rxq reference (Toke Høiland-Jørgensen)
- irqchip/mips-gic: Use raw spinlock for gic_lock (Jiaxun Yang)
- irqchip/mips-gic: Get rid of the reliance on irq_cpu_online() (Marc Zyngier)
- binder: fix UAF caused by faulty buffer cleanup (Carlos Llamas)
- bonding: fix send_peer_notif overflow (Hangbin Liu)
- Bonding: add arp_missed_max option (Hangbin Liu)
- net: dsa: mt7530: fix network connectivity with multiple CPU ports (Arınç ÜNAL)
- net: dsa: mt7530: split-off common parts from mt7531_setup (Daniel Golle)
- net: dsa: mt7530: rework mt753[01]_setup (Frank Wunderlich)
- net: dsa: introduce helpers for iterating through ports using dp (Vladimir Oltean)
- net: phy: mscc: enable VSC8501/2 RGMII RX clock (David Epping)
- platform/x86: ISST: Remove 8 socket limit (Steve Wahl)
- platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering (Srinivas Pandruvada)
- net/mlx5: Devcom, serialize devcom registration (Shay Drory)
- net/mlx5e: Fix deadlock in tc route query code (Vlad Buslov)
- net/mlx5: devcom only supports 2 ports (Mark Bloch)
- bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps (Anton Protopopov)
- power: supply: bq24190: Call power_supply_changed() after updating input current (Hans de Goede)
- power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier() (Hans de Goede)
- power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize (Hans de Goede)
- power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes (Hans de Goede)
- power: supply: bq27xxx: Move bq27xxx_battery_update() down (Hans de Goede)
- power: supply: bq27xxx: expose battery data when CI=1 (Sicelo A. Mhlongo)
- uek-rpm: Remove unused CONFIG_NF_TABLES_SET from container config (Liam Merwick) [Orabug: 35533264]
- uek-rpm: ol8: Enable aarch64 build of kernel-uek-container (Liam Merwick) [Orabug: 35533264]
- uek-rpm: ol8: Enable aarch64 build of kernel-uek-container (Liam Merwick) [Orabug: 35533264]
- uek-rpm: ol9: aarch64: Add kernel-uek-container config file (Liam Merwick) [Orabug: 35533264]
- uek-rpm: ol8: aarch64: Add kernel-uek-container config file (Liam Merwick) [Orabug: 35533264]
- crypto: jitter - correct health test during initialization (Stephan Müller) [Orabug: 35506033]
- crypto: jitter - permanent and intermittent health errors (Stephan Müller) [Orabug: 35506033]
- cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire Rapids (Srinivas Pandruvada) [Orabug: 35196941]
- cpufreq: intel_pstate: Update EPP for AlderLake mobile (Srinivas Pandruvada) [Orabug: 35196941]
- cpufreq: intel_pstate: Process HWP Guaranteed change notification (Srinivas Pandruvada) [Orabug: 35196941]
- EDAC/i10nm: Add driver decoder for Sapphire Rapids server (Youquan Song) [Orabug: 35196858]
- EDAC/i10nm: Add driver decoder for Ice Lake and Tremont CPUs (Youquan Song) [Orabug: 35196858]
-
Mon Jun 26 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-103.114.4.el9uek]
- tick/common: Align tick period during sched_timer setup (Thomas Gleixner) [Orabug: 35533588]
-
Wed Jun 21 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-103.114.3.el9uek]
- net/rds: Fix endless rds_send_xmit() loop if cp_index > 0 (Gerd Rausch) [Orabug: 35307762]
-
Wed Jun 14 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-103.114.2.el9uek]
- selinux: don't use make's grouped targets feature yet (Paul Moore)
- lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() (Ben Hutchings)
- firmware: arm_ffa: Set handle field to zero in memory descriptor (Balint Dobszay)
- Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled" (Theodore Ts'o)
- Revert "debugobject: Ensure pool refill (again)" (Greg Kroah-Hartman)
- Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE" (Greg Kroah-Hartman)
- iommu/amd: Fix compile error for unused function (Joerg Roedel) [Orabug: 35421758]
- iommu/amd: Do not Invalidate IRT when IRTE caching is disabled (Suravee Suthikulpanit) [Orabug: 35421758]
- iommu/amd: Introduce Disable IRTE Caching Support (Suravee Suthikulpanit) [Orabug: 35421758]
- iommu/amd: Remove the unused struct amd_ir_data.ref (Suravee Suthikulpanit) [Orabug: 35421758]
- iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga() (Joao Martins) [Orabug: 35421758]
- iommu/amd: Handle GALog overflows (Joao Martins) [Orabug: 35421758]
- KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure race (Adamos Ttofari) [Orabug: 35421758]
- x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave) (Sean Christopherson) [Orabug: 35446569]
- uek-rpm: Move mlx5-vfio-pci to core rpm (Samasth Norway Ananda) [Orabug: 35469662]
- xfs: IO time one extent per EFI (Wengang Wang) [Orabug: 35475137]
- xfs: log recovery stage split EFIs with multiple extents (Wengang Wang) [Orabug: 35475137]
- rds/ib: Fix ib_rx_total_frags while freeing frags (Praveen Kumar Kannoju) [Orabug: 35477331]
-
Wed Jun 07 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-103.114.1.el9uek]
- LTS version: v5.15.114 (Jack Vogel)
- net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE (David Epping)
- 3c589_cs: Fix an error handling path in tc589_probe() (Christophe JAILLET)
- regulator: mt6359: add read check for PMIC MT6359 (Sen Chu)
- firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors (Sudeep Holla)
- arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay (Hugo Villeneuve)
- net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device (Shay Drory)
- net/mlx5: Fix error message when failing to allocate device memory (Roi Dayan)
- net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE (Yevgeny Kliteynik)
- net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs (Erez Shitrit)
- net/mlx5e: do as little as possible in napi poll when budget is 0 (Jakub Kicinski)
- platform/mellanox: mlxbf-pmc: fix sscanf() error checking (Dan Carpenter)
- forcedeth: Fix an error handling path in nv_probe() (Christophe JAILLET)
- sctp: fix an issue that plpmtu can never go to complete state (Xin Long)
- ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg (Cezary Rojewski)
- x86/show_trace_log_lvl: Ensure stack pointer is aligned, again (Vernon Lovejoy)
- xen/pvcalls-back: fix double frees with pvcalls_new_active_socket() (Dan Carpenter)
- coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet() (Dan Carpenter)
- regulator: pca9450: Fix BUCK2 enable_mask (Alexander Stein)
- fs: fix undefined behavior in bit shift for SB_NOUSER (Hao Ge)
- firmware: arm_ffa: Fix FFA device names for logical partitions (Sudeep Holla)
- firmware: arm_ffa: Check if ffa_driver remove is present before executing (Sudeep Holla)
- power: supply: sbs-charger: Fix INHIBITED bit for Status reg (Daisuke Nojiri)
- power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status() (Hans de Goede)
- power: supply: bq27xxx: Fix poll_interval handling and races on remove (Hans de Goede)
- power: supply: bq27xxx: Fix I2C IRQ race on remove (Hans de Goede)
- power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition (Hans de Goede)
- power: supply: mt6360: add a check of devm_work_autocancel in mt6360_charger_probe (Kang Chen)
- power: supply: leds: Fix blink to LED on transition (Hans de Goede)
- cifs: mapchars mount option ignored (Steve French)
- ipv6: Fix out-of-bounds access in ipv6_find_tlv() (Gavrilov Ilia)
- bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields (Will Deacon)
- octeontx2-pf: Fix TSOv6 offload (Sunil Goutham)
- selftests: fib_tests: mute cleanup error message (Po-Hsu Lin)
- net: fix skb leak in __skb_tstamp_tx() (Pratyush Yadav)
- ASoC: lpass: Fix for KASAN use_after_free out of bounds (Ravulapati Vishnu Vardhan Rao)
- media: radio-shark: Add endpoint checks (Alan Stern)
- USB: sisusbvga: Add endpoint checks (Alan Stern)
- USB: core: Add routines for endpoint checks in old drivers (Alan Stern)
- udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). (Kuniyuki Iwashima)
- net: fix stack overflow when LRO is disabled for virtual interfaces (Taehee Yoo)
- fbdev: udlfb: Fix endpoint check (Alan Stern)
- debugobjects: Don't wake up kswapd from fill_pool() (Tetsuo Handa)
- x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms (Zhang Rui)
- perf/x86/uncore: Correct the number of CHAs on SPR (Kan Liang)
- parisc: Fix flush_dcache_page() for usage from irq context (Helge Deller)
- selftests/memfd: Fix unknown type name build failure (Hardik Garg)
- x86/mm: Avoid incomplete Global INVLPG flushes (Dave Hansen)
- dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type (Frank Li)
- btrfs: use nofs when cleaning up aborted transactions (Josef Bacik)
- gpio: mockup: Fix mode of debugfs files (Zev Weiss)
- parisc: Allow to reboot machine after system halt (Helge Deller)
- parisc: Handle kgdb breakpoints only in kernel context (Helge Deller)
- m68k: Move signal frame following exception on 68020/030 (Finn Thain)
- net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize (Tudor Ambarus)
- ASoC: rt5682: Disable jack detection interrupt during suspend (Matthias Kaehlcke)
- mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works (Haibo Chen)
- ALSA: hda/realtek: Enable headset onLenovo M70/M90 (Bin Li)
- ALSA: hda: Fix unhandled register update during auto-suspend period (Takashi Iwai)
- ALSA: hda/ca0132: add quirk for EVGA X299 DARK (Adam Stylinski)
- arm64: Also reset KASAN tag if page is not PG_mte_tagged (Peter Collingbourne)
- ocfs2: Switch to security_inode_init_security() (Roberto Sassu)
- spi: fsl-cpm: Use 16 bit mode for large transfers with even size (Christophe Leroy)
- spi: fsl-spi: Re-organise transfer bits_per_word adaptation (Christophe Leroy)
- ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 (Olivier Moysan)
- watchdog: sp5100_tco: Immediately trigger upon starting. (Gregory Oakes)
- dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries (Michal Simek)
- dt-bindings: ata: ahci-ceva: convert to yaml (Piyush Mehta)
- usb: dwc3: fix gadget mode suspend interrupt handler issue (Linyu Yuan)
- usb: gadget: Properly configure the device for remote wakeup (Elson Roy Serrao)
- LTS version: v5.15.113 (Jack Vogel)
- HID: wacom: add three styli to wacom_intuos_get_tool_type (Ping Cheng)
- HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs (Ping Cheng)
- HID: wacom: Force pen out of prox if no events have been received in a while (Jason Gerecke)
- s390/qdio: fix do_sqbs() inline assembly constraint (Heiko Carstens)
- nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode() (Ryusuke Konishi)
- powerpc/64s/radix: Fix soft dirty tracking (Michael Ellerman)
- tpm/tpm_tis: Disable interrupts for more Lenovo devices (Jerry Snitselaar)
- powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device (Gaurav Batra)
- ceph: force updating the msg pointer in non-split case (Xiubo Li)
- vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF (George Kennedy)
- thunderbolt: Clear registers properly when auto clear isn't in use (Mario Limonciello)
- serial: qcom-geni: fix enabling deactivated interrupt (Krzysztof Kozlowski)
- serial: 8250_exar: Add support for USR298x PCI Modems (Andrew Davis)
- serial: Add support for Advantech PCI-1611U card (Vitaliy Tomin)
- statfs: enforce statfs[64] structure initialization (Ilya Leoshkevich)
- ksmbd: fix global-out-of-bounds in smb2_find_context_vals (Chih-Yen Chang)
- ksmbd: fix wrong UserName check in session_user (Chih-Yen Chang)
- ksmbd: allocate one more byte for implied bcc[0] (Chih-Yen Chang)
- ksmbd: smb2: Allow messages padded to 8byte boundary (Gustav Johansson)
- SMB3: drop reference to cfile before sending oplock break (Bharath SM)
- SMB3: Close all deferred handles of inode in case of handle lease break (Bharath SM)
- can: kvaser_pciefd: Disable interrupts in probe error path (Jimmy Assarsson)
- can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt (Jimmy Assarsson)
- can: kvaser_pciefd: Clear listen-only bit if not explicitly requested (Jimmy Assarsson)
- can: kvaser_pciefd: Empty SRB buffer in probe (Jimmy Assarsson)
- can: kvaser_pciefd: Call request_irq() before enabling interrupts (Jimmy Assarsson)
- can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop() (Jimmy Assarsson)
- can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag (Oliver Hartkopp)
- can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag (Oliver Hartkopp)
- ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 (Luke D. Jones)
- ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 (Ai Chao)
- ALSA: hda/realtek: Add quirk for Clevo L140AU (Jeremy Soller)
- ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table (Nikhil Mahale)
- ALSA: hda: Fix Oops by 9.1 surround channel names (Takashi Iwai)
- xhci: Fix incorrect tracking of free space on transfer rings (Mathias Nyman)
- xhci-pci: Only run d3cold avoidance quirk for s2idle (Mario Limonciello)
- usb: typec: altmodes/displayport: fix pin_assignment_show (Badhri Jagan Sridharan)
- usb: gadget: u_ether: Fix host MAC address case (Konrad Gräfe)
- usb: dwc3: debugfs: Resume dwc3 before accessing registers (Udipto Goswami)
- USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value (Weitao Wang)
- usb-storage: fix deadlock when a scsi command timeouts more than once (Maxime Bizon)
- USB: usbtmc: Fix direction for 0-length ioctl control messages (Alan Stern)
- ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go (Takashi Iwai)
- bridge: always declare tunnel functions (Arnd Bergmann)
- netfilter: nft_set_rbtree: fix null deref on element insertion (Florian Westphal)
- netfilter: nf_tables: fix nft_trans type confusion (Florian Westphal)
- vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() (Eric Dumazet)
- igb: fix bit_shift to be in [1..8] range (Aleksandr Loktionov)
- net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset (Marco Migliore)
- cassini: Fix a memory leak in the error handling path of cas_init_one() (Christophe JAILLET)
- scsi: storvsc: Don't pass unused PFNs to Hyper-V host (Michael Kelley)
- wifi: iwlwifi: mvm: don't trust firmware n_channels (Johannes Berg)
- wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock (Johannes Berg)
- wifi: mac80211: fix min center freq offset tracing (Johannes Berg)
- net: bcmgenet: Restore phy_stop() depending upon suspend/close (Florian Fainelli)
- net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() (Florian Fainelli)
- s390/cio: include subchannels without devices also for evaluation (Vineeth Vijayan)
- tipc: check the bearer min mtu properly when setting it by netlink (Xin Long)
- tipc: do not update mtu if msg_max is too small in mtu negotiation (Xin Long)
- tipc: add tipc_bearer_min_mtu to calculate min mtu (Xin Long)
- virtio_net: Fix error unwinding of XDP initialization (Feng Liu)
- virtio-net: Maintain reverse cleanup order (Parav Pandit)
- net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment() (Dong Chenchen)
- drm/exynos: fix g2d_open/close helper function definitions (Arnd Bergmann)
- SUNRPC: Fix trace_svc_register() call site (Chuck Lever)
- SUNRPC: always free ctxt when freeing deferred request (NeilBrown)
- SUNRPC: Remove svc_rqst::rq_xprt_hlen (Chuck Lever)
- SUNRPC: Remove dead code in svc_tcp_release_rqst() (Chuck Lever)
- SUNRPC: Clean up svc_deferred_class trace events (Chuck Lever)
- tracing: Introduce helpers to safely handle dynamic-sized sockaddrs (Chuck Lever)
- SUNRPC: double free xprt_ctxt while still in use (NeilBrown)
- media: netup_unidvb: fix use-after-free at del_timer() (Duoming Zhou)
- net: hns3: fix reset delay time to avoid configuration timeout (Jie Wang)
- net: hns3: fix sending pfc frames after reset issue (Jijie Shao)
- net: hns3: fix output information incomplete for dumping tx queue info with debugfs (Jie Wang)
- erspan: get the proto with the md version for collect_md (Xin Long)
- serial: 8250_bcm7271: fix leak in `brcmuart_probe` (Doug Berger)
- serial: 8250_bcm7271: balance clk_enable calls (Doug Berger)
- serial: arc_uart: fix of_iomap leak in `arc_serial_probe` (Ke Zhang)
- tcp: fix possible sk_priority leak in tcp_v4_send_reset() (Eric Dumazet)
- vsock: avoid to close connected socket after the timeout (Zhuang Shengen)
- ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15 (Ryan C. Underwood)
- ALSA: firewire-digi00x: prevent potential use after free (Dan Carpenter)
- net: phy: dp83867: add w/a for packet errors seen with short cables (Grygorii Strashko)
- net: fec: Better handle pm_runtime_get() failing in .remove() (Uwe Kleine-König)
- selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test (Andrea Mayer)
- selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test (Andrea Mayer)
- af_key: Reject optional tunnel/BEET mode templates in outbound policies (Tobias Brunner)
- cpupower: Make TSC read per CPU for Mperf monitor (Wyes Karny)
- ASoC: fsl_micfil: Fix error handler with pm_runtime_enable (Shengjiu Wang)
- dt-bindings: display/msm: dsi-controller-main: Document qcom, master-dsi and qcom, sync-dual-dsi (Jianhua Lu)
- drm/msm/dpu: Remove duplicate register defines from INTF (Marijn Suijten)
- drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio header (Marijn Suijten)
- drm/msm/dpu: Add INTF_5 interrupts (Bjorn Andersson)
- drm/msm/dp: unregister audio driver during unbind (Srinivas Kandagatla)
- Revert "Fix XFRM-I support for nested ESP tunnels" (Martin Willi)
- xfrm: don't check the default policy if the policy allows the packet (Sabrina Dubroca)
- platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct (Fae)
- platform/x86: Move existing HP drivers to a new hp subdir (Jorge Lopez)
- platform/x86: hp-wmi: Support touchpad on/off (Daniel Houldsworth)
- parisc: Replace regular spinlock with spin_trylock on panic path (Guilherme G. Piccoli)
- mfd: dln2: Fix memory leak in dln2_probe() (Qiang Ning)
- soundwire: qcom: gracefully handle too many ports in DT (Krzysztof Kozlowski)
- phy: st: miphy28lp: use _poll_timeout functions for waits (Alain Volmat)
- Input: xpad - add constants for GIP interface numbers (Vicki Pfau)
- iommu/sprd: Release dma buffer to avoid memory leak (Chunyan Zhang)
- iommu/arm-smmu-v3: Acknowledge pri/event queue overflow if any (Tomas Krcka)
- clk: tegra20: fix gcc-7 constant overflow warning (Arnd Bergmann)
- fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() (Jia-Ju Bai)
- fs/ntfs3: Add length check in indx_get_root (Edward Lo)
- fs/ntfs3: Validate MFT flags before replaying logs (Edward Lo)
- fs/ntfs3: Fix NULL dereference in ni_write_inode (Abdun Nihaal)
- fs/ntfs3: Enhance the attribute size check (Edward Lo)
- fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode' (Ye Bin)
- iommu/arm-smmu-qcom: Limit the SMR groups to 128 (Manivannan Sadhasivam)
- RDMA/core: Fix multiple -Warray-bounds warnings (Gustavo A. R. Silva)
- recordmcount: Fix memory leaks in the uwrite function (Hao Zeng)
- sched: Fix KCSAN noinstr violation (Josh Poimboeuf)
- mcb-pci: Reallocate memory region to avoid memory overlapping (Rodríguez Barbarin, José Javier)
- serial: 8250: Reinit port->pm on port specific driver unbind (Tony Lindgren)
- usb: typec: tcpm: fix multiple times discover svids error (Frank Wang)
- HID: wacom: generic: Set battery quirk only when we see battery data (Jason Gerecke)
- spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3 (Kevin Groeneveld)
- HID: logitech-hidpp: Reconcile USB and Unifying serials (Bastien Nocera)
- HID: logitech-hidpp: Don't use the USB serial for USB devices (Bastien Nocera)
- staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE (Philipp Hortmann)
- Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp (Min Li)
- Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set (Hans de Goede)
- Bluetooth: btintel: Add LE States quirk support (Chethan T N)
- ipvs: Update width of source for ip_vs_sync_conn_options (Simon Horman)
- nbd: fix incomplete validation of ioctl arg (Zhong Jinghua)
- wifi: ath11k: Fix SKB corruption in REO destination ring (Nagarajan Maran)
- wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace (Hans de Goede)
- null_blk: Always check queue mode setting from configfs (Chaitanya Kulkarni)
- wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf (Hyunwoo Kim)
- wifi: iwlwifi: pcie: fix possible NULL pointer dereference (Daniel Gabay)
- bpf: Add preempt_count_{sub,add} into btf id deny list (Yafang)
- samples/bpf: Fix fout leak in hbm's run_bpf_prog (Hao Zeng)
- f2fs: fix to check readonly condition correctly (Chao Yu)
- f2fs: fix to drop all dirty pages during umount() if cp_error is set (Chao Yu)
- ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa() (Ojaswin Mujoo)
- ext4: set goal start correctly in ext4_mb_normalize_request (Kemeng Shi)
- scsi: ufs: ufs-pci: Add support for Intel Lunar Lake (Adrian Hunter)
- gfs2: Fix inode height consistency check (Andreas Gruenbacher)
- scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race condition (Zheng Wang)
- lib: cpu_rmap: Avoid use after free on rmap->obj array entries (Eli Cohen)
- net: Catch invalid index in XPS mapping (Nick Child)
- net: pasemi: Fix return type of pasemi_mac_start_tx() (Nathan Chancellor)
- bnxt: avoid overflow in bnxt_get_nvram_directory() (Maxim Korotkov)
- scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow (Justin Tee)
- ext2: Check block size validity during mount (Jan Kara)
- wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex (Hector Martin)
- bpf: Annotate data races in bpf_local_storage (Kumar Kartikeya Dwivedi)
- wifi: ath: Silence memcpy run-time false positive warning (Kees Cook)
- media: Prefer designated initializers over memset for subdev pad ops (Laurent Pinchart)
- drm/amd: Fix an out of bounds error in BIOS parser (Mario Limonciello)
- ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_objects (void0red)
- ACPICA: Avoid undefined behavior: applying zero offset to null pointer (Tamir Duberstein)
- drm/msm/dp: Clean up handling of DP AUX interrupts (Douglas Anderson)
- drm/tegra: Avoid potential 32-bit integer overflow (Nur Hussein)
- remoteproc: stm32_rproc: Add mutex protection for workqueue (Arnaud Pouliquen)
- ACPI: EC: Fix oops when removing custom query handlers (Armin Wolf)
- firmware: arm_sdei: Fix sleep from invalid context BUG (Pierre Gondois)
- memstick: r592: Fix UAF bug in r592_remove due to race condition (Zheng Wang)
- media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish (harperchen)
- media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish() (harperchen)
- arm64: dts: qcom: msm8996: Add missing DWC3 quirks (Konrad Dybcio)
- regmap: cache: Return error in cache sync operations for REGCACHE_NONE (Alexander Stein)
- drm/amd/display: Use DC_LOG_DC in the trasform pixel function (Rodrigo Siqueira)
- drm/displayid: add displayid_get_header() and check bounds better (Jani Nikula)
- fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode() (Tetsuo Handa)
- rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access (Zqiang)
- refscale: Move shutdown from wait_event() to wait_event_idle() (Paul E. McKenney)
- ext4: allow ext4_get_group_info() to fail (Theodore Ts'o)
- ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set (Kemeng Shi)
- ext4: fix lockdep warning when enabling MMP (Jan Kara)
- ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled (Theodore Ts'o)
- ext4: reflect error codes from ext4_multi_mount_protect() to its callers (Theodore Ts'o)
- ext4: remove an unused variable warning with CONFIG_QUOTA=n (Austin Kim)
- fbdev: arcfb: Fix error handling in arcfb_probe() (Zongjie Li)
- drm/i915/dp: prevent potential div-by-zero (Nikita Zhandarovich)
- af_unix: Fix data races around sk->sk_shutdown. (Kuniyuki Iwashima)
- af_unix: Fix a data race of sk->sk_receive_queue->qlen. (Kuniyuki Iwashima)
- net: datagram: fix data-races in datagram_poll() (Eric Dumazet)
- ipvlan:Fix out-of-bounds caused by unclear skb->cb (t.feng)
- gve: Remove the code of clearing PBA bit (Ziwei Xiao)
- tcp: add annotations around sk->sk_shutdown accesses (Eric Dumazet)
- net: add vlan_get_protocol_and_depth() helper (Eric Dumazet)
- net: deal with most data-races in sk_wait_event() (Eric Dumazet)
- net: annotate sk->sk_err write from do_recvmmsg() (Eric Dumazet)
- netlink: annotate accesses to nlk->cb_running (Eric Dumazet)
- netfilter: conntrack: fix possible bug_on with enable_hooks=1 (Florian Westphal)
- netfilter: nf_tables: always release netdev hooks from notifier (Florian Westphal)
- net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs(). (Kuniyuki Iwashima)
- net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register (Marek Vasut)
- net: stmmac: switch to use interrupt for hw crosstimestamping (Wong Vee Khee)
- linux/dim: Do nothing if no time delta between samples (Roy Novich)
- tick/broadcast: Make broadcast device replacement work correctly (Thomas Gleixner)
- scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend (Keoseong Park)
- net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe() (Christophe JAILLET)
- ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings (Randy Dunlap)
- drm/mipi-dsi: Set the fwnode for mipi_dsi_device (Saravana Kannan)
- LTS version: v5.15.112 (Jack Vogel)
- drm/amd/display: Fix hang when skipping modeset (Aurabindo Pillai)
- drbd: correctly submit flush bio on barrier (Christoph Böhmwalder)
- serial: 8250: Fix serial8250_tx_empty() race with DMA Tx (Ilpo Järvinen)
- drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error (Konrad Dybcio)
- ext4: fix invalid free tracking in ext4_xattr_move_to_block() (Theodore Ts'o)
- ext4: remove a BUG_ON in ext4_mb_release_group_pa() (Theodore Ts'o)
- ext4: bail out of ext4_xattr_ibody_get() fails for any reason (Theodore Ts'o)
- ext4: add bounds checking in get_max_inline_xattr_value_size() (Theodore Ts'o)
- ext4: fix deadlock when converting an inline directory in nojournal mode (Theodore Ts'o)
- ext4: improve error handling from ext4_dirhash() (Theodore Ts'o)
- ext4: improve error recovery code paths in __ext4_remount() (Theodore Ts'o)
- ext4: check iomap type only if ext4_iomap_begin() does not fail (Baokun Li)
- ext4: fix data races when using cached status extents (Jan Kara)
- ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum (Tudor Ambarus)
- ext4: fix WARNING in mb_find_extent (Ye Bin)
- locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers (John Stultz)
- ksmbd: not allow guest user on multichannel (Namjae Jeon)
- ksmbd: fix deadlock in ksmbd_find_crypto_ctx() (Namjae Jeon)
- ksmbd: fix racy issue while destroying session on multichannel (Namjae Jeon)
- ksmbd: fix kernel oops from idr_remove() (Namjae Jeon)
- ksmbd: add channel rwlock (Namjae Jeon)
- ksmbd: replace sessions list in connection with xarray (Namjae Jeon)
- ksmbd: fix multi session connection failure (Namjae Jeon)
- ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO (Namjae Jeon)
- wifi: rtw88: rtw8821c: Fix rfe_option field width (Sascha Hauer)
- drm/amd/display: Add NULL plane_state check for cursor disable logic (Nicholas Kazlauskas)
- drm/amd/display: Refine condition of cursor visibility for pipe-split (Dale Zhao)
- drm/msm/adreno: fix runtime PM imbalance at gpu load (Johan Hovold)
- drm/msm: Remove struct_mutex usage (Rob Clark)
- drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz (Ankit Nautiyal)
- drm/i915/dg2: Add additional HDMI pixel clock frequencies (Taylor, Clinton A)
- drm/i915/dg2: Support 4k@30 on HDMI (Vandita Kulkarni)
- ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close() (Kuninori Morimoto)
- ASoC: DPCM: Don't pick up BE without substream (Takashi Iwai)
- ASoC: soc-pcm: Move debugfs removal out of spinlock (Takashi Iwai)
- ASoC: soc-compress: Inherit atomicity from DAI link for Compress FE (Daniel Baluta)
- ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks (Takashi Iwai)
- fs/ntfs3: Refactoring of various minor issues (Konstantin Komarov)
- HID: wacom: insert timestamp to packed Bluetooth (BT) events (Ping Cheng)
- HID: wacom: Set a default resolution for older tablets (Ping Cheng)
- drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend (Guchun Chen)
- drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2) (Lin.Cao)
- drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras (Guchun Chen)
- drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() (Hamza Mahfooz)
- drm/amd/display: fix flickering caused by S/G mode (Hamza Mahfooz)
- drm/panel: otm8009a: Set backlight parent to panel device (James Cowgill)
- f2fs: fix potential corruption when moving a directory (Jaegeuk Kim)
- drm/msm: fix NULL-deref on irq uninstall (Johan Hovold)
- drm/msm: fix NULL-deref on snapshot tear down (Johan Hovold)
- drm/bridge: lt8912b: Fix DSI Video Mode (Francesco Dolcini)
- ARM: dts: s5pv210: correct MIPI CSIS clock name (Krzysztof Kozlowski)
- ARM: dts: exynos: fix WM8960 clock name in Itop Elite (Krzysztof Kozlowski)
- remoteproc: imx_rproc: Call of_node_put() on iteration error (Mathieu Poirier)
- remoteproc: st: Call of_node_put() on iteration error (Mathieu Poirier)
- remoteproc: stm32: Call of_node_put() on iteration error (Mathieu Poirier)
- sh: nmi_debug: fix return value of __setup handler (Randy Dunlap)
- sh: init: use OF_EARLY_FLATTREE for early init (Randy Dunlap)
- sh: mcount.S: fix build error when PRINTK is not enabled (Randy Dunlap)
- sh: math-emu: fix macro redefined warning (Randy Dunlap)
- SMB3: force unmount was failing to close deferred close files (Steve French)
- smb3: fix problem remounting a share after shutdown (Steve French)
- inotify: Avoid reporting event with invalid wd (Jan Kara)
- platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i (Andrey Avdeev)
- platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the Juno Tablet (Hans de Goede)
- cifs: release leases for deferred close handles when freezing (Steve French)
- cifs: fix pcchunk length type in smb2_copychunk_range (Pawel Witek)
- btrfs: fix space cache inconsistency after error loading it from disk (Filipe Manana)
- btrfs: print-tree: parent bytenr must be aligned to sector size (Anastasia Belova)
- btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add (Christoph Hellwig)
- btrfs: don't free qgroup space unless specified (Josef Bacik)
- btrfs: fix encoded write i_size corruption with no-holes (Boris Burkov)
- btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones (Naohiro Aota)
- btrfs: fix btrfs_prev_leaf() to not return the same key twice (Filipe Manana)
- perf stat: Separate bperf from bpf_profiler (Dmitrii Dolgov)
- perf evlist: Refactor evlist__for_each_cpu() (Ian Rogers)
- perf symbols: Fix return incorrect build_id size in elf_read_build_id() (Yang Jihong)
- crypto: engine - fix crypto_queue backlog handling (Olivier Bacon)
- crypto: engine - Use crypto_request_complete (Herbert Xu)
- crypto: api - Add scaffolding to change completion function signature (Herbert Xu)
- crypto: engine - check if BH is disabled during completion (Corentin Labbe)
- crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() (Christophe JAILLET)
- perf map: Delete two variable initialisations before null pointer checks in sort__sym_from_cmp() (Markus Elfring)
- perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its contents (Arnaldo Carvalho de Melo)
- perf vendor events power9: Remove UTF-8 characters from JSON files (Kajol Jain)
- perf scripts intel-pt-events.py: Fix IPC output for Python 2 (Roman Lozko)
- net: enetc: check the index of the SFI rather than the handle (Wei Fang)
- virtio_net: suppress cpu stall when free_unused_bufs (Wenliang Wang)
- virtio_net: split free_unused_bufs() (Xuan Zhuo)
- net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621 (Arınç ÜNAL)
- ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_usb_caiaq_input_init` (Ruliang Lin)
- drm/amdgpu: add a missing lock for AMDGPU_SCHED (Chia-I Wu)
- af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). (Kuniyuki Iwashima)
- ionic: catch failure from devlink_alloc (Shannon Nelson)
- ethtool: Fix uninitialized number of lanes (Ido Schimmel)
- ionic: remove noise from ethtool rxnfc error msg (Shannon Nelson)
- octeontx2-vf: Detach LF resources on probe cleanup (Subbaraya Sundeep)
- octeontx2-pf: Disable packet I/O for graceful exit (Subbaraya Sundeep)
- octeontx2-af: Skip PFs if not enabled (Ratheesh Kannoth)
- octeontx2-af: Secure APR table update with the lock (Geetha sowjanya)
- rxrpc: Fix hard call timeout units (David Howells)
- sfc: Fix module EEPROM reporting for QSFP modules (Andy Moreton)
- r8152: move setting r8153b_rx_agg_chg_indicate() (Hayes Wang)
- r8152: fix the poor throughput for 2.5G devices (Hayes Wang)
- r8152: fix flow control issue of RTL8156A (Hayes Wang)
- net/sched: act_mirred: Add carrier check (Victor Nogueira)
- RISC-V: mm: Enable huge page support to kernel_page_present() function (Sia Jee Heng)
- watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe() (Christophe JAILLET)
- writeback: fix call of incorrect macro (Maxim Korotkov)
- net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu (Angelo Dureghello)
- selftests: srv6: make srv6_end_dt46_l3vpn_test more robust (Andrea Mayer)
- sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() (Cong Wang)
- net/sched: cls_api: remove block_cb from driver_list before freeing (Vlad Buslov)
- net/ncsi: clear Tx enable mode when handling a Config required AEN (Cosmo Chou)
- scsi: qedi: Fix use after free bug in qedi_remove() (Zheng Wang)
- fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() (ZhangPeng)
- ASoC: soc-pcm: fix BE handling of PAUSE_RELEASE (Pierre-Louis Bossart)
- ASoC: soc-pcm: test refcount before triggering (Pierre-Louis Bossart)
- ASoC: soc-pcm: serialize BE triggers (Takashi Iwai)
- ASoC: soc-pcm: Fix and cleanup DPCM locking (Takashi Iwai)
- ASoC: soc-pcm: align BE 'atomicity' with that of the FE (Pierre-Louis Bossart)
- ASoC: soc-pcm: use GFP_ATOMIC for dpcm structure (Pierre-Louis Bossart)
- mailbox: zynqmp: Fix counts of child nodes (Tanmay Shah)
- mailbox: zynq: Switch to flexible array to simplify code (Christophe JAILLET)
- bus: mhi: host: Range check CHDBOFF and ERDBOFF (Jeffrey Hugo)
- bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state (Jeffrey Hugo)
- bus: mhi: host: Remove duplicate ee check for syserr (Jeffrey Hugo)
- uek-rpm: update the location of the mhi driver (Jack Vogel)
- bus: mhi: Move host MHI code to "host" directory (Manivannan Sadhasivam)
- ubifs: Fix memory leak in do_rename (Mårten Lindahl)
- ubifs: Fix AA deadlock when setting xattr for encrypted file (Zhihao Cheng)
- crypto: ccp - Clear PSP interrupt status register before calling handler (Jeremi Piotrowski)
- ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus (Tze-nan Wu)
- LTS version: v5.15.111 (Jack Vogel)
- arm64: dts: qcom: sdm845: correct dynamic power coefficients - again (Vincent Guittot)
- sound/oss/dmasound: fix 'dmasound_setup' defined but not used (Miles Chen)
- debugobject: Ensure pool refill (again) (Thomas Gleixner)
- perf intel-pt: Fix CYC timestamps after standalone CBR (Adrian Hunter)
- perf auxtrace: Fix address filter entire kernel size (Adrian Hunter)
- dm: don't lock fs when the map is NULL in process of resume (Li Lingfeng)
- dm ioctl: fix nested locking in table_clear() to remove deadlock concern (Mike Snitzer)
- dm flakey: fix a crash with invalid table line (Mikulas Patocka)
- dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path (Mike Snitzer)
- dm clone: call kmem_cache_destroy() in dm_clone_init() error path (Mike Snitzer)
- dm verity: fix error handling for check_at_most_once on FEC (Yeongjin Gil)
- ia64: fix an addr to taddr in huge_pte_offset() (Hugh Dickins)
- s390/dasd: fix hanging blockdevice after request requeue (Stefan Haberland)
- btrfs: scrub: reject unsupported scrub flags (Qu Wenruo)
- scripts/gdb: fix lx-timerlist for Python3 (Peng Liu)
- clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent (Quentin Schulz)
- wifi: rtl8xxxu: RTL8192EU always needs full init (Bitterblue Smith)
- mailbox: zynqmp: Fix typo in IPI documentation (Tanmay Shah)
- mailbox: zynqmp: Fix IPI isr handling (Tanmay Shah)
- mtd: core: fix error path for nvmem provider (Michael Walle)
- mtd: core: fix nvmem error reporting (Michael Walle)
- mtd: core: provide unique name for nvmem device, take two (Michael Walle)
- md/raid10: fix null-ptr-deref in raid10_sync_request (Li Nan)
- nilfs2: fix infinite loop in nilfs_mdt_get_block() (Ryusuke Konishi)
- nilfs2: do not write dirty data after degenerating to read-only (Ryusuke Konishi)
- ALSA: usb-audio: Add quirk for Pioneer DDJ-800 (Geraldo Nascimento)
- parisc: Fix argument pointer in real64_call_asm() (Helge Deller)
- afs: Fix updating of i_size with dv jump from server (Marc Dionne)
- mfd: tqmx86: Correct board names for TQMxE39x (Matthias Schiffer)
- mfd: tqmx86: Specify IO port register range more precisely (Matthias Schiffer)
- mfd: tqmx86: Do not access I2C_DETECT register through io_base (Matthias Schiffer)
- thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe (Kang Chen)
- dmaengine: at_xdmac: do not enable all cyclic channels (Claudiu Beznea)
- dmaengine: at_xdmac: Fix race for the tx desc callback (Tudor Ambarus)
- dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie (Tudor Ambarus)
- dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing (Shunsuke Mie)
- dmaengine: dw-edma: Fix to change for continuous transfer (Shunsuke Mie)
- dma: gpi: remove spurious unlock in gpi_ch_init (Dmitry Baryshkov)
- phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ulpi_port (Gaosheng Cui)
- pwm: mtk-disp: Configure double buffering before reading in .get_state() (AngeloGioacchino Del Regno)
- pwm: mtk-disp: Disable shadow registers before setting backlight values (AngeloGioacchino Del Regno)
- leds: tca6507: Fix error handling of using fwnode_property_read_string (H. Nikolaus Schaller)
- dmaengine: mv_xor_v2: Fix an error code. (Christophe JAILLET)
- leds: TI_LMU_COMMON: select REGMAP instead of depending on it (Randy Dunlap)
- pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration (Hai Pham)
- ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline (Ye Bin)
- ext4: fix i_disksize exceeding i_size problem in paritally written case (Zhihao Cheng)
- SMB3: Close deferred file handles in case of handle lease break (Bharath SM)
- SMB3: Add missing locks to protect deferred close file list (Bharath SM)
- timekeeping: Fix references to nonexistent ktime_get_fast_ns() (Geert Uytterhoeven)
- openrisc: Properly store r31 to pt_regs on unhandled exceptions (Stafford Horne)
- clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when init fails (Qinrun Dai)
- RDMA/mlx5: Use correct device num_ports when modify DC (Mark Zhang)
- RDMA/mlx5: Fix flow counter query via DEVX (Mark Bloch)
- Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe (Miaoqian Lin)
- clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling (Dmitry Baryshkov)
- clk: qcom: regmap: add PHY clock source implementation (Dmitry Baryshkov)
- NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease (Trond Myklebust)
- IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests (Patrick Kelsey)
- IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order (Patrick Kelsey)
- RDMA/srpt: Add a check for valid 'mad_agent' pointer (Saravanan Vajravel)
- RDMA/cm: Trace icm_send_rej event before the cm state is reset (Mark Zhang)
- clk: qcom: gcc-sm6115: Mark RCGs shared where applicable (Konrad Dybcio)
- RDMA/siw: Remove namespace check from siw_netdev_event() (Tetsuo Handa)
- clk: add missing of_node_put() in "assigned-clocks" property parsing (Clément Léger)
- power: supply: generic-adc-battery: fix unit scaling (Sebastian Reichel)
- fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de() (Zeng Heng)
- fs/ntfs3: Fix OOB read in indx_insert_into_buffer (ZhangPeng)
- fs/ntfs3: Add check for kmemdup (Jiasheng Jiang)
- fs/ntfs3: Fix memory leak if ntfs_read_mft failed (Chen Zhongjin)
- rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time (Martin Blumenstingl)
- RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() (Dan Carpenter)
- rtc: omap: include header for omap_rtc_power_off_program prototype (Krzysztof Kozlowski)
- workqueue: Fix hung time report of worker pools (Petr Mladek)
- workqueue: Introduce show_one_worker_pool and show_one_workqueue. (Imran Khan)
- RDMA/rdmavt: Delete unnecessary NULL check (Natalia Petrova)
- RDMA/siw: Fix potential page_array out of range access (Daniil Dulov)
- clk: at91: clk-sam9x60-pll: fix return value check (Claudiu Beznea)
- sched/rt: Fix bad task migration for rt tasks (Schspa Shi)
- Revert "objtool: Support addition to set CFA base" (Josh Poimboeuf)
- perf/core: Fix hardlockup failure caused by perf throttle (Yang Jihong)
- sched/fair: Fix inaccurate tally of ttwu_move_affine (Libo Chen)
- sched/fair: Use __schedstat_set() in set_next_entity() (Yafang Shao)
- powerpc/rtas: use memmove for potentially overlapping buffer copy (Nathan Lynch)
- macintosh: via-pmu-led: requires ATA to be set (Randy Dunlap)
- powerpc/sysdev/tsi108: fix resource printk format warnings (Randy Dunlap)
- powerpc/wii: fix resource printk format warnings (Randy Dunlap)
- powerpc/mpc512x: fix resource printk format warning (Randy Dunlap)
- macintosh/windfarm_smu_sat: Add missing of_node_put() (Liang He)
- virtio_ring: don't update event idx on get_buf (Albert Huang)
- spmi: Add a check for remove callback when removing a SPMI driver (Jishnu Prakash)
- staging: rtl8192e: Fix W_DISABLE# does not work after stop/start (Philipp Hortmann)
- serial: 8250: Add missing wakeup event reporting (Florian Fainelli)
- tty: serial: fsl_lpuart: adjust buffer length to the intended size (Shenwei Wang)
- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe (Dan Carpenter)
- usb: mtu3: fix kernel panic at qmu transfer done irq handler (Chunfeng Yun)
- usb: chipidea: fix missing goto in `ci_hdrc_probe` (Yinhao Hu)
- usb: gadget: tegra-xudc: Fix crash in vbus_draw (Jon Hunter)
- sh: sq: Fix incorrect element size for allocating bitmap buffer (John Paul Adrian Glaubitz)
- uapi/linux/const.h: prefer ISO-friendly __typeof__ (Kevin Brodsky)
- scripts/gdb: raise error with reduced debugging information (Florian Fainelli)
- i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path (Lars-Peter Clausen)
- spi: cadence-quadspi: fix suspend-resume implementations (Dhruva Gole)
- ASoC: fsl_mqs: move of_node_put() to the correct location (Liliang Ye)
- coresight: etm_pmu: Set the module field (Suzuki K Poulose)
- HID: amd_sfh: Add support for shutdown operation (Basavaraj Natikar)
- scripts/gdb: bail early if there are no generic PD (Florian Fainelli)
- scripts/gdb: bail early if there are no clocks (Florian Fainelli)
- ia64: salinfo: placate defined-but-not-used warning (Randy Dunlap)
- ia64: mm/contig: fix section mismatch warning/error (Randy Dunlap)
- PCI/EDR: Clear Device Status after EDR error recovery (Kuppuswamy Sathyanarayanan)
- of: Fix modalias string generation (Miquel Raynal)
- vmci_host: fix a race condition in vmci_host_poll() causing GPF (Dae R. Jeong)
- spi: fsl-spi: Fix CPM/QE mode Litte Endian (Christophe Leroy)
- spi: qup: Don't skip cleanup in remove's error path (Uwe Kleine-König)
- linux/vt_buffer.h: allow either builtin or modular for macros (Randy Dunlap)
- ASoC: es8316: Handle optional IRQ assignment (Cristian Ciocaltea)
- PCI: imx6: Install the fault handler only on compatible match (H. Nikolaus Schaller)
- usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition (Zheng Wang)
- spi: imx: Don't skip cleanup in remove's error path (Uwe Kleine-König)
- spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync (Minghao Chi)
- serial: 8250_bcm7271: Fix arbitration handling (Doug Berger)
- iio: light: max44009: add missing OF device matching (Krzysztof Kozlowski)
- fpga: bridge: fix kernel-doc parameter description (Marco Pagani)
- serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are transmitted (Marek Vasut)
- serial: stm32: re-introduce an irq flag condition in usart_receive_chars (Erwan Le Ray)
- usb: dwc3: gadget: Change condition for processing suspend event (Prashanth K)
- usb: host: xhci-rcar: remove leftover quirk handling (Wolfram Sang)
- pstore: Revert pmsg_lock back to a normal mutex (John Stultz)
- drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler() (Hans de Goede)
- drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler() (Hans de Goede)
- ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it (Randy Dunlap)
- tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. (Kuniyuki Iwashima)
- net: amd: Fix link leak when verifying config failed (Gencen Gan)
- netlink: Use copy_to_user() for optval in netlink_getsockopt(). (Kuniyuki Iwashima)
- ipv4: Fix potential uninit variable access bug in __ip_make_skb() (Ziyang Xuan)
- net/sched: sch_fq: fix integer overflow of "credit" (Davide Caratti)
- netfilter: nf_tables: don't write table validation state without mutex (Florian Westphal)
- bpf: Don't EFAULT for getsockopt with optval=NULL (Stanislav Fomichev)
- net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports (Yan Wang)
- net/mlx5: E-switch, Don't destroy indirect table in split rule (Chris Mi)
- ixgbe: Enable setting RSS table to default values (Joe Damato)
- ixgbe: Allow flow hash to be set via ethtool (Joe Damato)
- wifi: iwlwifi: fw: fix memory leak in debugfs (Johannes Berg)
- wifi: iwlwifi: mvm: check firmware response size (Johannes Berg)
- wifi: mt76: mt7921e: improve reliability of dma reset (Quan Zhou)
- wifi: mt76: fix 6GHz high channel not be scanned (Ming Yen Hsieh)
- wifi: mt76: mt7921e: fix probe timeout after reboot (Quan Zhou)
- wifi: mt76: add flexible polling wait-interval support (Deren Wu)
- wifi: mt76: handle failure of vzalloc in mt7615_coredump_work (Kang Chen)
- wifi: iwlwifi: make the loop for card preparation effective (Emmanuel Grumbach)
- jdb2: Don't refuse invalidation of already invalidated buffers (Jan Kara)
- wifi: iwlwifi: fw: move memset before early return (Tom Rix)
- wifi: iwlwifi: mvm: initialize seq variable (Tom Rix)
- wifi: iwlwifi: yoyo: Fix possible division by zero (Daniel Gabay)
- wifi: iwlwifi: yoyo: skip dump correctly on hw error (Daniel Gabay)
- md/raid10: don't call bio_start_io_acct twice for bio which experienced read error (Yu Kuai)
- md/raid10: fix memleak of md thread (Yu Kuai)
- md/raid10: fix memleak for 'conf->bio_split' (Yu Kuai)
- md/raid10: fix leak of 'r10bio->remaining' for recovery (Yu Kuai)
- md/raid10: fix task hung in raid10d (Li Nan)
- md/raid10: factor out code from wait_barrier() to stop_waiting_barrier() (Yu Kuai)
- md: raid10 add nowait support (Vishal Verma)
- md: drop queue limitation for RAID1 and RAID10 (Mariusz Tkaczyk)
- bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap (Daniel Borkmann)
- selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach (Song Liu)
- nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage" (Ming Lei)
- nvme: fix async event trace event (Keith Busch)
- nvme: handle the persistent internal error AER (Michael Kelley)
- nvmet: fix I/O Command Set specific Identify Controller (Damien Le Moal)
- nvmet: fix Identify Active Namespace ID list handling (Damien Le Moal)
- nvmet: fix Identify Controller handling (Damien Le Moal)
- nvmet: fix Identify Namespace handling (Damien Le Moal)
- nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns() (Damien Le Moal)
- bpf, sockmap: fix deadlocks in the sockhash and sockmap (Xin Liu)
- net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling (Sebastian Reichel)
- scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() (Shuchang Li)
- f2fs: fix to avoid use-after-free for cached IPU bio (Chao Yu)
- xsk: Fix unaligned descriptor validation (Kal Conley)
- crypto: drbg - Only fail when jent is unavailable in FIPS mode (Herbert Xu)
- crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors (Nicolai Stange)
- bpftool: Fix bug for long instructions in program CFG dumps (Quentin Monnet)
- selftests/bpf: Wait for receive in cg_storage_multi test (YiFei Zhu)
- selftests: xsk: Disable IPv6 on VETH1 (Kal Conley)
- net: qrtr: correct types of trace event parameters (Simon Horman)
- wifi: rt2x00: Fix memory leak when handling surveys (Armin Wolf)
- wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg() (Wei Chen)
- wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg() (Wei Chen)
- crypto: sa2ul - Select CRYPTO_DES (Suman Anna)
- crypto: caam - Clear some memory in instantiate_rng (Christophe JAILLET)
- f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages() (Yangtao Li)
- f2fs: apply zone capacity to all zone type (Jaegeuk Kim)
- f2fs: enforce single zone capacity (Jaegeuk Kim)
- f2fs: handle dqget error in f2fs_transfer_project_quota() (Yangtao Li)
- scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS (Danila Chernetsov)
- net/packet: convert po->auxdata to an atomic flag (Eric Dumazet)
- net/packet: convert po->origdev to an atomic flag (Eric Dumazet)
- net/packet: annotate accesses to po->xmit (Eric Dumazet)
- vlan: partially enable SIOCSHWTSTAMP in container (Vadim Fedorenko)
- net: pcs: xpcs: remove double-read of link state when using AN (Russell King (Oracle))
- bpf: Remove misleading spec_v1 check on var-offset stack read (Luis Gerhorst)
- selftests/bpf: Fix a fd leak in an error path in network_helpers.c (Martin KaFai Lau)
- scm: fix MSG_CTRUNC setting condition for SO_PASSSEC (Alexander Mikhalitsyn)
- bpf: fix precision propagation verbose logging (Andrii Nakryiko)
- bpf: take into account liveness when propagating precision (Andrii Nakryiko)
- wifi: rtw88: mac: Return the original error from rtw_mac_power_switch() (Martin Blumenstingl)
- wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser() (Martin Blumenstingl)
- tools: bpftool: Remove invalid \' json escape (Luis Gerhorst)
- wifi: ath6kl: reduce WARN to dev_dbg() in callback (Fedor Pchelkin)
- wifi: brcmfmac: support CQM RSSI notification with older firmware (John Keeping)
- wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list() (Dan Carpenter)
- wifi: ath9k: hif_usb: fix memory leak of remain_skbs (Fedor Pchelkin)
- wifi: ath6kl: minor fix for allocation size (Alexey V. Vissarionov)
- hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y YM-2151E (Tomáš Pecka)
- cpufreq: use correct unit when verify cur freq (Sanjay Chandrashekara)
- tick/common: Align tick period with the HZ tick. (Sebastian Andrzej Siewior)
- drm/i915: Make intel_get_crtc_new_encoder() less oopsy (Ville Syrjälä)
- debugobject: Prevent init race with static objects (Thomas Gleixner)
- arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step (Sumit Garg)
- x86/ioapic: Don't return 0 from arch_dynirq_lower_bound() (Saurabh Sengar)
- regulator: stm32-pwr: fix of_iomap leak (YAN SHI)
- media: venus: dec: Fix handling of the start cmd (Michał Krawczyk)
- media: rc: gpio-ir-recv: Fix support for wake-up (Florian Fainelli)
- drm/amd/display: Fix potential null dereference (Igor Artemiev)
- media: rcar_fdp1: Fix refcount leak in probe and remove function (Miaoqian Lin)
- media: rcar_fdp1: Convert to platform remove callback returning void (Uwe Kleine-König)
- platform: Provide a remove callback that returns no value (Uwe Kleine-König)
- media: rcar_fdp1: Fix the correct variable assignments (Tang Bin)
- media: rcar_fdp1: Make use of the helper function devm_platform_ioremap_resource() (Cai Huoqing)
- media: saa7134: fix use after free bug in saa7134_finidev due to race condition (Zheng Wang)
- media: dm1105: Fix use after free bug in dm1105_remove due to race condition (Zheng Wang)
- media: rkvdec: fix use after free bug in rkvdec_remove (Zheng Wang)
- x86/apic: Fix atomic update of offset in reserve_eilvt_offset() (Uros Bizjak)
- regulator: core: Avoid lockdep reports when resolving supplies (Douglas Anderson)
- regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow() (Douglas Anderson)
- drm/ttm/pool: Fix ttm_pool_alloc error path (Thomas Hellström)
- drm/ttm: optimize pool allocations a bit v2 (Christian König)
- arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address from PMI8994 regulator (Krzysztof Kozlowski)
- arm64: dts: qcom: msm8994-kitakami: drop unit address from PMI8994 regulator (Krzysztof Kozlowski)
- arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply (Krzysztof Kozlowski)
- mailbox: mpfs: switch to txdone_poll (Conor Dooley)
- drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() (Harshit Mogalapalli)
- ACPI: VIOT: Initialize the correct IOMMU fwspec (Jean-Philippe Brucker)
- firmware: arm_scmi: Fix xfers allocation on Rx channel (Cristian Marussi)
- ARM: dts: gta04: fix excess dma channel usage (H. Nikolaus Schaller)
- drm: rcar-du: Fix a NULL vs IS_ERR() bug (Dan Carpenter)
- mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for data (Georgii Kruglov)
- ACPI: processor: Fix evaluating _PDC method when running as Xen dom0 (Roger Pau Monne)
- drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings (Lee Jones)
- drm: msm: adreno: Disable preemption on Adreno 510 (Adam Skladowski)
- drm/msm/adreno: drop bogus pm_runtime_set_active() (Johan Hovold)
- drm/msm/adreno: Defer enabling runpm until hw_init() (Rob Clark)
- media: max9286: Free control handler (Laurent Pinchart)
- drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535 (Adam Ford)
- firmware: qcom_scm: Clear download bit during reboot (Mukesh Ojha)
- media: av7110: prevent underflow in write_ts_to_decoder() (Dan Carpenter)
- media: bdisp: Add missing check for create_workqueue (Jiasheng Jiang)
- x86/MCE/AMD: Use an u64 for bank_map (Muralidhara M K)
- ARM: dts: qcom: ipq8064: Fix the PCI I/O port range (Manivannan Sadhasivam)
- ARM: dts: qcom: ipq8064: reduce pci IO size to 64K (Christian Marangi)
- ARM: dts: qcom: ipq4019: Fix the PCI I/O port range (Manivannan Sadhasivam)
- arm64: dts: qcom: sm8250: Fix the PCI I/O port range (Manivannan Sadhasivam)
- arm64: dts: qcom: msm8996: Fix the PCI I/O port range (Manivannan Sadhasivam)
- arm64: dts: qcom: ipq6018: Fix the PCI I/O port range (Manivannan Sadhasivam)
- arm64: dts: qcom: ipq8074: Fix the PCI I/O port range (Manivannan Sadhasivam)
- arm64: dts: qcom: msm8998: Fix the PCI I/O port range (Manivannan Sadhasivam)
- arm64: dts: qcom: sdm845: Fix the PCI I/O port range (Manivannan Sadhasivam)
- arm64: dts: qcom: sdm845: correct dynamic power coefficients (Dmitry Baryshkov)
- arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name (Konrad Dybcio)
- arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename (Rafał Miłecki)
- arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name (Rafał Miłecki)
- arm64: dts: Move BCM4908 dts to bcmbca folder (William Zhang)
- arm64: dts: Add base DTS file for bcmbca device Asus GT-AX6000 (Rafał Miłecki)
- ARM64: dts: Add DTS files for bcmbca SoC BCM6858 (Anand Gore)
- arm64: dts: Add DTS files for bcmbca SoC BCM4912 (William Zhang)
- arm64: dts: Add DTS files for bcmbca SoC BCM63158 (William Zhang)
- arm64: dts: broadcom: bcm4908: add DT for Netgear RAXE500 (Rafał Miłecki)
- arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property (Bhavya Kapoor)
- regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since booted (Douglas Anderson)
- EDAC/skx: Fix overflows on the DRAM row address mapping arrays (Qiuxu Zhuo)
- drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources (Vinod Polimera)
- arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP table (Geert Uytterhoeven)
- arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP table (Geert Uytterhoeven)
- soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe (Miaoqian Lin)
- tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007 (Terry Bowman)
- drm/probe-helper: Cancel previous job before starting new one (Dom Cobley)
- drm/vgem: add missing mutex_destroy (Maíra Canal)
- drm/rockchip: Drop unbalanced obj unref (Rob Clark)
- erofs: fix potential overflow calculating xattr_isize (Jingbo Xu)
- erofs: stop parsing non-compact HEAD index if clusterofs is invalid (Gao Xiang)
- tpm, tpm_tis: Claim locality when interrupts are reenabled on resume (Lino Sanfilippo)
- tpm, tpm: Implement usage counter for locality (Lino Sanfilippo)
- tpm, tpm_tis: Claim locality before writing interrupt registers (Lino Sanfilippo)
- tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed (Lino Sanfilippo)
- tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register (Lino Sanfilippo)
- tpm, tpm_tis: Do not skip reset of original interrupt vector (Lino Sanfilippo)
- selinux: ensure av_permissions.h is built when needed (Paul Moore)
- selinux: fix Makefile dependencies of flask.h (Ondrej Mosnacek)
- selftests/resctrl: Check for return value after write_schemata() (Ilpo Järvinen)
- selftests/resctrl: Allow ->setup() to return errors (Ilpo Järvinen)
- selftests/resctrl: Move ->setup() call outside of test specific branches (Ilpo Järvinen)
- selftests/resctrl: Extend CPU vendor detection (Shaopeng Tan)
- selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem (Ilpo Järvinen)
- rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check (Zqiang)
- sound/oss/dmasound: fix build when drivers are mixed =y/=m (Randy Dunlap)
- xfs: don't consider future format versions valid (Dave Chinner)
- ubifs: Free memory for tmpfile name (Mårten Lindahl)
- ubi: Fix return value overwrite issue in try_write_vid_and_data() (Wang YanQing)
- ubifs: Fix memleak when insert_old_idx() failed (Zhihao Cheng)
- Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path" (Zhihao Cheng)
- iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE (Kishon Vijay Abraham I)
- tracing: Fix permissions for the buffer_percent file (Ondrej Mosnacek)
- i2c: omap: Fix standard mode false ACK readings (Reid Tonking)
- ksmbd: fix memleak in session setup (Namjae Jeon)
- ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem() (Namjae Jeon)
- ksmbd: call rcu_barrier() in ksmbd_server_exit() (Namjae Jeon)
- writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs (Baokun Li)
- relayfs: fix out-of-bounds access in relay_file_read (Zhang Zhengming)
- KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted (Sean Christopherson)
- reiserfs: Add security prefix to xattr name in reiserfs_security_write() (Roberto Sassu)
- rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed (Zheng Yejian)
- crypto: safexcel - Cleanup ring IRQ workqueues on load failure (Jonathan McDowell)
- crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() (Toke Høiland-Jørgensen)
- ring-buffer: Sync IRQ works before buffer destruction (Johannes Berg)
- pinctrl: qcom: lpass-lpi: set output value before enabling output (Krzysztof Kozlowski)
- soundwire: qcom: correct setting ignore bit on v1.5.1 (Krzysztof Kozlowski)
- pwm: meson: Fix g12a ao clk81 name (Heiner Kallweit)
- pwm: meson: Fix axg ao mux parents (Heiner Kallweit)
- wifi: mt76: add missing locking to protect against concurrent rx/status calls (Felix Fietkau)
- kheaders: Use array declaration instead of char (Kees Cook)
- ipmi: fix SSIF not responding under certain cond. (Zhang Yuchen)
- ipmi:ssif: Add send_retries increment (Corey Minyard)
- MIPS: fw: Allow firmware to pass a empty env (Jiaxun Yang)
- tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem (Joel Fernandes (Google))
- xhci: fix debugfs register accesses while suspended (Johan Hovold)
- tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH (Ilpo Järvinen)
- staging: iio: resolver: ads1210: fix config mode (Nuno Sá)
- ext4: use ext4_journal_start/stop for fast commit transactions (Harshad Shirwadkar)
- blk-crypto: make blk_crypto_evict_key() more robust (Eric Biggers)
- blk-crypto: make blk_crypto_evict_key() return void (Eric Biggers)
- blk-mq: release crypto keyslot before reporting I/O complete (Eric Biggers)
- hwmon: (adt7475) Use device_property APIs when configuring polarity (Chris Packham)
- hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write (Babu Moger)
- USB: dwc3: fix runtime pm imbalance on unbind (Johan Hovold)
- USB: dwc3: fix runtime pm imbalance on probe errors (Johan Hovold)
- IMA: allow/fix UML builds (Randy Dunlap)
- PCI: qcom: Fix the incorrect register usage in v2.7.0 config (Manivannan Sadhasivam)
- PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock (Lukas Wunner)
- arm64: Stash shadow stack pointer in the task struct on interrupt (Ard Biesheuvel)
- arm64: Always load shadow stack pointer directly from the task struct (Ard Biesheuvel)
- wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unset (Mario Limonciello)
- wireguard: timers: cast enum limits members to int in prints (Jiri Slaby (SUSE))
- x86/cpu: Add model number for Intel Arrow Lake processor (Tony Luck)
- asm-generic/io.h: suppress endianness warnings for readq() and writeq() (Vladimir Oltean)
- selftests mount: Fix mount_setattr_test builds failed (Anh Tuan Phan)
- ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750 (Hans de Goede)
- iio: adc: palmas_gpadc: fix NULL dereference on rmmod (Patrik Dahlström)
- x86/hyperv: Block root partition functionality in a Confidential VM (Michael Kelley)
- ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm (Shengjiu Wang)
- ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15 (Eugene Huang)
- uek_kabi: Add UEK_KABI_DEPRECATE_ENUM (Sherry Yang) [Orabug: 35469882]
- Revert "uek-rpm: Make kernel to depend on latest libdnf version" (Somasundaram Krishnasamy) [Orabug: 35304450]
- net/rds: Ignore rds_send_hb()'s return value (Sharath Srinivasan) [Orabug: 35338769]
- net/rds: Use monotonic ktime_get_seconds() in rds_hb_worker() (Sharath Srinivasan) [Orabug: 35338769]
- net/rds: Fix race in rds_hb_worker() when reading cp->cp_hb_start (Sharath Srinivasan) [Orabug: 35338769]
- net/rds: Fix "hb timeout" race by setting cp_hb_start before rds_send_hb() (Sharath Srinivasan) [Orabug: 35338769]
- uek-rpm: Blacklist cls_tcindex module (Somasundaram Krishnasamy) [Orabug: 35354216]
- net/sched: tcindex: Fix NULL dereference in tcindex_set_parms() (Harshit Mogalapalli) [Orabug: 35415132]