[El-errata] ELBA-2022-9585 Oracle Linux 8 Unbreakable Enterprise kernel-container bug fix update

Errata Announcements for Oracle Linux el-errata at oss.oracle.com
Tue Jul 12 14:43:53 UTC 2022


Oracle Linux Bug Fix Advisory ELBA-2022-9585

http://linux.oracle.com/errata/ELBA-2022-9585.html

The following updated rpms for Oracle Linux 8 have been uploaded to the Unbreakable Linux Network:

x86_64:
kernel-uek-container-5.4.17-2136.309.4.el8.x86_64.rpm
kernel-uek-container-debug-5.4.17-2136.309.4.el8.x86_64.rpm


SRPMS:
http://oss.oracle.com/ol8/SRPMS-updates/kernel-uek-container-5.4.17-2136.309.4.el8.src.rpm



Description of changes:

- 5.4.17-2136.309.4.el8
- topology/sysfs: Hide PPIN on systems that do not support it. (Tony Luck)  [Orabug: 34018387]
- topology/sysfs: Add PPIN in sysfs under cpu topology (Tony Luck)  [Orabug: 34018387]
- topology/sysfs: Add format parameter to macro defining "show" functions for proc (Tony Luck)  [Orabug: 34018387]
- topology/sysfs: rework book and drawer topology ifdefery (Heiko Carstens)  [Orabug: 34018387]
- x86/cpu: Read/save PPIN MSR during initialization (Tony Luck)  [Orabug: 34018387]
- x86/cpu: X86_FEATURE_INTEL_PPIN finally has a CPUID bit (Tony Luck)  [Orabug: 34018387]
- x86/cpu: Merge Intel and AMD ppin_init() functions (Tony Luck)  [Orabug: 34018387]
- x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN (Tony Luck)  [Orabug: 34018387]
- x86/mce: Enable additional error logging on certain Intel CPUs (Tony Luck)  [Orabug: 34018387]
- bpf: refine kernel.unprivileged_bpf_disabled behaviour (Alan Maguire)  [Orabug: 34088279]
- assoc_array: Fix BUG_ON during garbage collect (Stephen Brennan)  [Orabug: 34162063]
- sched/rt: Disable RT_RUNTIME_SHARE by default (Daniel Bristot de Oliveira)  [Orabug: 34201289]
- mm/memcontrol: export memcg->watermark via sysfs for v2 memcg (Kamalesh Babulal)  [Orabug: 34250845]
- rds: Include congested flag in rds_sock struct. (Rohit Nair)  [Orabug: 34261490]
- net/rds: No shortcut out of RDS_CONN_ERROR (Gerd Rausch)  [Orabug: 34276064]
- net/rds: Don't force state RDS_CONN_RESETTING (Gerd Rausch)  [Orabug: 34276064]
- net/rds: Preserve essential connection state flags (Gerd Rausch)  [Orabug: 34276064]
- A/A Bonding: Add support for NETDEV_CHANGEADDR notifiers (Gerd Rausch)  [Orabug: 34285240]
- rdmaip: Flush ARP cache after address has been cleared (Gerd Rausch)  [Orabug: 34285240]
- mstflint_access: Update driver code to v4.20.1-1 from Github (Qing Huang)  [Orabug: 34286147]

