-
Thu Sep 07 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-106.130.2.el9uek]
- LTS version: v5.15.130 (Jack Vogel)
- rcu-tasks: Add trc_inspect_reader() checks for exiting critical section (Paul E. McKenney)
- rcu-tasks: Wait for trc_read_check_handler() IPIs (Paul E. McKenney)
- rcu-tasks: Fix IPI failure handling in trc_wait_for_one_reader (Neeraj Upadhyay)
- rcu: Prevent expedited GP from enabling tick on offline CPU (Paul E. McKenney)
- ARM: module: Use module_init_layout_section() to spot init sections (James Morse)
- arm64: module: Use module_init_layout_section() to spot init sections (James Morse)
- arm64: module-plts: inline linux/moduleloader.h (Arnd Bergmann)
- module: Expose module_init_layout_section() (James Morse)
- ACPI: thermal: Drop nocrt parameter (Mario Limonciello)
- LTS version: v5.15.129 (Jack Vogel)
- mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer (Rik van Riel)
- mm: memory-failure: fix unexpected return value in soft_offline_page() (Miaohe Lin)
- mm: memory-failure: kill soft_offline_free_page() (Kefeng Wang)
- dma-buf/sw_sync: Avoid recursive lock during fence signal (Rob Clark)
- pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{add,remove}_function} (Biju Das)
- clk: Fix undefined reference to `clk_rate_exclusive_{get,put}' (Biju Das)
- scsi: core: raid_class: Remove raid_component_add() (Zhu Wang)
- scsi: snic: Fix double free in snic_tgt_create() (Zhu Wang)
- can: raw: add missing refcount for memory leak fix (Oliver Hartkopp)
- drm/i915: Fix premature release of request's reusable memory (Janusz Krzysztofik)
- cgroup/cpuset: Free DL BW in case can_attach() fails (Dietmar Eggemann)
- sched/deadline: Create DL BW alloc, free & check overflow interface (Dietmar Eggemann)
- cgroup/cpuset: Iterate only if DEADLINE tasks are present (Juri Lelli)
- sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets (Juri Lelli)
- sched/cpuset: Bring back cpuset_mutex (Juri Lelli)
- cgroup/cpuset: Rename functions dealing with DEADLINE accounting (Juri Lelli)
- torture: Fix hang during kthread shutdown phase (Joel Fernandes (Google))
- nfsd: use vfs setgid helper (Christian Brauner)
- nfs: use vfs setgid helper (Christian Brauner)
- x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4 (Feng Tang)
- x86/fpu: Invalidate FPU state correctly on exec() (Rick Edgecombe)
- drm/display/dp: Fix the DP DSC Receiver cap size (Ankit Nautiyal)
- drm/vmwgfx: Fix shader stage validation (Zack Rusin)
- PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus (Igor Mammedov)
- media: vcodec: Fix potential array out-of-bounds in encoder queue_setup (Wei Chen)
- of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock (Rob Herring)
- of: unittest: Fix EXPECT for parse_phandle_with_args_map() test (Rob Herring)
- radix tree: remove unused variable (Arnd Bergmann)
- lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels (Helge Deller)
- batman-adv: Hold rtnl lock during MTU update via netlink (Sven Eckelmann)
- batman-adv: Fix batadv_v_ogm_aggr_send memory leak (Remi Pommarel)
- batman-adv: Fix TT global entry leak when client roamed back (Remi Pommarel)
- batman-adv: Do not get eth header before batadv_check_management_packet (Remi Pommarel)
- batman-adv: Don't increase MTU when set by user (Sven Eckelmann)
- batman-adv: Trigger events for auto adjusted MTU (Sven Eckelmann)
- selinux: set next pointer before attaching to list (Christian Göttsche)
- nfsd: Fix race to FREE_STATEID and cl_revoked (Benjamin Coddington)
- NFS: Fix a use after free in nfs_direct_join_group() (Trond Myklebust)
- mm: add a call to flush_cache_vmap() in vmap_pfn() (Alexandre Ghiti)
- ALSA: ymfpci: Fix the missing snd_card_free() call at probe error (Takashi Iwai)
- clk: Fix slab-out-of-bounds error in devm_clk_release() (Andrey Skvortsov)
- NFSv4: Fix dropped lock for racing OPEN and delegation return (Benjamin Coddington)
- ibmveth: Use dcbf rather than dcbfl (Michael Ellerman)
- Revert "KVM: x86: enable TDP MMU by default" (Sean Christopherson)
- net/ncsi: change from ndo_set_mac_address to dev_set_mac_address (Ivan Mikhaylov)
- net/ncsi: make one oem_gma function for all mfr id (Ivan Mikhaylov)
- bonding: fix macvlan over alb bond support (Hangbin Liu)
- net: remove bond_slave_has_mac_rcu() (Jakub Kicinski)
- rtnetlink: Reject negative ifindexes in RTM_NEWLINK (Ido Schimmel)
- rtnetlink: return ENODEV when ifname does not exist and group is given (Florent Fourcot)
- netfilter: nf_tables: fix out of memory error handling (Florian Westphal)
- netfilter: nf_tables: flush pending destroy work before netlink notifier (Pablo Neira Ayuso)
- net/sched: fix a qdisc modification with ambiguous command request (Jamal Hadi Salim)
- igc: Fix the typo in the PTM Control macro (Sasha Neftin)
- igb: Avoid starting unnecessary workqueues (Alessio Igor Bogani)
- ice: fix receive buffer size miscalculation (Jesse Brandeburg)
- net: validate veth and vxcan peer ifindexes (Jakub Kicinski)
- net: bcmgenet: Fix return value check for fixed_phy_register() (Ruan Jinjie)
- net: bgmac: Fix return value check for fixed_phy_register() (Ruan Jinjie)
- ipvlan: Fix a reference count leak warning in ipvlan_ns_exit() (Lu Wei)
- dccp: annotate data-races in dccp_poll() (Eric Dumazet)
- sock: annotate data-races around prot->memory_pressure (Eric Dumazet)
- octeontx2-af: SDP: fix receive link config (Hariprasad Kelam)
- tracing: Fix memleak due to race between current_tracer and trace (Zheng Yejian)
- tracing: Fix cpu buffers unavailable due to 'record_disabled' missed (Zheng Yejian)
- can: raw: fix lockdep issue in raw_release() (Eric Dumazet)
- drm/amd/display: check TG is non-null before checking if enabled (Taimur Hassan)
- drm/amd/display: do not wait for mpc idle if tg is disabled (Josip Pavic)
- can: raw: fix receiver memory leak (Ziyang Xuan)
- jbd2: fix a race when checking checkpoint buffer busy (Zhang Yi)
- jbd2: remove journal_clean_one_cp_list() (Zhang Yi)
- jbd2: remove t_checkpoint_io_list (Zhang Yi)
- ALSA: pcm: Fix potential data race at PCM memory allocation helpers (Takashi Iwai)
- fbdev: fix potential OOB read in fast_imageblit() (Zhang Shurong)
- fbdev: Fix sys_imageblit() for arbitrary image widths (Thomas Zimmermann)
- fbdev: Improve performance of sys_imageblit() (Thomas Zimmermann)
- MIPS: cpu-features: Use boot_cpu_type for CPU type based features (Jiaxun Yang)
- MIPS: cpu-features: Enable octeon_cache by cpu_type (Jiaxun Yang)
- fs: dlm: fix mismatch of plock results from userspace (Alexander Aring)
- fs: dlm: use dlm_plock_info for do_unlock_close (Alexander Aring)
- fs: dlm: change plock interrupted message to debug again (Alexander Aring)
- fs: dlm: add pid to debug log (Alexander Aring)
- dlm: replace usage of found with dedicated list iterator variable (Jakob Koschel)
- dlm: improve plock logging if interrupted (Alexander Aring)
- PCI: acpiphp: Reassign resources on bridge if necessary (Igor Mammedov)
- xprtrdma: Remap Receive buffers after a reconnect (Chuck Lever)
- NFSv4: fix out path in __nfs4_get_acl_uncached (Fedor Pchelkin)
- NFSv4.2: fix error handling in nfs42_proc_getxattr (Fedor Pchelkin)
- objtool/x86: Fix SRSO mess (Peter Zijlstra)
- LTS version: v5.15.128 (Jack Vogel)
- x86/srso: Correct the mitigation status when SMT is disabled (Borislav Petkov (AMD))
- objtool/x86: Fixup frame-pointer vs rethunk (Peter Zijlstra)
- x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG (Petr Pavlu)
- x86/srso: Disable the mitigation on unaffected configurations (Borislav Petkov (AMD))
- x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() (Sean Christopherson)
- x86/static_call: Fix __static_call_fixup() (Peter Zijlstra)
- x86/srso: Explain the untraining sequences a bit more (Borislav Petkov (AMD))
- x86/cpu: Cleanup the untrain mess (Peter Zijlstra)
- x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 (Peter Zijlstra)
- x86/cpu: Rename original retbleed methods (Peter Zijlstra)
- x86/cpu: Clean up SRSO return thunk mess (Peter Zijlstra)
- x86/ibt: Add ANNOTATE_NOENDBR (Peter Zijlstra)
- objtool: Add frame-pointer-specific function ignore (Josh Poimboeuf)
- x86/alternative: Make custom return thunk unconditional (Peter Zijlstra)
- x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() (Peter Zijlstra)
- x86/cpu: Fix __x86_return_thunk symbol type (Peter Zijlstra)
- mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove (Yangtao Li)
- net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled (Jason Xing)
- virtio-net: set queues after driver_ok (Jason Wang)
- af_unix: Fix null-ptr-deref in unix_stream_sendpage(). (Kuniyuki Iwashima)
- arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4 (Christopher Obbard)
- exfat: check if filename entries exceeds max filename length (Namjae Jeon)
- netfilter: set default timeout to 3 secs for sctp shutdown send and recv state (Xin Long)
- drm/amd: flush any delayed gfxoff on suspend entry (Mario Limonciello)
- drm/qxl: fix UAF on handle creation (Wander Lairson Costa)
- mmc: block: Fix in_flight[issue_type] value error (Yibin Ding)
- mmc: wbsd: fix double mmc_free_host() in wbsd_init() (Yang Yingliang)
- cifs: Release folio lock on fscache read hit. (Russell Harmon via samba-technical)
- ALSA: usb-audio: Add support for Mythware XA001AU capture and playback interfaces. (dengxiang)
- serial: 8250: Fix oops for port->pm on uart_change_pm() (Tony Lindgren)
- riscv: uaccess: Return the number of bytes effectively not copied (Alexandre Ghiti)
- ALSA: hda/realtek - Remodified 3k pull low procedure (Kailang Yang)
- soc: aspeed: socinfo: Add kfree for kstrdup (Jiasheng Jiang)
- ASoC: meson: axg-tdm-formatter: fix channel slot allocation (Jerome Brunet)
- ASoC: rt5665: add missed regulator_bulk_disable (Zhang Shurong)
- ARM: dts: imx: Set default tuning step for imx6sx usdhc (Xiaolei Wang)
- arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict (Dmitry Baryshkov)
- bus: ti-sysc: Flush posted write on enable before reset (Tony Lindgren)
- net: do not allow gso_size to be set to GSO_BY_FRAGS (Eric Dumazet)
- sock: Fix misuse of sk_under_memory_pressure() (Abel Wu)
- net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset (Alfred Lee)
- i40e: fix misleading debug logs (Andrii Staikov)
- iavf: fix FDIR rule fields masks validation (Piotr Gardocki)
- team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves (Ziyang Xuan)
- net: phy: broadcom: stub c45 read/write for 54810 (Justin Chen)
- netfilter: nft_dynset: disallow object maps (Pablo Neira Ayuso)
- ipvs: fix racy memcpy in proc_do_sync_threshold (Sishuai Gong)
- netfilter: nf_tables: deactivate catchall elements in next generation (Florian Westphal)
- netfilter: nf_tables: fix false-positive lockdep splat (Florian Westphal)
- drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs (Luca Ceresoli)
- selftests: mirror_gre_changes: Tighten up the TTL test match (Petr Machata)
- net: phy: fix IRQ-based wake-on-lan over hibernate / power off (Russell King (Oracle))
- xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH (Lin Ma)
- xfrm: add NULL check in xfrm_update_ae_params (Lin Ma)
- ip_vti: fix potential slab-use-after-free in decode_session6 (Zhengchao Shao)
- ip6_vti: fix slab-use-after-free in decode_session6 (Zhengchao Shao)
- xfrm: fix slab-use-after-free in decode_session6 (Zhengchao Shao)
- net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure (Lin Ma)
- net: af_key: fix sadb_x_filter validation (Lin Ma)
- net: xfrm: Fix xfrm_address_filter OOB read (Lin Ma)
- i2c: designware: Handle invalid SMBus block data response length value (Tam Nguyen)
- i2c: designware: Correct length byte validation logic (Quan Nguyen)
- btrfs: fix BUG_ON condition in btrfs_cancel_balance (xiaoshoukui)
- tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 platforms (Sherry Sun)
- tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux (Yi Yang)
- powerpc/rtas_flash: allow user copy to flash block cache objects (Nathan Lynch)
- fbdev: mmp: fix value check in mmphw_probe() (Yuanjun Gong)
- i2c: hisi: Only handle the interrupt of the driver's transfer (Yicong Yang)
- i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue (Chengfeng Ye)
- cifs: fix potential oops in cifs_oplock_break (Steve French)
- vduse: Use proper spinlock for IRQ injection (Maxime Coquelin)
- virtio-mmio: don't break lifecycle of vm_dev (Wolfram Sang)
- btrfs: move out now unused BG from the reclaim list (Naohiro Aota)
- ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node (Xu Yang)
- ARM: dts: imx6sll: fixup of operating points (Andreas Kemnade)
- mmc: sunxi: fix deferred probing (Sergey Shtylyov)
- mmc: bcm2835: fix deferred probing (Sergey Shtylyov)
- USB: dwc3: fix use-after-free on core driver unbind (Johan Hovold)
- USB: dwc3: qcom: fix NULL-deref on suspend (Johan Hovold)
- tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A (Robert Hodaszi)
- tty: serial: fsl_lpuart: make rx_watermark configurable for different platforms (Sherry Sun)
- tty: serial: fsl_lpuart: Add i.MXRT1050 support (Jesse Taube)
- usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume() (Roger Quadros)
- USB: dwc3: gadget: drop dead hibernation code (Johan Hovold)
- usb: dwc3: Fix typos in gadget.c (Kushagra Verma)
- usb: dwc3: Remove DWC3 locking during gadget suspend/resume (Wesley Cheng)
- usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnect (Wesley Cheng)
- drm/amd/display: fix access hdcp_workqueue assert (Hersen Wu)
- drm/amd/display: phase3 mst hdcp for multiple displays (hersen wu)
- drm/amd/display: save restore hdcp state when display is unplugged from mst hub (hersen wu)
- ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks (Zev Weiss)
- igc: read before write to SRRCTL register (Song Yoong Siang)
- iio: addac: stx104: Fix race condition when converting analog-to-digital (William Breathitt Gray)
- iio: addac: stx104: Fix race condition for stx104_write_raw() (William Breathitt Gray)
- iio: stx104: Move to addac subdirectory (William Breathitt Gray)
- iio: adc: stx104: Implement and utilize register structures (William Breathitt Gray)
- iio: adc: stx104: Utilize iomap interface (William Breathitt Gray)
- iio: add addac subdirectory (Cosmin Tanislav)
- ring-buffer: Do not swap cpu_buffer during resize process (Chen Lin)
- powerpc/kasan: Disable KCOV in KASAN code (Benjamin Gray)
- ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync() (Tuo Li)
- ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760 (dengxiang)
- fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted (Konstantin Komarov)
- fs: ntfs3: Fix possible null-pointer dereferences in mi_read() (Jia-Ju Bai)
- fs/ntfs3: Enhance sanity check while generating attr_list (Edward Lo)
- drm/amdgpu: Fix potential fence use-after-free v2 (shanzhulig)
- Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally (Matthew Anderson)
- Bluetooth: L2CAP: Fix use-after-free (Zhengping Jiang)
- watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) (Yuechao Zhao)
- firewire: net: fix use after free in fwnet_finish_incoming_packet() (Zhang Shurong)
- pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db() (Armin Wolf)
- gfs2: Fix possible data races in gfs2_show_options() (Tuo Li)
- usb: chipidea: imx: add missing USB PHY DPDM wakeup setting (Xu Yang)
- usb: chipidea: imx: don't request QoS for imx8ulp (Xu Yang)
- thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbound_sbtx() (Mika Westerberg)
- media: platform: mediatek: vpu: fix NULL ptr dereference (Hans Verkuil)
- usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push (Prashanth K)
- media: v4l2-mem2mem: add lock to protect parameter num_rdy (Yunfei Dong)
- smb: client: fix warning in cifs_smb3_do_mount() (Paulo Alcantara)
- ovl: check type and offset of struct vfsmount in ovl_entry (Christian Brauner)
- RDMA/mlx5: Return the firmware result upon destroying QP/RQ (Patrisious Haddad)
- HID: add quirk for 03f0:464a HP Elite Presenter Mouse (Marco Morandini)
- drm/amdgpu: install stub fence into potential unused fence pointers (Lang Yu)
- HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL Keyboard (stuarthayhurst)
- dma-remap: use kvmalloc_array/kvfree for larger dma memory remap (gaoxu)
- ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion (Pierre-Louis Bossart)
- iopoll: Call cpu_relax() in busy loops (Geert Uytterhoeven)
- ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings (Oleksij Rempel)
- PCI: tegra194: Fix possible array out of bounds access (Sumit Gupta)
- net: tls: avoid discarding data on record close (Jakub Kicinski)
- net/tls: Multi-threaded calls to TX tls_dev_del (Tariq Toukan)
- net/tls: Perform immediate device ctx cleanup when possible (Tariq Toukan)
- macsec: use DEV_STATS_INC() (Eric Dumazet)
- macsec: Fix traffic counters/statistics (Clayton Yager)
- selftests: forwarding: tc_actions: Use ncat instead of nc (Ido Schimmel)
- selftests: forwarding: tc_actions: cleanup temporary files when test is aborted (Davide Caratti)
- mmc: sdhci-f-sdh30: Replace with sdhci_pltfm (Kunihiko Hayashi)
- LTS version: v5.15.127 (Jack Vogel)
- timers/nohz: Last resort update jiffies on nohz_full IRQ entry (Frederic Weisbecker)
- timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick is stopped (Nicholas Piggin)
- tick: Detect and fix jiffies update stall (Frederic Weisbecker)
- sch_netem: fix issues in netem_change() vs get_dist_table() (Eric Dumazet)
- alpha: remove __init annotation from exported page_is_ram() (Masahiro Yamada)
- scsi: qedf: Fix firmware halt over suspend and resume (Nilesh Javali)
- scsi: qedi: Fix firmware halt over suspend and resume (Nilesh Javali)
- scsi: fnic: Replace return codes in fnic_clean_pending_aborts() (Karan Tilak Kumar)
- scsi: core: Fix possible memory leak if device_add() fails (Zhu Wang)
- scsi: snic: Fix possible memory leak if device_add() fails (Zhu Wang)
- scsi: 53c700: Check that command slot is not NULL (Alexandra Diupina)
- scsi: storvsc: Fix handling of virtual Fibre Channel timeouts (Michael Kelley)
- scsi: core: Fix legacy /proc parsing buffer overflow (Tony Battersby)
- netfilter: nf_tables: report use refcount overflow (Pablo Neira Ayuso)
- nvme-rdma: fix potential unbalanced freeze & unfreeze (Ming Lei)
- nvme-tcp: fix potential unbalanced freeze & unfreeze (Ming Lei)
- btrfs: set cache_block_group_error if we find an error (Josef Bacik)
- btrfs: reject invalid reloc tree root keys with stack dump (Qu Wenruo)
- btrfs: exit gracefully if reloc roots don't match (Qu Wenruo)
- btrfs: don't stop integrity writeback too early (Christoph Hellwig)
- ibmvnic: Handle DMA unmapping of login buffs in release functions (Nick Child)
- ibmvnic: Unmap DMA login rsp buffer on send login fail (Nick Child)
- ibmvnic: Enforce stronger sanity checks on login response (Nick Child)
- net/mlx5: Skip clock update work when device is in error state (Moshe Shemesh)
- net/mlx5: Allow 0 for total host VFs (Daniel Jurgens)
- dmaengine: mcf-edma: Fix a potential un-allocated memory access (Christophe JAILLET)
- nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID (Ido Schimmel)
- nexthop: Make nexthop bucket dump more efficient (Ido Schimmel)
- nexthop: Fix infinite nexthop dump when using maximum nexthop ID (Ido Schimmel)
- net: hns3: add wait until mac link down (Jie Wang)
- net: hns3: refactor hclge_mac_link_status_wait for interface reuse (Jie Wang)
- net: phy: at803x: remove set/get wol callbacks for AR8032 (Li Yang)
- RDMA/umem: Set iova in ODP flow (Michael Guralnik)
- wifi: cfg80211: fix sband iftype data lookup for AP_VLAN (Felix Fietkau)
- drm/rockchip: Don't spam logs in atomic check (Daniel Stone)
- IB/hfi1: Fix possible panic during hotplug remove (Douglas Miller)
- iavf: fix potential races for FDIR filters (Piotr Gardocki)
- drivers: net: prevent tun_build_skb() to exceed the packet size limit (Andrew Kanner)
- dccp: fix data-race around dp->dccps_mss_cache (Eric Dumazet)
- bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves (Ziyang Xuan)
- xsk: fix refcount underflow in error path (Magnus Karlsson)
- tunnels: fix kasan splat when generating ipv4 pmtu error (Florian Westphal)
- net/packet: annotate data-races around tp->status (Eric Dumazet)
- mISDN: Update parameter type of dsp_cmx_send() (Nathan Chancellor)
- bpf, sockmap: Fix bug that strp_done cannot be called (Xu Kuohai)
- bpf, sockmap: Fix map type error in sock_map_del_link (Xu Kuohai)
- net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail() (Andrew Kanner)
- selftests: forwarding: tc_flower: Relax success criterion (Ido Schimmel)
- selftests: forwarding: Switch off timeout (Ido Schimmel)
- selftests: forwarding: Skip test when no interfaces are specified (Ido Schimmel)
- selftests: forwarding: ethtool_extended_state: Skip when using veth pairs (Ido Schimmel)
- selftests: forwarding: ethtool: Skip when using veth pairs (Ido Schimmel)
- selftests: forwarding: Add a helper to skip test when using veth pairs (Ido Schimmel)
- selftests/rseq: Fix build with undefined __weak (Mark Brown)
- drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes (Karol Herbst)
- x86: Move gds_ucode_mitigated() declaration to header (Arnd Bergmann)
- x86/speculation: Add cpu_show_gds() prototype (Arnd Bergmann)
- x86/mm: Fix VDSO and VVAR placement on 5-level paging machines (Kirill A. Shutemov)
- x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 (Cristian Ciocaltea)
- x86/srso: Fix build breakage with the LLVM linker (Nick Desaulniers)
- usb: typec: tcpm: Fix response to vsafe0V event (Badhri Jagan Sridharan)
- usb: common: usb-conn-gpio: Prevent bailing out if initial role is none (Prashanth K)
- usb: dwc3: Properly handle processing of pending events (Elson Roy Serrao)
- usb-storage: alauda: Fix uninit-value in alauda_check_media() (Alan Stern)
- misc: rtsx: judge ASPM Mode to set PETXCFG Reg (Ricky WU)
- binder: fix memory leak in binder_init() (Qi Zheng)
- iio: adc: ina2xx: avoid NULL pointer dereference on OF device match (Alvin Šipraga)
- iio: cros_ec: Fix the allocation size for cros_ec_command (Yiyuan Guo)
- io_uring: correct check for O_TMPFILE (Aleksa Sarai)
- selftests/bpf: Fix sk_assign on s390x (Ilya Leoshkevich)
- selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace_return_code (Yonghong Song)
- selftests/bpf: make test_align selftest more robust (Andrii Nakryiko)
- bpf: aggressively forget precise markings during state checkpointing (Andrii Nakryiko)
- bpf: stop setting precise in current state (Andrii Nakryiko)
- bpf: allow precision tracking for programs with subprogs (Andrii Nakryiko)
- nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput (Ryusuke Konishi)
- radix tree test suite: fix incorrect allocation size for pthreads (Colin Ian King)
- hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100 (Tao Ren)
- drm/amd/display: check attr flag before set cursor degamma on DCN3+ (Melissa Wen)
- drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap() (Boris Brezillon)
- drm/nouveau/gr: enable memory loads on helper invocation on all channels (Karol Herbst)
- riscv,mmio: Fix readX()-to-delay() ordering (Andrea Parri)
- dmaengine: pl330: Return DMA_PAUSED when transaction is paused (Ilpo Järvinen)
- ipv6: adjust ndisc_is_useropt() to also return true for PIO (Maciej Żenczykowski)
- mmc: moxart: read scr register without changing byte order (Sergei Antonov)
- wireguard: allowedips: expand maximum node depth (Jason A. Donenfeld)
- ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea() (Namjae Jeon)
- ksmbd: validate command request size (Long Li)
- LTS version v5.15.126 (Jack Vogel)
- PM: sleep: wakeirq: fix wake irq arming (Johan Hovold)
- PM / wakeirq: support enabling wake-up irq after runtime_suspend called (Chunfeng Yun)
- soundwire: fix enumeration completion (Johan Hovold)
- soundwire: bus: pm_runtime_request_resume on peripheral attachment (Pierre-Louis Bossart)
- selftests/rseq: Play nice with binaries statically linked against glibc 2.35+ (Sean Christopherson)
- selftests/rseq: check if libc rseq support is registered (Michael Jeanson)
- drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning (Alexander Stein)
- powerpc/mm/altmap: Fix altmap boundary check (Aneesh Kumar K.V)
- mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() (Christophe JAILLET)
- mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts (Johan Jonker)
- mtd: rawnand: rockchip: fix oobfree offset and description (Johan Jonker)
- mtd: rawnand: omap_elm: Fix incorrect type in assignment (Roger Quadros)
- ext2: Drop fragment support (Jan Kara)
- fs: Protect reconfiguration of sb read-write from racing writes (Jan Kara)
- net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb (Alan Stern)
- Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb (Sungwoo Kim)
- fs/sysv: Null check to prevent null-ptr-deref bug (Prince Kumar Maurya)
- fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() (Tetsuo Handa)
- file: reinstate f_pos locking optimization for regular files (Linus Torvalds)
- bpf, cpumap: Make sure kthread is running before map update returns (Hou Tao)
- drm/ttm: check null pointer before accessing when swapping (Guchun Chen)
- open: make RESOLVE_CACHED correctly test for O_TMPFILE (Aleksa Sarai)
- bpf: Disable preemption in bpf_event_output (Jiri Olsa)
- rbd: prevent busy loop when requesting exclusive lock (Ilya Dryomov)
- wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC) (Paul Fertser)
- net: tap_open(): set sk_uid from current_fsuid() (Laszlo Ersek)
- net: tun_chr_open(): set sk_uid from current_fsuid() (Laszlo Ersek)
- arm64: dts: stratix10: fix incorrect I2C property for SCL signal (Dinh Nguyen)
- mtd: rawnand: meson: fix OOB available bytes for ECC (Arseniy Krasnov)
- mtd: spinand: toshiba: Fix ecc_get_status (Olivier Maignial)
- exfat: release s_lock before calling dir_emit() (Sungjong Seo)
- exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree (gaoming)
- firmware: arm_scmi: Drop OF node reference in the transport channel setup (Krzysztof Kozlowski)
- ceph: defer stopping mdsc delayed_work (Xiubo Li)
- USB: zaurus: Add ID for A-300/B-500/C-700 (Ross Maynard)
- libceph: fix potential hang in ceph_osdc_notify() (Ilya Dryomov)
- scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices (Michael Kelley)
- scsi: zfcp: Defer fc_rport blocking until after ADISC response (Steffen Maier)
- tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen (Eric Dumazet)
- tcp_metrics: annotate data-races around tm->tcpm_net (Eric Dumazet)
- tcp_metrics: annotate data-races around tm->tcpm_vals[] (Eric Dumazet)
- tcp_metrics: annotate data-races around tm->tcpm_lock (Eric Dumazet)
- tcp_metrics: annotate data-races around tm->tcpm_stamp (Eric Dumazet)
- tcp_metrics: fix addr_same() helper (Eric Dumazet)
- prestera: fix fallback to previous version on same major version (Jonas Gorski)
- net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio (Jianbo Liu)
- net/mlx5: fs_core: Make find_closest_ft more generic (Jianbo Liu)
- vxlan: Fix nexthop hash size (Benjamin Poirier)
- ip6mr: Fix skb_under_panic in ip6mr_cache_report() (Yue Haibing)
- s390/qeth: Don't call dev_close/dev_open (DOWN/UP) (Alexandra Winter)
- net: dcb: choose correct policy to parse DCB_ATTR_BCN (Lin Ma)
- net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode (Mark Brown)
- net: korina: handle clk prepare error in korina_probe() (Yuanjun Gong)
- net: ll_temac: fix error checking of irq_of_parse_and_map() (Dan Carpenter)
- net: ll_temac: Switch to use dev_err_probe() helper (Yang Yingliang)
- bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire (Tomas Glozar)
- net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-free (valis)
- net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free (valis)
- net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free (valis)
- bpf, cpumap: Handle skb as well when clean up ptr_ring (Hou Tao)
- net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX. (Kuniyuki Iwashima)
- net: add missing data-race annotation for sk_ll_usec (Eric Dumazet)
- net: add missing data-race annotations around sk->sk_peek_off (Eric Dumazet)
- net: add missing READ_ONCE(sk->sk_rcvbuf) annotation (Eric Dumazet)
- net: add missing READ_ONCE(sk->sk_sndbuf) annotation (Eric Dumazet)
- net: add missing READ_ONCE(sk->sk_rcvlowat) annotation (Eric Dumazet)
- net: annotate data-races around sk->sk_max_pacing_rate (Eric Dumazet)
- qed: Fix scheduling in a tasklet while getting stats (Konstantin Khorenko)
- mISDN: hfcpci: Fix potential deadlock on &hc->lock (Chengfeng Ye)
- net: sched: cls_u32: Fix match key mis-addressing (Jamal Hadi Salim)
- perf test uprobe_from_different_cu: Skip if there is no gcc (Georg Müller)
- net: dsa: fix value check in bcm_sf2_sw_probe() (Yuanjun Gong)
- rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length (Lin Ma)
- bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing (Lin Ma)
- net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer() (Yuanjun Gong)
- net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx (Zhengchao Shao)
- wifi: cfg80211: Fix return value in scan logic (Ilan Peer)
- KVM: s390: fix sthyi error handling (Heiko Carstens)
- word-at-a-time: use the same return type for has_zero regardless of endianness (ndesaulniers@google.com)
- arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux (Hugo Villeneuve)
- iommu/arm-smmu-v3: Document nesting-related errata (Robin Murphy)
- iommu/arm-smmu-v3: Add explicit feature for nesting (Robin Murphy)
- iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 (Robin Murphy)
- iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 (Robin Murphy)
- net/mlx5: Free irqs only on shutdown callback (Shay Drory)
- perf: Fix function pointer case (Peter Zijlstra)
- io_uring: gate iowait schedule on having pending requests (Jens Axboe)
- net: mana: Use the correct WQE count for ringing RQ doorbell (Long Li) [Orabug: 35555552]
- net: mana: Batch ringing RX queue doorbell on receiving packets (Long Li) [Orabug: 35555552]
- devlink: report devlink_port_type_warn source device (Petr Oros) [Orabug: 35727899]
- scsi: mpi3mr: Update driver version to 8.5.0.0.0 (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Enhance handling of devices removed after controller reset (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: WRITE SAME implementation (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Add support for more than 1MB I/O (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Update MPI Headers to version 3.00.28 (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Invoke soft reset upon TSU or event ack time out (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O (Sathya Prakash) [Orabug: 35729632]
- scsi: mpi3mr: Fix the type used for pointers to bitmap (Christophe JAILLET) [Orabug: 35729632]
- scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add() (Harshit Mogalapalli) [Orabug: 35729632]
- scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame allocation (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Handle soft reset in progress fault code (0xF002) (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Update copyright year (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Fix W=1 compilation warnings (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Update MPI Headers to revision 27 (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Modify MUR timeout value to 120 seconds (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Fix admin queue memory leak upon soft reset (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Successive VD delete and add causes FW fault (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() (Tomas Henzl) [Orabug: 35729632]
- scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc() (Tomas Henzl) [Orabug: 35729632]
- scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove() (Tomas Henzl) [Orabug: 35729632]
- scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() (Tomas Henzl) [Orabug: 35729632]
- scsi: mpi3mr: Fix config page DMA memory leak (Tomas Henzl) [Orabug: 35729632]
- scsi: mpi3mr: Fix throttle_groups memory leak (Tomas Henzl) [Orabug: 35729632]
- scsi: mpi3mr: Bad drive in topology results kernel crash (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: NVMe command size greater than 8K fails (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Return proper values for failures in firmware init path (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Wait for diagnostic save during controller init (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt (Ranjan Kumar) [Orabug: 35729632]
- scsi: mpi3mr: Remove unneeded version.h include (Jesper Juhl) [Orabug: 35729632]
- scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization (Shin'ichiro Kawasaki) [Orabug: 35729632]
- scsi: mpi3mr: Use number of bits to manage bitmap sizes (Shin'ichiro Kawasaki) [Orabug: 35729632]
- scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi (Shin'ichiro Kawasaki) [Orabug: 35729632]
- scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() (Shin'ichiro Kawasaki) [Orabug: 35729632]
- scsi: mpi3mr: Fix an issue found by KASAN (Tomas Henzl) [Orabug: 35729632]
- scsi: mpi3mr: Remove usage of dma_get_required_mask() API (Sreekanth Reddy) [Orabug: 35729632]
- scsi: mpi3mr: Suppress command reply debug prints (Shin'ichiro Kawasaki) [Orabug: 35729632]
- scsi: mpi3mr: Select CONFIG_SCSI_SAS_ATTRS (Michal Kubecek) [Orabug: 35729632]
- vhost-scsi: Fix alignment handling with windows (Mike Christie) [Orabug: 35769316]
- selftests/bpf: fix static assert compilation issue for test_cls_*.c (Alan Maguire) [Orabug: 35773339]
-
Thu Aug 31 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-106.125.1.el9uek]
- smp: Reduce NMI traffic from CSD waiters to CSD destination (Imran Khan) [Orabug: 35752500]
- smp: Reduce logging due to dump_stack of CSD waiters (Imran Khan) [Orabug: 35752500]
- block: Sysfs option to change ioticks granularity (Gulam Mohamed) [Orabug: 34977356]
- uek: kabi: update x86_64 kABI files for new symbols (Saeed Mirzamohammadi) [Orabug: 35501675]
- uek: kabi: update aarch64 kABI files for new symbols (Saeed Mirzamohammadi) [Orabug: 35553840]
- rpmbuild: fixed missing _kernel_cc macros to allow alternate compilers (Mark Nicholson) [Orabug: 35729326]
- scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1 (Chandrakanth Patil) [Orabug: 35729651]
- scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilities (Chandrakanth Patil) [Orabug: 35729651]
- scsi: megaraid_sas: Add flexible array member for SGLs (Kees Cook) [Orabug: 35729651]
- scsi: megaraid_sas: Fix some spelling mistakes in comment (Yu Zhe) [Orabug: 35729651]
- scsi: megaraid_sas: Move megasas_dbg_lvl init to megasas_init() (Guixin Liu) [Orabug: 35729651]
- scsi: megaraid_sas: Remove unnecessary memset() (Guixin Liu) [Orabug: 35729651]
- scsi: megaraid_sas: Simplify megasas_update_device_list (Guixin Liu) [Orabug: 35729651]
- scsi: megaraid_sas: Correct an error message (Guixin Liu) [Orabug: 35729651]
- scsi: megaraid_sas: Correct value passed to scsi_device_lookup() (Guixin Liu) [Orabug: 35729651]
- scsi: megaraid: Convert sysfs snprintf() to sysfs_emit() (Xuezhi Zhang) [Orabug: 35729651]
- scsi: megaraid_sas: Use struct_size() in code related to struct MR_PD_CFG_SEQ_NUM_SYNC (Gustavo A. R. Silva) [Orabug: 35729651]
- scsi: megaraid_sas: Use struct_size() in code related to struct MR_FW_RAID_MAP (Gustavo A. R. Silva) [Orabug: 35729651]
- scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_PD_CFG_SEQ_NUM_SYNC (Gustavo A. R. Silva) [Orabug: 35729651]
- scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_DRV_RAID_MAP (Gustavo A. R. Silva) [Orabug: 35729651]
- scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP_DYNAMIC (Gustavo A. R. Silva) [Orabug: 35729651]
- scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP (Gustavo A. R. Silva) [Orabug: 35729651]
- scsi: megaraid: Remove redundant assignment to variable mfiStatus (Colin Ian King) [Orabug: 35729651]
- scsi: megaraid_sas: Remove unnecessary kfree() (Guixin Liu) [Orabug: 35729651]
- scsi: megaraid_sas: Remove redundant variable cmd_type (Colin Ian King) [Orabug: 35729651]
- scsi: megaraid: Remove the static variable initialisation (Jason Wang) [Orabug: 35729651]
- scsi: megaraid_sas: Clean up some inconsistent indenting (Jiapeng Chong) [Orabug: 35729651]
- scsi: megaraid_sas: Remove redundant memset() statement (Harshit Mogalapalli) [Orabug: 35729651]
- scsi: megaraid_sas: Remove unnecessary memset (Wan Jiabing) [Orabug: 35729651]
- scsi: megasas: Clean up some inconsistent indenting (Yang Li) [Orabug: 35729651]
- scsi: megasas: Stop using the SCSI pointer (Bart Van Assche) [Orabug: 35729651]
- scsi: megaraid_sas: Use irq_set_affinity_and_hint() (Nitesh Narayan Lal) [Orabug: 35729651]
- scsi: megaraid_sas: Driver version update to 07.719.03.00-rc1 (Sumit Saxena) [Orabug: 35729651]
- scsi: megaraid_sas: Add helper functions for irq_context (Sumit Saxena) [Orabug: 35729651]
- scsi: mpt3sas: Fix an issue when driver is being removed (Tomas Henzl) [Orabug: 35729658]
- scsi: mpt3sas: Remove HBA BIOS version in the kernel log (Ranjan Kumar) [Orabug: 35729658]
- scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting() (Bjorn Helgaas) [Orabug: 35729658]
- scsi: mpt3sas: Demote log level for trace buffer allocation to info (Paul Menzel) [Orabug: 35729658]
- scsi: mpt3sas: Update driver version to 43.100.00.00 (Sreekanth Reddy) [Orabug: 35729658]
- scsi: mpt3sas: Increase cmd_per_lun to 128 (Sreekanth Reddy) [Orabug: 35729658]
- scsi: mpt3sas: Fix trace buffer registration failed (Sreekanth Reddy) [Orabug: 35729658]
- scsi: mpt3sas: Disable MPI2_FUNCTION_FW_DOWNLOAD for ATTO devices (Bradley Grove) [Orabug: 35729658]
- scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devices (Bradley Grove) [Orabug: 35729658]
- scsi: mpt3sas: Remove flush_scheduled_work() call (Tetsuo Handa) [Orabug: 35729658]
- scsi: mpt3sas: Fix whitespace and spelling mistake (Zhang Jiaming) [Orabug: 35729658]
- scsi: mpt3sas: Fix typo in comment (Ren Yu) [Orabug: 35729658]
- scsi: mpt3sas: Fix junk chars displayed while printing ChipName (Sreekanth Reddy) [Orabug: 35729658]
- scsi: mpt3sas: Use cached ATA Information VPD page (Martin K. Petersen) [Orabug: 35729658]
- scsi: mpt3sas: Fix adapter replyPostRegisterIndex declaration (Damien Le Moal) [Orabug: 35729658]
- scsi: mpt3sas: Fix event callback log_code value handling (Damien Le Moal) [Orabug: 35729658]
- scsi: mpt3sas: Fix _ctl_set_task_mid() TaskMID check (Damien Le Moal) [Orabug: 35729658]
- scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc comment (Damien Le Moal) [Orabug: 35729658]
- scsi: mpt3sas: Convert to flexible arrays (Kees Cook) [Orabug: 35729658]
- scsi: mpt3sas: Update persistent trigger pages from sysfs interface (Suganath Prabu S) [Orabug: 35729658]
- KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDs (Vitaly Kuznetsov) [Orabug: 35730650]
- rds: Remove gratuitous include of time.h from rds.h (Mark Haywood) [Orabug: 35742760]
- uek-rpm: Removing pre scriptlet to not allow firmware downgrade (Samasth Norway Ananda) [Orabug: 35756462]
-
Fri Aug 25 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-105.125.6.el9uek]
- uek-rpm: Enable Hyper-V for OL8 and OL9 ARM (Harshvardhan Jha) [Orabug: 35069663]
- PCI: hv: Avoid the retarget interrupt hypercall in irq_unmask() on ARM64 (Boqun Feng) [Orabug: 35069663]
- PCI: hv: Add arm64 Hyper-V vPCI support (Sunil Muthuswamy) [Orabug: 35069663]
- PCI: hv: Make the code arch neutral by adding arch specific interfaces (Sunil Muthuswamy) [Orabug: 35069663]
- crypto: tcrypt - disable ffdhe tests for key sizes (Saeed Mirzamohammadi) [Orabug: 35734478]
- io_uring: add support for registering ring file descriptors (Jens Axboe) [Orabug: 35742743]
-
Fri Aug 18 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-105.125.5.el9uek]
- sysctl: fix proc_dobool() usability (Ondrej Mosnacek) [Orabug: 35146200]
- x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf() (Chang S. Bae) [Orabug: 35490456]
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set (Kyle Huey) [Orabug: 35490456]
- x86/fpu: Allow PKRU to be (once again) written by ptrace. (Kyle Huey) [Orabug: 35490456]
- x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnostics (Andrew Cooper) [Orabug: 35490456]
- x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly (Chang S. Bae) [Orabug: 35490456]
- x86/fpu: Exclude dynamic states from init_fpstate (Chang S. Bae) [Orabug: 35490456]
- x86/fpu: Fix the init_fpstate size check with the actual size (Chang S. Bae) [Orabug: 35490456]
- x86/fpu: Configure init_fpstate attributes orderly (Chang S. Bae) [Orabug: 35490456]
- x86/prctl: Remove pointless task argument (Thomas Gleixner) [Orabug: 35490456]
- x86/fpu: Cleanup variable shadowing (Thomas Gleixner) [Orabug: 35490456]
- x86/fpu/xsave: Support XSAVEC in the kernel (Thomas Gleixner) [Orabug: 35490456]
- x86/fpu/xstate: Consolidate size calculations (Thomas Gleixner) [Orabug: 35490456]
- x86/fpu/xstate: Handle supervisor states in XSTATE permissions (Thomas Gleixner) [Orabug: 35490456]
- x86/fpu/xsave: Handle compacted offsets correctly with supervisor states (Thomas Gleixner) [Orabug: 35490456]
- x86/fpu: Cache xfeature flags from CPUID (Thomas Gleixner) [Orabug: 35490456]
- x86/fpu/xsave: Initialize offset/size cache early (Thomas Gleixner) [Orabug: 35490456]
- x86/fpu: Remove unused supervisor only offsets (Thomas Gleixner) [Orabug: 35490456]
- nvme: handle effects after freeing the request (Alan Adamson) [Orabug: 35673772]
- nbd: make sure request completion won't concurrent (Yu Kuai) [Orabug: 35709416]
- nbd: don't handle response without a corresponding request message (Yu Kuai) [Orabug: 35709416]
- uek-rpm: Enforce linux firmware version 26 (Jack Vogel) [Orabug: 35722340]
- LTS update - v5.15.125 Inception support added (Jack Vogel)
- x86: fix backwards merge of GDS/SRSO bit (Greg Kroah-Hartman)
- xen/netback: Fix buffer overrun triggered by unusual packet (Ross Lagerwall)
- x86/srso: Tie SBPB bit setting to microcode patch detection (Borislav Petkov (AMD))
- x86/srso: Fix return thunks in generated code (Josh Poimboeuf)
- x86/srso: Add IBPB on VMEXIT (Borislav Petkov (AMD))
- x86/srso: Add IBPB (Borislav Petkov (AMD))
- x86/srso: Add SRSO_NO support (Borislav Petkov (AMD))
- x86/srso: Add IBPB_BRTYPE support (Borislav Petkov (AMD))
- x86/srso: Add a Speculative RAS Overflow mitigation (Borislav Petkov (AMD))
- x86/cpu, kvm: Add support for CPUID_80000021_EAX (Kim Phillips)
-
Thu Aug 10 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-105.125.4.el9uek]
- LTS version: v5.15.125 (Jack Vogel)
- Documentation/x86: Fix backwards on/off logic about YMM support (Dave Hansen)
- x86/mm: Initialize text poking earlier (Peter Zijlstra)
- mm: Move mm_cachep initialization to mm_init() (Peter Zijlstra)
- x86/mm: Use mm_alloc() in poking_init() (Peter Zijlstra)
- x86/mm: fix poking_init() for Xen PV guests (Juergen Gross)
- x86/xen: Fix secondary processors' FPU initialization (Juergen Gross)
- KVM: Add GDS_NO support to KVM (Daniel Sneddon)
- x86/speculation: Add Kconfig option for GDS (Daniel Sneddon)
- x86/speculation: Add force option to GDS mitigation (Daniel Sneddon)
- x86/speculation: Add Gather Data Sampling mitigation (Daniel Sneddon)
- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() (Thomas Gleixner)
- x86/fpu: Mark init functions __init (Thomas Gleixner)
- x86/fpu: Remove cpuinfo argument from init functions (Thomas Gleixner)
- x86/init: Initialize signal frame size late (Thomas Gleixner)
- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() (Thomas Gleixner)
- init: Invoke arch_cpu_finalize_init() earlier (Thomas Gleixner)
- init: Remove check_bugs() leftovers (Thomas Gleixner)
- um/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)
- sparc/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)
- sh/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)
- mips/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)
- m68k/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)
- ia64/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)
- ARM: cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)
- x86/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)
- init: Provide arch_cpu_finalize_init() (Thomas Gleixner)
- LTS version: v5.15.124 (Jack Vogel)
- selftests: mptcp: join: only check for ip6tables if needed (Matthieu Baerts)
- ASoC: cs42l51: fix driver to properly autoload with automatic module loading (Thomas Petazzoni)
- io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq (Jens Axboe)
- selftests: mptcp: sockopt: use 'iptables-legacy' if available (Matthieu Baerts)
- cpufreq: intel_pstate: Drop ACPI _PSS states table patching (Rafael J. Wysocki)
- ACPI: processor: perflib: Avoid updating frequency QoS unnecessarily (Rafael J. Wysocki)
- ACPI: processor: perflib: Use the "no limit" frequency QoS (Rafael J. Wysocki)
- tracing: Fix trace_event_raw_event_synth() if else statement (Steven Rostedt (Google))
- rbd: retrieve and check lock owner twice before blocklisting (Ilya Dryomov)
- rbd: harden get_lock_owner_info() a bit (Ilya Dryomov)
- rbd: make get_lock_owner_info() return a single locker or NULL (Ilya Dryomov)
- dm cache policy smq: ensure IO doesn't prevent cleaner policy progress (Joe Thornber)
- ceph: never send metrics if disable_send_metrics is set (Xiubo Li)
- ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register (Mark Brown)
- s390/dasd: fix hanging device after quiesce/resume (Stefan Haberland)
- virtio-net: fix race between set queues and probe (Jason Wang)
- KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid (Sean Christopherson)
- locking/rtmutex: Fix task->pi_waiters integrity (Peter Zijlstra)
- irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI invalidation (Marc Zyngier)
- irq-bcm6345-l1: Do not assume a fixed block to cpu mapping (Jonas Gorski)
- tpm_tis: Explicitly check for error code (Alexander Steffen)
- nfsd: Remove incorrect check in nfsd4_validate_stateid (Trond Myklebust)
- file: always lock position for FMODE_ATOMIC_POS (Christian Brauner)
- btrfs: check for commit error at btrfs_attach_transaction_barrier() (Filipe Manana)
- btrfs: check if the transaction was aborted at btrfs_wait_for_commit() (Filipe Manana)
- hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled (Gilles Buloz)
- hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature (Baskaran Kannan)
- ALSA: hda/relatek: Enable Mute LED on HP 250 G8 (Luka Guzenko)
- Revert "xhci: add quirk for host controllers that don't update endpoint DCS" (Oliver Neukum)
- tty: n_gsm: fix UAF in gsm_cleanup_mux (Chaoyuan Peng)
- staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() (Zhang Shurong)
- staging: r8712: Fix memory leak in _r8712_init_xmit_priv() (Larry Finger)
- Documentation: security-bugs.rst: clarify CVE handling (Greg Kroah-Hartman)
- Documentation: security-bugs.rst: update preferences when dealing with the linux-distros group (Greg Kroah-Hartman)
- Revert "usb: xhci: tegra: Fix error check" (Dan Carpenter)
- usb: xhci-mtk: set the dma max_seg_size (Ricardo Ribalda)
- usb: cdns3: fix incorrect calculation of ep_buf_size when more than one config (Frank Li)
- USB: quirks: add quirk for Focusrite Scarlett (Łukasz Bartosik)
- usb: ohci-at91: Fix the unhandle interrupt when resume (Guiting Shen)
- usb: dwc3: don't reset device side if dwc3 was configured as host-only (Jisheng Zhang)
- usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy (Gratian Crisan)
- Revert "usb: dwc3: core: Enable AutoRetry feature in the controller" (Jakub Vanek)
- can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPED (Marc Kleine-Budde)
- USB: serial: simple: sort driver entries (Johan Hovold)
- USB: serial: simple: add Kaufmann RKS+CAN VCP (Oliver Neukum)
- USB: serial: option: add Quectel EC200A module support (Mohsen Tahmasebi)
- USB: serial: option: support Quectel EM060K_128 (Jerry Meng)
- serial: sifive: Fix sifive_serial_console_setup() section (Samuel Holland)
- serial: 8250_dw: Preserve original value of DLF register (Ruihong Luo)
- serial: qcom-geni: drop bogus runtime pm state update (Johan Hovold)
- KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest (Sean Christopherson)
- KVM: Grab a reference to KVM for VM and vCPU stats file descriptors (Sean Christopherson)
- USB: gadget: Fix the memory leak in raw_gadget driver (Zqiang)
- usb: gadget: call usb_gadget_check_config() to verify UDC capability (Frank Li)
- Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()" (Dan Carpenter)
- tracing: Fix warning in trace_buffered_event_disable() (Zheng Yejian)
- ring-buffer: Fix wrong stat of cpu_buffer->read (Zheng Yejian)
- ata: pata_ns87415: mark ns87560_tf_read static (Arnd Bergmann)
- RDMA/irdma: Report correct WC error (Sindhu Devale)
- drm/amd: Fix an error handling mistake in psp_sw_init() (Mario Limonciello)
- dm raid: protect md_stop() with 'reconfig_mutex' (Yu Kuai)
- dm raid: clean up four equivalent goto tags in raid_ctr() (Yu Kuai)
- dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths (Yu Kuai)
- block: Fix a source code comment in include/uapi/linux/blkzoned.h (Bart Van Assche)
- ASoC: fsl_spdif: Silence output on stop (Matus Gajdos)
- drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb() (Gaosheng Cui)
- RDMA/bnxt_re: Prevent handling any completions after qp destroy (Kashyap Desai)
- RDMA/mthca: Fix crash when polling CQ for shared QPs (Thomas Bogendoerfer)
- RDMA/irdma: Fix data race on CQP request done (Shiraz Saleem)
- RDMA/irdma: Fix data race on CQP completion stats (Shiraz Saleem)
- RDMA/irdma: Add missing read barriers (Shiraz Saleem)
- drm/msm/adreno: Fix snapshot BINDLESS_DATA size (Rob Clark)
- drm/msm/dpu: drop enum dpu_core_perf_data_bus_id (Dmitry Baryshkov)
- RDMA/mlx4: Make check for invalid flags stricter (Dan Carpenter)
- tipc: stop tipc crypto on failure in tipc_node_create (Fedor Pchelkin)
- tipc: check return value of pskb_trim() (Yuanjun Gong)
- benet: fix return value check in be_lancer_xmit_workarounds() (Yuanjun Gong)
- net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64 (Lin Ma)
- net/sched: mqprio: add extack to mqprio_parse_nlattr() (Vladimir Oltean)
- net/sched: mqprio: refactor nlattr parsing to a separate function (Vladimir Oltean)
- netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID (Pablo Neira Ayuso)
- netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR (Pablo Neira Ayuso)
- netfilter: nft_set_rbtree: fix overlap expiration walk (Florian Westphal)
- igc: Fix Kernel Panic during ndo_tx_timeout callback (Muhammad Husaini Zulkifli)
- platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100 (Maxim Mikityanskiy)
- net: stmmac: Apply redundant write work around on 4.xx too (Vincent Whitchurch)
- team: reset team's flags when down link is P2P device (Hangbin Liu)
- bonding: reset bond's flags when down link is P2P device (Hangbin Liu)
- ice: Fix memory management in ice_ethtool_fdir.c (Jedrzej Jagielski)
- tcp: Reduce chance of collisions in inet6_hashfn(). (Stewart Smith)
- ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary address (Maciej Żenczykowski)
- ethernet: atheros: fix return value check in atl1e_tso_csum() (Yuanjun Gong)
- phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() (Harshit Mogalapalli)
- vxlan: calculate correct header length for GPE (Jiri Benc)
- vxlan: move to its own directory (Roopa Prabhu)
- net: hns3: fix wrong bw weight of disabled tc issue (Jijie Shao)
- net: hns3: fix wrong tc bandwidth weight data issue (Jijie Shao)
- net: phy: marvell10g: fix 88x3310 power up (Jiawen Wu)
- iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED (Jacob Keller)
- iavf: fix potential deadlock on allocation failure (Jacob Keller)
- i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir() (Wang Ming)
- media: staging: atomisp: select V4L2_FWNODE (Sakari Ailus)
- soundwire: qcom: update status correctly with mask (Srinivas Kandagatla)
- phy: qcom-snps-femto-v2: properly enable ref clock (Adrien Thierry)
- phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend (Adrien Thierry)
- phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc (Krzysztof Kozlowski)
- phy: qcom-snps: Use dev_err_probe() to simplify code (Yuan Can)
- drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel (Guchun Chen)
- drm/amdgpu: fix vkms crtc settings (Flora Cui)
- scsi: qla2xxx: Fix hang in task management (Quinn Tran)
- scsi: qla2xxx: Fix task management cmd fail due to unavailable resource (Quinn Tran)
- scsi: qla2xxx: Fix task management cmd failure (Quinn Tran)
- scsi: qla2xxx: Multi-que support for TMF (Quinn Tran)
- tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails (Masami Hiramatsu (Google))
- Revert "tracing: Add "(fault)" name injection to kernel probes" (Masami Hiramatsu (Google))
- tracing: Allow synthetic events to pass around stacktraces (Steven Rostedt (Google))
- tracing/probes: Fix to avoid double count of the string length on the array (Masami Hiramatsu (Google))
- tracing/probes: Add symstr type for dynamic events (Masami Hiramatsu (Google))
- pwm: meson: fix handling of period/duty if greater than UINT_MAX (Heiner Kallweit)
- pwm: meson: Simplify duplicated per-channel tracking (Uwe Kleine-König)
- cifs: if deferred close is disabled then close files immediately (Bharath SM)
- ksmbd: remove internal.h include (Namjae Jeon)
- cifs: use fs_context for automounts (Paulo Alcantara)
- cifs: missing directory in MAINTAINERS file (Steve French)
- drm/ttm: never consider pinned BOs for eviction&swap (Christian König)
- tty: fix hang on tty device with no_room set (Hui Li)
- n_tty: Rename tail to old_tail in n_tty_read() (Ilpo Järvinen)
- drm/ttm: Don't leak a resource on eviction error (Thomas Hellström)
- drm/ttm: Don't print error message if eviction was interrupted (Thomas Hellström)
- fs: dlm: interrupt posix locks only when process is killed (Alexander Aring)
- dlm: rearrange async condition return (Alexander Aring)
- dlm: cleanup plock_op vs plock_xop (Alexander Aring)
- PCI: rockchip: Don't advertise MSI-X in PCIe capabilities (Rick Wertenbroek)
- PCI: rockchip: Fix window mapping and address translation for endpoint (Rick Wertenbroek)
- PCI: rockchip: Remove writes to unused registers (Rick Wertenbroek)
- PCI/ASPM: Avoid link retraining race (Ilpo Järvinen)
- PCI/ASPM: Factor out pcie_wait_for_retrain() (Ilpo Järvinen)
- PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link() (Bjorn Helgaas)
- i2c: nomadik: Remove a useless call in the remove function (Christophe JAILLET)
- i2c: nomadik: Use devm_clk_get_enabled() (Andi Shyti)
- i2c: nomadik: Remove unnecessary goto label (Andi Shyti)
- i2c: Improve size determinations (Markus Elfring)
- i2c: Delete error messages for failed memory allocations (Markus Elfring)
- btrfs: fix race between quota disable and relocation (Filipe Manana)
- gpio: mvebu: fix irq domain leak (Bartosz Golaszewski)
- gpio: mvebu: Make use of devm_pwmchip_add (Uwe Kleine-König)
- pwm: Add a stub for devm_pwmchip_add() (Andy Shevchenko)
- gpio: tps68470: Make tps68470_gpio_output() always set the initial value (Hans de Goede)
- io_uring: don't audit the capability check in io_uring_create() (Ondrej Mosnacek)
- KVM: s390: pv: fix index value of replaced ASCE (Claudio Imbrenda)
- jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint (Zhihao Cheng)
- uek-rpm: move sch_fq_codel module to be built-in (Samasth Norway Ananda) [Orabug: 35659936]
- uek-rpm: Update kernel's linux-firmware dependency. (Somasundaram Krishnasamy) [Orabug: 35678651]
- uek-rpm: Disable cls_tcindex in file tcindex-disable.conf (Sherry Yang) [Orabug: 35678686]
-
Wed Aug 02 2023 Jack Vogel <jack.vogel@oracle.com> [5.15.0-105.123.3.el9uek]
- ovl: Always reevaluate the file signature for IMA (Eric Snowberg) [Orabug: 35646438]
- ocfs2: always read both high and low parts of dinode link count (Alexey Asemov) [Orabug: 35643002]
- uek-rpm: aarch64: Enable direct booting with nvdimm (Liam Merwick) [Orabug: 35630385]
- LTS version: v5.15.123 (Jack Vogel)
- Revert "drm/amd/display: edp do not add non-edid timings" (Hersen Wu)
- nixge: fix mac address error handling again (Arnd Bergmann)
- tracing/histograms: Return an error if we fail to add histogram to hist_vars list (Mohamed Khalfella)
- jbd2: recheck chechpointing non-dirty buffer (Zhang Yi)
- net: phy: prevent stale pointer dereference in phy_init() (Vladimir Oltean)
- tcp: annotate data-races around fastopenq.max_qlen (Eric Dumazet)
- tcp: annotate data-races around icsk->icsk_user_timeout (Eric Dumazet)
- tcp: annotate data-races around tp->notsent_lowat (Eric Dumazet)
- tcp: annotate data-races around rskq_defer_accept (Eric Dumazet)
- tcp: annotate data-races around tp->linger2 (Eric Dumazet)
- tcp: annotate data-races around icsk->icsk_syn_retries (Eric Dumazet)
- tcp: annotate data-races around tp->keepalive_probes (Eric Dumazet)
- tcp: annotate data-races around tp->keepalive_intvl (Eric Dumazet)
- tcp: annotate data-races around tp->keepalive_time (Eric Dumazet)
- tcp: annotate data-races around tp->tcp_tx_delay (Eric Dumazet)
- netfilter: nf_tables: skip bound chain on rule flush (Pablo Neira Ayuso)
- netfilter: nf_tables: skip bound chain in netns release path (Pablo Neira Ayuso)
- netfilter: nft_set_pipapo: fix improper element removal (Florian Westphal)
- netfilter: nf_tables: fix spurious set element insertion failure (Florian Westphal)
- llc: Don't drop packet from non-root netns. (Kuniyuki Iwashima)
- fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe (Zhang Shurong)
- Revert "tcp: avoid the lookup process failing to get sk in ehash table" (Kuniyuki Iwashima)
- net:ipv6: check return value of pskb_trim() (Yuanjun Gong)
- net: ipv4: Use kfree_sensitive instead of kfree (Wang Ming)
- tcp: annotate data-races around tcp_rsk(req)->ts_recent (Eric Dumazet)
- igc: Prevent garbled TX queue with XDP ZEROCOPY (Florian Kauer)
- bpf: Fix subprog idx logic in check_max_stack_depth (Kumar Kartikeya Dwivedi)
- octeontx2-pf: Dont allocate BPIDs for LBK interfaces (Geetha sowjanya)
- security: keys: Modify mismatched function name (Jiapeng Chong)
- iavf: Fix out-of-bounds when setting channels on remove (Ding Hui)
- iavf: Fix use-after-free in free_netdev (Ding Hui)
- net: sched: cls_bpf: Undo tcf_bind_filter in case of an error (Victor Nogueira)
- net: ethernet: mtk_eth_soc: handle probe deferral (Daniel Golle)
- ethernet: use of_get_ethdev_address() (Jakub Kicinski)
- of: net: add a helper for loading netdev->dev_addr (Jakub Kicinski)
- bridge: Add extack warning when enabling STP in netns. (Kuniyuki Iwashima)
- net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field() (Tanmay Patil)
- pinctrl: amd: Use amd_pinconf_set() for all config options (Mario Limonciello)
- perf build: Fix library not found error when using CSLIBS (James Clark)
- fbdev: imxfb: warn about invalid left/right margin (Martin Kaiser)
- spi: bcm63xx: fix max prepend length (Jonas Gorski)
- FS: JFS: Check for read-only mounted filesystem in txBegin (Immad Mir)
- FS: JFS: Fix null-ptr-deref Read in txBegin (Immad Mir)
- MIPS: dec: prom: Address -Warray-bounds warning (Gustavo A. R. Silva)
- fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev (Yogesh)
- udf: Fix uninitialized array access for some pathnames (Jan Kara)
- quota: fix warning in dqgrab() (Ye Bin)
- quota: Properly disable quotas when add_dquot_ref() fails (Jan Kara)
- ALSA: emu10k1: roll up loops in DSP setup code for Audigy (Oswald Buddenhagen)
- drm/radeon: Fix integer overflow in radeon_cs_parser_init (hackyzh002)
- ext4: correct inline offset when handling xattrs in inode body (Eric Whitney)
- ASoC: codecs: wcd938x: fix soundwire initialisation race (Johan Hovold)
- ASoC: codecs: wcd938x: fix codec initialisation race (Johan Hovold)
- ASoC: codecs: wcd934x: fix resource leaks on component remove (Johan Hovold)
- ASoC: codecs: wcd938x: fix missing mbhc init error handling (Johan Hovold)
- ASoC: codecs: wcd938x: fix resource leaks on component remove (Johan Hovold)
- ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove (Johan Hovold)
- ASoC: codecs: wcd938x: fix missing clsh ctrl error handling (Johan Hovold)
- ASoC: fsl_sai: Disable bit clock with transmitter (Matus Gajdos)
- drm/amd/display: Keep PHY active for DP displays on DCN31 (Nicholas Kazlauskas)
- drm/amd/display: Disable MPC split by default on special asic (Zhikai Zhai)
- drm/client: Fix memory leak in drm_client_modeset_probe (Jocelyn Falempe)
- drm/client: Fix memory leak in drm_client_target_cloned (Jocelyn Falempe)
- selftests: tc: add ConnTrack procfs kconfig (Matthieu Baerts)
- can: bcm: Fix UAF in bcm_proc_show() (YueHaibing)
- regmap: Account for register length in SMBus I/O limits (Mark Brown)
- regmap: Drop initial version of maximum transfer length fixes (Mark Brown)
- selftests: tc: add 'ct' action kconfig dep (Matthieu Baerts)
- selftests: tc: set timeout to 15 minutes (Matthieu Baerts)
- fuse: ioctl: translate ENOSYS in outarg (Miklos Szeredi)
- btrfs: zoned: fix memory leak after finding block group with super blocks (Filipe Manana)
- fuse: revalidate: don't invalidate if interrupted (Miklos Szeredi)
- btrfs: fix warning when putting transaction with qgroups enabled after abort (Filipe Manana)
- perf probe: Add test for regression introduced by switch to die_get_decl_file() (Georg Müller)
- keys: Fix linking a duplicate key to a keyring's assoc_array (Petr Pavlu)
- ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx (Luka Guzenko)
- ALSA: hda/realtek: Add quirk for Clevo NS70AU (Christoffer Sandberg)
- ALSA: hda/realtek - remove 3k pull low procedure (Kailang Yang)
- LTS version: v5.15.122 (Jack Vogel)
- x86/cpu/amd: Add a Zenbleed fix (Borislav Petkov (AMD)) [Orabug: 35641577]
- x86/cpu/amd: Move the errata checking functionality up (Borislav Petkov (AMD)) [Orabug: 35641577]
-
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]