-
Sun Aug 21 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-2.52.3.el8
- posix-cpu-timers: Cleanup CPU timers before freeing them during exec (Thadeu Lima de Souza Cascardo) [Orabug: 34495548] {CVE-2022-2585}
- fix race between exit_itimers() and /proc/pid/timers (Oleg Nesterov) [Orabug: 34495548]
- rds: ib: Add preemption control when using per-cpu variables (Håkon Bugge) [Orabug: 34505120]
- ocfs2: fix handle refcount leak in two exception handling paths (Chenyuan Mi) [Orabug: 34436530]
- netfilter: nf_tables: do not allow RULE_ID to refer to another chain (Thadeu Lima de Souza Cascardo) [Orabug: 34495566] {CVE-2022-2586}
- netfilter: nf_tables: do not allow CHAIN_ID to refer to another table (Thadeu Lima de Souza Cascardo) [Orabug: 34495566] {CVE-2022-2586}
- netfilter: nf_tables: do not allow SET_ID to refer to another table (Thadeu Lima de Souza Cascardo) [Orabug: 34495566] {CVE-2022-2586}
- rds: copy_from_user only once per rds_sendmsg system call (Hans Westgaard Ry) [Orabug: 34510687] {CVE-2022-21385}
- kernfs: Replace global kernfs_open_file_mutex with hashed mutexes. (Imran Khan) [Orabug: 34476940]
- kernfs: Introduce interface to access global kernfs_open_file_mutex. (Imran Khan) [Orabug: 34476940]
- kernfs: make ->attr.open RCU protected. (Imran Khan) [Orabug: 34476940]
- kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file. (Imran Khan) [Orabug: 34476940]
- kernfs: Remove reference counting for kernfs_open_node. (Imran Khan) [Orabug: 34476940]
- Revert "net/rds: Connect TCP backends deterministically" (Gerd Rausch) [Orabug: 34476561]
- uek-rpm: Set CONFIG_VSOCKETS=m and CONFIG_VSOCKETS_DIAG=m (Victor Erminpour) [Orabug: 34461322]
- scsi: target: Fix WRITE_SAME No Data Buffer crash (Mike Christie) [Orabug: 34419970] {CVE-2022-21546}
- rds/rdma: destroy CQs during user initiated rds connection resets (Rohit Nair) [Orabug: 34414238]
-
Sun Aug 14 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-2.52.2.el8
- PCI: pciehp: Add quirk to handle spurious DLLSC on a x4x4 SSD (Thomas Tai) [Orabug: 34358322]
- net/mlx5: E-Switch, change VFs default admin state to auto in switchdev (Maor Dickman) [Orabug: 34477072]
- xen/manage: Use orderly_reboot() to reboot (Ross Lagerwall) [Orabug: 34480751]
- net_sched: cls_route: remove from list when handle is 0 (Thadeu Lima de Souza Cascardo) [Orabug: 34484536] {CVE-2022-2588}
-
Sun Aug 07 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-2.52.1.el8
- LTS version: v5.15.52 (Jack Vogel)
- io_uring: fix not locked access to fixed buf table (Pavel Begunkov)
- net: mscc: ocelot: allow unregistered IP multicast flooding to CPU (Vladimir Oltean)
- rtw88: rtw8821c: enable rfe 6 devices (Ping-Ke Shih)
- rtw88: 8821c: support RFE type4 wifi NIC (Guo-Feng Fan)
- fs: account for group membership (Christian Brauner)
- fs: fix acl translation (Christian Brauner)
- fs: support mapped mounts of mapped filesystems (Christian Brauner)
- fs: add i_user_ns() helper (Christian Brauner)
- fs: port higher-level mapping helpers (Christian Brauner)
- fs: remove unused low-level mapping helpers (Christian Brauner)
- fs: use low-level mapping helpers (Christian Brauner)
- docs: update mapping documentation (Christian Brauner)
- fs: account for filesystem mappings (Christian Brauner)
- fs: tweak fsuidgid_has_mapping() (Christian Brauner)
- fs: move mapping helpers (Christian Brauner)
- fs: add is_idmapped_mnt() helper (Christian Brauner)
- powerpc/ftrace: Remove ftrace init tramp once kernel init is complete (Naveen N. Rao)
- xfs: Fix the free logic of state in xfs_attr_node_hasname (Yang Xu)
- xfs: use kmem_cache_free() for kmem_cache objects (Rustam Kovhaev)
- bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init() (Coly Li)
- tick/nohz: unexport __init-annotated tick_nohz_full_setup() (Masahiro Yamada)
- LTS version: v5.15.51 (Jack Vogel)
- powerpc/pseries: wire up rng during setup_arch() (Jason A. Donenfeld)
- kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt) (Masahiro Yamada)
- dma-direct: use the correct size for dma_set_encrypted() (Dexuan Cui)
- perf build-id: Fix caching files with a wrong build ID (Adrian Hunter)
- random: update comment from copy_to_user() -> copy_to_iter() (Jason A. Donenfeld)
- ARM: dts: bcm2711-rpi-400: Fix GPIO line names (Stefan Wahren)
- modpost: fix section mismatch check for exported init/exit sections (Masahiro Yamada)
- ARM: cns3xxx: Fix refcount leak in cns3xxx_init (Miaoqian Lin)
- memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timings (Miaoqian Lin)
- ARM: Fix refcount leak in axxia_boot_secondary (Miaoqian Lin)
- soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe (Miaoqian Lin)
- ARM: exynos: Fix refcount leak in exynos_map_pmu (Miaoqian Lin)
- arm64: dts: ti: k3-am64-main: Remove support for HS400 speed mode (Aswath Govindraju)
- ARM: dts: imx6qdl: correct PU regulator ramp delay (Lucas Stach)
- ARM: dts: imx7: Move hsic_phy power domain to HSIC PHY node (Alexander Stein)
- drm/msm/dp: Always clear mask bits to disable interrupts at dp_ctrl_reset_irq_ctrl() (Kuogee Hsieh)
- powerpc/powernv: wire up rng during setup_arch (Jason A. Donenfeld)
- powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address (Andrew Donnellan)
- powerpc: Enable execve syscall exit tracepoint (Naveen N. Rao)
- powerpc/microwatt: wire up rng during setup_arch() (Jason A. Donenfeld)
- parisc: Enable ARCH_HAS_STRICT_MODULE_RWX (Helge Deller)
- parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI (Helge Deller)
- xtensa: Fix refcount leak bug in time.c (Liang He)
- xtensa: xtfpga: Fix refcount leak bug in setup (Liang He)
- iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_channels() (Jialin Zhang)
- iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client (Miaoqian Lin)
- iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_properties() (Jialin Zhang)
- iio: adc: axp288: Override TS pin bias current for some models (Hans de Goede)
- iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs message (Yannick Brosseau)
- iio: adc: stm32: Fix ADCs iteration in irq handler (Yannick Brosseau)
- iio: afe: rescale: Fix boolean logic bug (Linus Walleij)
- iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value) (Jean-Baptiste Maneyrol)
- iio: adc: stm32: fix maximum clock rate for stm32mp15x (Olivier Moysan)
- iio: trigger: sysfs: fix use-after-free on remove (Vincent Whitchurch)
- iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up() (Zheyu Ma)
- iio: accel: mma8452: ignore the return value of reset operation (Haibo Chen)
- iio:accel:mxc4005: rearrange iio trigger get and register (Dmitry Rokosov)
- iio:accel:bma180: rearrange iio trigger get and register (Dmitry Rokosov)
- iio:accel:kxcjk-1013: rearrange iio trigger get and register (Dmitry Rokosov)
- iio:chemical:ccs811: rearrange iio trigger get and register (Dmitry Rokosov)
- iio:humidity:hts221: rearrange iio trigger get and register (Dmitry Rokosov)
- f2fs: attach inline_data after setting compression (Jaegeuk Kim)
- btrfs: fix deadlock with fsync+fiemap+transaction commit (Josef Bacik)
- btrfs: don't set lock_owner when locking extent buffer for reading (Zygo Blaxell)
- dt-bindings: usb: ehci: Increase the number of PHYs (Geert Uytterhoeven)
- dt-bindings: usb: ohci: Increase the number of PHYs (Geert Uytterhoeven)
- usb: chipidea: udc: check request status before setting device address (Xu Yang)
- USB: gadget: Fix double-free bug in raw_gadget driver (Alan Stern)
- usb: gadget: Fix non-unique driver names in raw-gadget driver (Alan Stern)
- xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI (Utkarsh Patel)
- xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI (Tanveer Alam)
- xhci: turn off port power in shutdown (Mathias Nyman)
- usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC (Andy Shevchenko)
- iio: adc: vf610: fix conversion mode sysfs node name (Baruch Siach)
- iio: magnetometer: yas530: Fix memchr_inv() misuse (Linus Walleij)
- iio: mma8452: fix probe fail when device tree compatible is used. (Haibo Chen)
- s390/cpumf: Handle events cycles and instructions identical (Thomas Richter)
- gpio: winbond: Fix error code in winbond_gpio_get() (Dan Carpenter)
- nvme: move the Samsung X5 quirk entry to the core quirks (Christoph Hellwig)
- nvme-pci: add NO APST quirk for Kioxia device (Enzo Matsumiya)
- sock: redo the psock vs ULP protection check (Jakub Kicinski)
- Revert "net/tls: fix tls_sk_proto_close executed repeatedly" (Jakub Kicinski)
- virtio_net: fix xdp_rxq_info bug after suspend/resume (Stephan Gerhold)
- igb: Make DMA faster when CPU is active on the PCIe link (Kai-Heng Feng)
- regmap-irq: Fix offset/index mismatch in read_sub_irq_data() (Aidan MacDonald)
- regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips (Aidan MacDonald)
- ice: ethtool: advertise 1000M speeds properly (Anatolii Gerasymenko)
- afs: Fix dynamic root getattr (David Howells)
- MIPS: Remove repetitive increase irq_err_count (huhai)
- x86/xen: Remove undefined behavior in setup_features() (Julien Grall)
- xen-blkfront: Handle NULL gendisk (Jason Andryuk)
- selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh (Jie2x Zhou)
- udmabuf: add back sanity check (Gerd Hoffmann)
- erspan: do not assume transport header is always set (Eric Dumazet)
- perf arm-spe: Don't set data source if it's not a memory operation (Leo Yan)
- drm/msm/dp: force link training for display resolution change (Kuogee Hsieh)
- drm/msm/dp: do not initialize phy until plugin interrupt received (Kuogee Hsieh)
- drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed (Kuogee Hsieh)
- drm/msm/dp: Drop now unused hpd_high member (Bjorn Andersson)
- drm/msm/dp: check core_initialized before disable interrupts at dp_display_unbind() (Kuogee Hsieh)
- drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf (Miaoqian Lin)
- net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms (Peilin Ye)
- ethtool: Fix get module eeprom fallback (Ivan Vecera)
- bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers (Jay Vosburgh)
- igb: fix a use-after-free issue in igb_clean_tx_ring (Lorenzo Bianconi)
- tipc: fix use-after-free Read in tipc_named_reinit (Hoang Le)
- net: fix data-race in dev_isalive() (Eric Dumazet)
- net: Write lock dev_base_lock without disabling bottom halves. (Sebastian Andrzej Siewior)
- KVM: arm64: Prevent kmemleak from accessing pKVM memory (Quentin Perret)
- phy: aquantia: Fix AN when higher speeds than 1G are not advertised (Claudiu Manoil)
- scsi: storvsc: Correct reporting of Hyper-V I/O size limits (Saurabh Sengar)
- bpf, x86: Fix tail call count offset calculation on bpf2bpf call (Jakub Sitnicki)
- drm/sun4i: Fix crash during suspend after component bind failure (Samuel Holland)
- bpf: Fix request_sock leak in sk lookup helpers (Jon Maxwell)
- drm/msm: use for_each_sgtable_sg to iterate over scatterlist (Jonathan Marek)
- xsk: Fix generic transmit when completion queue reservation fails (Ciara Loftus)
- scsi: iscsi: Exclude zero from the endpoint ID range (Sergey Gorenko)
- drm/msm: Switch ordering of runpm put vs devfreq_idle (Rob Clark)
- scsi: scsi_debug: Fix zone transition to full condition (Damien Le Moal)
- netfilter: use get_random_u32 instead of prandom (Florian Westphal)
- drm/msm: Fix double pm_runtime_disable() call (Maximilian Luz)
- drm/msm: Ensure mmap offset is initialized (Rob Clark)
- USB: serial: option: add Quectel RM500K module support (Macpaul Lin)
- USB: serial: option: add Quectel EM05-G modem (Yonglin Tan)
- USB: serial: option: add Telit LE910Cx 0x1250 composition (Carlo Lobrano)
- USB: serial: pl2303: add support for more HXN (G) types (Johan Hovold)
- drm/i915: Implement w/a 22010492432 for adl-s (Ville Syrjälä)
- tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher() (Masami Hiramatsu (Google))
- dm mirror log: clear log bits up to BITS_PER_LONG boundary (Mikulas Patocka)
- dm era: commit metadata in postsuspend after worker stops (Nikos Tsironis)
- ata: libata: add qc->flags in ata_qc_complete_template tracepoint (Edward Wu)
- mtd: rawnand: gpmi: Fix setting busy timeout setting (Sascha Hauer)
- MAINTAINERS: Add new IOMMU development mailing list (Joerg Roedel)
- xen/gntdev: Avoid blocking in unmap_grant_pages() (Demi Marie Obenour)
- mmc: mediatek: wait dma stop bit reset to 0 (Mengqi Zhang)
- mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing (Chevron Li)
- scsi: ibmvfc: Allocate/free queue resource only during probe/remove (Tyrel Datwyler)
- scsi: ibmvfc: Store vhost pointer during subcrq allocation (Tyrel Datwyler)
- btrfs: add error messages to all unrecognized mount options (David Sterba)
- btrfs: prevent remounting to v1 space cache for subpage mount (Qu Wenruo)
- btrfs: fix hang during unmount when block group reclaim task is running (Filipe Manana)
- 9p: fix fid refcount leak in v9fs_vfs_get_link (Dominique Martinet)
- 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotl (Dominique Martinet)
- 9p: Fix refcounting during full path walks for fid lookups (Tyler Hicks)
- net: openvswitch: fix parsing of nw_proto for IPv6 fragments (Rosemarie O'Riorden)
- ALSA: hda/realtek: Add quirk for Clevo NS50PU (Tim Crawford)
- ALSA: hda/realtek: Add quirk for Clevo PD70PNT (Tim Crawford)
- ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properly (Takashi Iwai)
- ALSA: hda/realtek - ALC897 headset MIC no sound (Kailang Yang)
- ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop (Soham Sen)
- ALSA: hda/conexant: Fix missing beep setup (Takashi Iwai)
- ALSA: hda/via: Fix missing beep setup (Takashi Iwai)
- random: quiet urandom warning ratelimit suppression message (Jason A. Donenfeld)
- random: schedule mix_interrupt_randomness() less often (Jason A. Donenfeld)
- LTS version: v5.15.50 (Jack Vogel)
- arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer (Will Deacon)
- serial: core: Initialize rs485 RTS polarity already on probe (Lukas Wunner)
- selftests/bpf: Add selftest for calling global functions from freplace (Toke Høiland-Jørgensen)
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs (Toke Høiland-Jørgensen)
- usb: gadget: u_ether: fix regression in setting fixed MAC address (Marian Postevca)
- zonefs: fix zonefs_iomap_begin() for reads (Damien Le Moal)
- drm/amd/display: Don't reinitialize DMCUB on s0ix resume (Nicholas Kazlauskas)
- s390/mm: use non-quiescing sske for KVM switch to keyed guest (Christian Borntraeger)
- LTS version: v5.15.49 (Jack Vogel)
- clk: imx8mp: fix usb_root_clk parent (Peng Fan)
- powerpc/book3e: get rid of #include <generated/compile.h> (Masahiro Yamada)
- virtio-pci: Remove wrong address verification in vp_del_vqs() (Murilo Opsfelder Araujo)
- ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine (Andy Chi)
- KVM: arm64: Don't read a HW interrupt pending state in user context (Marc Zyngier)
- ext4: add reserved GDT blocks check (Zhang Yi)
- ext4: make variable "count" signed (Ding Xiang)
- ext4: fix bug_on ext4_mb_use_inode_pa (Baokun Li)
- ext4: fix super block checksum incorrect after mount (Ye Bin)
- cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle (Sami Tolvanen)
- drm/amd/display: Cap OLED brightness per max frame-average luminance (Roman Li)
- dm mirror log: round up region bitmap size to BITS_PER_LONG (Mikulas Patocka)
- bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove() (Shin'ichiro Kawasaki)
- serial: 8250: Store to lsr_save_flags after lsr read (Ilpo Järvinen)
- tty: n_gsm: Debug output allocation must use GFP_ATOMIC (Tony Lindgren)
- usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io() (Linyu Yuan)
- usb: gadget: f_fs: change ep->status safe in ffs_epfile_io() (Linyu Yuan)
- usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe (Miaoqian Lin)
- usb: cdnsp: Fixed setting last_trb incorrectly (Jing Leng)
- usb: dwc2: Fix memory leak in dwc2_hcd_init (Miaoqian Lin)
- USB: serial: io_ti: add Agilent E5805A support (Robert Eckelmann)
- USB: serial: option: add support for Cinterion MV31 with new baseline (Slark Xiao)
- crypto: memneq - move into lib/ (Jason A. Donenfeld)
- comedi: vmk80xx: fix expression for tx buffer size (Ian Abbott)
- mei: me: add raptor lake point S DID (Alexander Usyskin)
- mei: hbm: drop capability response on early shutdown (Alexander Usyskin)
- i2c: designware: Use standard optional ref clock implementation (Serge Semin)
- sched: Fix balance_push() vs __sched_setscheduler() (Peter Zijlstra)
- irqchip/realtek-rtl: Fix refcount leak in map_interrupts (Miaoqian Lin)
- irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions (Miaoqian Lin)
- irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions (Miaoqian Lin)
- irqchip/gic/realview: Fix refcount leak in realview_gic_of_init (Miaoqian Lin)
- i2c: npcm7xx: Add check for platform_driver_register (Jiasheng Jiang)
- faddr2line: Fix overlapping text section failures, the sequel (Josh Poimboeuf)
- block: Fix handling of offline queues in blk_mq_alloc_request_hctx() (Bart Van Assche)
- init: Initialize noop_backing_dev_info early (Jan Kara)
- certs/blacklist_hashes.c: fix const confusion in certs blacklist (Masahiro Yamada)
- arm64: ftrace: consistently handle PLTs. (Mark Rutland)
- arm64: ftrace: fix branch range checks (Mark Rutland)
- net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsg (Duoming Zhou)
- net: bgmac: Fix an erroneous kfree() in bgmac_remove() (Christophe JAILLET)
- mlxsw: spectrum_cnt: Reorder counter pools (Petr Machata)
- nvme: add device name to warning in uuid_show() (Thomas Weißschuh)
- net: hns3: fix tm port shapping of fibre port is incorrect after driver initialization (Guangbin Huang)
- net: hns3: don't push link state to VF if unalive (Jian Shen)
- net: hns3: set port base vlan tbl_sta to false before removing old vlan (Guangbin Huang)
- net: hns3: split function hclge_update_port_base_vlan_cfg() (Jian Shen)
- drm/i915/reset: Fix error_state_read ptr + offset use (Alan Previn)
- io_uring: fix races with buffer table unregister (Pavel Begunkov)
- io_uring: fix races with file table unregister (Pavel Begunkov)
- misc: atmel-ssc: Fix IRQ check in ssc_probe (Miaoqian Lin)
- tty: goldfish: Fix free_irq() on remove (Vincent Whitchurch)
- Drivers: hv: vmbus: Release cpu lock in error case (Saurabh Sengar)
- i40e: Fix call trace in setup_tx_descriptors (Aleksandr Loktionov)
- i40e: Fix calculating the number of queue pairs (Grzegorz Szczurek)
- i40e: Fix adding ADQ filter to TC0 (Grzegorz Szczurek)
- clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() (Masahiro Yamada)
- sunrpc: set cl_max_connect when cloning an rpc_clnt (Scott Mayhew)
- pNFS: Avoid a live lock condition in pnfs_update_layout() (Trond Myklebust)
- pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE (Trond Myklebust)
- staging: r8188eu: Fix warning of array overflow in ioctl_linux.c (Larry Finger)
- staging: r8188eu: Use zeroing allocator in wpa_set_encryption() (Gustavo A. R. Silva)
- staging: r8188eu: fix rtw_alloc_hwxmits error detection for now (Phillip Potter)
- platform/x86/intel: hid: Add Surface Go to VGBS allow list (Duke Lee)
- platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF (August Wikerfors)
- platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 support (Piotr Chmura)
- gpio: dwapb: Don't print error on -EPROBE_DEFER (Serge Semin)
- random: credit cpu and bootloader seeds by default (Jason A. Donenfeld)
- MIPS: Loongson-3: fix compile mips cpu_hwmon as module build error. (Yupeng Li)
- mellanox: mlx5: avoid uninitialized variable warning with gcc-12 (Linus Torvalds)
- gcc-12: disable '-Wdangling-pointer' warning for now (Linus Torvalds)
- net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag (Chen Lin)
- ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg (Wang Yufen)
- nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred (Xiaohui Zhang)
- virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed (chengkaitao)
- ALSA: hda/realtek - Add HW8326 support (huangwenhui)
- scsi: pmcraid: Fix missing resource cleanup in error case (Chengguang Xu)
- scsi: ipr: Fix missing/incorrect resource cleanup in error case (Chengguang Xu)
- scsi: mpt3sas: Fix out-of-bounds compiler warning (Helge Deller)
- scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion (James Smart)
- scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology (James Smart)
- scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is aborted (James Smart)
- scsi: vmw_pvscsi: Expand vcpuHint to 16 bits (Wentao Wang)
- Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_level_irq (Marius Hoch)
- ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put() (Mark Brown)
- ASoC: es8328: Fix event generation for deemphasis control (Mark Brown)
- ASoC: wm8962: Fix suspend while playing music (Adam Ford)
- quota: Prevent memory allocation recursion while holding dq_lock (Matthew Wilcox (Oracle))
- ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo() (Sergey Shtylyov)
- drm/amdkfd: add pinned BOs to kfd_bo_list (Lang Yu)
- ASoC: cs42l51: Correct minimum value for SX volume control (Charles Keepax)
- ASoC: cs42l56: Correct typo in minimum level for SX volume controls (Charles Keepax)
- ASoC: cs42l52: Correct TLV for Bypass Volume (Charles Keepax)
- ASoC: cs53l30: Correct number of volume levels on SX controls (Charles Keepax)
- ASoC: cs35l36: Update digital volume TLV (Charles Keepax)
- ASoC: cs42l52: Fix TLV scales for mixer controls (Charles Keepax)
- dma-debug: make things less spammy under memory pressure (Rob Clark)
- drm/amdkfd: Use mmget_not_zero in MMU notifier (Philip Yang)
- drm/amd/display: Read Golden Settings Table from VBIOS (Sherry Wang)
- ASoC: nau8822: Add operation for internal PLL off and on (Hui Wang)
- powerpc/kasan: Silence KASAN warnings in __get_wchan() (He Ying)
- arm64: dts: imx8mn-beacon: Enable RTS-CTS on UART3 (Adam Ford)
- arm64: dts: imx8mm-beacon: Enable RTS-CTS on UART3 (Adam Ford)
- nfsd: Replace use of rwsem with errseq_t (Trond Myklebust)
- Revert "drm/amd/display: Fix DCN3 B0 DP Alt Mapping" (Stylon Wang)
- LTS version: v5.15.47 (Jack Vogel)
- xsk: Fix possible crash when multiple sockets are created (Maciej Fijalkowski)
- tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd (Eric Dumazet)
- dmaengine: idxd: add missing callback function to support DMA_INTERRUPT (Dave Jiang)
- iov_iter: fix build issue due to possible type mis-match (Linus Torvalds)
- zonefs: fix handling of explicit_open option on mount (Damien Le Moal)
- PCI: qcom: Fix pipe clock imbalance (Johan Hovold)
- net/sched: act_police: more accurate MTU policing (Davide Caratti)
- md/raid0: Ignore RAID0 layout if the second zone has only one device (Pascal Hambourg)
- random: account for arch randomness in bits (Jason A. Donenfeld)
- random: mark bootloader randomness code as __init (Jason A. Donenfeld)
- random: avoid checking crng_ready() twice in random_init() (Jason A. Donenfeld)
- drm/ast: Create threshold values for AST2600 (KuoHsiang Chou)
- powerpc/mm: Switch obsolete dssall to .long (Alexey Kardashevskiy)
- powerpc/32: Fix overread/overwrite of thread_struct via ptrace (Michael Ellerman)
- drm/amdgpu: update VCN codec support for Yellow Carp (Alex Deucher)
- drm/atomic: Force bridge self-refresh-exit on CRTC switch (Brian Norris)
- drm/bridge: analogix_dp: Support PSR-exit to disable transition (Brian Norris)
- powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACK (Michael Ellerman)
- vduse: Fix NULL pointer dereference on sysfs access (Xie Yongji)
- Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flag (Mathias Nyman)
- ixgbe: fix unexpected VLAN Rx in promisc mode on VF (Olivier Matz)
- ixgbe: fix bcast packets Rx on VF after promisc removal (Olivier Matz)
- nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION (Martin Faltesek)
- nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling (Martin Faltesek)
- nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION (Martin Faltesek)
- writeback: Fix inode->i_io_list not be protected by inode->i_lock error (Jchao Sun)
- net: openvswitch: fix misuse of the cached connection on tuple changes (Ilya Maximets)
- net: phy: dp83867: retrigger SGMII AN when link change (Tan Tee Min)
- mmc: block: Fix CQE recovery reset success (Adrian Hunter)
- ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files (Sergey Shtylyov)
- KEYS: trusted: tpm2: Fix migratable logic (David Safford)
- cifs: fix reconnect on smb3 mount types (Paulo Alcantara)
- cifs: return errors during session setup during reconnects (Shyam Prasad N)
- ALSA: hda/realtek: Add quirk for HP Dev One (Jeremy Soller)
- ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo Yoga DuetITL 2021 (Cameron Berkenpas)
- ALSA: hda/conexant - Fix loopback issue with CX20632 (huangwenhui)
- ALSA: usb-audio: Set up (implicit) sync for Saffire 6 (Takashi Iwai)
- ALSA: usb-audio: Skip generic sync EP parse for secondary EP (Takashi Iwai)
- scripts/gdb: change kernel config dumping method (Kuan-Ying Lee)
- vringh: Fix loop descriptors check in the indirect cases (Xie Yongji)
- nodemask: Fix return values to be unsigned (Kees Cook)
- drm/amd/pm: use bitmap_{from,to}_arr32 where appropriate (Yury Norov)
- cifs: version operations for smb20 unneeded when legacy support disabled (Steve French)
- s390/gmap: voluntarily schedule during key setting (Christian Borntraeger)
- nbd: fix io hung while disconnecting device (Yu Kuai)
- nbd: fix race between nbd_alloc_config() and module removal (Yu Kuai)
- nbd: call genl_unregister_family() first in nbd_cleanup() (Yu Kuai)
- jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n builds (Peter Zijlstra)
- x86/cpu: Elide KCSAN for cpu_has() and friends (Peter Zijlstra)
- modpost: fix undefined behavior of is_arm_mapping_symbol() (Masahiro Yamada)
- um: line: Use separate IRQs per line (Johannes Berg)
- drm/amd/pm: Fix missing thermal throttler status (Lijo Lazar)
- drm/radeon: fix a possible null pointer dereference (Gong Yuanjun)
- drm/amd/display: Check if modulo is 0 before dividing. (David Galiffi)
- ceph: flush the mdlog for filesystem sync (Xiubo Li)
- ceph: allow ceph.dir.rctime xattr to be updatable (Venky Shankar)
- Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process" (Michal Kubecek)
- scsi: myrb: Fix up null pointer access on myrb_cleanup() (Hannes Reinecke)
- md: protect md_unregister_thread from reentrancy (Guoqing Jiang)
- watchdog: wdat_wdt: Stop watchdog when rebooting the system (Liu Xinpeng)
- kernfs: Separate kernfs_pr_cont_buf and rename_lock. (Hao Luo)
- serial: msm_serial: disable interrupts in __msm_console_write() (John Ogness)
- staging: rtl8712: fix uninit-value in r871xu_drv_init() (Wang Cheng)
- staging: rtl8712: fix uninit-value in usb_read8() and friends (Wang Cheng)
- clocksource/drivers/sp804: Avoid error on multiple instances (Andre Przywara)
- extcon: Modify extcon device to be created after driver data is set (bumwoo lee)
- extcon: Fix extcon_get_extcon_dev() error handling (Dan Carpenter)
- misc: rtsx: set NULL intfdata when probe fails (Shuah Khan)
- soundwire: qcom: adjust autoenumeration timeout (Srinivas Kandagatla)
- usb: dwc2: gadget: don't reset gadget's driver->bus (Marek Szyprowski)
- sysrq: do not omit current cpu when showing backtrace of all active CPUs (Changbin Du)
- char: xillybus: fix a refcount leak in cleanup_dev() (Hangyu Hua)
- USB: hcd-pci: Fully suspend across freeze/thaw cycle (Evan Green)
- drivers: usb: host: Fix deadlock in oxu_bus_suspend() (Duoming Zhou)
- drivers: tty: serial: Fix deadlock in sa1100_set_termios() (Duoming Zhou)
- USB: host: isp116x: check return value after calling platform_get_resource() (Zhen Ni)
- drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop() (Duoming Zhou)
- drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop() (Duoming Zhou)
- thunderbolt: Use different lane for second DisplayPort tunnel (Mika Westerberg)
- tty: Fix a possible resource leak in icom_probe (Huang Guobin)
- tty: synclink_gt: Fix null-pointer-dereference in slgt_clean() (Zheyu Ma)
- drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle() (Duoming Zhou)
- drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback() (Duoming Zhou)
- lkdtm/usercopy: Expand size of "out of frame" object (Kees Cook)
- iio: st_sensors: Add a local lock for protecting odr (Miquel Raynal)
- staging: rtl8712: fix a potential memory leak in r871xu_drv_init() (Xiaoke Wang)
- iio: dummy: iio_simple_dummy: check the return value of kstrdup() (Xiaoke Wang)
- iov_iter: Fix iter_xarray_get_pages{,_alloc}() (David Howells)
- nfp: flower: restructure flow-key for gre+vlan combination (Etienne van der Linde)
- drm: imx: fix compiler warning with gcc-12 (Linus Torvalds)
- tcp: use alloc_large_system_hash() to allocate table_perturb (Muchun Song)
- net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_complete (Marek Behún)
- net: altera: Fix refcount leak in altera_tse_mdio_create (Miaoqian Lin)
- ip_gre: test csum_start instead of transport header (Willem de Bruijn)
- net/mlx5: fs, fail conflicting actions (Mark Bloch)
- net/mlx5: Fix mlx5_get_next_dev() peer device matching (Saeed Mahameed)
- net/mlx5: Lag, filter non compatible devices (Mark Bloch)
- net: ipv6: unexport __init-annotated seg6_hmac_init() (Masahiro Yamada)
- net: xfrm: unexport __init-annotated xfrm4_protocol_init() (Masahiro Yamada)
- net: mdio: unexport __init-annotated mdio_bus_init() (Masahiro Yamada)
- SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer() (Chuck Lever)
- xsk: Fix handling of invalid descriptors in XSK TX batching API (Maciej Fijalkowski)
- i40e: xsk: Move tmp desc array from driver to pool (Magnus Karlsson)
- net/mlx4_en: Fix wrong return value on ioctl EEPROM query failure (Gal Pressman)
- net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list (Miaoqian Lin)
- bpf, arm64: Clear prog->jited_len along prog->jited (Eric Dumazet)
- af_unix: Fix a data-race in unix_dgram_peer_wake_me(). (Kuniyuki Iwashima)
- stmmac: intel: Fix an error handling path in intel_eth_pci_probe() (Christophe JAILLET)
- xen: unexport __init-annotated xen_xlate_map_ballooned_pages() (Masahiro Yamada)
- netfilter: nf_tables: bail out early if hardware offload is not supported (Pablo Neira Ayuso)
- netfilter: nf_tables: memleak flow rule from commit path (Pablo Neira Ayuso)
- netfilter: nf_tables: release new hooks on unsupported flowtable flags (Pablo Neira Ayuso)
- ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe (Miaoqian Lin)
- netfilter: nf_tables: always initialize flowtable hook list in transaction (Pablo Neira Ayuso)
- SUNRPC: Trap RDMA segment overflows (Chuck Lever)
- powerpc/kasan: Force thread size increase with KASAN (Michael Ellerman)
- netfilter: nf_tables: delete flowtable hooks via transaction list (Pablo Neira Ayuso)
- netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net path (Pablo Neira Ayuso)
- netfilter: nat: really support inet nat without l3 address (Florian Westphal)
- drm/bridge: ti-sn65dsi83: Handle dsi_lanes == 0 as invalid (Marek Vasut)
- drm/bridge: sn65dsi83: Fix an error handling path in sn65dsi83_probe() (Christophe JAILLET)
- xprtrdma: treat all calls not a bcall when bc_serv is NULL (Kinglong Mee)
- f2fs: fix to tag gcing flag on page during file defragment (Chao Yu)
- m68knommu: fix undefined reference to `mach_get_rtc_pll' (Greg Ungerer)
- RISC-V: use memcpy for kexec_file mode (Liao Chang)
- video: fbdev: pxa3xx-gcu: release the resources correctly in pxa3xx_gcu_probe/remove() (Yang Yingliang)
- video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1 (Saurabh Sengar)
- NFSv4: Don't hold the layoutget locks across multiple RPC calls (Trond Myklebust)
- dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type (Radhey Shyam Pandey)
- m68knommu: fix undefined reference to `_init_sp' (Greg Ungerer)
- m68knommu: set ZERO_PAGE() to the allocated zeroed page (Greg Ungerer)
- i2c: cadence: Increase timeout per message if necessary (Lucas Tanure)
- f2fs: remove WARN_ON in f2fs_is_valid_blkaddr (Dongliang Mu)
- iommu/arm-smmu-v3: check return value after calling platform_get_resource() (Yang Yingliang)
- iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe() (Yang Yingliang)
- tracing: Avoid adding tracer option before update_tracer_options (Mark-PK Tsai)
- tracing: Fix sleeping function called from invalid context on RT kernel (Jun Miao)
- tracing: Make tp_printk work on syscall tracepoints (Jeff Xie)
- bootconfig: Make the bootconfig.o as a normal object file (Masami Hiramatsu)
- mips: cpc: Fix refcount leak in mips_cpc_default_phys_base (Gong Yuanjun)
- dmaengine: idxd: set DMA_INTERRUPT cap bit (Dave Jiang)
- perf c2c: Fix sorting in percent_rmt_hitm_cmp() (Leo Yan)
- driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction (Saravana Kannan)
- tipc: check attribute length for bearer name (Hoang Le)
- scsi: sd: Fix potential NULL pointer dereference (Damien Le Moal)
- afs: Fix infinite loop found by xfstest generic/676 (David Howells)
- gpio: pca953x: use the correct register address to do regcache sync (Haibo Chen)
- regulator: mt6315-regulator: fix invalid allowed mode (Fabien Parent)
- s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flag (Alexander Gordeev)
- octeontx2-af: fix error code in is_valid_offset() (Dan Carpenter)
- vdpa: ifcvf: set pci driver data in probe (Jason Wang)
- tcp: tcp_rtx_synack() can be called from process context (Eric Dumazet)
- net: sched: add barrier to fix packet stuck problem for lockless qdisc (Guoju Fang)
- net/mlx5e: Update netdev features after changing XDP state (Maxim Mikityanskiy)
- net/mlx5: correct ECE offset in query qp output (Changcheng Liu)
- net/mlx5: CT: Fix header-rewrite re-use for tupels (Paul Blakey)
- net/mlx5e: TC NIC mode, fix tc chains miss table (Maor Dickman)
- net/mlx5: Don't use already freed action pointer (Leon Romanovsky)
- virtio: pci: Fix an error handling path in vp_modern_probe() (Christophe JAILLET)
- vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit (Eli Cohen)
- block: make bioset_exit() fully resilient against being called twice (Jens Axboe)
- sfc: fix wrong tx channel offset with efx_separate_tx_channels (Íñigo Huguet)
- sfc: fix considering that all channels have TX queues (Martin Habets)
- nfp: only report pause frame configuration for physical device (Yu Xiao)
- tcp: add accessors to read/set tp->snd_cwnd (Eric Dumazet)
- net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc_wr_tx_pend_priv *" (Guangguan Wang)
- riscv: read-only pages should not be writable (Heinrich Schuchardt)
- block: take destination bvec offsets into account in bio_copy_data_iter (Christoph Hellwig)
- bpf: Fix probe read error in ___bpf_prog_run() (Menglong Dong)
- selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_read (Song Liu)
- selftests/bpf: fix selftest after random: Urandom_read tracepoint removal (Andrii Nakryiko)
- ubi: ubi_create_volume: Fix use-after-free when volume creation failed (Zhihao Cheng)
- ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty (Zhihao Cheng)
- jffs2: fix memory leak in jffs2_do_fill_super (Baokun Li)
- modpost: fix removing numeric suffixes (Alexander Lobakin)
- net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_register (Miaoqian Lin)
- net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks (Miaoqian Lin)
- net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry() (Dan Carpenter)
- net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog (Vincent Ray)
- s390/crypto: fix scatterwalk_unmap() callers in AES-GCM (Jann Horn)
- clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return value (Krzysztof Kozlowski)
- ASoC: fsl_sai: Fix FSL_SAI_xDR/xFR definition (Shengjiu Wang)
- blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx (Ming Lei)
- watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probe (Miaoqian Lin)
- watchdog: rti-wdt: Fix pm_runtime_get_sync() error checking (Miaoqian Lin)
- driver core: fix deadlock in __device_attach (Zhang Wensheng)
- driver: base: fix UAF when driver_attach failed (Schspa Shi)
- bus: ti-sysc: Fix warnings for unbind for serial (Tony Lindgren)
- firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle (Miaoqian Lin)
- serial: stm32-usart: Correct CSIZE, bits, and parity (Ilpo Järvinen)
- serial: st-asc: Sanitize CSIZE and correct PARENB for CS7 (Ilpo Järvinen)
- serial: sifive: Sanitize CSIZE and c_iflag (Ilpo Järvinen)
- serial: sh-sci: Don't allow CS5-6 (Ilpo Järvinen)
- serial: txx9: Don't allow CS5-6 (Ilpo Järvinen)
- serial: rda-uart: Don't allow CS5-6 (Ilpo Järvinen)
- serial: digicolor-usart: Don't allow CS5-6 (Ilpo Järvinen)
- serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLE (YueHaibing)
- serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485 (Ilpo Järvinen)
- serial: meson: acquire port->lock in startup() (John Ogness)
- tty: n_gsm: Fix packet data hex dump output (Tony Lindgren)
- tty: n_gsm: Don't ignore write return value in gsmld_output() (Tony Lindgren)
- staging: r8188eu: add check for kzalloc (Jiasheng Jiang)
- rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probe (Miaoqian Lin)
- rtc: ftrtc010: Use platform_get_irq() to get the interrupt (Lad Prabhakar)
- rtc: mt6397: check return value after calling platform_get_resource() (Yang Yingliang)
- ARM: dts: aspeed: ast2600-evb: Enable RX delay for MAC0/MAC1 (Howard Chiu)
- clocksource/drivers/riscv: Events are stopped during CPU suspend (Samuel Holland)
- soc: rockchip: Fix refcount leak in rockchip_grf_init (Miaoqian Lin)
- extcon: ptn5150: Add queue work sync before driver release (Li Jun)
- ksmbd: fix reference count leak in smb_check_perm_dacl() (Xin Xiong)
- coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier (Guilherme G. Piccoli)
- soundwire: intel: prevent pm_runtime resume prior to system suspend (Pierre-Louis Bossart)
- export: fix string handling of namespace in EXPORT_SYMBOL_NS (Greg Kroah-Hartman)
- serial: sifive: Report actual baud base rather than fixed 115200 (Maciej W. Rozycki)
- power: supply: axp288_fuel_gauge: Drop BIOS version check from "T3 MRD" DMI quirk (Hans de Goede)
- phy: qcom-qmp: fix pipe-clock imbalance on power-on failure (Johan Hovold)
- misc/pvpanic: Convert regular spinlock into trylock on panic path (Guilherme G. Piccoli)
- pvpanic: Fix typos in the comments (Andy Shevchenko)
- rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails (Krzysztof Kozlowski)
- iio: adc: sc27xx: Fine tune the scale calibration values (Cixi Geng)
- iio: adc: sc27xx: fix read big scale voltage not right (Cixi Geng)
- iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeout (Miaoqian Lin)
- iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value check (Miaoqian Lin)
- rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl (Arnaud Pouliquen)
- rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev() (Hangyu Hua)
- rpmsg: virtio: Fix possible double free in rpmsg_probe() (Hangyu Hua)
- usb: typec: mux: Check dev_set_name() return value (Bjorn Andersson)
- firmware: stratix10-svc: fix a missing check on list iterator (Xiaomeng Tong)
- misc: fastrpc: fix an incorrect NULL check on list iterator (Xiaomeng Tong)
- usb: dwc3: pci: Fix pm_runtime_get_sync() error checking (Zheng Yongjun)
- usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback (Wesley Cheng)
- rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value (Krzysztof Kozlowski)
- pwm: raspberrypi-poe: Fix endianness in firmware struct (Uwe Kleine-König)
- pwm: lp3943: Fix duty calculation in case period was clamped (Uwe Kleine-König)
- staging: fieldbus: Fix the error handling path in anybuss_host_common_probe() (Christophe JAILLET)
- usb: musb: Fix missing of_node_put() in omap2430_probe (Miaoqian Lin)
- USB: storage: karma: fix rio_karma_init return (Lin Ma)
- usb: usbip: add missing device lock on tweak configuration cmd (Niels Dossche)
-
Mon Aug 01 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-1.43.4.el8
- Revert "selftests/bpf: add tests verifying unprivileged bpf behaviour" (Alan Maguire) [Orabug: 34399286]
- Revert "selftests/bpf: Add test for reg2btf_ids out of bounds access" (Alan Maguire) [Orabug: 34399286]
-
Thu Jul 28 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-1.43.3.el8
- x86/alternative: The retpoline alternative is not applied (Alexandre Chartre) [Orabug: 34395937]
- x86/ftrace: Do not copy ftrace_stub() in ftrace trampoline (Alexandre Chartre) [Orabug: 34395937]
-
Tue Jul 19 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-100.43.0.el8
- ocfs2: kill EBUSY from dlmfs_evict_inode (Junxiao Bi) [Orabug: 34364336]
- ocfs2: dlmfs: don't clear USER_LOCK_ATTACHED when destroying lock (Junxiao Bi) [Orabug: 34364336]
- ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock (Junxiao Bi via Ocfs2-devel) [Orabug: 34364336]
- net/rds: Fix a NULL dereference in rds_tcp_accept_one() (Harshit Mogalapalli) [Orabug: 34366723]
- lockdown: Fix kexec lockdown bypass with ima policy (Eric Snowberg) [Orabug: 34393053] {CVE-2022-21505}
-
Mon Jul 11 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-1.43.1.el8
- LTS version: v5.15.43 (Jack Vogel)
- mptcp: Do TCP fallback on early DSS checksum failure (Mat Martineau)
- LTS version: v5.15.42 (Jack Vogel)
- afs: Fix afs_getattr() to refetch file status if callback break occurred (David Howells)
- i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe() (Yang Yingliang)
- mt76: mt7921e: fix possible probe failure after reboot (Sean Wang)
- dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group (Jae Hyun Yoo)
- Input: ili210x - fix reset timing (Marek Vasut)
- arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs (Shreyas K K)
- net: atlantic: verify hw_head_ lies within TX buffer ring (Grant Grundler)
- net: atlantic: add check for MAX_SKB_FRAGS (Grant Grundler)
- net: atlantic: reduce scope of is_rsc_complete (Grant Grundler)
- net: atlantic: fix "frag[0] not initialized" (Grant Grundler)
- net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe() (Yang Yingliang)
- ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one() (Yang Yingliang)
- nl80211: fix locking in nl80211_set_tx_bitrate_mask() (Johannes Berg)
- net: fix wrong network header length (Lina Wang)
- fbdev: Prevent possible use-after-free in fb_release() (Daniel Vetter)
- Revert "fbdev: Make fb_release() return -ENODEV if fbdev was unregistered" (Javier Martinez Canillas)
- selftests: add ping test with ping_group_range tuned (Nicolas Dichtel)
- nl80211: validate S1G channel width (Kieran Frewen)
- mac80211: fix rx reordering with non explicit / psmp ack policy (Felix Fietkau)
- scsi: qla2xxx: Fix missed DMA unmap for aborted commands (Gleb Chesnokov)
- scsi: scsi_dh_alua: Properly handle the ALUA transitioning state (Brian Bunker)
- perf bench numa: Address compiler error on s390 (Thomas Richter)
- perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform (Kan Liang)
- gpio: mvebu/pwm: Refuse requests with inverted polarity (Uwe Kleine-König)
- gpio: gpio-vf610: do not touch other bits when set the target bit (Haibo Chen)
- perf build: Fix check for btf__load_from_kernel_by_id() in libbpf (Arnaldo Carvalho de Melo)
- scsi: ufs: core: Fix referencing invalid rsp field (Daejun Park)
- riscv: dts: sifive: fu540-c000: align dma node name with dtschema (Krzysztof Kozlowski)
- net: bridge: Clear offload_fwd_mark when passing frame up bridge interface. (Andrew Lunn)
- netfilter: flowtable: move dst_check to packet path (Ritaro Takenaka)
- netfilter: flowtable: pass flowtable to nf_flow_table_iterate() (Pablo Neira Ayuso)
- netfilter: flowtable: fix TCP flow teardown (Pablo Neira Ayuso)
- igb: skip phy status check where unavailable (Kevin Mitchell)
- mptcp: fix checksum byte order (Paolo Abeni)
- mptcp: reuse __mptcp_make_csum in validate_data_csum (Geliang Tang)
- mptcp: change the parameter of __mptcp_make_csum (Geliang Tang)
- ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2 (Ard Biesheuvel)
- ARM: 9196/1: spectre-bhb: enable for Cortex-A15 (Ard Biesheuvel)
- net: af_key: add check for pfkey_broadcast in function pfkey_process (Jiasheng Jiang)
- net/mlx5e: Properly block LRO when XDP is enabled (Maxim Mikityanskiy)
- net/mlx5: DR, Fix missing flow_source when creating multi-destination FW table (Maor Dickman)
- NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc (Duoming Zhou)
- net/qla3xxx: Fix a test in ql_reset_work() (Christophe JAILLET)
- clk: at91: generated: consider range when calculating best rate (Codrin Ciubotariu)
- ice: Fix interrupt moderation settings getting cleared (Michal Wilczynski)
- ice: move ice_container_type onto ice_ring_container (Maciej Fijalkowski)
- ice: fix possible under reporting of ethtool Tx and Rx statistics (Paul Greenwalt)
- ice: fix crash when writing timestamp on RX rings (Arkadiusz Kubalewski)
- net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup() (Zixuan Fu)
- net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf() (Zixuan Fu)
- net: systemport: Fix an error handling path in bcm_sysport_probe() (Christophe JAILLET)
- Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler" (Pali Rohár)
- netfilter: nft_flow_offload: fix offload with pppoe + vlan (Felix Fietkau)
- net: fix dev_fill_forward_path with pppoe + bridge (Felix Fietkau)
- netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices (Felix Fietkau)
- netfilter: flowtable: fix excessive hw offload attempts after failure (Felix Fietkau)
- net/sched: act_pedit: sanitize shift argument before usage (Paolo Abeni)
- xfrm: fix "disable_policy" flag use when arriving from different devices (Eyal Birger)
- xfrm: rework default policy structure (Nicolas Dichtel)
- net: macb: Increment rx bd head after allocating skb and buffer (Harini Katakam)
- net: ipa: record proper RX transaction count (Alex Elder)
- ALSA: hda - fix unused Realtek function when PM is not enabled (Randy Dunlap)
- pinctrl: mediatek: mt8365: fix IES control pins (Mattijs Korpershoek)
- ARM: dts: aspeed: Add video engine to g6 (Howard Chiu)
- ARM: dts: aspeed: Add secure boot controller node (Joel Stanley)
- ARM: dts: aspeed: Add ADC for AST2600 and enable for Rainier and Everest (Eddie James)
- ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group (Jae Hyun Yoo)
- pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl (Jae Hyun Yoo)
- ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi (Jae Hyun Yoo)
- dma-buf: ensure unique directory name for dmabuf stats (Charan Teja Kalla)
- dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace (Jérôme Pouiller)
- drm/dp/mst: fix a possible memory leak in fetch_monitor_name() (Hangyu Hua)
- drm/i915/dmc: Add MMIO range restrictions (Anusha Srivatsa)
- drm/amd: Don't reset dGPUs if the system is going to s2idle (Mario Limonciello)
- libceph: fix potential use-after-free on linger ping and resends (Ilya Dryomov)
- crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ (Ondrej Mosnacek)
- arm64: mte: Ensure the cleared tags are visible before setting the PTE (Catalin Marinas)
- arm64: paravirt: Use RCU read locks to guard stolen_time (Prakruthi Deepak Heragu)
- KVM: x86/mmu: Update number of zapped pages even if page list is stable (Sean Christopherson)
- Revert "can: m_can: pci: use custom bit timings for Elkhart Lake" (Jarkko Nikula)
- PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold (Rafael J. Wysocki)
- Fix double fget() in vhost_net_set_backend() (Al Viro)
- selinux: fix bad cleanup on error in hashtab_duplicate() (Ondrej Mosnacek)
- ALSA: hda/realtek: Add quirk for TongFang devices with pop noise (Werner Sembach)
- ALSA: wavefront: Proper check of get_user() error (Takashi Iwai)
- ALSA: usb-audio: Restore Rane SL-1 quirk (Takashi Iwai)
- nilfs2: fix lockdep warnings during disk space reclamation (Ryusuke Konishi)
- nilfs2: fix lockdep warnings in page operations for btree nodes (Ryusuke Konishi)
- ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame() (linyujun)
- platform/chrome: cros_ec_debugfs: detach log reader wq from devm (Tzung-Bi Shih)
- drbd: remove usage of list iterator variable after loop (Jakob Koschel)
- MIPS: lantiq: check the return value of kzalloc() (Xiaoke Wang)
- fs: fix an infinite loop in iomap_fiemap (Guo Xuenan)
- rtc: mc146818-lib: Fix the AltCentury for AMD platforms (Mario Limonciello)
- nvme-multipath: fix hang when disk goes live over reconnect (Anton Eidelman)
- nvmet: use a private workqueue instead of the system workqueue (Sagi Grimberg)
- tools/virtio: compile with -pthread (Michael S. Tsirkin)
- vhost_vdpa: don't setup irq offloading when irq_num < 0 (Zhu Lingshan)
- s390/pci: improve zpci_dev reference counting (Niklas Schnelle)
- s390/traps: improve panic message for translation-specification exception (Heiko Carstens)
- ALSA: hda/realtek: Enable headset mic on Lenovo P360 (Kai-Heng Feng)
- crypto: x86/chacha20 - Avoid spurious jumps to other functions (Peter Zijlstra)
- crypto: stm32 - fix reference leak in stm32_crc_remove (Zheng Yongjun)
- rtc: sun6i: Fix time overflow handling (Andre Przywara)
- gfs2: Disable page faults during lockless buffered reads (Andreas Gruenbacher)
- nvme-pci: add quirks for Samsung X5 SSDs (Monish Kumar R)
- Input: stmfts - fix reference leak in stmfts_input_open (Zheng Yongjun)
- Input: add bounds checking to input_set_capability() (Jeff LaBundy)
- um: Cleanup syscall_handler_t definition/cast, fix warning (David Gow)
- rtc: pcf2127: fix bug when reading alarm registers (Hugo Villeneuve)
- rtc: fix use-after-free on device removal (Vincent Whitchurch)
- Revert "drm/i915/opregion: check port number bounds for SWSCI display power state" (Greg Thelen)
- mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool (Hyeonggon Yoo)
- Watchdog: sp5100_tco: Enable Family 17h+ CPUs (Terry Bowman)
- Watchdog: sp5100_tco: Add initialization using EFCH MMIO (Terry Bowman)
- Watchdog: sp5100_tco: Refactor MMIO base address initialization (Terry Bowman)
- Watchdog: sp5100_tco: Move timer initialization into function (Terry Bowman)
- i2c: piix4: Enable EFCH MMIO for Family 17h+ (Terry Bowman)
- i2c: piix4: Add EFCH MMIO support for SMBus port select (Terry Bowman)
- i2c: piix4: Add EFCH MMIO support to SMBus base address detect (Terry Bowman)
- i2c: piix4: Add EFCH MMIO support to region request and release (Terry Bowman)
- i2c: piix4: Move SMBus port selection into function (Terry Bowman)
- i2c: piix4: Move SMBus controller base address detect into function (Terry Bowman)
- i2c: piix4: Move port I/O region request/release code into functions (Terry Bowman)
- i2c: piix4: Replace hardcoded memory map size with a #define (Terry Bowman)
- kernel/resource: Introduce request_mem_region_muxed() (Terry Bowman)
- io_uring: arm poll for non-nowait files (Pavel Begunkov)
- usb: gadget: fix race when gadget driver register via ioctl (Schspa Shi)
- LTS version: v5.15.41 (Jack Vogel)
- usb: gadget: uvc: allow for application to cleanly shutdown (Dan Vacura)
- usb: gadget: uvc: rename function to be more consistent (Michael Tretter)
- ping: fix address binding wrt vrf (Nicolas Dichtel)
- mm/hwpoison: use pr_err() instead of dump_page() in get_any_page() (Naoya Horiguchi)
- dma-buf: call dma_buf_stats_setup after dmabuf is in valid list (Charan Teja Reddy)
- Revert "drm/amd/pm: keep the BACO feature enabled for suspend" (Alex Deucher)
- drm/vmwgfx: Initialize drm_mode_fb_cmd2 (Zack Rusin)
- SUNRPC: Ensure that the gssproxy client can start in a connected state (Trond Myklebust)
- net: phy: micrel: Pass .probe for KS8737 (Fabio Estevam)
- net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061 (Fabio Estevam)
- arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map (Mike Rapoport)
- cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp() (Waiman Long)
- writeback: Avoid skipping inode writeback (Jing Xia)
- net: phy: Fix race condition on link status change (Francesco Dolcini)
- net: atlantic: always deep reset on pm op, fixing up my null deref regression (Manuel Ullmann)
- i40e: i40e_main: fix a missing check on list iterator (Xiaomeng Tong)
- drm/nouveau/tegra: Stop using iommu_present() (Robin Murphy)
- drm/vmwgfx: Disable command buffers on svga3 without gbobjects (Zack Rusin)
- mm/huge_memory: do not overkill when splitting huge_zero_page (Xu Yu)
- Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()" (Xu Yu)
- ceph: fix setting of xattrs on async created inodes (Jeff Layton)
- serial: 8250_mtk: Fix register address for XON/XOFF character (AngeloGioacchino Del Regno)
- serial: 8250_mtk: Fix UART_EFR register address (AngeloGioacchino Del Regno)
- fsl_lpuart: Don't enable interrupts too early (Indan Zupancic)
- slimbus: qcom: Fix IRQ check in qcom_slim_probe (Miaoqian Lin)
- USB: serial: option: add Fibocom MA510 modem (Sven Schwermer)
- USB: serial: option: add Fibocom L610 modem (Sven Schwermer)
- USB: serial: qcserial: add support for Sierra Wireless EM7590 (Ethan Yang)
- USB: serial: pl2303: add device id for HP LM930 Display (Scott Chen)
- usb: typec: tcpci_mt6360: Update for BMC PHY setting (ChiYuan Huang)
- usb: typec: tcpci: Don't skip cleanup in .remove() on error (Uwe Kleine-König)
- usb: cdc-wdm: fix reading stuck on device close (Sergey Ryazanov)
- tty: n_gsm: fix mux activation issues in gsm_config() (Daniel Starke)
- tty: n_gsm: fix buffer over-read in gsm_dlci_data() (Daniel Starke)
- tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe() (Yang Yingliang)
- x86/mm: Fix marking of unused sub-pmd ranges (Adrian-Ken Rueegsegger)
- usb: xhci-mtk: fix fs isoc's transfer error (Chunfeng Yun)
- KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context() (Alexander Graf)
- firmware_loader: use kernel credentials when reading firmware (Thiébaud Weksteen)
- interconnect: Restore sync state by ignoring ipa-virt in provider count (Stephen Boyd)
- tcp: drop the hash_32() part from the index calculation (Willy Tarreau)
- tcp: increase source port perturb table to 2^16 (Willy Tarreau)
- tcp: dynamically allocate the perturb table used by source ports (Willy Tarreau)
- tcp: add small random increments to the source port (Willy Tarreau)
- tcp: resalt the secret every 10 seconds (Eric Dumazet)
- tcp: use different parts of the port_offset for index and offset (Willy Tarreau)
- secure_seq: use the 64 bits of the siphash for port offset calculation (Willy Tarreau)
- net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT (Matthew Hagan)
- net: emaclite: Don't advertise 1000BASE-T and do auto negotiation (Shravya Kumbham)
- ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback (Ajit Kumar Pandey)
- s390: disable -Warray-bounds (Sven Schnelle)
- ASoC: ops: Validate input values in snd_soc_put_volsw_range() (Mark Brown)
- ASoC: max98090: Generate notifications on changes for custom control (Mark Brown)
- ASoC: max98090: Reject invalid values in custom control put() (Mark Brown)
- iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu (Ashish Mhetre)
- RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core() (Duoming Zhou)
- hwmon: (f71882fg) Fix negative temperature (Ji-Ze Hong (Peter Hong))
- gfs2: Fix filesystem block deallocation for short writes (Andreas Gruenbacher)
- drm/vmwgfx: Fix fencing on SVGAv3 (Zack Rusin)
- tls: Fix context leak on tls_device_down (Maxim Mikityanskiy)
- net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe() (Taehee Yoo)
- net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending (Guangguan Wang)
- net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down() (Florian Fainelli)
- drm/vc4: hdmi: Fix build error for implicit function declaration (Hui Tang)
- net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral (Florian Fainelli)
- net: ethernet: mediatek: ppe: fix wrong size passed to memset() (Yang Yingliang)
- net/sched: act_pedit: really ensure the skb is writable (Paolo Abeni)
- s390/lcs: fix variable dereferenced before check (Alexandra Winter)
- s390/ctcm: fix potential memory leak (Alexandra Winter)
- s390/ctcm: fix variable dereferenced before check (Alexandra Winter)
- virtio: fix virtio transitional ids (Shunsuke Mie)
- arm64: vdso: fix makefile dependency on vdso.so (Joey Gouly)
- selftests: vm: Makefile: rename TARGETS to VMTARGETS (Joel Savitz)
- procfs: prevent unprivileged processes accessing fdinfo dir (Kalesh Singh)
- hwmon: (ltq-cputemp) restrict it to SOC_XWAY (Randy Dunlap)
- dim: initialize all struct fields (Jesse Brandeburg)
- ionic: fix missing pci_release_regions() on error in ionic_probe() (Yang Yingliang)
- nfs: fix broken handling of the softreval mount option (Dan Aloni)
- mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection (Johannes Berg)
- net: sfc: fix memory leak due to ptp channel (Taehee Yoo)
- sfc: Use swap() instead of open coding it (Jiapeng Chong)
- fbdev: efifb: Fix a use-after-free due early fb_info cleanup (Javier Martinez Canillas)
- net: chelsio: cxgb4: Avoid potential negative array offset (Kees Cook)
- netlink: do not reset transport header in netlink_recvmsg() (Eric Dumazet)
- drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name() (Christophe JAILLET)
- ipv4: drop dst in multicast routing path (Lokesh Dhoundiyal)
- ice: fix PTP stale Tx timestamps cleanup (Michal Michalik)
- ice: Fix race during aux device (un)plugging (Ivan Vecera)
- platform/surface: aggregator: Fix initialization order when compiling as builtin module (Maximilian Luz)
- fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .remove (Javier Martinez Canillas)
- fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove (Javier Martinez Canillas)
- fbdev: simplefb: Cleanup fb_info in .fb_destroy rather than .remove (Javier Martinez Canillas)
- net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filters (Vladimir Oltean)
- net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0 (Vladimir Oltean)
- net: mscc: ocelot: fix VCAP IS2 filters matching on both lookups (Vladimir Oltean)
- net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when deleted (Vladimir Oltean)
- net: Fix features skip in for_each_netdev_feature() (Tariq Toukan)
- mac80211: Reset MBSSID parameters upon connection (Manikanta Pubbisetty)
- hwmon: (tmp401) Add OF device ID table (Camel Guo)
- iwlwifi: iwl-dbg: Use del_timer_sync() before freeing (Guenter Roeck)
- batman-adv: Don't skb_split skbuffs with frag_list (Sven Eckelmann)
- LTS version: v5.15.40 (Jack Vogel)
- mm: fix invalid page pointer returned with FOLL_PIN gups (Peter Xu)
- mm/mlock: fix potential imbalanced rlimit ucounts adjustment (Miaohe Lin)
- mm/hwpoison: fix error page recovered but reported "not recovered" (Naoya Horiguchi)
- mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic() (Muchun Song)
- mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte() (Muchun Song)
- mm: hugetlb: fix missing cache flush in copy_huge_page_from_user() (Muchun Song)
- mm: fix missing cache flush for all tail pages of compound page (Muchun Song)
- udf: Avoid using stale lengthOfImpUse (Jan Kara)
- rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition (Gleb Fotengauer-Malinovskiy)
- Bluetooth: Fix the creation of hdev->name (Itay Iellin)
- tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem memcpy' (Arnaldo Carvalho de Melo)
- kbuild: move objtool_args back to scripts/Makefile.build (Masahiro Yamada)
- LTS version: v5.15.39 (Jack Vogel)
- PCI: aardvark: Update comment about link going down after link-up (Marek Behún)
- PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (Marek Behún)
- PCI: aardvark: Don't mask irq when mapping (Pali Rohár)
- PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (Pali Rohár)
- PCI: aardvark: Use separate INTA interrupt for emulated root bridge (Pali Rohár)
- PCI: aardvark: Fix support for PME requester on emulated bridge (Pali Rohár)
- PCI: aardvark: Add support for PME interrupts (Pali Rohár)
- PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (Pali Rohár)
- PCI: aardvark: Add support for ERR interrupt on emulated bridge (Pali Rohár)
- PCI: aardvark: Enable MSI-X support (Pali Rohár)
- PCI: aardvark: Fix setting MSI address (Pali Rohár)
- PCI: aardvark: Add support for masking MSI interrupts (Pali Rohár)
- PCI: aardvark: Refactor unmasking summary MSI interrupt (Pali Rohár)
- PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (Marek Behún)
- PCI: aardvark: Make msi_domain_info structure a static driver structure (Marek Behún)
- PCI: aardvark: Make MSI irq_chip structures static driver structures (Marek Behún)
- PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (Pali Rohár)
- PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (Pali Rohár)
- PCI: aardvark: Disable common PHY when unbinding driver (Pali Rohár)
- PCI: aardvark: Disable link training when unbinding driver (Pali Rohár)
- PCI: aardvark: Assert PERST# when unbinding driver (Pali Rohár)
- PCI: aardvark: Fix memory leak in driver unbind (Pali Rohár)
- PCI: aardvark: Mask all interrupts when unbinding driver (Pali Rohár)
- PCI: aardvark: Disable bus mastering when unbinding driver (Pali Rohár)
- PCI: aardvark: Comment actions in driver remove method (Pali Rohár)
- PCI: aardvark: Clear all MSIs at setup (Pali Rohár)
- PCI: aardvark: Add support for DEVCAP2, DEVCTL2, LNKCAP2 and LNKCTL2 registers on emulated bridge (Pali Rohár)
- PCI: pci-bridge-emul: Add definitions for missing capabilities registers (Pali Rohár)
- PCI: pci-bridge-emul: Add description for class_revision field (Pali Rohár)
- rcu: Apply callbacks processing time limit only on softirq (Frederic Weisbecker)
- rcu: Fix callbacks processing time limit retaining cond_resched() (Frederic Weisbecker)
- Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (Helge Deller)
- mmc: rtsx: add 74 Clocks in power on flow (Ricky WU)
- selftest/vm: verify remap destination address in mremap_test (Sidhartha Kumar)
- selftest/vm: verify mmap addr in mremap_test (Sidhartha Kumar)
- KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (Wanpeng Li)
- KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (Paolo Bonzini)
- KVM: x86: Do not change ICR on write to APIC_SELF_IPI (Paolo Bonzini)
- x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (Wanpeng Li)
- KVM: selftests: Silence compiler warning in the kvm_page_table_test (Thomas Huth)
- kvm: selftests: do not use bitfields larger than 32-bits for PTEs (Paolo Bonzini)
- iommu/dart: Add missing module owner to ops structure (Hector Martin)
- net/mlx5e: Lag, Don't skip fib events on current dst (Vlad Buslov)
- net/mlx5e: Lag, Fix fib_info pointer assignment (Vlad Buslov)
- net/mlx5e: Lag, Fix use-after-free in fib event handler (Vlad Buslov)
- net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (Aya Levin)
- kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (Sandipan Das)
- gpio: mvebu: drop pwm base assignment (Baruch Siach)
- drm/amdgpu: Ensure HDA function is suspended before ASIC reset (Kai-Heng Feng)
- drm/amdgpu: don't set s3 and s0ix at the same time (Mario Limonciello)
- drm/amdgpu: explicitly check for s0ix when evicting resources (Mario Limonciello)
- drm/amdgpu: unify BO evicting method in amdgpu_ttm (Nirmoy Das)
- btrfs: always log symlinks in full mode (Filipe Manana)
- btrfs: force v2 space cache usage for subpage mount (Qu Wenruo)
- smsc911x: allow using IRQ0 (Sergey Shtylyov)
- selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (Vladimir Oltean)
- bnxt_en: Fix unnecessary dropping of RX packets (Michael Chan)
- bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (Somnath Kotur)
- selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (Ido Schimmel)
- rxrpc: Enable IPv6 checksums on transport socket (David Howells)
- mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (Eric Dumazet)
- hinic: fix bug of wq out of bound access (Qiao Ma)
- btrfs: do not BUG_ON() on failure to update inode when setting xattr (Filipe Manana)
- drm/msm/dp: remove fail safe mode related code (Kuogee Hsieh)
- selftests/net: so_txtime: usage(): fix documentation of default clock (Marc Kleine-Budde)
- selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (Marc Kleine-Budde)
- net: emaclite: Add error handling for of_address_to_resource() (Shravya Kumbham)
- net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (Eric Dumazet)
- net: cpsw: add missing of_node_put() in cpsw_probe_dt() (Yang Yingliang)
- net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (Niels Dossche)
- net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (Yang Yingliang)
- net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (Yang Yingliang)
- net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (Yang Yingliang)
- NFSv4: Don't invalidate inode attributes on delegation return (Trond Myklebust)
- RDMA/irdma: Fix possible crash due to NULL netdev in notifier (Mustafa Ismail)
- RDMA/irdma: Reduce iWARP QP destroy time (Shiraz Saleem)
- RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (Tatyana Nikolova)
- RDMA/siw: Fix a condition race issue in MPA request processing (Cheng Xu)
- SUNRPC release the transport of a relocated task with an assigned transport (Olga Kornievskaia)
- selftests/seccomp: Don't call read() on TTY from background pgrp (Jann Horn)
- net/mlx5: Fix deadlock in sync reset flow (Moshe Shemesh)
- net/mlx5: Avoid double clear or set of sync reset requested (Moshe Shemesh)
- net/mlx5e: Fix the calling of update_buffer_lossy() API (Mark Zhang)
- net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (Paul Blakey)
- net/mlx5e: Don't match double-vlan packets if cvlan is not set (Vlad Buslov)
- net/mlx5e: Fix trust state reset in reload (Moshe Tal)
- iommu/dart: check return value after calling platform_get_resource() (Yang Yingliang)
- iommu/vt-d: Drop stop marker messages (Lu Baolu)
- ASoC: soc-ops: fix error handling (Pierre-Louis Bossart)
- ASoC: dmaengine: Restore NULL prepare_slave_config() callback (Codrin Ciubotariu)
- hwmon: (pmbus) disable PEC if not enabled (Adam Wujek)
- hwmon: (adt7470) Fix warning on module removal (Armin Wolf)
- gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (Puyou Lu)
- gpio: visconti: Fix fwnode of GPIO IRQ (Nobuhiro Iwamatsu)
- NFC: netlink: fix sleep in atomic bug when firmware download timeout (Duoming Zhou)
- nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (Duoming Zhou)
- nfc: replace improper check device_is_registered() in netlink related functions (Duoming Zhou)
- can: grcan: only use the NAPI poll budget for RX (Andreas Larsson)
- can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (Andreas Larsson)
- can: grcan: use ofdev->dev when allocating DMA memory (Daniel Hellstrom)
- can: isotp: remove re-binding of bound socket (Oliver Hartkopp)
- can: grcan: grcan_close(): fix deadlock (Duoming Zhou)
- s390/dasd: Fix read inconsistency for ESE DASD devices (Jan Höppner)
- s390/dasd: Fix read for ESE with blksize < 4k (Jan Höppner)
- s390/dasd: prevent double format of tracks for ESE devices (Stefan Haberland)
- s390/dasd: fix data corruption for ESE devices (Stefan Haberland)
- ASoC: meson: Fix event generation for AUI CODEC mux (Mark Brown)
- ASoC: meson: Fix event generation for G12A tohdmi mux (Mark Brown)
- ASoC: meson: Fix event generation for AUI ACODEC mux (Mark Brown)
- ASoC: wm8958: Fix change notifications for DSP controls (Mark Brown)
- ASoC: da7219: Fix change notifications for tone generator frequency (Mark Brown)
- genirq: Synchronize interrupt thread startup (Thomas Pfaff)
- net: stmmac: disable Split Header (SPH) for Intel platforms (Tan Tee Min)
- firewire: core: extend card->lock in fw_core_handle_bus_reset (Niels Dossche)
- firewire: remove check of list iterator against head past the loop body (Jakob Koschel)
- firewire: fix potential uaf in outbound_phy_packet_callback() (Chengfeng Ye)
- timekeeping: Mark NMI safe time accessors as notrace (Kurt Kanzenbach)
- Revert "SUNRPC: attempt AF_LOCAL connect on setup" (Trond Myklebust)
- RISC-V: relocate DTB if it's outside memory region (Nick Kossifidis)
- drm/amdgpu: do not use passthrough mode in Xen dom0 (Marek Marczykowski-Górecki)
- drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (Harry Wentland)
- iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (Nicolin Chen)
- iommu/vt-d: Calculate mask for non-aligned flushes (David Stevens)
- KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (Kyle Huey)
- x86/fpu: Prevent FPU state corruption (Thomas Gleixner)
- gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (Andrei Lalaev)
- mmc: core: Set HS clock speed before sending HS CMD13 (Brian Norris)
- mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (Samuel Holland)
- mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (Shaik Sajida Bhanu)
- ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (Takashi Sakamoto)
- ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (Zihao Wang)
- parisc: Merge model and model name into one line in /proc/cpuinfo (Helge Deller)
- MIPS: Fix CP0 counter erratum detection for R4k CPUs (Maciej W. Rozycki)
- LTS version: v5.15.38 (Jack Vogel)
- powerpc/64: Add UADDR64 relocation support (Alexey Kardashevskiy)
- objtool: Fix type of reloc::addend (Peter Zijlstra)
- objtool: Fix code relocs vs weak symbols (Peter Zijlstra)
- eeprom: at25: Use DMA safe buffers (Christophe Leroy)
- perf symbol: Remove arch__symbols__fixup_end() (Namhyung Kim)
- tty: n_gsm: fix software flow control handling (Daniel Starke)
- tty: n_gsm: fix incorrect UA handling (Daniel Starke)
- tty: n_gsm: fix reset fifo race condition (Daniel Starke)
- tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (Daniel Starke)
- tty: n_gsm: fix wrong signal octets encoding in MSC (Daniel Starke)
- tty: n_gsm: fix wrong command frame length field encoding (Daniel Starke)
- tty: n_gsm: fix wrong command retry handling (Daniel Starke)
- tty: n_gsm: fix missing explicit ldisc flush (Daniel Starke)
- tty: n_gsm: fix wrong DLCI release order (Daniel Starke)
- tty: n_gsm: fix insufficient txframe size (Daniel Starke)
- netfilter: nft_socket: only do sk lookups when indev is available (Florian Westphal)
- tty: n_gsm: fix malformed counter for out of frame data (Daniel Starke)
- tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (Daniel Starke)
- tty: n_gsm: fix mux cleanup after unregister tty device (Daniel Starke)
- tty: n_gsm: fix decoupled mux resource (Daniel Starke)
- tty: n_gsm: fix restart handling via CLD command (Daniel Starke)
- perf symbol: Update symbols__fixup_end() (Namhyung Kim)
- perf symbol: Pass is_kallsyms to symbols__fixup_end() (Namhyung Kim)
- x86/cpu: Load microcode during restore_processor_state() (Borislav Petkov)
- ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (Tim Harvey)
- ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (Eugen Hristev)
- btrfs: fix leaked plug after failure syncing log on zoned filesystems (Filipe Manana)
- thermal: int340x: Fix attr.show callback prototype (Kees Cook)
- ACPI: processor: idle: Avoid falling back to C3 type C-states (Ville Syrjälä)
- net: ethernet: stmmac: fix write to sgmii_adapter_base (Dinh Nguyen)
- drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (Imre Deak)
- drm/i915: Check EDID for HDR static metadata when choosing blc (Jouni Högander)
- netfilter: Update ip6_route_me_harder to consider L3 domain (Martin Willi)
- mtd: rawnand: qcom: fix memory corruption that causes panic (Md Sadre Alam)
- kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (Zqiang)
- zonefs: Clear inode information flags on inode creation (Damien Le Moal)
- zonefs: Fix management of open zones (Damien Le Moal)
- Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (Ville Syrjälä)
- powerpc/perf: Fix 32bit compile (Alexey Kardashevskiy)
- drivers: net: hippi: Fix deadlock in rr_close() (Duoming Zhou)
- cifs: destage any unwritten data to the server before calling copychunk_write (Ronnie Sahlberg)
- x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (Mikulas Patocka)
- bonding: do not discard lowest hash bit for non layer3+4 hashing (suresh kumar)
- ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (Namjae Jeon)
- ksmbd: increment reference count of parent fp (Namjae Jeon)
- arch: xtensa: platforms: Fix deadlock in rs_close() (Duoming Zhou)
- ext4: fix bug_on in start_this_handle during umount filesystem (Ye Bin)
- ASoC: wm8731: Disable the regulator when probing fails (Zheyu Ma)
- ASoC: Intel: soc-acpi: correct device endpoints for max98373 (Chao Song)
- tcp: fix F-RTO may not work correctly when receiving DSACK (Pengcheng Yang)
- Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (Dany Madden)
- ixgbe: ensure IPsec VF<->PF compatibility (Leon Romanovsky)
- perf arm-spe: Fix addresses of synthesized SPE events (Timothy Hayes)
- gfs2: No short reads or writes upon glock contention (Andreas Gruenbacher)
- gfs2: Make sure not to return short direct writes (Andreas Gruenbacher)
- gfs2: Minor retry logic cleanup (Andreas Gruenbacher)
- gfs2: Prevent endless loops in gfs2_file_buffered_write (Andreas Gruenbacher)
- net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (Yang Yingliang)
- bnx2x: fix napi API usage sequence (Manish Chopra)
- tls: Skip tls_append_frag on zero copy size (Maxim Mikityanskiy)
- drm/amd/display: Fix memory leak in dcn21_clock_source_create (Miaoqian Lin)
- drm/amdkfd: Fix GWS queue count (David Yat Sin)
- netfilter: conntrack: fix udp offload timeout sysctl (Volodymyr Mytnyk)
- io_uring: check reserved fields for recv/recvmsg (Jens Axboe)
- io_uring: check reserved fields for send/sendmsg (Jens Axboe)
- net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (Martin Blumenstingl)
- drm/sun4i: Remove obsolete references to PHYS_OFFSET (Samuel Holland)
- net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (Nathan Rossi)
- net: phy: marvell10g: fix return value on error (Baruch Siach)
- net: bcmgenet: hide status block before TX timestamping (Jonathan Lemon)
- cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (Vladimir Zapolskiy)
- clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (Yang Yingliang)
- bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (Christophe JAILLET)
- tcp: make sure treq->af_specific is initialized (Eric Dumazet)
- tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (Eric Dumazet)
- ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (Peilin Ye)
- ip6_gre: Make o_seqno start from 0 in native mode (Peilin Ye)
- ip_gre: Make o_seqno start from 0 in native mode (Peilin Ye)
- net/smc: sync err code when tcp connection was refused (liuyacan)
- net: hns3: add return value for mailbox handling in PF (Jian Shen)
- net: hns3: add validity check for message data length (Jian Shen)
- net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (Jie Wang)
- net: hns3: clear inited state and stop client after failed to register netdev (Jian Shen)
- cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (Xiaobing Luo)
- pinctrl: pistachio: fix use of irq_of_parse_and_map() (Lv Ruyi)
- arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (Fabio Estevam)
- ARM: dts: imx6ull-colibri: fix vqmmc regulator (Max Krummenacher)
- sctp: check asoc strreset_chunk in sctp_generate_reconf_event (Xin Long)
- wireguard: device: check for metadata_dst with skb_valid_dst() (Nikolay Aleksandrov)
- tcp: ensure to use the most recently sent skb when filling the rate sample (Pengcheng Yang)
- pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (Marek Vasut)
- tcp: md5: incorrect tcp_header_len for incoming connections (Francesco Ruggeri)
- pinctrl: rockchip: fix RK3308 pinmux bits (Luca Ceresoli)
- bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (Eyal Birger)
- netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (Pablo Neira Ayuso)
- net: dsa: Add missing of_node_put() in dsa_port_link_register_of (Miaoqian Lin)
- memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (Geert Uytterhoeven)
- pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (Marek Vasut)
- mtd: fix 'part' field data corruption in mtd_info (Oleksandr Ocheretnyi)
- mtd: rawnand: Fix return value check of wait_for_completion_timeout (Miaoqian Lin)
- pinctrl: mediatek: moore: Fix build error (YueHaibing)
- phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (Heiner Kallweit)
- ipvs: correctly print the memory size of ip_vs_conn_tab (Pengcheng Yang)
- ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (Adam Ford)
- ARM: dts: am3517-evm: Fix misc pinmuxing (Adam Ford)
- ARM: dts: Fix mmc order for omap3-gta04 (H. Nikolaus Schaller)
- interconnect: qcom: sdx55: Drop IP0 interconnects (Stephen Boyd)
- phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (Miaoqian Lin)
- phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (Miaoqian Lin)
- ARM: dts: at91: fix pinctrl phandles (Claudiu Beznea)
- ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (Claudiu Beznea)
- ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (Mark Brown)
- phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (Miaoqian Lin)
- ARM: dts: dra7: Fix suspend warning for vpe powerdomain (Tony Lindgren)
- bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (Tony Lindgren)
- ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (Miaoqian Lin)
- phy: samsung: exynos5250-sata: fix missing device put in probe error paths (Krzysztof Kozlowski)
- phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (Miaoqian Lin)
- arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (Guillaume Giraudon)
- arm64: dts: imx8mn: Fix SAI nodes (Marek Vasut)
- ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (Fabio Estevam)
- USB: Fix xhci event ring dequeue pointer ERDP update issue (Weitao Wang)
- arm64: dts: imx8qm: Correct SCU clock controller's compatible property (Liu Ying)
- xsk: Fix l2fwd for copy mode + busy poll combo (Maciej Fijalkowski)
- mtd: rawnand: fix ecc parameters for mt7622 (Chuanhong Guo)
- iio:imu:bmi160: disable regulator in error path (Tong Zhang)
- arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (Christian Hewitt)
-
Sun Jul 10 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-0.30.20.el8
- floppy: use a statically allocated error counter (Willy Tarreau) [Orabug: 34218638] {CVE-2022-1652}
- x86: Disable RET on kexec (Konrad Rzeszutek Wilk) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: do not enable IBPB-on-entry when IBPB is not supported (Thadeu Lima de Souza Cascardo) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- arm64: proton-pack: provide vulnerability file value for RETBleed (James Morse) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/cpu/amd: Enumerate BTC_NO (Andrew Cooper) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/common: Stamp out the stepping madness (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Prevent RSB underflow before vmenter (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Fill RSB on vmexit for IBRS (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Fix IBRS handling after vmexit (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Convert launched argument to flags (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Flatten __vmx_vcpu_run() (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- objtool: Re-add UNWIND_HINT_{SAVE_RESTORE} (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Remove x86_spec_ctrl_mask (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Fix SPEC_CTRL write on SMT state change (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Fix firmware entry SPEC_CTRL handling (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/cpu/amd: Add Spectral Chicken (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- objtool: Add entry UNRET validation (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Do IBPB fallback check only once (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Add retbleed=ibpb (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/xen: Rename SYS* entry points (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- objtool: Update Retpoline validation (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- intel_idle: Disable IBRS during long idle (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Report Intel retbleed vulnerability (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation() (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS (Pawan Gupta) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Optimize SPEC_CTRL MSR writes (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Add kernel IBRS implementation (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Enable STIBP for JMP2RET (Kim Phillips) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Add AMD retbleed= boot parameter (Alexandre Chartre) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Report AMD retbleed vulnerability (Alexandre Chartre) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86: Add magic AMD return-thunk (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- objtool: Treat .text.__x86.* as noinstr (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86: Use return-thunk in asm code (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/sev: Avoid using __x86_return_thunk (Kim Phillips) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/vsyscall_emu/64: Don't use RET in vsyscall emulation (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/kvm: Fix SETcc emulation for return thunks (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/bpf: Use alternative RET encoding (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/ftrace: Use alternative RET encoding (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86,static_call: Use alternative RET encoding (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86,objtool: Create .return_sites (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86: Undo return-thunk damage (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/retpoline: Use -mfunction-return (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/retpoline: Swizzle retpoline thunk (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/retpoline: Cleanup some #ifdefery (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/cpufeatures: Move RETPOLINE flags to word 11 (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/kvm/vmx: Make noinstr clean (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Remove skip_r11rcx (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Fix register corruption in compat syscall (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Use PUSH_AND_CLEAR_REGS for compat (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Simplify entry_INT80_compat() (Linus Torvalds) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/mm: Simplify RESERVE_BRK() (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- crypto: x86/poly1305 - Fixup SLS (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86,static_call: Fix __static_call_return0 for i386 (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- kvm/emulate: Fix SETcc emulation function offsets with SLS (Borislav Petkov) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- objtool: Default ignore INT3 for unreachable (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch() (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86: Add straight-line-speculation mitigation (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- objtool: Add straight-line-speculation validation (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86: Prepare inline-asm for straight-line-speculation (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86: Prepare asm files for straight-line-speculation (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/lib/atomic64_386_32: Rename things (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/alternative: Relax text_poke_bp() constraint (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- static_call,x86: Robustify trampoline patching (Peter Zijlstra) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
- x86/xen: Move hypercall_page to top of the file (Josh Poimboeuf) [Orabug: 34335631] {CVE-2022-23816} {CVE-2022-29901}
-
Wed Jun 15 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-0.30.19.el8
- net/mlx4: Increase num_srq in low_mem_profile (Dave Kleikamp) [Orabug:
34052160]
-
Thu Jun 09 2022 Jack Vogel <jack.vogel@oracle.com> - 5.15.0-0.30.18.el8
- Revert "ocfs2: mount shared volume without ha stack" (Junxiao Bi) [Orabug: 33701900]
- KVM: x86/speculation: Disable Fill buffer clear within guests (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}
- x86/speculation/mmio: Reuse SRBDS mitigation for SBDS (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}
- x86/speculation/srbds: Update SRBDS mitigation selection (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}
- x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}
- x86/speculation/mmio: Enable CPU Fill buffer clearing on idle (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}
- x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}
- x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}
- x86/speculation: Add a common function for MD_CLEAR mitigation update (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}
- x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}
- Documentation: Add documentation for Processor MMIO Stale Data (Pawan Gupta) [Orabug: 34202258] {CVE-2022-21123} {CVE-2022-21125} {CVE-2022-21127} {CVE-2022-21166}