- 5.4.17-2136.309.3.el8
- io_uring: always grab file table for deferred statx (Jens Axboe)  [Orabug: 34232977]
- io_uring: fix race between timeout flush and removal (Jens Axboe)  [Orabug: 34232977]
- io_uring: don't touch scm_fp_list after queueing skb (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: fix memory leak of uid in files registration (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: terminate manual loop iterator loop correctly for non-vecs (Jens Axboe)  [Orabug: 34232977]
- io_uring: return back safer resurrect (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: add a schedule point in io_add_buffers() (Eric Dumazet)  [Orabug: 34232977]
- io_uring: don't take uring_lock during iowq cancel (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: fix splice_fd_in checks backport typo (Kamal Mostafa)  [Orabug: 34232977]
- io_uring: put provided buffer meta data under memcg accounting (Jens Axboe)  [Orabug: 34232977]
- io_uring: ensure symmetry in handling iter types in loop_rw_iter() (Jens Axboe)  [Orabug: 34232977]
- io_uring: remove duplicated io_size from rw (Pavel Begunkov)  [Orabug: 34232977]
- fs/io_uring Don't use the return value from import_iovec(). (David Laight)  [Orabug: 34232977]
- io_uring: fail links of cancelled timeouts (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: add ->splice_fd_in checks (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: place fixed tables under memcg limits (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: limit fixed table size by RLIMIT_NOFILE (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: IORING_OP_WRITE needs hash_reg_file set (Jens Axboe)  [Orabug: 34232977]
- io_uring: only assign io_uring_enter() SQPOLL error in actual error case (Jens Axboe)  [Orabug: 34232977]
- io_uring: fix xa_alloc_cycle() error return value check (Jens Axboe)  [Orabug: 34232977]
- io_uring: fix null-ptr-deref in io_sq_offload_start() (Yang Yingliang)  [Orabug: 34232977]
- io_uring: fix link timeout refs (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: remove double poll entry on arm failure (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: explicitly count entries for poll reqs (Pavel Begunkov)  [Orabug: 34232977]
- io_uring: fix clear IORING_SETUP_R_DISABLED in wrong function (Yang Yingliang)  [Orabug: 34232977]
- io_uring: convert io_buffer_idr to XArray (Jens Axboe)  [Orabug: 34232977]
- io_uring: Convert personality_idr to XArray (Matthew Wilcox (Oracle))  [Orabug: 34232977]
- io_uring: simplify io_remove_personalities() (Yejune Deng)  [Orabug: 34232977]
- io_uring: fix blocking inline submission (Pavel Begunkov)  [Orabug: 34232977]
- integrity: Load certs from the EFI MOK config table (Lenny Szubowicz)  [Orabug: 33565913]
- integrity: Move import of MokListRT certs to a separate routine (Lenny Szubowicz)  [Orabug: 33565913]
- cifs: Avoid doing network I/O while holding cache lock (Paulo Alcantara (SUSE))  [Orabug: 34081086]
- cifs: Fix potential deadlock when updating vol in cifs_reconnect() (Paulo Alcantara (SUSE))  [Orabug: 34081086]
- cifs: Merge is_path_valid() into get_normalized_path() (Paulo Alcantara (SUSE))  [Orabug: 34081086]
- cifs: Introduce helpers for finding TCP connection (Paulo Alcantara (SUSE))  [Orabug: 34081086]
- cifs: Get rid of kstrdup_const()'d paths (Paulo Alcantara (SUSE))  [Orabug: 34081086]
- cifs: Clean up DFS referral cache (Paulo Alcantara (SUSE))  [Orabug: 34081086]
- kvm/x86: Inherit userspace's core scheduling cookie (Boris Ostrovsky)  [Orabug: 34195868]
- vhost: Inherit userspace's core scheduling cookie (Boris Ostrovsky)  [Orabug: 34195868]
- sched: Add interface for copying core scheduling cookie between two tasks (Boris Ostrovsky)  [Orabug: 34195868]
- net/mlx4: Increase num_srq in low_mem_profile (Dave Kleikamp)  [Orabug: 34227996]
- uek-rpm: update kabi OL7 with USM syms (John Donnelly)  [Orabug: 34233940]
- uek-rpm: update kabi OL8 with USM syms (John Donnelly)  [Orabug: 34233940]
- net/rds: Fix "use-after-free" warning (Gerd Rausch)  [Orabug: 34237787]
- cpu/hotplug: Allow the CPU in CPU_UP_PREPARE state to be brought up again. (Longpeng(Mike))  [Orabug: 34271923]
- x86/xen: Allow to retry if cpu_initialize_context() failed. (Boris Ostrovsky)  [Orabug: 34271923]

- 5.4.17-2136.309.2.el8
- LTS tag: v5.4.196 (Sherry Yang)
- 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)
- x86/xen: Mark cpu_bringup_and_idle() as dead_end_function (Peter Zijlstra)
- x86/xen: fix booting 32-bit pv guest (Juergen Gross)
- Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" (Linus Torvalds)
- ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk (Abel Vesa)
- firmware_loader: use kernel credentials when reading firmware (Thiébaud Weksteen)
- net: stmmac: disable Split Header (SPH) for Intel platforms (Tan Tee Min)
- block: return ELEVATOR_DISCARD_MERGE if possible (Ming Lei)
- Input: ili210x - fix reset timing (Marek Vasut)
- net: atlantic: verify hw_head_ lies within TX buffer ring (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)
- selftests: add ping test with ping_group_range tuned (Nicolas Dichtel)
- mac80211: fix rx reordering with non explicit / psmp ack policy (Felix Fietkau)
- scsi: qla2xxx: Fix missed DMA unmap for aborted commands (Gleb Chesnokov)
- perf bench numa: Address compiler error on s390 (Thomas Richter)
- 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)
- net: bridge: Clear offload_fwd_mark when passing frame up bridge interface. (Andrew Lunn)
- igb: skip phy status check where unavailable (Kevin Mitchell)
- 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)
- 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 possible under reporting of ethtool Tx and Rx statistics (Paul Greenwalt)
- 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/sched: act_pedit: sanitize shift argument before usage (Paolo Abeni)
- net: macb: Increment rx bd head after allocating skb and buffer (Harini Katakam)
- ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group (Jae Hyun Yoo)
- ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi (Jae Hyun Yoo)
- 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)
- crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ (Ondrej Mosnacek)
- KVM: x86/mmu: Update number of zapped pages even if page list is stable (Sean Christopherson)
- PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold (Rafael J. Wysocki)
- Fix double fget() in vhost_net_set_backend() (Al Viro)
- ALSA: wavefront: Proper check of get_user() error (Takashi Iwai)
- SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() (Meena Shanmugam)
- SUNRPC: Don't call connect() more than once on a TCP socket (Meena Shanmugam)
- SUNRPC: Prevent immediate close+reconnect (Meena Shanmugam)
- SUNRPC: Clean up scheduling of autoclose (Meena Shanmugam)
- mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch() (Ulf Hansson)
- mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD (Ulf Hansson)
- mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC (Ulf Hansson)
- 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)
- rtc: mc146818-lib: Fix the AltCentury for AMD platforms (Mario Limonciello)
- nvme-multipath: fix hang when disk goes live over reconnect (Anton Eidelman)
- 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)
- 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: fix use-after-free on device removal (Vincent Whitchurch)
- x86/xen: Make the secondary CPU idle tasks reliable (Miroslav Benes)
- x86/xen: Make the boot CPU idle task reliable (Miroslav Benes)
- floppy: use a statically allocated error counter (Willy Tarreau)
- LTS tag: v5.4.195 (Sherry Yang)
- tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe() (Yang Yingliang)
- ping: fix address binding wrt vrf (Nicolas Dichtel)
- arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map (Mike Rapoport)
- net: phy: Fix race condition on link status change (Francesco Dolcini)
- MIPS: fix build with gcc-12 (Sudip Mukherjee)
- drm/vmwgfx: Initialize drm_mode_fb_cmd2 (Zack Rusin)
- cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp() (Waiman Long)
- i40e: i40e_main: fix a missing check on list iterator (Xiaomeng Tong)
- drm/nouveau/tegra: Stop using iommu_present() (Robin Murphy)
- serial: 8250_mtk: Fix register address for XON/XOFF character (AngeloGioacchino Del Regno)
- serial: 8250_mtk: Fix UART_EFR register address (AngeloGioacchino Del Regno)
- 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: 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)
- tcp: resalt the secret every 10 seconds (Eric Dumazet)
- net: emaclite: Don't advertise 1000BASE-T and do auto negotiation (Shravya Kumbham)
- 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)
- hwmon: (f71882fg) Fix negative temperature (Ji-Ze Hong (Peter Hong))
- gfs2: Fix filesystem block deallocation for short writes (Andreas Gruenbacher)
- 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/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)
- hwmon: (ltq-cputemp) restrict it to SOC_XWAY (Randy Dunlap)
- dim: initialize all struct fields (Jesse Brandeburg)
- 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)
- 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)
- batman-adv: Don't skb_split skbuffs with frag_list (Sven Eckelmann)
- LTS tag: v5.4.194 (Sherry Yang)
- mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic() (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)
- Bluetooth: Fix the creation of hdev->name (Itay Iellin)
- KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (Kyle Huey)
- x86: kprobes: Prohibit probing on instruction which has emulate prefix (Masami Hiramatsu)
- x86: xen: insn: Decode Xen and KVM emulate-prefix signature (Masami Hiramatsu)
- x86: xen: kvm: Gather the definition of emulate prefixes (Masami Hiramatsu)
- x86/asm: Allow to pass macros to __ASM_FORM() (Masami Hiramatsu)
- KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() (Like Xu)
- 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)
- nfp: bpf: silence bitwise vs. logical OR warning (Nathan Chancellor)
- drm/i915: Cast remain to unsigned long in eb_relocate_vma (Nathan Chancellor)
- drm/amd/display/dc/gpio/gpio_service: Pass around correct dce_{version, environment} types (Lee Jones)
- block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicit (Lee Jones)
- MIPS: Use address-of operator on section symbols (Nathan Chancellor)
- LTS tag: v5.4.193 (Sherry Yang)
- mmc: rtsx: add 74 Clocks in power on flow (Ricky WU)
- PCI: aardvark: Fix reading MSI interrupt number (Pali Rohár)
- PCI: aardvark: Clear all MSIs at setup (Pali Rohár)
- dm: interlock pending dm_io and dm_wait_for_bios_completion (Mike Snitzer)
- dm: fix mempool NULL pointer race when completing IO (Jiazi Li)
- tcp: make sure treq->af_specific is initialized (Eric Dumazet)
- ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock (Takashi Iwai)
- mm: fix unexpected zeroed page mapping with zram swap (Minchan Kim)
- block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern (Haimin Zhang)
- net: ipv6: ensure we call ipv6_mc_down() at most once (j.nixdorf at avm.de)
- KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (Wanpeng Li)
- x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (Wanpeng Li)
- kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (Sandipan Das)
- NFSv4: Don't invalidate inode attributes on delegation return (Trond Myklebust)
- drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpu (Felix Kuehling)
- net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (Eric Dumazet)
- btrfs: always log symlinks in full mode (Filipe Manana)
- smsc911x: allow using IRQ0 (Sergey Shtylyov)
- 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)
- net: emaclite: Add error handling for of_address_to_resource() (Shravya Kumbham)
- net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (Yang Yingliang)
- net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (Yang Yingliang)
- RDMA/siw: Fix a condition race issue in MPA request processing (Cheng Xu)
- ASoC: dmaengine: Restore NULL prepare_slave_config() callback (Codrin Ciubotariu)
- hwmon: (adt7470) Fix warning on module removal (Armin Wolf)
- 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: use ofdev->dev when allocating DMA memory (Daniel Hellstrom)
- 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 G12A tohdmi 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)
- ACPICA: Always create namespace nodes using acpi_ns_create_node() (Vegard Nossum)
- 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)
- Revert "SUNRPC: attempt AF_LOCAL connect on setup" (Trond Myklebust)
- gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (Andrei Lalaev)
- ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (Takashi Sakamoto)
- 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 tag: v5.4.192 (Sherry Yang)
- mm, hugetlb: allow for "high" userspace addresses (Christophe Leroy)
- hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs (Shijie Hu)
- tty: n_gsm: fix incorrect UA handling (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 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)
- net: ethernet: stmmac: fix write to sgmii_adapter_base (Dinh Nguyen)
- 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)
- ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit() (Peilin Ye)
- ASoC: wm8731: Disable the regulator when probing fails (Zheyu Ma)
- tcp: fix F-RTO may not work correctly when receiving DSACK (Pengcheng Yang)
- ixgbe: ensure IPsec VF<->PF compatibility (Leon Romanovsky)
- 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)
- net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (Martin Blumenstingl)
- net: bcmgenet: hide status block before TX timestamping (Jonathan Lemon)
- 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: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (Eric Dumazet)
- 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 validity check for message data length (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)
- tcp: md5: incorrect tcp_header_len for incoming connections (Francesco Ruggeri)
- bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (Eyal Birger)
- mtd: rawnand: Fix return value check of wait_for_completion_timeout (Miaoqian Lin)
- 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)
- 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: Map MCLK for wm8731 on at91sam9g20ek (Mark Brown)
- phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (Miaoqian Lin)
- 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)
- ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (Fabio Estevam)
- USB: Fix xhci event ring dequeue pointer ERDP update issue (Weitao Wang)
- mtd: rawnand: fix ecc parameters for mt7622 (Chuanhong Guo)
- arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (Christian Hewitt)
- arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (Christian Hewitt)
- video: fbdev: udlfb: properly check endpoint type (Pavel Skripkin)
- hex2bin: fix access beyond string end (Mikulas Patocka)
- hex2bin: make the function hex_to_bin constant-time (Mikulas Patocka)
- arch_topology: Do not set llc_sibling if llc_id is invalid (Wang Qing)
- serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (Maciej W. Rozycki)
- serial: 8250: Also set sticky MCR bits in console restoration (Maciej W. Rozycki)
- serial: imx: fix overrun interrupts in DMA mode (Johan Hovold)
- usb: dwc3: gadget: Return proper request status (Thinh Nguyen)
- usb: dwc3: core: Fix tx/rx threshold settings (Thinh Nguyen)
- usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (Vijayavardhan Vennapusa)
- usb: gadget: uvc: Fix crash when encoding data for usb request (Dan Vacura)
- usb: typec: ucsi: Fix role swapping (Heikki Krogerus)
- usb: misc: fix improper handling of refcount in uss720_probe() (Hangyu Hua)
- iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (Zheyu Ma)
- iio: dac: ad5446: Fix read_raw not returning set value (Michael Hennerich)
- iio: dac: ad5592r: Fix the missing return value. (Zizhuang Deng)
- xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (Mathias Nyman)
- xhci: stop polling roothubs after shutdown (Henry Lin)
- USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (Daniele Palmas)
- USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (Slark Xiao)
- USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (Bruno Thomsen)
- USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (Kees Cook)
- USB: quirks: add STRING quirk for VCOM device (Oliver Neukum)
- USB: quirks: add a Realtek card reader (Oliver Neukum)
- usb: mtu3: fix USB 3.0 dual-role-switch from device to host (Macpaul Lin)
- lightnvm: disable the subsystem (Greg Kroah-Hartman)
- hamradio: remove needs_free_netdev to avoid UAF (Lin Ma)
- hamradio: defer 6pack kfree after unregister_netdev (Lin Ma)
- floppy: disable FDRAWCMD by default (Willy Tarreau)
- LTS tag: v5.4.191 (Sherry Yang)
- Revert "net: micrel: fix KS8851_MLL Kconfig" (Marek Vasut)
- block/compat_ioctl: fix range check in BLKGETSIZE (Khazhismel Kumykov)
- staging: ion: Prevent incorrect reference counting behavour (Lee Jones)
- spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller (Tudor Ambarus)
- jbd2: fix a potential race while discarding reserved buffers after an abort (Ye Bin)
- ext4: force overhead calculation if the s_overhead_cluster makes no sense (Theodore Ts'o)
- ext4: fix overhead calculation to account for the reserved gdt blocks (Theodore Ts'o)
- ext4, doc: fix incorrect h_reserved size (wangjianjian (C))
- ext4: limit length to bitmap_maxbytes - blocksize in punch_hole (Tadeusz Struk)
- ext4: fix use-after-free in ext4_search_dir (Ye Bin)
- ext4: fix symlink file size not match to file content (Ye Bin)
- arm_pmu: Validate single/group leader events (Rob Herring)
- ARC: entry: fix syscall_trace_exit argument (Sergey Matyukevich)
- e1000e: Fix possible overflow in LTR decoding (Sasha Neftin)
- ASoC: soc-dapm: fix two incorrect uses of list iterator (Xiaomeng Tong)
- openvswitch: fix OOB access in reserve_sfa_size() (Paolo Valerio)
- xtensa: fix a7 clobbering in coprocessor context load/store (Max Filippov)
- xtensa: patch_text: Fixup last cpu should be master (Guo Ren)
- powerpc/perf: Fix power9 event alternatives (Athira Rajeev)
- drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage (Miaoqian Lin)
- KVM: PPC: Fix TCE handling for VFIO (Alexey Kardashevskiy)
- drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepare (Dave Stevenson)
- drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialised (Dave Stevenson)
- dma: at_xdmac: fix a missing check on list iterator (Xiaomeng Tong)
- ata: pata_marvell: Check the 'bmdma_addr' beforing reading (Zheyu Ma)
- EDAC/synopsys: Read the error count from the correct register (Shubhrajyoti Datta)
- stat: fix inconsistency between struct stat and struct compat_stat (Mikulas Patocka)
- scsi: qedi: Fix failed disconnect handling (Mike Christie)
- net: macb: Restart tx only if queue pointer is lagging (Tomas Melin)
- drm/msm/mdp5: check the return of kzalloc() (Xiaoke Wang)
- dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info() (Lv Ruyi)
- brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constant (Borislav Petkov)
- mt76: Fix undefined behavior due to shift overflowing the constant (Borislav Petkov)
- cifs: Check the IOCB_DIRECT flag, not O_DIRECT (David Howells)
- vxlan: fix error return code in vxlan_fdb_append (Hongbin Wang)
- ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constant (Borislav Petkov)
- platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative (Jiapeng Chong)
- reset: tegra-bpmp: Restore Handle errors in BPMP response (Sameer Pujar)
- ARM: vexpress/spc: Avoid negative array index when !SMP (Kees Cook)
- selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packets (Ido Schimmel)
- netlink: reset network and mac headers in netlink_dump() (Eric Dumazet)
- l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_master_upper_dev_get_rcu (David Ahern)
- net/sched: cls_u32: fix possible leak in u32_init_knode() (Eric Dumazet)
- net/packet: fix packet_sock xmit return value checking (Hangbin Liu)
- rxrpc: Restore removed timer deletion (David Howells)
- igc: Fix BUG: scheduling while atomic (Sasha Neftin)
- igc: Fix infinite loop in release_swfw_sync (Sasha Neftin)
- dmaengine: mediatek:Fix PM usage reference leak of mtk_uart_apdma_alloc_chan_resources (zhangqilong)
- dmaengine: imx-sdma: Fix error checking in sdma_event_remap (Miaoqian Lin)
- ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_component (Miaoqian Lin)
- ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek (Mark Brown)
- ALSA: usb-audio: Clear MIDI port active flag after draining (Takashi Iwai)
- tcp: Fix potential use-after-free due to double kfree() (Kuniyuki Iwashima)
- net/sched: cls_u32: fix netns refcount changes in u32_change() (Eric Dumazet)
- tcp: fix race condition when creating child sockets from syncookies (Ricardo Dias)
- gfs2: assign rgrp glock before compute_bitstructs (Bob Peterson)
- can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error path (Hangyu Hua)
- tracing: Dump stacktrace trigger to the corresponding instance (Daniel Bristot de Oliveira)
- mm: page_alloc: fix building error on -Werror=array-compare (Xiongwei Song)
- etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead (Kees Cook)
- LTS tag: v5.4.190 (Sherry Yang)
- ax25: Fix UAF bugs in ax25 timers (Duoming Zhou)
- ax25: Fix NULL pointer dereferences in ax25 timers (Duoming Zhou)
- ax25: fix NPD bug in ax25_disconnect (Duoming Zhou)
- ax25: fix UAF bug in ax25_send_control() (Duoming Zhou)
- ax25: Fix refcount leaks caused by ax25_cb_del() (Duoming Zhou)
- ax25: fix UAF bugs of net_device caused by rebinding operation (Duoming Zhou)
- ax25: fix reference count leaks of ax25_dev (Duoming Zhou)
- ax25: add refcount in ax25_dev to avoid UAF bugs (Duoming Zhou)
- dma-direct: avoid redundant memory sync for swiotlb (Chao Gao)
- i2c: pasemi: Wait for write xfers to finish (Martin Povišer)
- smp: Fix offline cpu check in flush_smp_call_function_queue() (Nadav Amit)
- dm integrity: fix memory corruption when tag_size is less than digest size (Mikulas Patocka)
- ARM: davinci: da850-evm: Avoid NULL pointer dereference (Nathan Chancellor)
- tick/nohz: Use WARN_ON_ONCE() to prevent console saturation (Paul Gortmaker)
- genirq/affinity: Consider that CPUs on nodes can be unbalanced (Rei Yamamoto)
- drm/amd/display: don't ignore alpha property on pre-multiplied mode (Melissa Wen)
- ipv6: fix panic when forwarding a pkt with no in6 dev (Nicolas Dichtel)
- ALSA: pcm: Test for "silence" field in struct "pcm_format_data" (Fabio M. De Francesco)
- ALSA: hda/realtek: Add quirk for Clevo PD50PNT (Tim Crawford)
- btrfs: mark resumed async balance as writing (Naohiro Aota)
- btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups() (Nathan Chancellor)
- ath9k: Fix usage of driver-private space in tx_info (Toke Høiland-Jørgensen)
- ath9k: Properly clear TX status area before reporting to mac80211 (Toke Høiland-Jørgensen)
- gcc-plugins: latent_entropy: use /dev/urandom (Jason A. Donenfeld)
- mm: kmemleak: take a full lowmem check in kmemleak_*_phys() (Patrick Wang)
- mm, page_alloc: fix build_zonerefs_node() (Juergen Gross)
- perf/imx_ddr: Fix undefined behavior due to shift overflowing the constant (Borislav Petkov)
- drivers: net: slip: fix NPD bug in sl_tx_timeout() (Duoming Zhou)
- scsi: megaraid_sas: Target with invalid LUN ID is deleted during scan (Chandrakanth patil)
- scsi: mvsas: Add PCI ID of RocketRaid 2640 (Alexey Galakhov)
- powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit (Kefeng Wang)
- drm/amd/display: Fix allocate_mst_payload assert on resume (Roman Li)
- net: usb: aqc111: Fix out-of-bounds accesses in RX fixup (Marcin Kozlowski)
- tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry (Steve Capper)
- arm64: alternatives: mark patch_alternative() as `noinstr` (Joey Gouly)
- regulator: wm8994: Add an off-on delay for WM8994 variant (Jonathan Bakker)
- gpu: ipu-v3: Fix dev_dbg frequency output (Leo Ruan)
- ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs (Christian Lamparter)
- scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024 (Tyrel Datwyler)
- scsi: target: tcmu: Fix possible page UAF (Xiaoguang Wang)
- Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer (Michael Kelley)
- drm/amdkfd: Check for potential null return of kmalloc_array() (QintaoShen)
- drm/amdkfd: Fix Incorrect VMIDs passed to HWS (Tushar Patel)
- drm/amd/display: Update VTEM Infopacket definition (Leo (Hanghong) Ma)
- drm/amd/display: fix audio format not updated after edid updated (Charlene Liu)
- drm/amd: Add USBC connector ID (Aurabindo Pillai)
- cifs: potential buffer overflow in handling symlinks (Harshit Mogalapalli)
- nfc: nci: add flush_workqueue to prevent uaf (Lin Ma)
- testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set (Athira Rajeev)
- sctp: Initialize daddr on peeled off socket (Petr Malat)
- net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() (Karsten Graul)
- drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init() (Stephen Boyd)
- cfg80211: hold bss_lock while updating nontrans_list (Rameshkumar Sundaram)
- net/sched: taprio: Check if socket flags are valid (Benedikt Spranger)
- net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link (Dinh Nguyen)
- net/sched: fix initialization order when updating chain 0 head (Marcelo Ricardo Leitner)
- mlxsw: i2c: Fix initialization error flow (Vadim Pasternak)
- gpiolib: acpi: use correct format characters (Linus Torvalds)
- veth: Ensure eth header is in skb's linear part (Guillaume Nault)
- memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe (Miaoqian Lin)
- LTS tag: v5.4.189 (Sherry Yang)
- ACPI: processor idle: Check for architectural support for LPI (Mario Limonciello)
- cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function (Mario Limonciello)
- selftests: cgroup: Test open-time cgroup namespace usage for migration checks (Tejun Heo)
- selftests: cgroup: Test open-time credential usage for migration checks (Tejun Heo)
- selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 (Tejun Heo)
- cgroup: Use open-time cgroup namespace for process migration perm checks (Tejun Heo)
- cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv (Tejun Heo)
- drm/amdkfd: Fix -Wstrict-prototypes from amdgpu_amdkfd_gfx_10_0_get_functions() (Nathan Chancellor)
- drm/amdkfd: add missing void argument to function kgd2kfd_init (Nathan Chancellor)
- mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long)
- arm64: module: remove (NOLOAD) from linker script (Fangrui Song)
- mm: don't skip swap entry even if zap_details specified (Peter Xu)
- mmc: mmci: stm32: correctly check all elements of sg list (Yann Gautier)
- mmc: mmci_sdmmc: Replace sg_dma_xxx macros (Ludovic Barre)
- tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts (Arnaldo Carvalho de Melo)
- tools build: Filter out options and warnings not supported by clang (Arnaldo Carvalho de Melo)
- irqchip/gic-v3: Fix GICR_CTLR.RWP polling (Marc Zyngier)
- perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator (Xiaomeng Tong)
- ata: sata_dwc_460ex: Fix crash due to OOB write (Christian Lamparter)
- arm64: patch_text: Fixup last cpu should be master (Guo Ren)
- btrfs: fix qgroup reserve overflow the qgroup limit (Ethan Lien)
- x86/pm: Save the MSR validity status at context setup (Pawan Gupta)
- mm/mempolicy: fix mpol_new leak in shared_policy_replace (Miaohe Lin)
- mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) (Paolo Bonzini)
- lz4: fix LZ4_decompress_safe_partial read out of bound (Guo Xuenan)
- mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is complete (Wolfram Sang)
- Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning" (Pali Rohár)
- perf session: Remap buf if there is no space for event (Denis Nikitin)
- perf tools: Fix perf's libperf_print callback (Adrian Hunter)
- SUNRPC: Handle low memory situations in call_status() (Trond Myklebust)
- SUNRPC: Handle ENOMEM in call_transmit_status() (Trond Myklebust)
- drbd: Fix five use after free bugs in get_initial_state (Lv Yunlong)
- bpf: Support dual-stack sockets in bpf_tcp_check_syncookie (Maxim Mikityanskiy)
- spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() (Kamal Dasu)
- qede: confirm skb is allocated before using (Jamie Bainbridge)
- rxrpc: fix a race in rxrpc_exit_net() (Eric Dumazet)
- net: openvswitch: don't send internal clone attribute to the userspace. (Ilya Maximets)
- ipv6: Fix stats accounting in ip6_pkt_drop (David Ahern)
- dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe (Miaoqian Lin)
- IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition (Niels Dossche)
- bnxt_en: reserve space inside receive page for skb_shared_info (Andy Gospodarek)
- drm/imx: Fix memory leak in imx_pd_connector_get_modes (José Expósito)
- net: stmmac: Fix unset max_speed difference between DT and non-DT platforms (Chen-Yu Tsai)
- net: ipv4: fix route with nexthop object delete warning (Nikolay Aleksandrov)
- net/tls: fix slab-out-of-bounds bug in decrypt_internal (Ziyang Xuan)
- scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() (Christophe JAILLET)
- Drivers: hv: vmbus: Fix potential crash on module unload (Guilherme G. Piccoli)
- drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire() (Dan Carpenter)
- mm: fix race between MADV_FREE reclaim and blkdev direct IO read (Mauricio Faria de Oliveira)
- parisc: Fix patch code locking and flushing (John David Anglin)
- parisc: Fix CPU affinity for Lasi, WAX and Dino chips (Helge Deller)
- SUNRPC: Fix socket waits for write buffer space (Trond Myklebust)
- jfs: prevent NULL deref in diFree (Haimin Zhang)
- virtio_console: eliminate anonymous module_init & module_exit (Randy Dunlap)
- serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() (Jiri Slaby)
- NFS: swap-out must always use STABLE writes. (NeilBrown)
- NFS: swap IO handling is slightly different for O_DIRECT IO (NeilBrown)
- SUNRPC/call_alloc: async tasks mustn't block waiting for memory (NeilBrown)
- clk: Enforce that disjoints limits are invalid (Maxime Ripard)
- NFSv4: Protect the state recovery thread against direct reclaim (Trond Myklebust)
- w1: w1_therm: fixes w1_seq for ds28ea00 sensors (Lucas Denefle)
- clk: si5341: fix reported clk_rate when output divider is 2 (Adam Wujek)
- minix: fix bug when opening a file with O_DIRECT (Qinghua Jin)
- init/main.c: return 1 from handled __setup() functions (Randy Dunlap)
- netlabel: fix out-of-bounds memory accesses (Wang Yufen)
- Bluetooth: Fix use after free in hci_send_acl (Luiz Augusto von Dentz)
- xtensa: fix DTC warning unit_address_format (Max Filippov)
- usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm (H. Nikolaus Schaller)
- scsi: libfc: Fix use after free in fc_exch_abts_resp() (Jianglei Nie)
- MIPS: fix fortify panic when copying asm exception handlers (Alexander Lobakin)
- bnxt_en: Eliminate unintended link toggle during FW reset (Michael Chan)
- tuntap: add sanity checks about msg_controllen in sendmsg (Harold Huang)
- macvtap: advertise link netns via netlink (Sven Eckelmann)
- mips: ralink: fix a refcount leak in ill_acc_of_setup() (Hangyu Hua)
- net/smc: correct settings of RMB window update limit (Dust Li)
- scsi: aha152x: Fix aha152x_setup() __setup handler return value (Randy Dunlap)
- scsi: pm8001: Fix pm8001_mpi_task_abort_resp() (Damien Le Moal)
- drm/amdkfd: make CRAT table missing message informational only (Alex Deucher)
- dm ioctl: prevent potential spectre v1 gadget (Jordy Zomer)
- ipv4: Invalidate neighbour for broadcast address upon address addition (Ido Schimmel)
- power: supply: axp288-charger: Set Vhold to 4.4V (Hans de Goede)
- PCI: pciehp: Add Qualcomm quirk for Command Completed erratum (Manivannan Sadhasivam)
- usb: ehci: add pci device support for Aspeed platforms (Neal Liu)
- iommu/arm-smmu-v3: fix event handling soft lockup (Zhou Guanghui)
- PCI: aardvark: Fix support for MSI interrupts (Pali Rohár)
- drm/amdgpu: Fix recursive locking warning (Rajneesh Bhardwaj)
- powerpc: Set crashkernel offset to mid of RMA region (Sourabh Jain)
- ipv6: make mc_forwarding atomic (Sherry Yang)
- power: supply: axp20x_battery: properly report current when discharging (Evgeny Boger)
- scsi: bfa: Replace snprintf() with sysfs_emit() (Yang Guang)
- scsi: mvsas: Replace snprintf() with sysfs_emit() (Yang Guang)
- bpf: Make dst_port field in struct bpf_sock 16-bit wide (Jakub Sitnicki)
- powerpc: dts: t104xrdb: fix phy type for FMAN 4/5 (Maxim Kiselev)
- ptp: replace snprintf with sysfs_emit (Yang Guang)
- drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj (Xin Xiong)
- ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 (Zekun Shen)
- drm: Add orientation quirk for GPD Win Max (Anisse Astier)
- KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs (Jim Mattson)
- ARM: 9187/1: JIVE: fix return value of __setup handler (Randy Dunlap)
- riscv module: remove (NOLOAD) (Fangrui Song)
- rtc: wm8350: Handle error for wm8350_register_irq (Jiasheng Jiang)
- ubifs: Rectify space amount budget for mkdir/tmpfile operations (Zhihao Cheng)
- KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated (Vitaly Kuznetsov)
- openvswitch: Fixed nd target mask field in the flow dump. (Martin Varghese)
- um: Fix uml_mconsole stop/go (Anton Ivanov)
- ARM: dts: spear13xx: Update SPI dma properties (Kuldeep Singh)
- ARM: dts: spear1340: Update serial node properties (Kuldeep Singh)
- ASoC: topology: Allow TLV control to be either read or write (Amadeusz Sławiński)
- ubi: fastmap: Return error code if memory allocation fails in add_aeb() (Zhihao Cheng)
- dt-bindings: spi: mxic: The interrupt property is not mandatory (Miquel Raynal)
- dt-bindings: mtd: nand-controller: Fix a comment in the examples (Miquel Raynal)
- dt-bindings: mtd: nand-controller: Fix the reg property description (Miquel Raynal)
- mm/usercopy: return 1 from hardened_usercopy __setup() handler (Randy Dunlap)
- mm/memcontrol: return 1 from cgroup.memory __setup() handler (Randy Dunlap)
- mm/mmap: return 1 from stack_guard_gap __setup() handler (Randy Dunlap)
- ASoC: soc-compress: Change the check for codec_dai (Jiasheng Jiang)
- powerpc/kasan: Fix early region not updated correctly (Chen Jingwen)
- ACPI: CPPC: Avoid out of bounds access when parsing _CPC data (Rafael J. Wysocki)
- ARM: iop32x: offset IRQ numbers by 1 (Arnd Bergmann)
- ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl (Baokun Li)
- ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs (Jiaxin Yu)
- pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE() (Jonathan Neuschäfer)
- pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR() (Jonathan Neuschäfer)
- pinctrl: pinconf-generic: Print arguments for bias-pull-* (Chen-Yu Tsai)
- net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware (Guangbin Huang)




More information about the El-errata mailing list