-
Tue Aug 17 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.205.5.el7uek]
- KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653) (Maxim Levitsky) [Orabug: 33226010] {CVE-2021-3653}
- Revert "KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl" (Liam Merwick) [Orabug: 33226010] {CVE-2021-3653} {CVE-2021-3653}
- LTS tag: v5.4.140 (Jack Vogel)
- arm64: fix compat syscall return truncation (Mark Rutland)
- net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapter_reset (Letu Ren)
- alpha: Send stop IPI to send to online CPUs (Prarit Bhargava)
- virt_wifi: fix error on connect (Matteo Croce)
- reiserfs: check directory items on read from disk (Shreyansh Chouhan)
- reiserfs: add check for root_inode in reiserfs_fill_super (Yu Kuai)
- libata: fix ata_pio_sector for CONFIG_HIGHMEM (Christoph Hellwig)
- bpf, selftests: Adjust few selftest result_unpriv outcomes (Daniel Borkmann)
- soc: ixp4xx/qmgr: fix invalid __iomem access (Arnd Bergmann)
- spi: meson-spicc: fix memory leak in meson_spicc_remove (Dongliang Mu)
- soc: ixp4xx: fix printing resources (Arnd Bergmann)
- arm64: vdso: Avoid ISB after reading from cntvct_el0 (Will Deacon)
- KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit builds (Sean Christopherson)
- KVM: Do not leak memory for duplicate debugfs directories (Paolo Bonzini)
- KVM: x86: accept userspace interrupt only if no event is injected (Paolo Bonzini)
- md/raid10: properly indicate failure when ending a failed write request (Wei Shuyu)
- pcmcia: i82092: fix a null pointer dereference bug (Zheyu Ma)
- timers: Move clearing of base::timer_running under base:: Lock (Thomas Gleixner)
- serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts. (Mario Kleiner)
- serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driver (Andy Shevchenko)
- MIPS: Malta: Do not byte-swap accesses to the CBUS UART (Maciej W. Rozycki)
- serial: 8250: Mask out floating 16/32-bit bus bits (Maciej W. Rozycki)
- serial: 8250_mtk: fix uart corruption issue when rx power off (Zhiyong Tao)
- serial: tegra: Only print FIFO error message when an error occurs (Jon Hunter)
- ext4: fix potential htree corruption when growing large_dir directories (Theodore Ts'o)
- pipe: increase minimum default pipe size to 2 pages (Alex Xu (Hello71))
- media: rtl28xxu: fix zero-length control request (Johan Hovold)
- staging: rtl8712: get rid of flush_scheduled_work (Pavel Skripkin)
- staging: rtl8723bs: Fix a resource leak in sd_int_dpc (Xiangyang Zhang)
- tpm_ftpm_tee: Free and unregister TEE shared memory during kexec (Tyler Hicks)
- optee: Fix memory leak when failing to register shm pages (Tyler Hicks)
- tee: add tee_shm_alloc_kernel_buf() (Jens Wiklander)
- optee: Clear stale cache entries during initialization (Tyler Hicks)
- tracing / histogram: Give calculation hist_fields a size (Steven Rostedt (VMware))
- scripts/tracing: fix the bug that can't parse raw_trace_func (Hui Su)
- clk: fix leak on devm_clk_bulk_get_all() unwind (Brian Norris)
- usb: otg-fsm: Fix hrtimer list corruption (Dmitry Osipenko)
- usb: gadget: f_hid: idle uses the highest byte for duration (Maxim Devaev)
- usb: gadget: f_hid: fixed NULL pointer dereference (Phil Elwell)
- usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlers (Maxim Devaev)
- usb: cdns3: Fixed incorrect gadget state (Pawel Laszczak)
- ALSA: usb-audio: Add registration quirk for JBL Quantum 600 (Alexander Tsoy)
- ALSA: hda/realtek: add mic quirk for Acer SF314-42 (Alexander Monakov)
- firmware_loader: fix use-after-free in firmware_fallback_sysfs (Anirudh Rayabharam)
- firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallback (Anirudh Rayabharam)
- USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2 (David Bauer)
- USB: serial: ch341: fix character loss at high transfer rates (Willy Tarreau)
- USB: serial: option: add Telit FD980 composition 0x1056 (Daniele Palmas)
- USB: usbtmc: Fix RCU stall warning (Qiang.zhang)
- Bluetooth: defer cleanup of resources in hci_unregister_dev() (Tetsuo Handa) {CVE-2021-3573}
- blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit() (Yu Kuai)
- net: vxge: fix use-after-free in vxge_device_unregister (Pavel Skripkin)
- net: fec: fix use-after-free in fec_drv_remove (Pavel Skripkin)
- net: pegasus: fix uninit-value in get_interrupt_interval (Pavel Skripkin)
- bnx2x: fix an error code in bnx2x_nic_load() (Dan Carpenter)
- mips: Fix non-POSIX regexp (H. Nikolaus Schaller)
- net: ipv6: fix returned variable type in ip6_skb_dst_mtu (Antoine Tenart)
- nfp: update ethtool reporting of pauseframe control (Fei Qin)
- sctp: move the active_key update after sh_keys is added (Xin Long)
- gpio: tqmx86: really make IRQ optional (Matthias Schiffer)
- net: natsemi: Fix missing pci_disable_device() in probe and remove (Wang Hai)
- net: phy: micrel: Fix detection of ksz87xx switch (Steve Bennett)
- net: dsa: sja1105: invalidate dynamic FDB entries learned concurrently with statically added ones (Vladimir Oltean)
- net: dsa: sja1105: overwrite dynamic FDB entries with static ones in .port_fdb_add (Vladimir Oltean)
- net, gro: Set inner transport header offset in tcp/udp GRO hook (Jakub Sitnicki)
- dmaengine: imx-dma: configure the generic DMA type to make it work (Juergen Borleis)
- media: videobuf2-core: dequeue if start_streaming fails (Hans Verkuil)
- scsi: sr: Return correct event when media event code is 3 (Li Manyi)
- spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculation (Marek Vasut)
- spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delay (Marek Vasut)
- omap5-board-common: remove not physically existing vdds_1v8_main fixed-regulator (H. Nikolaus Schaller)
- ARM: dts: am437x-l4: fix typo in can@0 node (Dario Binacchi)
- clk: stm32f4: fix post divisor setup for I2S/SAI PLLs (Dario Binacchi)
- ALSA: usb-audio: fix incorrect clock source setting (chihhao.chen)
- arm64: dts: armada-3720-turris-mox: remove mrvl,i2c-fast-mode (Pali Rohár)
- ARM: dts: imx: Swap M53Menlo pinctrl_power_button/pinctrl_power_out pins (Marek Vasut)
- ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_init (Colin Ian King)
- ARM: dts: colibri-imx6ull: limit SDIO clock to 25MHz (Oleksandr Suvorov)
- ARM: dts: imx6qdl-sr-som: Increase the PHY reset duration to 10ms (Maxime Chevallier)
- ARM: imx: add missing clk_disable_unprepare() (Yang Yingliang)
- ARM: imx: add missing iounmap() (Yang Yingliang)
- arm64: dts: ls1028a: fix node name for the sysclk (Vladimir Oltean)
- ALSA: seq: Fix racy deletion of subscriber (Takashi Iwai)
- Revert "ACPICA: Fix memory leak caused by _CID repair function" (Rafael J. Wysocki)
- LTS tag: v5.4.139 (Jack Vogel)
- spi: mediatek: Fix fifo transfer (Guenter Roeck)
- bpf, selftests: Adjust few selftest outcomes wrt unreachable code (Daniel Borkmann)
- bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones (John Fastabend)
- bpf: Test_verifier, add alu32 bounds tracking tests (John Fastabend)
- bpf: Fix leakage under speculation on mispredicted branches (Daniel Borkmann)
- bpf: Do not mark insn as seen under speculative path verification (Daniel Borkmann)
- bpf: Inherit expanded/patched seen count from old aux data (Daniel Borkmann)
- Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout" (Greg Kroah-Hartman)
- firmware: arm_scmi: Add delayed response status check (Cristian Marussi)
- firmware: arm_scmi: Ensure drivers provide a probe function (Sudeep Holla)
- Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancelled" (Greg Kroah-Hartman)
- ACPI: fix NULL pointer dereference (Linus Torvalds)
- nvme: fix nvme_setup_command metadata trace event (Keith Busch)
- net: Fix zero-copy head len calculation. (Pravin B Shelar)
- qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union() (Jia He)
- r8152: Fix potential PM refcount imbalance (Takashi Iwai)
- ASoC: tlv320aic31xx: fix reversed bclk/wclk master bits (Kyle Russell)
- spi: stm32h7: fix full duplex irq handler handling (Alain Volmat)
- regulator: rt5033: Fix n_voltages settings for BUCK and LDO (Axel Lin)
- btrfs: fix lost inode on log replay after mix of fsync, rename and inode eviction (Filipe Manana)
- btrfs: fix race causing unnecessary inode logging during link and rename (Filipe Manana)
- btrfs: do not commit logs and transactions during link and rename operations (Filipe Manana)
- btrfs: delete duplicated words + other fixes in comments (Randy Dunlap)
- uek/ol/config-aarch64: Disable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (Vijay Kumar) [Orabug: 33215814]
- Revert "rds/ib: reap tx completions during connection shutdown" (Manjunath Patil) [Orabug: 33220434]
- Revert "rds/ib: handle posted ACK during connection shutdown" (Manjunath Patil) [Orabug: 33220434]
- Revert "rds/ib: recover rds connection from interrupt loss scenario" (Manjunath Patil) [Orabug: 33220434]
- Revert "rds/ib: move rds_ib_clear_irq_miss() to .h file" (Manjunath Patil) [Orabug: 33220434]
- KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (Maxim Levitsky) [Orabug: 33235071] {CVE-2021-3656} {CVE-2021-3656}
- KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (Maxim Levitsky) [Orabug: 33235071] {CVE-2021-3653} {CVE-2021-3653}
-
Sat Aug 07 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.205.3.el7uek]
- LTS tag: v5.4.138 (Jack Vogel)
- can: j1939: j1939_session_deactivate(): clarify lifetime of session object (Oleksij Rempel)
- i40e: Add additional info to PHY type error (Lukasz Cieplicki)
- Revert "perf map: Fix dso->nsinfo refcounting" (Arnaldo Carvalho de Melo)
- powerpc/pseries: Fix regression while building external modules (Srikar Dronamraju)
- PCI: mvebu: Setup BAR0 in order to fix MSI (Shmuel Hazan)
- can: hi311x: fix a signedness bug in hi3110_cmd() (Dan Carpenter)
- sis900: Fix missing pci_disable_device() in probe and remove (Wang Hai)
- tulip: windbond-840: Fix missing pci_disable_device() in probe and remove (Wang Hai)
- sctp: fix return value check in __sctp_rcv_asconf_lookup (Marcelo Ricardo Leitner)
- net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev() (Dima Chumak)
- net/mlx5: Fix flow table chaining (Maor Gottlieb)
- net: llc: fix skb_over_panic (Pavel Skripkin)
- mlx4: Fix missing error code in mlx4_load_one() (Jiapeng Chong)
- net: Set true network header for ECN decapsulation (Gilad Naaman)
- tipc: fix sleeping in tipc accept routine (Hoang Le)
- i40e: Fix log TC creation failure when max num of queues is exceeded (Jedrzej Jagielski)
- i40e: Fix queue-to-TC mapping on Tx (Jedrzej Jagielski)
- i40e: Fix firmware LLDP agent related warning (Arkadiusz Kubalewski)
- i40e: Fix logic of disabling queues (Arkadiusz Kubalewski)
- netfilter: nft_nat: allow to specify layer 4 protocol NAT only (Pablo Neira Ayuso)
- netfilter: conntrack: adjust stop timestamp to real expiry value (Florian Westphal)
- cfg80211: Fix possible memory leak in function cfg80211_bss_update (Nguyen Dinh Phi)
- nfc: nfcsim: fix use after free during module unload (Krzysztof Kozlowski)
- NIU: fix incorrect error return, missed in previous revert (Paul Jakma)
- HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDT (Jason Gerecke)
- can: esd_usb2: fix memory leak (Pavel Skripkin)
- can: ems_usb: fix memory leak (Pavel Skripkin)
- can: usb_8dev: fix memory leak (Pavel Skripkin)
- can: mcba_usb_start(): add missing urb->transfer_dma initialization (Pavel Skripkin)
- can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF (Ziyang Xuan)
- can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP.DT to 750ms (Zhang Changzhong)
- ocfs2: issue zeroout to EOF blocks (Junxiao Bi)
- ocfs2: fix zero out valid data (Junxiao Bi)
- KVM: add missing compat KVM_CLEAR_DIRTY_LOG (Paolo Bonzini)
- x86/kvm: fix vcpu-id indexed array sizes (Juergen Gross)
- Revert "ACPI: resources: Add checks for ACPI IRQ override" (Hui Wang)
- btrfs: mark compressed range uptodate only if all bio succeed (Goldwyn Rodrigues)
- btrfs: fix rw device counting in __btrfs_free_extra_devids (Desmond Cheong Zhi Xi)
- x86/asm: Ensure asm/proto.h can be included stand-alone (Jan Kiszka)
- net_sched: check error pointer in tcf_dump_walker() (Cong Wang)
- LTS tag: v5.4.137 (Jack Vogel)
- ipv6: ip6_finish_output2: set sk into newly allocated nskb (Vasily Averin)
- ARM: dts: versatile: Fix up interrupt controller node names (Sudeep Holla)
- iomap: remove the length variable in iomap_seek_hole (Christoph Hellwig)
- iomap: remove the length variable in iomap_seek_data (Christoph Hellwig)
- cifs: fix the out of range assignment to bit fields in parse_server_interfaces (Hyunchul Lee)
- firmware: arm_scmi: Fix range check for the maximum number of pending messages (Cristian Marussi)
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow (Sudeep Holla)
- hfs: add lock nesting notation to hfs_find_init (Desmond Cheong Zhi Xi)
- hfs: fix high memory mapping in hfs_bnode_read (Desmond Cheong Zhi Xi)
- hfs: add missing clean-up in hfs_fill_super (Desmond Cheong Zhi Xi)
- ipv6: allocate enough headroom in ip6_finish_output2() (Vasily Averin)
- sctp: move 198 addresses from unusable to private scope (Xin Long)
- net: annotate data race around sk_ll_usec (Eric Dumazet)
- net/802/garp: fix memleak in garp_request_join() (Yang Yingliang)
- net/802/mrp: fix memleak in mrp_request_join() (Yang Yingliang)
- cgroup1: fix leaked context root causing sporadic NULL deref in LTP (Paul Gortmaker)
- workqueue: fix UAF in pwq_unbound_release_workfn() (Yang Yingliang)
- af_unix: fix garbage collect vs MSG_PEEK (Miklos Szeredi)
- KVM: x86: determine if an exception has an error code only when injecting it. (Maxim Levitsky)
- tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include (Yonghong Song)
- selftest: fix build error in tools/testing/selftests/vm/userfaultfd.c (Greg Kroah-Hartman)
- LTS tag: v5.4.136 (Jack Vogel)
- xhci: add xhci_get_virt_ep() helper (Mathias Nyman)
- perf inject: Close inject.output on exit (Riccardo Mancini)
- PCI: Mark AMD Navi14 GPU ATS as broken (Evan Quan)
- btrfs: compression: don't try to compress if we don't have enough pages (David Sterba)
- iio: accel: bma180: Fix BMA25x bandwidth register values (Stephan Gerhold)
- iio: accel: bma180: Use explicit member assignment (Linus Walleij)
- net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clear (Doug Berger)
- net: dsa: mv88e6xxx: use correct .stats_set_histogram() on Topaz (Marek Behún)
- drm: Return -ENOTTY for non-drm ioctls (Charles Baylis)
- nds32: fix up stack guard gap (Greg Kroah-Hartman)
- rbd: always kick acquire on "acquired" and "released" notifications (Ilya Dryomov)
- rbd: don't hold lock_rwsem while running_list is being drained (Ilya Dryomov)
- hugetlbfs: fix mount mode command line processing (Mike Kravetz)
- userfaultfd: do not untag user pointers (Peter Collingbourne)
- selftest: use mmap instead of posix_memalign to allocate memory (Peter Collingbourne)
- ixgbe: Fix packet corruption due to missing DMA sync (Markus Boehme)
- media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf() (Gustavo A. R. Silva)
- btrfs: check for missing device in btrfs_trim_fs (Anand Jain)
- tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop. (Haoran Luo)
- tracing/histogram: Rename "cpu" to "common_cpu" (Steven Rostedt (VMware))
- firmware/efi: Tell memblock about EFI iomem reservations (Marc Zyngier)
- usb: dwc2: gadget: Fix sending zero length packet in DDMA mode. (Minas Harutyunyan)
- USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick (John Keeping)
- USB: serial: cp210x: fix comments for GE CS1000 (Ian Ray)
- USB: serial: option: add support for u-blox LARA-R6 family (Marco De Marco)
- usb: renesas_usbhs: Fix superfluous irqs happen after usb_pkt_pop() (Yoshihiro Shimoda)
- usb: max-3421: Prevent corruption of freed memory (Mark Tomlinson)
- USB: usb-storage: Add LaCie Rugged USB3-FW to IGNORE_UAS (Julian Sikorski)
- usb: hub: Fix link power management max exit latency (MEL) calculations (Mathias Nyman)
- usb: hub: Disable USB 3 device initiated lpm if exit latency is too high (Mathias Nyman)
- KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM state (Nicholas Piggin)
- KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow (Nicholas Piggin)
- xhci: Fix lost USB 2 remote wake (Mathias Nyman)
- ALSA: hdmi: Expose all pins on MSI MS-7C94 board (Takashi Iwai)
- ALSA: sb: Fix potential ABBA deadlock in CSP driver (Takashi Iwai)
- ALSA: usb-audio: Add registration quirk for JBL Quantum headsets (Alexander Tsoy)
- ALSA: usb-audio: Add missing proc text entry for BESPOKEN type (Takashi Iwai)
- s390/boot: fix use of expolines in the DMA code (Alexander Egorenkov)
- s390/ftrace: fix ftrace_update_ftrace_func implementation (Vasily Gorbik)
- Revert "MIPS: add PMD table accounting into MIPS'pmd_alloc_one" (Huang Pei)
- proc: Avoid mixing integer types in mem_rw() (Marcelo Henrique Cerri)
- drm/panel: raspberrypi-touchscreen: Prevent double-free (Maxime Ripard)
- net: sched: cls_api: Fix the the wrong parameter (Yajun Deng)
- sctp: update active_key for asoc when old key is being replaced (Xin Long)
- nvme: set the PRACT bit when using Write Zeroes with T10 PI (Christoph Hellwig)
- r8169: Avoid duplicate sysfs entry creation error (Sayanta Pattanayak)
- afs: Fix tracepoint string placement with built-in AFS (David Howells)
- Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem" (Vincent Palatin)
- nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING (Zhihao Cheng)
- ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions (Paolo Abeni)
- net/sched: act_skbmod: Skip non-Ethernet packets (Peilin Ye)
- net: hns3: fix rx VLAN offload state inconsistent issue (Jian Shen)
- net/tcp_fastopen: fix data races around tfo_active_disable_stamp (Eric Dumazet)
- net: hisilicon: rename CACHE_LINE_MASK to avoid redefinition (Randy Dunlap)
- bnxt_en: Check abort error state in bnxt_half_open_nic() (Somnath Kotur)
- bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task() (Michael Chan)
- bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe() (Michael Chan)
- spi: cadence: Correct initialisation of runtime PM again (Marek Vasut)
- scsi: target: Fix protect handling in WRITE SAME(32) (Dmitry Bogdanov)
- scsi: iscsi: Fix iface sysfs attr detection (Mike Christie)
- netrom: Decrease sock refcount when sock timers expire (Nguyen Dinh Phi)
- net: sched: fix memory leak in tcindex_partial_destroy_work (Pavel Skripkin)
- KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leak (Nicholas Piggin)
- KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crash (Nicholas Piggin)
- net: decnet: Fix sleeping inside in af_decnet (Yajun Deng)
- efi/tpm: Differentiate missing and invalid final event log table. (Michal Suchanek)
- net: fix uninit-value in caif_seqpkt_sendmsg (Ziyang Xuan)
- bpftool: Check malloc return value in mount_bpffs_for_pin (Tobias Klauser)
- bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc stats (John Fastabend)
- s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1] (Colin Ian King)
- liquidio: Fix unintentional sign extension issue on left shift of u16 (Colin Ian King)
- ASoC: rt5631: Fix regcache sync errors on resume (Maxim Schwalm)
- spi: mediatek: fix fifo rx mode (Peter Hess)
- regulator: hi6421: Fix getting wrong drvdata (Axel Lin)
- regulator: hi6421: Use correct variable type for regmap api val argument (Axel Lin)
- spi: stm32: fixes pm_runtime calls in probe/remove (Alain Volmat)
- spi: stm32: Use dma_request_chan() instead dma_request_slave_channel() (Peter Ujfalusi)
- spi: imx: add a check for speed_hz before calculating the clock (Clark Wang)
- perf data: Close all files in close_dir() (Riccardo Mancini)
- perf probe-file: Delete namelist in del_events() on the error path (Riccardo Mancini)
- perf lzma: Close lzma stream on exit (Riccardo Mancini)
- perf script: Fix memory 'threads' and 'cpus' leaks on exit (Riccardo Mancini)
- perf dso: Fix memory leak in dso__new_map() (Riccardo Mancini)
- perf test event_update: Fix memory leak of evlist (Riccardo Mancini)
- perf test session_topology: Delete session->evlist (Riccardo Mancini)
- perf env: Fix sibling_dies memory leak (Riccardo Mancini)
- perf probe: Fix dso->nsinfo refcounting (Riccardo Mancini)
- perf map: Fix dso->nsinfo refcounting (Riccardo Mancini)
- nvme-pci: do not call nvme_dev_remove_admin from nvme_remove (Casey Chen)
- cxgb4: fix IRQ free race during driver unload (Shahjada Abul Husain)
- pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skipped (Uwe Kleine-König)
- selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirect (Hangbin Liu)
- selftests: icmp_redirect: remove from checking for IPv6 route get (Hangbin Liu)
- ipv6: fix 'disable_policy' for fwd packets (Nicolas Dichtel)
- gve: Fix an error handling path in 'gve_probe()' (Christophe JAILLET)
- igb: Fix position of assignment to *ring (Jedrzej Jagielski)
- igb: Check if num of q_vectors is smaller than max before array access (Aleksandr Loktionov)
- iavf: Fix an error handling path in 'iavf_probe()' (Christophe JAILLET)
- e1000e: Fix an error handling path in 'e1000_probe()' (Christophe JAILLET)
- fm10k: Fix an error handling path in 'fm10k_probe()' (Christophe JAILLET)
- igb: Fix an error handling path in 'igb_probe()' (Christophe JAILLET)
- igc: Fix an error handling path in 'igc_probe()' (Christophe JAILLET)
- igc: Prefer to use the pci_release_mem_regions method (Sasha Neftin)
- ixgbe: Fix an error handling path in 'ixgbe_probe()' (Christophe JAILLET)
- igc: change default return of igc_read_phy_reg() (Tom Rix)
- igb: Fix use-after-free error during reset (Vinicius Costa Gomes)
- igc: Fix use-after-free error during reset (Vinicius Costa Gomes)
- LTS tag: v5.4.135 (Jack Vogel)
- udp: annotate data races around unix_sk(sk)->gso_size (Eric Dumazet)
- perf test bpf: Free obj_buf (Riccardo Mancini)
- bpftool: Properly close va_list 'ap' by va_end() on error (Gu Shengxian)
- ipv6: tcp: drop silly ICMPv6 packet too big messages (Eric Dumazet)
- tcp: annotate data races around tp->mtu_info (Eric Dumazet)
- dma-buf/sync_file: Don't leak fences on merge failure (Jason Ekstrand)
- net: fddi: fix UAF in fza_probe (Pavel Skripkin)
- net: validate lwtstate->data before returning from skb_tunnel_info() (Taehee Yoo)
- net: send SYNACK packet with accepted fwmark (Alexander Ovechkin)
- net: ti: fix UAF in tlan_remove_one (Pavel Skripkin)
- net: qcom/emac: fix UAF in emac_remove (Pavel Skripkin)
- net: moxa: fix UAF in moxart_mac_probe (Pavel Skripkin)
- net: ip_tunnel: fix mtu calculation for ETHER tunnel devices (Hangbin Liu)
- net: bcmgenet: Ensure all TX/RX queues DMAs are disabled (Florian Fainelli)
- net: bridge: sync fdb to new unicast-filtering ports (Wolfgang Bumiller)
- net/sched: act_ct: fix err check for nf_conntrack_confirm (wenxu)
- netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfo (Vasily Averin)
- net: ipv6: fix return value of ip6_skb_dst_mtu (Vadim Fedorenko)
- net: dsa: mv88e6xxx: enable .rmu_disable() on Topaz (Marek Behún)
- net: dsa: mv88e6xxx: enable .port_set_policy() on Topaz (Marek Behún)
- dm writecache: return the exact table values that were set (Mikulas Patocka)
- usb: cdns3: Enable TDL_CHK only for OUT ep (Sanket Parmar)
- f2fs: Show casefolding support only when supported (Daniel Rosenberg)
- arm64: dts: marvell: armada-37xx: move firmware node to generic dtsi file (Pali Rohár)
- firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible string (Pali Rohár)
- arm64: dts: armada-3720-turris-mox: add firmware node (Marek Behún)
- cifs: prevent NULL deref in cifs_compose_mount_options() (Paulo Alcantara)
- s390: introduce proper type handling call_on_stack() macro (Heiko Carstens)
- sched/fair: Fix CFS bandwidth hrtimer expiry type (Odin Ugedal)
- scsi: qedf: Add check to synchronize abort and flush (Javed Hasan)
- scsi: libfc: Fix array index out of bound exception (Javed Hasan)
- scsi: libsas: Add LUN number check in .slave_alloc callback (Yufen Yu)
- scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8 (Colin Ian King)
- rtc: max77686: Do not enforce (incorrect) interrupt trigger type (Krzysztof Kozlowski)
- kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set (Matthias Maennich)
- thermal/core: Correct function name thermal_zone_device_unregister() (Yang Yingliang)
- arm64: dts: imx8mq: assign PCIe clocks (Lucas Stach)
- arm64: dts: ls208xa: remove bus-num from dspi node (Mian Yousaf Kaukab)
- firmware: tegra: bpmp: Fix Tegra234-only builds (Thierry Reding)
- soc/tegra: fuse: Fix Tegra234-only builds (Thierry Reding)
- ARM: dts: stm32: move stmmac axi config in ethernet node on stm32mp15 (Alexandre Torgue)
- ARM: dts: stm32: fix i2c node name on stm32f746 to prevent warnings (Alexandre Torgue)
- ARM: dts: rockchip: fix supply properties in io-domains nodes (Johan Jonker)
- arm64: dts: juno: Update SCPI nodes as per the YAML schema (Sudeep Holla)
- ARM: dts: stm32: fix timer nodes on STM32 MCU to prevent warnings (Alexandre Torgue)
- ARM: dts: stm32: fix RCC node name on stm32f429 MCU (Alexandre Torgue)
- ARM: dts: stm32: fix gpio-keys node on STM32 MCU boards (Alexandre Torgue)
- ARM: dts: am437x-gp-evm: fix ti,no-reset-on-init flag for gpios (Grygorii Strashko)
- ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios (Grygorii Strashko)
- kbuild: sink stdout from cmd for silent build (Masahiro Yamada)
- rtc: mxc_v2: add missing MODULE_DEVICE_TABLE (Bixuan Cui)
- ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info (Jonathan Neuschäfer)
- ARM: dts: imx6: phyFLEX: Fix UART hardware flow control (Primoz Fiser)
- ARM: dts: Hurricane 2: Fix NAND nodes names (Rafał Miłecki)
- ARM: dts: BCM63xx: Fix NAND nodes names (Rafał Miłecki)
- ARM: NSP: dts: fix NAND nodes names (Rafał Miłecki)
- ARM: Cygnus: dts: fix NAND nodes names (Rafał Miłecki)
- ARM: brcmstb: dts: fix NAND nodes names (Rafał Miłecki)
- reset: ti-syscon: fix to_ti_syscon_reset_data macro (Philipp Zabel)
- arm64: dts: rockchip: Fix power-controller node names for rk3328 (Elaine Zhang)
- arm64: dts: rockchip: Fix power-controller node names for px30 (Elaine Zhang)
- ARM: dts: rockchip: Fix power-controller node names for rk3288 (Elaine Zhang)
- ARM: dts: rockchip: Fix power-controller node names for rk3188 (Elaine Zhang)
- ARM: dts: rockchip: Fix power-controller node names for rk3066a (Elaine Zhang)
- ARM: dts: rockchip: Fix IOMMU nodes properties on rk322x (Benjamin Gaignard)
- ARM: dts: rockchip: Fix the timer clocks order (Ezequiel Garcia)
- arm64: dts: rockchip: fix pinctrl sleep nodename for rk3399.dtsi (Johan Jonker)
- ARM: dts: rockchip: fix pinctrl sleep nodename for rk3036-kylin and rk3288 (Johan Jonker)
- ARM: dts: gemini: add device_type on pci (Corentin Labbe)
- ARM: dts: gemini: rename mdio to the right name (Corentin Labbe)
- LTS tag: v5.4.134 (Jack Vogel)
- misc: alcor_pci: fix inverted branch condition (Tong Zhang)
- scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg() (Dan Carpenter)
- MIPS: vdso: Invalid GIC access through VDSO (Martin Fäcknitz)
- mips: disable branch profiling in boot/decompress.o (Randy Dunlap)
- mips: always link byteswap helpers into decompressor (Arnd Bergmann)
- scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() (Christophe JAILLET)
- firmware: turris-mox-rwtm: fail probing when firmware does not support hwrng (Pali Rohár)
- firmware: turris-mox-rwtm: report failures better (Marek Behún)
- firmware: turris-mox-rwtm: fix reply status decoding function (Marek Behún)
- thermal/drivers/rcar_gen3_thermal: Fix coefficient calculations (Niklas Söderlund)
- ARM: dts: imx6q-dhcom: Add gpios pinctrl for i2c bus recovery (Christoph Niedermaier)
- ARM: dts: imx6q-dhcom: Fix ethernet plugin detection problems (Christoph Niedermaier)
- ARM: dts: imx6q-dhcom: Fix ethernet reset time properties (Christoph Niedermaier)
- ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema (Aswath Govindraju)
- ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema (Aswath Govindraju)
- memory: fsl_ifc: fix leak of private memory on probe failure (Krzysztof Kozlowski)
- memory: fsl_ifc: fix leak of IO mapping on probe failure (Krzysztof Kozlowski)
- reset: bail if try_module_get() fails (Philipp Zabel)
- ARM: dts: BCM5301X: Fixup SPI binding (Rafał Miłecki)
- firmware: arm_scmi: Reset Rx buffer to max size during async commands (Cristian Marussi)
- firmware: tegra: Fix error return code in tegra210_bpmp_init() (Zhen Lei)
- ARM: dts: r8a7779, marzen: Fix DU clock names (Geert Uytterhoeven)
- arm64: dts: renesas: v3msk: Fix memory size (Valentine Barshak)
- rtc: fix snprintf() checking in is_rtc_hctosys() (Dan Carpenter)
- memory: pl353: Fix error return code in pl353_smc_probe() (Zhen Lei)
- reset: brcmstb: Add missing MODULE_DEVICE_TABLE (Zou Wei)
- memory: atmel-ebi: add missing of_node_put for loop iteration (Krzysztof Kozlowski)
- ARM: dts: exynos: fix PWM LED max brightness on Odroid XU4 (Krzysztof Kozlowski)
- ARM: dts: exynos: fix PWM LED max brightness on Odroid HC1 (Krzysztof Kozlowski)
- ARM: dts: exynos: fix PWM LED max brightness on Odroid XU/XU3 (Krzysztof Kozlowski)
- ARM: exynos: add missing of_node_put for loop iteration (Krzysztof Kozlowski)
- reset: a10sr: add missing of_match_table reference (Krzysztof Kozlowski)
- ARM: dts: gemini-rut1xx: remove duplicate ethernet node (Corentin Labbe)
- hexagon: use common DISCARDS macro (Nathan Chancellor)
- NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times (Trond Myklebust)
- ALSA: isa: Fix error return code in snd_cmi8330_probe() (Zhen Lei)
- nvme-tcp: can't set sk_user_data without write_lock (Maurizio Lombardi)
- virtio_net: move tx vq operation under tx queue lock (Michael S. Tsirkin)
- pwm: imx1: Don't disable clocks at device remove time (Uwe Kleine-König)
- x86/fpu: Limit xstate copy size in xstateregs_set() (Thomas Gleixner)
- PCI: iproc: Support multi-MSI only on uniprocessor kernel (Sandor Bodo-Merle)
- PCI: iproc: Fix multi-MSI base vector number allocation (Sandor Bodo-Merle)
- ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode (Zhihao Cheng)
- nfs: fix acl memory leak of posix_acl_create() (Gao Xiang)
- watchdog: aspeed: fix hardware timeout calculation (Tao Ren)
- um: fix error return code in winch_tramp() (Zhen Lei)
- um: fix error return code in slip_open() (Zhen Lei)
- NFSv4: Initialise connection to the server in nfs4_alloc_client() (Trond Myklebust)
- power: supply: rt5033_battery: Fix device tree enumeration (Stephan Gerhold)
- PCI/sysfs: Fix dsm_label_utf16s_to_utf8s() buffer overrun (Krzysztof Wilczyński)
- f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs (Chao Yu)
- x86/signal: Detect and prevent an alternate signal stack overflow (Chang S. Bae)
- virtio_console: Assure used length from device is limited (Xie Yongji)
- virtio_net: Fix error handling in virtnet_restore() (Xie Yongji)
- virtio-blk: Fix memory leak among suspend/resume procedure (Xie Yongji)
- ACPI: video: Add quirk for the Dell Vostro 3350 (Hans de Goede)
- ACPI: AMBA: Fix resource name in /proc/iomem (Liguang Zhang)
- pwm: tegra: Don't modify HW state in .remove callback (Uwe Kleine-König)
- pwm: img: Fix PM reference leak in img_pwm_enable() (Zou Wei)
- power: supply: ab8500: add missing MODULE_DEVICE_TABLE (Zou Wei)
- power: supply: charger-manager: add missing MODULE_DEVICE_TABLE (Zou Wei)
- NFS: nfs_find_open_context() may only select open files (Trond Myklebust)
- ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty (Jeff Layton)
- orangefs: fix orangefs df output. (Mike Marshall)
- PCI: tegra: Add missing MODULE_DEVICE_TABLE (Zou Wei)
- x86/fpu: Return proper error codes from user access functions (Thomas Gleixner)
- watchdog: iTCO_wdt: Account for rebooting on second timeout (Jan Kiszka)
- watchdog: imx_sc_wdt: fix pretimeout (Stefan Eichenberger)
- watchdog: Fix possible use-after-free by calling del_timer_sync() (Zou Wei)
- watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff() (Zou Wei)
- watchdog: Fix possible use-after-free in wdt_startup() (Zou Wei)
- PCI/P2PDMA: Avoid pci_get_slot(), which may sleep (Logan Gunthorpe)
- ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1 (Nick Desaulniers)
- power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLE (Bixuan Cui)
- power: supply: max17042: Do not enforce (incorrect) interrupt trigger type (Krzysztof Kozlowski)
- power: supply: ab8500: Avoid NULL pointers (Linus Walleij)
- pwm: spear: Don't modify HW state in .remove callback (Uwe Kleine-König)
- power: supply: sc2731_charger: Add missing MODULE_DEVICE_TABLE (Zou Wei)
- power: supply: sc27xx: Add missing MODULE_DEVICE_TABLE (Zou Wei)
- lib/decompress_unlz4.c: correctly handle zero-padding around initrds. (Dimitri John Ledkov)
- i2c: core: Disable client irq on reboot/shutdown (Dmitry Torokhov)
- intel_th: Wait until port is in reset before programming it (Alexander Shishkin)
- staging: rtl8723bs: fix macro value for 2.4Ghz only device (Fabio Aiuto)
- ALSA: usb-audio: scarlett2: Fix 6i6 Gen 2 line out descriptions (Geoffrey D. Bennett)
- ALSA: hda: Add IRQ check for platform_get_irq() (Jiajun Cao)
- backlight: lm3630a: Fix return code of .update_status() callback (Uwe Kleine-König)
- ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20 characters (Pierre-Louis Bossart)
- powerpc/boot: Fixup device-tree on little endian (Benjamin Herrenschmidt)
- usb: gadget: hid: fix error return code in hid_bind() (Yang Yingliang)
- usb: gadget: f_hid: fix endianness issue with descriptors (Ruslan Bilovol)
- ALSA: usb-audio: scarlett2: Fix scarlett2_*_ctl_put() return values (Geoffrey D. Bennett)
- ALSA: usb-audio: scarlett2: Fix data_mutex lock (Geoffrey D. Bennett)
- ALSA: usb-audio: scarlett2: Fix 18i8 Gen 2 PCM Input count (Geoffrey D. Bennett)
- ALSA: bebob: add support for ToneWeal FW66 (Takashi Sakamoto)
- Input: hideep - fix the uninitialized use in hideep_nvm_unlock() (Yizhuo Zhai)
- s390/mem_detect: fix tprot() program check new psw handling (Heiko Carstens)
- s390/mem_detect: fix diag260() program check new psw handling (Heiko Carstens)
- s390/ipl_parm: fix program check new psw handling (Heiko Carstens)
- s390/processor: always inline stap() and __load_psw_mask() (Heiko Carstens)
- ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing() (Zhen Lei)
- gpio: pca953x: Add support for the On Semi pca9655 (Peter Robinson)
- selftests/powerpc: Fix "no_handler" EBB selftest (Athira Rajeev)
- ALSA: ppc: fix error return code in snd_pmac_probe() (Yang Yingliang)
- gpio: zynq: Check return value of pm_runtime_get_sync (Srinivas Neeli)
- iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation (Xiyu Yang)
- iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails (Xiyu Yang)
- powerpc/ps3: Add dma_mask to ps3_dma_region (Geoff Levand)
- ALSA: sb: Fix potential double-free of CSP mixer elements (Takashi Iwai)
- selftests: timers: rtcpie: skip test if default RTC device does not exist (Po-Hsu Lin)
- s390/sclp_vt220: fix console name to match device (Valentin Vidic)
- serial: tty: uartlite: fix console setup (Daniel Mack)
- ASoC: img: Fix PM reference leak in img_i2s_in_probe() (Yufen Yu)
- mfd: cpcap: Fix cpcap dmamask not set warnings (Tony Lindgren)
- mfd: da9052/stmpe: Add and modify MODULE_DEVICE_TABLE (Zou Wei)
- scsi: qedi: Fix null ref during abort handling (Mike Christie)
- scsi: iscsi: Fix shost->max_id use (Mike Christie)
- scsi: iscsi: Fix conn use after free during resets (Mike Christie)
- scsi: iscsi: Add iscsi_cls_conn refcount helpers (Mike Christie)
- scsi: megaraid_sas: Handle missing interrupts while re-enabling IRQs (Chandrakanth Patil)
- scsi: megaraid_sas: Early detection of VD deletion through RaidMap update (Kashyap Desai)
- scsi: megaraid_sas: Fix resource leak in case of probe failure (Chandrakanth Patil)
- fs/jfs: Fix missing error code in lmLogInit() (Jiapeng Chong)
- scsi: scsi_dh_alua: Check for negative result value (Hannes Reinecke)
- tty: serial: 8250: serial_cs: Fix a memory leak in error handling path (Christophe JAILLET)
- ALSA: ac97: fix PM reference leak in ac97_bus_remove() (Yufen Yu)
- scsi: core: Cap scsi_host cmd_per_lun at can_queue (John Garry)
- scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLs (James Smart)
- scsi: lpfc: Fix "Unexpected timeout" error in direct attach topology (James Smart)
- scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw() (Sergey Shtylyov)
- w1: ds2438: fixing bug that would always get page0 (Luiz Sampaio)
- Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro" (Takashi Sakamoto)
- ALSA: usx2y: Don't call free_pages_exact() with NULL address (Takashi Iwai)
- iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get() (Jonathan Cameron)
- iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get(). (Jonathan Cameron)
- misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge (Tong Zhang)
- misc/libmasm/module: Fix two use after free in ibmasm_init_one (Lv Yunlong)
- tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zero (Sherry Sun)
- srcu: Fix broken node geometry after early ssp init (Frederic Weisbecker)
- dmaengine: fsl-qdma: check dma_set_mask return value (Robin Gong)
- net: moxa: Use devm_platform_get_and_ioremap_resource() (Yang Yingliang)
- fbmem: Do not delete the mode that is still in use (Zhen Lei)
- cgroup: verify that source is a string (Christian Brauner)
- tracing: Do not reference char * as a string in histograms (Steven Rostedt (VMware))
- scsi: core: Fix bad pointer dereference when ehandler kthread is invalid (Tyrel Datwyler)
- KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run() (Lai Jiangshan)
- KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabled (Sean Christopherson)
- KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio (Kefeng Wang)
- LTS tag: v5.4.133 (Jack Vogel)
- smackfs: restrict bytes count in smk_set_cipso() (Tetsuo Handa)
- jfs: fix GPF in diFree (Pavel Skripkin)
- pinctrl: mcp23s08: Fix missing unlock on error in mcp23s08_irq() (Zou Wei)
- media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K (Benjamin Drung)
- media: gspca/sunplus: fix zero-length control requests (Johan Hovold)
- media: gspca/sq905: fix control-request direction (Johan Hovold)
- media: zr364xx: fix memory leak in zr364xx_start_readpipe (Pavel Skripkin)
- media: dtv5100: fix control-request directions (Johan Hovold)
- media: subdev: disallow ioctl for saa6588/davinci (Arnd Bergmann)
- PCI: aardvark: Implement workaround for the readback value of VEND_ID (Pali Rohár)
- PCI: aardvark: Fix checking for PIO Non-posted Request (Pali Rohár)
- PCI: Leave Apple Thunderbolt controllers on for s2idle or standby (Konstantin Kharlamov)
- dm btree remove: assign new_root only when removal succeeds (Hou Tao)
- coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer() (Sai Prakash Ranjan)
- ipack/carriers/tpci200: Fix a double free in tpci200_pci_probe (Lv Yunlong)
- tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT (Paul Burton)
- tracing: Simplify & fix saved_tgids logic (Paul Burton)
- rq-qos: fix missed wake-ups in rq_qos_throttle try two (Jan Kara)
- seq_buf: Fix overflow in seq_buf_putmem_hex() (Yun Zhou)
- extcon: intel-mrfld: Sync hardware and software state on init (Ferry Toth)
- nvmem: core: add a missing of_node_put (Christophe JAILLET)
- power: supply: ab8500: Fix an old bug (Linus Walleij)
- ubifs: Fix races between xattr_{set|get} and listxattr operations (Zhihao Cheng)
- thermal/drivers/int340x/processor_thermal: Fix tcc setting (Srinivas Pandruvada)
- ipmi/watchdog: Stop watchdog timer when the current action is 'none' (Petr Pavlu)
- qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute (Nathan Chancellor)
- ASoC: tegra: Set driver_name=tegra for all machine drivers (Dmitry Osipenko)
- MIPS: fix "mipsel-linux-ld: decompress.c:undefined reference to `memmove'" (Gao Xiang)
- fpga: stratix10-soc: Add missing fpga_mgr_free() call (Russ Weight)
- clocksource/arm_arch_timer: Improve Allwinner A64 timer workaround (Samuel Holland)
- cpu/hotplug: Cure the cpusets trainwreck (Thomas Gleixner)
- ata: ahci_sunxi: Disable DIPM (Timo Sigurdsson)
- mmc: core: Allow UHS-I voltage switch for SDSC cards if supported (Christian Löhle)
- mmc: core: clear flags before allowing to retune (Wolfram Sang)
- mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode (Al Cooper)
- drm/arm/malidp: Always list modifiers (Daniel Vetter)
- drm/msm/mdp4: Fix modifier support enabling (Daniel Vetter)
- drm/tegra: Don't set allow_fb_modifiers explicitly (Daniel Vetter)
- drm/amd/display: Reject non-zero src_y and src_x for video planes (Harry Wentland)
- pinctrl/amd: Add device HID for new AMD GPIO controller (Maximilian Luz)
- drm/amd/display: fix incorrrect valid irq check (Guchun Chen)
- drm/rockchip: dsi: remove extra component_del() call (Thomas Hebb)
- drm/radeon: Add the missed drm_gem_object_put() in radeon_user_framebuffer_create() (Jing Xiangfeng)
- drm/amdgpu: Update NV SIMD-per-CU to 2 (Joseph Greathouse)
- powerpc/barrier: Avoid collision with clang's __lwsync macro (Nathan Chancellor)
- powerpc/mm: Fix lockup on kernel exec fault (Christophe Leroy)
- perf bench: Fix 2 memory sanitizer warnings (Ian Rogers)
- fscrypt: don't ignore minor_hash when hash is 0 (Eric Biggers)
- MIPS: set mips32r5 for virt extensions (Nick Desaulniers)
- MIPS: loongsoon64: Reserve memory below starting pfn to prevent Oops (zhanglianjie)
- sctp: add size validation when walking chunks (Marcelo Ricardo Leitner)
- sctp: validate from_addr_param return (Marcelo Ricardo Leitner)
- Bluetooth: btusb: fix bt fiwmare downloading failure issue for qca btsoc. (Tim Jiang)
- Bluetooth: Shutdown controller after workqueues are flushed or cancelled (Kai-Heng Feng)
- Bluetooth: Fix the HCI to MGMT status conversion table (Yu Liu)
- Bluetooth: btusb: Fixed too many in-token issue for Mediatek Chip. (mark-yw.chen)
- net: ip: avoid OOM kills with large UDP sends over loopback (Jakub Kicinski)
- media, bpf: Do not copy more entries than user space requested (Sean Young)
- wireless: wext-spy: Fix out-of-bounds warning (Gustavo A. R. Silva)
- sfc: error code if SRIOV cannot be disabled (Íñigo Huguet)
- sfc: avoid double pci_remove of VFs (Íñigo Huguet)
- iwlwifi: pcie: fix context info freeing (Johannes Berg)
- iwlwifi: pcie: free IML DMA memory allocation (Johannes Berg)
- iwlwifi: mvm: don't change band on bound PHY contexts (Johannes Berg)
- RDMA/rxe: Don't overwrite errno from ib_umem_get() (Xiao Yang)
- vsock: notify server to shutdown when client has pending signal (Longpeng(Mike))
- atm: nicstar: register the interrupt handler in the right place (Zheyu Ma)
- atm: nicstar: use 'dma_free_coherent' instead of 'kfree' (Zheyu Ma)
- MIPS: add PMD table accounting into MIPS'pmd_alloc_one (Huang Pei)
- rtl8xxxu: Fix device info for RTL8192EU devices (Pascal Terjan)
- drm/amdkfd: Walk through list with dqm lock hold (xinhui pan)
- net: sched: fix error return code in tcf_del_walker() (Yang Yingliang)
- net: fix mistake path for netdev_features_strings (Jian Shen)
- mt76: mt7615: fix fixed-rate tx status reporting (Felix Fietkau)
- bpf: Fix up register-based shifts in interpreter to silence KUBSAN (Daniel Borkmann)
- cw1200: add missing MODULE_DEVICE_TABLE (Zou Wei)
- wl1251: Fix possible buffer overflow in wl1251_cmd_scan (Lee Gibson)
- wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELP (Tony Lindgren)
- xfrm: Fix error reporting in xfrm_state_construct. (Steffen Klassert)
- drm/amd/display: Verify Gamma & Degamma LUT sizes in amdgpu_dm_atomic_check (Mark Yacoub)
- r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM (Heiner Kallweit)
- selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC (Minchan Kim)
- fjes: check return value after calling platform_get_resource() (Yang Yingliang)
- drm/amdkfd: use allowed domain for vmbo validation (Nirmoy Das)
- drm/amd/display: Set DISPCLK_MAX_ERRDET_CYCLES to 7 (Wesley Chalmers)
- drm/amd/display: Release MST resources on switch from MST to SST (Vladimir Stempen)
- drm/amd/display: Update scaling settings on modeset (Roman Li)
- net: micrel: check return value after calling platform_get_resource() (Yang Yingliang)
- net: mvpp2: check return value after calling platform_get_resource() (Yang Yingliang)
- net: bcmgenet: check return value after calling platform_get_resource() (Yang Yingliang)
- virtio_net: Remove BUG() to avoid machine dead (Xianting Tian)
- ice: set the value of global config lock timeout longer (Liwei Song)
- pinctrl: mcp23s08: fix race condition in irq handler (Radim Pavlik)
- dm space maps: don't reset space map allocation cursor when committing (Joe Thornber)
- RDMA/cxgb4: Fix missing error code in create_qp() (Jiapeng Chong)
- ipv6: use prandom_u32() for ID generation (Willy Tarreau)
- clk: tegra: Ensure that PLLU configuration is applied properly (Dmitry Osipenko)
- clk: renesas: r8a77995: Add ZA2 clock (Kuninori Morimoto)
- drm/bridge: cdns: Fix PM reference leak in cdns_dsi_transfer() (Zou Wei)
- igb: handle vlan types with checker enabled (Jesse Brandeburg)
- e100: handle eeprom as little endian (Jesse Brandeburg)
- udf: Fix NULL pointer dereference in udf_symlink function (Arturo Giusti)
- drm/sched: Avoid data corruptions (Andrey Grodzovsky)
- drm/virtio: Fix double free on probe failure (Xie Yongji)
- reiserfs: add check for invalid 1st journal block (Pavel Skripkin)
- drm/mediatek: Fix PM reference leak in mtk_crtc_ddp_hw_init() (Wang Li)
- net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT (Sebastian Andrzej Siewior)
- atm: nicstar: Fix possible use-after-free in nicstar_cleanup() (Zou Wei)
- mISDN: fix possible use-after-free in HFC_cleanup() (Zou Wei)
- atm: iphase: fix possible use-after-free in ia_module_exit() (Zou Wei)
- hugetlb: clear huge pte during flush function on mips platform (Bibo Mao)
- drm/amd/display: fix use_max_lb flag for 420 pixel formats (Dmytro Laktyushkin)
- net: pch_gbe: Use proper accessors to BE data in pch_ptp_match() (Andy Shevchenko)
- drm/vc4: fix argument ordering in vc4_crtc_get_margins() (Dan Carpenter)
- drm/amd/amdgpu/sriov disable all ip hw status by default (Jack Zhang)
- drm/zte: Don't select DRM_KMS_FB_HELPER (Thomas Zimmermann)
- drm/mxsfb: Don't select DRM_KMS_FB_HELPER (Thomas Zimmermann)
- uek-rpm: mark /etc/ld.so.conf.d/ files as %config (Stephen Brennan) [Orabug: 33186980]
-
Tue Aug 03 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.205.2.el7uek]
- rds/ib: quarantine STALE mr before dereg (Manjunath Patil) [Orabug: 33150447]
-
Tue Aug 03 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.205.1.el7uek]
- rds/ib: update mr incarnation after forming inv wr (Manjunath Patil) [Orabug: 33177348]
- rds/ib: avoid dereg of mr in frwr_clean (Manjunath Patil) [Orabug: 33150427]
- arm64: mm: kdump: Fix /proc/kcore (Henry Willard) [Orabug: 32570847]
-
Mon Aug 02 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.205.0.el7uek]
- LTS tag: v5.4.132 (Jack Vogel)
- iommu/dma: Fix compile warning in 32-bit builds (Joerg Roedel)
- mmc: vub3000: fix control-request direction (Johan Hovold)
- mmc: block: Disable CMDQ on the ioctl path (Bean Huo)
- scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd() (Varun Prakash)
- perf llvm: Return -ENOMEM when asprintf() fails (Arnaldo Carvalho de Melo)
- selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random (Dave Hansen)
- mm/z3fold: fix potential memory leak in z3fold_destroy_pool() (Miaohe Lin)
- mm/huge_memory.c: don't discard hugepage if other processes are mapping it (Miaohe Lin)
- vfio/pci: Handle concurrent vma faults (Alex Williamson)
- arm64: dts: marvell: armada-37xx: Fix reg for standard variant of UART (Pali Rohár)
- serial: mvebu-uart: correctly calculate minimal possible baudrate (Pali Rohár)
- serial: mvebu-uart: do not allow changing baudrate when uartclk is not available (Pali Rohár)
- powerpc: Offline CPU in stop_this_cpu() (Nicholas Piggin)
- leds: ktd2692: Fix an error handling path (Christophe JAILLET)
- leds: as3645a: Fix error return code in as3645a_parse_node() (Zhen Lei)
- configfs: fix memleak in configfs_release_bin_file (Chung-Chiang Cheng)
- ASoC: atmel-i2s: Fix usage of capture and playback at the same time (Codrin Ciubotariu)
- extcon: max8997: Add missing modalias string (Marek Szyprowski)
- extcon: sm5502: Drop invalid register write in sm5502_reg_data (Stephan Gerhold)
- phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe() (Christophe JAILLET)
- phy: uniphier-pcie: Fix updating phy parameters (Kunihiko Hayashi)
- soundwire: stream: Fix test for DP prepare complete (Richard Fitzgerald)
- scsi: mpt3sas: Fix error return value in _scsih_expander_add() (Zhen Lei)
- mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvell_nfc_resume() (Yang Yingliang)
- of: Fix truncation of memory sizes on 32-bit platforms (Geert Uytterhoeven)
- ASoC: cs42l42: Correct definition of CS42L42_ADC_PDN_MASK (Richard Fitzgerald)
- iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates (Maciej W. Rozycki)
- staging: mt7621-dts: fix pci address for PCI memory range (Sergio Paracuellos)
- staging: rtl8712: fix memory leak in rtl871x_load_fw_cb (Pavel Skripkin)
- staging: rtl8712: remove redundant check in r871xu_drv_init (Pavel Skripkin)
- staging: gdm724x: check for overflow in gdm_lte_netif_rx() (Dan Carpenter)
- staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt() (Dan Carpenter)
- iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helper (Alexandru Ardelean)
- eeprom: idt_89hpesx: Restore printing the unsupported fwnode name (Andy Shevchenko)
- eeprom: idt_89hpesx: Put fwnode in matching case during ->probe() (Andy Shevchenko)
- usb: dwc2: Don't reset the core after setting turnaround time (Clément Lassieur)
- usb: gadget: f_fs: Fix setting of device and driver data cross-references (Andrew Gabbasov)
- ASoC: mediatek: mtk-btcvsd: Fix an error handling path in 'mtk_btcvsd_snd_probe()' (Christophe JAILLET)
- iommu/dma: Fix IOVA reserve dma ranges (Srinath Mannam)
- s390: appldata depends on PROC_SYSCTL (Randy Dunlap)
- visorbus: fix error return code in visorchipset_init() (Zhen Lei)
- fsi/sbefifo: Fix reset timeout (Joachim Fenkes)
- fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE (Joachim Fenkes)
- fsi: occ: Don't accept response from un-initialized OCC (Eddie James)
- fsi: scom: Reset the FSI2PIB engine for any error (Eddie James)
- fsi: core: Fix return of error values on failures (Colin Ian King)
- scsi: FlashPoint: Rename si_flags field (Randy Dunlap)
- leds: lm3692x: Put fwnode in any case during ->probe() (Andy Shevchenko)
- leds: lm36274: cosmetic: rename lm36274_data to chip (Marek Behún)
- leds: lm3532: select regmap I2C API (Andy Shevchenko)
- tty: nozomi: Fix the error handling path of 'nozomi_card_init()' (Christophe JAILLET)
- firmware: stratix10-svc: Fix a resource leak in an error handling path (Christophe JAILLET)
- char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol() (Yu Kuai)
- mtd: partitions: redboot: seek fis-index-block in the right node (Corentin Labbe)
- Input: hil_kbd - fix error return code in hil_dev_connect() (Zhen Lei)
- ASoC: rsnd: tidyup loop on rsnd_adg_clk_query() (Kuninori Morimoto)
- backlight: lm3630a_bl: Put fwnode in error case during ->probe() (Andy Shevchenko)
- ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_startup() (Yang Yingliang)
- ASoC: rk3328: fix missing clk_disable_unprepare() on error in rk3328_platform_probe() (Yang Yingliang)
- iio: potentiostat: lmp91000: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: accel: mxc4005: Fix overread of data and alignment issue. (Jonathan Cameron)
- iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read calls (Jonathan Cameron)
- iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: adis16400: do not return ints in irq handlers (Nuno Sa)
- iio: adis_buffer: do not return ints in irq handlers (Nuno Sa)
- mwifiex: re-fix for unaligned accesses (Arnd Bergmann)
- tty: nozomi: Fix a resource leak in an error handling function (Christophe JAILLET)
- rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread() (Paul E. McKenney)
- staging: fbtft: Rectify GPIO handling (Andy Shevchenko)
- MIPS: Fix PKMAP with 32-bit MIPS huge page support (Wei Li)
- RDMA/mlx5: Don't access NULL-cleared mpi pointer (Leon Romanovsky)
- net: sched: fix warning in tcindex_alloc_perfect_hash (Pavel Skripkin)
- net: lwtunnel: handle MTU calculation in forwading (Vadim Fedorenko)
- writeback: fix obtain a reference to a freeing memcg css (Muchun Song)
- clk: si5341: Update initialization magic (Robert Hancock)
- clk: si5341: Avoid divide errors due to bogus register contents (Robert Hancock)
- clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC (Cristian Ciocaltea)
- clk: actions: Fix SD clocks factor table on Owl S500 SoC (Cristian Ciocaltea)
- clk: actions: Fix UART clock dividers on Owl S500 SoC (Cristian Ciocaltea)
- Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event (Luiz Augusto von Dentz)
- Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid (Luiz Augusto von Dentz)
- Revert "be2net: disable bh with spin_lock in be_process_mcc" (Petr Oros)
- gve: Fix swapped vars when fetching max queues (Bailey Forrest)
- bpfilter: Specify the log level for the kmsg message (Gary Lin)
- e1000e: Check the PCIm state (Sasha Neftin)
- ipv6: fix out-of-bound access in ip6_parse_tlv() (Eric Dumazet)
- ibmvnic: free tx_pool if tso_pool alloc fails (Sukadev Bhattiprolu)
- Revert "ibmvnic: remove duplicate napi_schedule call in open function" (Dany Madden)
- i40e: Fix autoneg disabling for non-10GBaseT links (Mateusz Palczewski)
- i40e: Fix error handling in i40e_vsi_open (Dinghao Liu)
- bpf: Do not change gso_size during bpf_skb_change_proto() (Maciej Żenczykowski)
- ipv6: exthdrs: do not blindly use init_net (Eric Dumazet)
- net: bcmgenet: Fix attaching to PYH failed on RPi 4B (Jian-Hong Pan)
- mac80211: remove iwlwifi specific workaround NDPs of null_response (Ping-Ke Shih)
- ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl() (Eric Dumazet)
- ieee802154: hwsim: Fix memory leak in hwsim_add_one (Dongliang Mu)
- tc-testing: fix list handling (Marcelo Ricardo Leitner)
- net/ipv4: swap flow ports when validating source (Miao Wang)
- vxlan: add missing rcu_read_lock() in neigh_reduce() (Eric Dumazet)
- pkt_sched: sch_qfq: fix qfq_change_class() error path (Eric Dumazet)
- tls: prevent oversized sendfile() hangs by ignoring MSG_MORE (Jakub Kicinski)
- net: sched: add barrier to ensure correct ordering for lockless qdisc (Yunsheng Lin)
- vrf: do not push non-ND strict packets with a source LLA through packet taps again (Antoine Tenart)
- net: ethernet: ezchip: fix error handling (Pavel Skripkin)
- net: ethernet: ezchip: fix UAF in nps_enet_remove (Pavel Skripkin)
- net: ethernet: aeroflex: fix UAF in greth_of_remove (Pavel Skripkin)
- samples/bpf: Fix the error return code of xdp_redirect's main() (Wang Hai)
- RDMA/rxe: Fix qp reference counting for atomic ops (Bob Pearson)
- netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols (Pablo Neira Ayuso)
- netfilter: nft_osf: check for TCP packet before further processing (Pablo Neira Ayuso)
- netfilter: nft_exthdr: check for IPv6 packet before further processing (Pablo Neira Ayuso)
- RDMA/mlx5: Don't add slave port to unaffiliated list (Leon Romanovsky)
- netlabel: Fix memory leak in netlbl_mgmt_add_common (Liu Shixin)
- ath10k: Fix an error code in ath10k_add_interface() (Yang Li)
- brcmsmac: mac80211_if: Fix a resource leak in an error handling path (Christophe JAILLET)
- brcmfmac: correctly report average RSSI in station info (Alvin Šipraga)
- brcmfmac: fix setting of station info chains bitmask (Alvin Šipraga)
- ssb: Fix error return code in ssb_bus_scan() (Zhen Lei)
- wcn36xx: Move hal_buf allocation to devm_kmalloc in probe (Bryan O'Donoghue)
- ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others (Dongliang Mu)
- wireless: carl9170: fix LEDS build errors & warnings (Randy Dunlap)
- ath10k: add missing error return code in ath10k_pci_probe() (Yang Yingliang)
- ath10k: go to path err_unsupported when chip id is not supported (Yang Yingliang)
- tools/bpftool: Fix error return code in do_batch() (Zhihao Cheng)
- drm: qxl: ensure surf.data is ininitialized (Colin Ian King)
- RDMA/rxe: Fix failure during driver load (Kamal Heib)
- RDMA/core: Sanitize WQ state received from the userspace (Leon Romanovsky)
- net/sched: act_vlan: Fix modify to allow 0 (Boris Sukholitko)
- ehea: fix error return code in ehea_restart_qps() (Zhen Lei)
- drm/rockchip: dsi: move all lane config except LCDC mux to bind() (Thomas Hebb)
- drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write() (Yang Yingliang)
- net: ftgmac100: add missing error return code in ftgmac100_probe() (Yang Yingliang)
- clk: meson: g12a: fix gp0 and hifi ranges (Jerome Brunet)
- pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities (Geert Uytterhoeven)
- pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin (Geert Uytterhoeven)
- net: pch_gbe: Propagate error from devm_gpio_request_one() (Andy Shevchenko)
- net: mvpp2: Put fwnode in error case during ->probe() (Andy Shevchenko)
- video: fbdev: imxfb: Fix an error message (Christophe JAILLET)
- xfrm: xfrm_state_mtu should return at least 1280 for ipv6 (Sabrina Dubroca)
- dax: fix ENOMEM handling in grab_mapping_entry() (Jan Kara)
- ocfs2: fix snprintf() checking (Dan Carpenter)
- cpufreq: Make cpufreq_online() call driver->offline() on errors (Rafael J. Wysocki)
- ACPI: bgrt: Fix CFI violation (Nathan Chancellor)
- ACPI: Use DEVICE_ATTR_<RW|RO|WO> macros (Dwaipayan Ray)
- blk-wbt: make sure throttle is enabled properly (Zhang Yi)
- blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled() (Zhang Yi)
- extcon: extcon-max8997: Fix IRQ freeing at error path (Matti Vaittinen)
- ACPI: sysfs: Fix a buffer overrun problem with description_show() (Krzysztof Wilczyński)
- crypto: nx - Fix RCU warning in nx842_OF_upd_status (Herbert Xu)
- spi: spi-sun6i: Fix chipselect/clock bug (Mirko Vogt)
- sched/uclamp: Fix uclamp_tg_restrict() (Qais Yousef)
- sched/rt: Fix Deadline utilization tracking during policy change (Vincent Donnefort)
- sched/rt: Fix RT utilization tracking during policy change (Vincent Donnefort)
- btrfs: clear log tree recovering status if starting transaction fails (David Sterba)
- regulator: hi655x: Fix pass wrong pointer to config.driver_data (Axel Lin)
- KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap (Sean Christopherson)
- hwmon: (max31790) Fix fan speed reporting for fan7..12 (Guenter Roeck)
- hwmon: (max31722) Remove non-standard ACPI device IDs (Guenter Roeck)
- media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx (Dillon Min)
- arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan (Anshuman Khandual)
- arm64: consistently use reserved_pg_dir (Mark Rutland)
- mmc: usdhi6rol0: fix error return code in usdhi6_probe() (Zhen Lei)
- crypto: omap-sham - Fix PM reference leak in omap sham ops (Zhang Qilong)
- crypto: nitrox - fix unchecked variable in nitrox_register_interrupts (Tong Tiangen)
- media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2() (Gustavo A. R. Silva)
- m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning (Randy Dunlap)
- media: gspca/gl860: fix zero-length control requests (Johan Hovold)
- media: tc358743: Fix error return code in tc358743_probe_of() (Zhen Lei)
- media: au0828: fix a NULL vs IS_ERR() check (Dan Carpenter)
- media: exynos4-is: Fix a use after free in isp_video_release (Lv Yunlong)
- pata_ep93xx: fix deferred probing (Sergey Shtylyov)
- media: rc: i2c: Fix an error message (Christophe JAILLET)
- crypto: ccp - Fix a resource leak in an error handling path (Christophe JAILLET)
- evm: fix writing <securityfs>/evm overflow (Mimi Zohar)
- pata_octeon_cf: avoid WARN_ON() in ata_host_activate() (Sergey Shtylyov)
- kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n' (Josh Poimboeuf)
- kbuild: run the checker after the compiler (Luc Van Oostenryck)
- sched/uclamp: Fix locking around cpu_util_update_eff() (Qais Yousef)
- sched/uclamp: Fix wrong implementation of cpu.uclamp.min (Qais Yousef)
- media: I2C: change 'RST' to "RSET" to fix multiple build errors (Randy Dunlap)
- pata_rb532_cf: fix deferred probing (Sergey Shtylyov)
- sata_highbank: fix deferred probing (Sergey Shtylyov)
- crypto: ux500 - Fix error return code in hash_hw_final() (Zhen Lei)
- crypto: ixp4xx - dma_unmap the correct address (Corentin Labbe)
- media: s5p_cec: decrement usage count if disabled (Mauro Carvalho Chehab)
- writeback, cgroup: increment isw_nr_in_flight before grabbing an inode (Roman Gushchin)
- ia64: mca_drv: fix incorrect array size calculation (Arnd Bergmann)
- kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync() (Petr Mladek)
- block: fix discard request merge (Ming Lei)
- cifs: fix missing spinlock around update to ses->status (Steve French)
- HID: wacom: Correct base usage for capacitive ExpressKey status bits (Jason Gerecke)
- ACPI: tables: Add custom DSDT file as makefile prerequisite (Richard Fitzgerald)
- clocksource: Retry clock read if long delays detected (Paul E. McKenney)
- PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv() (Haiyang Zhang)
- EDAC/Intel: Do not load EDAC driver when running as a guest (Tony Luck)
- nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst() (Hannes Reinecke)
- platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyboard() (Jiapeng Chong)
- block: fix race between adding/removing rq qos and normal IO (Ming Lei)
- ACPI: resources: Add checks for ACPI IRQ override (Hui Wang)
- ACPI: bus: Call kobject_put() in acpi_init() error path (Hanjun Guo)
- ACPICA: Fix memory leak caused by _CID repair function (Erik Kaneda)
- fs: dlm: fix memory leak when fenced (Alexander Aring)
- random32: Fix implicit truncation warning in prandom_seed_state() (Richard Fitzgerald)
- fs: dlm: cancel work sync othercon (Alexander Aring)
- block_dump: remove block_dump feature in mark_inode_dirty() (zhangyi (F))
- ACPI: EC: Make more Asus laptops use ECDT _GPE (Chris Chiu)
- lib: vsprintf: Fix handling of number field widths in vsscanf (Richard Fitzgerald)
- hv_utils: Fix passing zero to 'PTR_ERR' warning (YueHaibing)
- ACPI: processor idle: Fix up C-state latency if not ordered (Mario Limonciello)
- EDAC/ti: Add missing MODULE_DEVICE_TABLE (Bixuan Cui)
- HID: do not use down_interruptible() when unbinding devices (Dmitry Torokhov)
- media: Fix Media Controller API config checks (Shuah Khan)
- regulator: da9052: Ensure enough delay time for .set_voltage_time_sel (Axel Lin)
- regulator: mt6358: Fix vdram2 .vsel_mask (Hsin-Hsiung Wang)
- KVM: s390: get rid of register asm usage (Heiko Carstens)
- lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage() (Boqun Feng)
- locking/lockdep: Fix the dep path printing for backwards BFS (Boqun Feng)
- btrfs: disable build on platforms having page size 256K (Christophe Leroy)
- btrfs: abort transaction if we fail to update the delayed inode (Josef Bacik)
- btrfs: fix error handling in __btrfs_update_delayed_inode (Josef Bacik)
- KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors (Suraj Jitindar Singh)
- drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe() (Jing Xiangfeng)
- hwmon: (max31790) Fix pwmX_enable attributes (Guenter Roeck)
- hwmon: (max31790) Report correct current pwm duty cycles (Guenter Roeck)
- media: imx-csi: Skip first few frames from a BT.656 source (Steve Longerbeam)
- media: siano: fix device register error path (Mauro Carvalho Chehab)
- media: dvb_net: avoid speculation from net slot (Mauro Carvalho Chehab)
- crypto: shash - avoid comparing pointers to exported functions under CFI (Ard Biesheuvel)
- mmc: via-sdmmc: add a check against NULL pointer dereference (Zheyu Ma)
- mmc: sdhci-sprd: use sdhci_sprd_writew (Krzysztof Kozlowski)
- memstick: rtsx_usb_ms: fix UAF (Tong Zhang)
- media: dvd_usb: memory leak in cinergyt2_fe_attach (Dongliang Mu)
- Makefile: fix GDB warning with CONFIG_RELR (Nick Desaulniers)
- media: st-hva: Fix potential NULL pointer dereferences (Evgeny Novikov)
- media: bt8xx: Fix a missing check bug in bt878_probe (Zheyu Ma)
- media: v4l2-core: Avoid the dangling pointer in v4l2_fh_release (Lv Yunlong)
- media: em28xx: Fix possible memory leak of em28xx struct (Igor Matheus Andrade Torrente)
- sched/fair: Fix ascii art by relpacing tabs (Odin Ugedal)
- crypto: qat - remove unused macro in FW loader (Jack Xu)
- crypto: qat - check return code of qat_hal_rd_rel_reg() (Jack Xu)
- media: imx: imx7_mipi_csis: Fix logging of only error event counters (Laurent Pinchart)
- media: pvrusb2: fix warning in pvr2_i2c_core_done (Anirudh Rayabharam)
- media: cobalt: fix race condition in setting HPD (Hans Verkuil)
- media: cpia2: fix memory leak in cpia2_usb_probe (Pavel Skripkin)
- media: sti: fix obj-$(config) targets (Mauro Carvalho Chehab)
- crypto: nx - add missing MODULE_DEVICE_TABLE (Bixuan Cui)
- hwrng: exynos - Fix runtime PM imbalance on error (Łukasz Stelmach)
- regulator: uniphier: Add missing MODULE_DEVICE_TABLE (Zou Wei)
- spi: omap-100k: Fix the length judgment problem (Tian Tao)
- spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages() (Jay Fang)
- spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf' (Jay Fang)
- media: exynos-gsc: fix pm_runtime_get_sync() usage count (Mauro Carvalho Chehab)
- media: sti/bdisp: fix pm_runtime_get_sync() usage count (Mauro Carvalho Chehab)
- media: s5p-jpeg: fix pm_runtime_get_sync() usage count (Mauro Carvalho Chehab)
- media: mtk-vcodec: fix PM runtime get logic (Mauro Carvalho Chehab)
- media: sh_vou: fix pm_runtime_get_sync() usage count (Mauro Carvalho Chehab)
- media: s5p: fix pm_runtime_get_sync() usage count (Mauro Carvalho Chehab)
- media: mdk-mdp: fix pm_runtime_get_sync() usage count (Mauro Carvalho Chehab)
- spi: Make of_register_spi_device also set the fwnode (Charles Keepax)
- fuse: reject internal errno (Miklos Szeredi)
- fuse: check connected before queueing on fpq->io (Miklos Szeredi)
- fuse: ignore PG_workingset after stealing (Miklos Szeredi)
- evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded (Roberto Sassu)
- evm: Execute evm_inode_init_security() only when an HMAC key is loaded (Roberto Sassu)
- powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi() (Michael Ellerman)
- seq_buf: Make trace_seq_putmem_hex() support data longer than 8 (Yun Zhou)
- tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing (Steven Rostedt (VMware))
- tracing/histograms: Fix parsing of "sym-offset" modifier (Steven Rostedt (VMware))
- rsi: fix AP mode with WPA failure due to encrypted EAPOL (Martin Fuzzey)
- rsi: Assign beacon rate settings to the correct rate_info descriptor field (Marek Vasut)
- ssb: sdio: Don't overwrite const buffer if block_write fails (Michael Buesch)
- ath9k: Fix kernel NULL pointer dereference during ath_reset_internal() (Pali Rohár)
- serial_cs: remove wrong GLOBETROTTER.cis entry (Ondrej Zary)
- serial_cs: Add Option International GSM-Ready 56K/ISDN modem (Ondrej Zary)
- serial: sh-sci: Stop dmaengine transfer in sci_stop_tx() (Yoshihiro Shimoda)
- serial: mvebu-uart: fix calculation of clock divisor (Pali Rohár)
- iio: ltr501: ltr501_read_ps(): add missing endianness conversion (Oliver Lang)
- iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR (Oliver Lang)
- iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, too (Marc Kleine-Budde)
- iio: light: tcs3472: do not free unallocated IRQ (frank zago)
- rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path (Martin Fuzzey)
- s390/cio: dont call css_wait_for_slow_path() inside a lock (Vineeth Vijayan)
- KVM: PPC: Book3S HV: Workaround high stack usage with clang (Nathan Chancellor)
- perf/smmuv3: Don't trample existing events with global filter (Robin Murphy)
- SUNRPC: Should wake up the privileged task firstly. (Zhang Xiaoxu)
- SUNRPC: Fix the batch tasks count wraparound. (Zhang Xiaoxu)
- mac80211: remove iwlwifi specific workaround that broke sta NDP tx (Felix Fietkau)
- can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in TX path (Stephane Grosjean)
- can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RCU is done (Oleksij Rempel)
- can: gw: synchronize rcu operations before removing gw job entry (Oliver Hartkopp)
- ext4: fix avefreec in find_group_orlov (Pan Dong)
- ext4: remove check for zero nr_to_scan in ext4_es_scan() (Zhang Yi)
- ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit (Zhang Yi)
- ext4: return error code when ext4_fill_flex_info() fails (Yang Yingliang)
- ext4: fix kernel infoleak via ext4_extent_header (Anirudh Rayabharam)
- ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle (Zhang Yi)
- btrfs: clear defrag status of a root if starting transaction fails (David Sterba)
- btrfs: send: fix invalid path for unlink operations after parent orphanization (Filipe Manana)
- ARM: dts: at91: sama5d4: fix pinctrl muxing (Ludovic Desroches)
- arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode (Yang Jihong)
- Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl (Alexander Larkin)
- iov_iter_fault_in_readable() should do nothing in xarray case (Al Viro)
- copy_page_to_iter(): fix ITER_DISCARD case (Al Viro)
- ntfs: fix validity check for file name attribute (Desmond Cheong Zhi Xi)
- xhci: solve a double free problem while doing s4 (Zhangjiantao (Kirin, nanjing))
- usb: typec: Add the missed altmode_id_remove() in typec_register_altmode() (Jing Xiangfeng)
- usb: dwc3: Fix debugfs creation flow (Minas Harutyunyan)
- USB: cdc-acm: blacklist Heimann USB Appset device (Hannu Hartikainen)
- usb: gadget: eem: fix echo command packet response issue (Linyu Yuan)
- net: can: ems_usb: fix use-after-free in ems_usb_disconnect() (Pavel Skripkin)
- Input: usbtouchscreen - fix control-request directions (Johan Hovold)
- media: dvb-usb: fix wrong definition (Pavel Skripkin)
- ALSA: hda/realtek: Apply LED fixup for HP Dragonfly G1, too (Takashi Iwai)
- ALSA: hda/realtek: Fix bass speaker DAC mapping for Asus UM431D (Takashi Iwai)
- ALSA: hda/realtek: Improve fixup for HP Spectre x360 15-df0xxx (Elia Devito)
- ALSA: hda/realtek: Add another ALC236 variant support (Takashi Iwai)
- ALSA: intel8x0: Fix breakage at ac97 clock measurement (Takashi Iwai)
- ALSA: usb-audio: scarlett2: Fix wrong resume call (Takashi Iwai)
- ALSA: usb-audio: Fix OOB access at proc output (Takashi Iwai)
- ALSA: usb-audio: fix rate on Ozone Z90 USB headset (Daehwan Jung)
- LTS tag: v5.4.131 (Jack Vogel)
- xen/events: reset active flag for lateeoi events later (Juergen Gross)
- KVM: SVM: Call SEV Guest Decommission if ASID binding fails (Alper Gun)
- s390/stack: fix possible register corruption with stack switch helper (Heiko Carstens)
- KVM: SVM: Periodically schedule when unregistering regions on destroy (David Rientjes) {CVE-2020-36311}
- LTS tag: v5.4.130 (Jack Vogel)
- RDMA/mlx5: Block FDB rules when not in switchdev mode (Mark Bloch)
- gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP (Johannes Berg)
- drm/nouveau: fix dma_address check for CPU/GPU sync (Christian König)
- scsi: sr: Return appropriate error code when disk is ejected (ManYi Li)
- LTS tag v5.4.129 (Jack Vogel)
- x86/efi: move common keyring handler functions to new file (Nayna Jain)
- certs: Add wrapper function to check blacklisted binary hash (Nayna Jain)
- mm, futex: fix shared futex pgoff on shmem huge page (Hugh Dickins)
- mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk() (Hugh Dickins)
- mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes (Hugh Dickins)
- mm: page_vma_mapped_walk(): get vma_address_end() earlier (Hugh Dickins)
- mm: page_vma_mapped_walk(): use goto instead of while (1) (Hugh Dickins)
- mm: page_vma_mapped_walk(): add a level of indentation (Hugh Dickins)
- mm: page_vma_mapped_walk(): crossing page table boundary (Hugh Dickins)
- mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block (Hugh Dickins)
- mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd (Hugh Dickins)
- mm: page_vma_mapped_walk(): settle PageHuge on entry (Hugh Dickins)
- mm: page_vma_mapped_walk(): use page for pvmw->page (Hugh Dickins)
- mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split (Yang Shi)
- mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() (Hugh Dickins)
- mm/thp: fix page_address_in_vma() on file THP tails (Jue Wang)
- mm/thp: fix vma_address() if virtual address below file offset (Hugh Dickins)
- mm/thp: try_to_unmap() use TTU_SYNC for safe splitting (Hugh Dickins)
- mm/thp: make is_huge_zero_pmd() safe and quicker (Hugh Dickins)
- mm/thp: fix __split_huge_pmd_locked() on shmem migration entry (Hugh Dickins)
- mm, thp: use head page in __migration_entry_wait() (Xu Yu)
- mm/rmap: use page_not_mapped in try_to_unmap() (Miaohe Lin)
- mm/rmap: remove unneeded semicolon in page_not_mapped() (Miaohe Lin)
- mm: add VM_WARN_ON_ONCE_PAGE() macro (Alex Shi)
- kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync() (Petr Mladek)
- kthread_worker: split code for canceling the delayed work timer (Petr Mladek)
- i2c: robotfuzz-osif: fix control-request directions (Johan Hovold)
- KVM: do not allow mapping valid but non-reference-counted pages (Nicholas Piggin) {CVE-2021-22543}
- nilfs2: fix memory leak in nilfs_sysfs_delete_device_group (Pavel Skripkin)
- pinctrl: stm32: fix the reported number of GPIO lines per bank (Fabien Dessenne)
- net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY (Esben Haabendal)
- net: ll_temac: Add memory-barriers for TX BD access (Esben Haabendal)
- PCI: Add AMD RS690 quirk to enable 64-bit DMA (Mikel Rychliski)
- recordmcount: Correct st_shndx handling (Peter Zijlstra)
- net: qed: Fix memcpy() overflow of qed_dcbx_params() (Kees Cook)
- KVM: selftests: Fix kvm_check_cap() assertion (Fuad Tabba)
- r8169: Avoid memcpy() over-reading of ETH_SS_STATS (Kees Cook)
- sh_eth: Avoid memcpy() over-reading of ETH_SS_STATS (Kees Cook)
- r8152: Avoid memcpy() over-reading of ETH_SS_STATS (Kees Cook)
- net/packet: annotate accesses to po->ifindex (Eric Dumazet)
- net/packet: annotate accesses to po->bind (Eric Dumazet)
- net: caif: fix memory leak in ldisc_open (Pavel Skripkin)
- net: phy: dp83867: perform soft reset and retain established link (Praneeth Bajjuri)
- inet: annotate date races around sk->sk_txhash (Eric Dumazet)
- ping: Check return value of function 'ping_queue_rcv_skb' (Zheng Yongjun)
- net: ethtool: clear heap allocations for ethtool function (Austin Kim)
- mac80211: drop multicast fragments (Johannes Berg)
- net: ipv4: Remove unneed BUG() function (Zheng Yongjun)
- dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dma (Guillaume Ranquet)
- dmaengine: mediatek: do not issue a new desc if one is still current (Guillaume Ranquet)
- dmaengine: mediatek: free the proper desc in desc_free handler (Guillaume Ranquet)
- dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe() (Zou Wei)
- cfg80211: call cfg80211_leave_ocb when switching away from OCB (Du Cheng)
- mac80211_hwsim: drop pending frames on stop (Johannes Berg)
- dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc() (Yu Kuai)
- Revert "PCI: PM: Do not read power state in pci_enable_device_flags()" (Rafael J. Wysocki)
- spi: spi-nxp-fspi: move the register operation after the clock enable (Haibo Chen)
- MIPS: generic: Update node names to avoid unit addresses (Nathan Chancellor)
- arm64: link with -z norelro for LLD or aarch64-elf (Nick Desaulniers)
- kbuild: add CONFIG_LD_IS_LLD (Sami Tolvanen)
- mmc: meson-gx: use memcpy_to/fromio for dram-access-quirk (Neil Armstrong)
- ARM: 9081/1: fix gcc-10 thumb2-kernel regression (Arnd Bergmann)
- drm/radeon: wait for moving fence after pinning (Christian König)
- drm/nouveau: wait for moving fence after pinning v2 (Christian König)
- Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell." (Yifan Zhang)
- Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue." (Yifan Zhang)
- module: limit enabling module.sig_enforce (Mimi Zohar)
- mac80211: remove warning in ieee80211_get_sband() (Johannes Berg) [Orabug: 33171088]
- platform/x86: ISST: Account for increased timeout in some cases (Srinivas Pandruvada) [Orabug: 33126078]
- can: bcm: delay release of struct bcm_op after synchronize_rcu() (Thadeu Lima de Souza Cascardo) [Orabug: 33114646] {CVE-2021-3609}
-
Mon Aug 02 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.204.4.el7uek]
- Revert "x86/reboot: Force all cpus to exit VMX root if VMX is supported" (Somasundaram Krishnasamy) [Orabug: 33167303]
- scsi: core: Retry I/O for Notify (Enable Spinup) Required error (Quat Le) [Orabug: 33165876]
- A/A Bonding: dev_hold/put() the delayed GARP work handler's netdev in rdmaip (Sharath Srinivasan) [Orabug: 33161268]
- rds: ib: Increase entropy of RDMA IOVAs (Håkon Bugge) [Orabug: 33104687]
-
Thu Jul 22 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.204.3.el7uek]
- rds: Check for illegal flags when creating an MR (Håkon Bugge) [Orabug: 33144338]
- seq_file: disallow extremely large seq buffer allocations (Eric Sandeen) [Orabug: 33135632] {CVE-2021-33909}
-
Sat Jul 17 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.204.2.el7uek]
- RDMA/core/sa_query: Remove unused argument (Håkon Bugge) [Orabug: 33113136]
- RDMA/cma: Fix incorrect Packet Lifetime calculation (Håkon Bugge) [Orabug: 33113136]
- RDMA: Remove a few extra calls to ib_get_client_data() (Jason Gunthorpe) [Orabug: 33113136]
- RDMA/cma: Protect RMW with qp_mutex (Håkon Bugge) [Orabug: 33113136]
- IB/cma: Introduce rdma_set_min_rnr_timer() (Håkon Bugge) [Orabug: 33113136]
- RDMA/iwcm: Allow AFONLY binding for IPv6 addresses (Bernard Metzler) [Orabug: 33113136]
- RDMA/cma: Remove unnecessary INIT->INIT transition (Håkon Bugge) [Orabug: 33113136]
- RDMA/cma: Use ACK timeout for RoCE packetLifeTime (Dag Moxnes) [Orabug: 33113136]
- crypto: ccp - Don't initialize SEV support without the SEV feature (Venu Busireddy) [Orabug: 33110762]
- xfs: fix out of bound access (Junxiao Bi) [Orabug: 33089469]
- ext4: use ext4_grp_locked_error in mb_find_extent (Stephen Brennan) [Orabug: 33042746]
- PCI/ERR: Retain status from error notification (Keith Busch) [Orabug: 32995246]
- perf maps: Do not use an rbtree to sort by map name (Arnaldo Carvalho de Melo) [Orabug: 32726674]
- block: return the correct bvec when checking for gaps (Long Li) [Orabug: 33000789]
-
Sun Jul 11 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.204.1.el7uek]
- LTS tag: v5.4.128 (Jack Vogel)
- ARM: OMAP: replace setup_irq() by request_irq() (afzal mohammed)
- KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read (Eric Auger)
- tools headers UAPI: Sync linux/in.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- net: fec_ptp: add clock rate zero check (Fugang Duan)
- net: stmmac: disable clocks in stmmac_remove_config_dt() (Joakim Zhang)
- mm/slub.c: include swab.h (Andrew Morton)
- mm/slub: fix redzoning for small allocations (Kees Cook)
- mm/slub: clarify verification reporting (Kees Cook)
- net: bridge: fix vlan tunnel dst refcnt when egressing (Nikolay Aleksandrov)
- net: bridge: fix vlan tunnel dst null pointer dereference (Nikolay Aleksandrov)
- net: ll_temac: Fix TX BD buffer overwrite (Esben Haabendal)
- net: ll_temac: Make sure to free skb when it is completely used (Esben Haabendal)
- drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue. (Yifan Zhang)
- drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell. (Yifan Zhang)
- cfg80211: avoid double free of PMSR request (Avraham Stern)
- cfg80211: make certificate generation more robust (Johannes Berg)
- dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc (Bumyong Lee)
- x86/fpu: Reset state for all signal restore failures (Thomas Gleixner)
- x86/pkru: Write hardware init value to PKRU when xstate is init (Thomas Gleixner)
- x86/process: Check PF_KTHREAD and not current->mm for kernel threads (Thomas Gleixner)
- ARCv2: save ABI registers across signal handling (Vineet Gupta)
- KVM: x86: Immediately reset the MMU context when the SMM flag is cleared (Sean Christopherson)
- PCI: Work around Huawei Intelligent NIC VF FLR erratum (Chiqijun)
- PCI: Add ACS quirk for Broadcom BCM57414 NIC (Sriharsha Basavapatna)
- PCI: aardvark: Fix kernel panic during PIO transfer (Pali Rohár)
- PCI: aardvark: Don't rely on jiffies while holding spinlock (Remi Pommarel)
- PCI: Mark some NVIDIA GPUs to avoid bus reset (Shanker Donthineni)
- PCI: Mark TI C667X to avoid bus reset (Antti Järvinen)
- tracing: Do no increment trace_clock_global() by one (Steven Rostedt (VMware))
- tracing: Do not stop recording comms if the trace file is being read (Steven Rostedt (VMware))
- tracing: Do not stop recording cmdlines when tracing is off (Steven Rostedt (VMware))
- usb: core: hub: Disable autosuspend for Cypress CY7C65632 (Andrew Lunn)
- can: mcba_usb: fix memory leak in mcba_usb (Pavel Skripkin)
- can: j1939: fix Use-after-Free, hold skb ref while in use (Oleksij Rempel)
- can: bcm/raw/isotp: use per module netdevice notifier (Tetsuo Handa)
- can: bcm: fix infoleak in struct bcm_msg_head (Norbert Slusarek)
- hwmon: (scpi-hwmon) shows the negative temperature properly (Riwen Lu)
- radeon: use memcpy_to/fromio for UVD fw upload (Chen Li)
- pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled (Sergio Paracuellos)
- spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd() (Patrice Chotard)
- ASoC: rt5659: Fix the lost powers for the HDA header (Jack Yu)
- regulator: bd70528: Fix off-by-one for buck123 .n_voltages setting (Axel Lin)
- net: ethernet: fix potential use-after-free in ec_bhf_remove (Pavel Skripkin)
- icmp: don't send out ICMP messages with a source address of 0.0.0.0 (Toke Høiland-Jørgensen)
- bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path (Somnath Kotur)
- bnxt_en: Rediscover PHY capabilities after firmware reset (Michael Chan)
- cxgb4: fix wrong shift. (Pavel Machek)
- net: cdc_eem: fix tx fixup skb leak (Linyu Yuan)
- net: hamradio: fix memory leak in mkiss_close (Pavel Skripkin)
- be2net: Fix an error handling path in 'be_probe()' (Christophe JAILLET)
- net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock (Eric Dumazet)
- net: ipv4: fix memory leak in ip_mc_add1_src (Chengyang Fan)
- net: fec_ptp: fix issue caused by refactor the fec_devtype (Joakim Zhang)
- net: usb: fix possible use-after-free in smsc75xx_bind (Dongliang Mu)
- lantiq: net: fix duplicated skb in rx descriptor ring (Aleksander Jan Bajkowski)
- net: cdc_ncm: switch to eth%d interface naming (Maciej Żenczykowski)
- ptp: improve max_adj check against unreasonable values (Jakub Kicinski)
- net: qrtr: fix OOB Read in qrtr_endpoint_post (Pavel Skripkin)
- netxen_nic: Fix an error handling path in 'netxen_nic_probe()' (Christophe JAILLET)
- qlcnic: Fix an error handling path in 'qlcnic_probe()' (Christophe JAILLET)
- net: make get_net_ns return error if NET_NS is disabled (Changbin Du)
- net: stmmac: dwmac1000: Fix extended MAC address registers definition (Jisheng Zhang)
- alx: Fix an error handling path in 'alx_probe()' (Christophe JAILLET)
- sch_cake: Fix out of bounds when parsing TCP options and header (Maxim Mikityanskiy)
- netfilter: synproxy: Fix out of bounds when parsing TCP options (Maxim Mikityanskiy)
- net/mlx5e: Block offload of outer header csum for UDP tunnels (Aya Levin)
- net/mlx5e: allow TSO on VXLAN over VLAN topologies (Davide Caratti)
- net/mlx5: Consider RoCE cap before init RDMA resources (Maor Gottlieb)
- net/mlx5e: Fix page reclaim for dead peer hairpin (Dima Chumak)
- net/mlx5e: Remove dependency in IPsec initialization flows (Huy Nguyen)
- net/sched: act_ct: handle DNAT tuple collision (Marcelo Ricardo Leitner)
- rtnetlink: Fix regression in bridge VLAN configuration (Ido Schimmel)
- udp: fix race between close() and udp_abort() (Paolo Abeni)
- net: lantiq: disable interrupt before sheduling NAPI (Aleksander Jan Bajkowski)
- net: rds: fix memory leak in rds_recvmsg (Pavel Skripkin)
- vrf: fix maximum MTU (Nicolas Dichtel)
- net: ipv4: fix memory leak in netlbl_cipsov4_add_std (Nanyong Sun)
- batman-adv: Avoid WARN_ON timing related checks (Sven Eckelmann)
- kvm: LAPIC: Restore guard to prevent illegal APIC register access (Jim Mattson)
- mm/memory-failure: make sure wait for page writeback in memory_failure (yangerkun)
- afs: Fix an IS_ERR() vs NULL check (Dan Carpenter)
- dmaengine: stedma40: add missing iounmap() on error in d40_probe() (Yang Yingliang)
- dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEM (Randy Dunlap)
- dmaengine: ALTERA_MSGDMA depends on HAS_IOMEM (Randy Dunlap)
- LTS tag: v5.4.127 (Jack Vogel)
- fib: Return the correct errno code (Zheng Yongjun)
- net: Return the correct errno code (Zheng Yongjun)
- net/x25: Return the correct errno code (Zheng Yongjun)
- rtnetlink: Fix missing error code in rtnl_bridge_notify() (Jiapeng Chong)
- drm/amd/display: Allow bandwidth validation for 0 streams. (Bindu Ramamurthy)
- net: ipconfig: Don't override command-line hostnames or domains (Josh Triplett)
- nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue() (Hannes Reinecke)
- nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() fails (Hannes Reinecke)
- nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues() (Hannes Reinecke)
- scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V (Ewan D. Milne)
- scsi: qedf: Do not put host in qedf_vport_create() unconditionally (Daniel Wagner)
- ethernet: myri10ge: Fix missing error code in myri10ge_probe() (Jiapeng Chong)
- scsi: target: core: Fix warning on realtime kernels (Maurizio Lombardi)
- gfs2: Fix use-after-free in gfs2_glock_shrink_scan (Hillf Danton)
- riscv: Use -mno-relax when using lld linker (Khem Raj)
- HID: gt683r: add missing MODULE_DEVICE_TABLE (Bixuan Cui)
- gfs2: Prevent direct-I/O write fallback errors from getting lost (Andreas Gruenbacher)
- ARM: OMAP2+: Fix build warning when mmc_omap is not built (Yongqiang Liu)
- drm/tegra: sor: Do not leak runtime PM reference (Pavel Machek (CIP))
- HID: usbhid: fix info leak in hid_submit_ctrl (Anirudh Rayabharam)
- HID: Add BUS_VIRTUAL to hid_connect logging (Mark Bolhuis)
- HID: multitouch: set Stylus suffix for Stylus-application devices, too (Ahelenia Ziemiańska)
- HID: hid-sensor-hub: Return error for hid_set_field() failure (Srinivas Pandruvada)
- HID: hid-input: add mapping for emoji picker key (Dmitry Torokhov)
- HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65 (Nirenjan Krishnan)
- net: ieee802154: fix null deref in parse dev addr (Dan Robertson)
- LTS tag: v5.4.126 (Jack Vogel)
- proc: only require mm_struct for writing (Linus Torvalds)
- tracing: Correct the length check which causes memory corruption (Liangyan)
- ftrace: Do not blindly read the ip address in ftrace_bug() (Steven Rostedt (VMware))
- scsi: core: Only put parent device if host state differs from SHOST_CREATED (Ming Lei)
- scsi: core: Put .shost_dev in failure path if host state changes to RUNNING (Ming Lei)
- scsi: core: Fix failure handling of scsi_add_host_with_dma() (Ming Lei)
- scsi: core: Fix error handling of scsi_host_alloc() (Ming Lei)
- NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error. (Dai Ngo)
- NFSv4: Fix second deadlock in nfs4_evict_inode() (Trond Myklebust)
- NFS: Fix use-after-free in nfs4_init_client() (Anna Schumaker)
- kvm: fix previous commit for 32-bit builds (Paolo Bonzini)
- perf session: Correct buffer copying when peeking events (Leo Yan)
- NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode() (Trond Myklebust)
- NFS: Fix a potential NULL dereference in nfs_get_client() (Dan Carpenter)
- IB/mlx5: Fix initializing CQ fragments buffer (Alaa Hleihel)
- KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message (Sean Christopherson)
- sched/fair: Make sure to update tg contrib for blocked load (Vincent Guittot)
- perf: Fix data race between pin_count increment/decrement (Marco Elver)
- vmlinux.lds.h: Avoid orphan section with !SMP (Nathan Chancellor)
- RDMA/mlx4: Do not map the core_clock page to user space unless enabled (Shay Drory)
- RDMA/ipoib: Fix warning caused by destroying non-initial netns (Kamal Heib)
- usb: typec: mux: Fix copy-paste mistake in typec_mux_match (Bjorn Andersson)
- regulator: max77620: Use device_set_of_node_from_dev() (Dmitry Osipenko)
- regulator: core: resolve supply for boot-on/always-on regulators (Dmitry Baryshkov)
- usb: fix various gadget panics on 10gbps cabling (Maciej Żenczykowski)
- usb: fix various gadgets null ptr deref on 10gbps cabling. (Maciej Żenczykowski)
- usb: gadget: eem: fix wrong eem header operation (Linyu Yuan)
- USB: serial: cp210x: fix alternate function for CP2102N QFN20 (Stefan Agner)
- USB: serial: quatech2: fix control-request directions (Johan Hovold)
- USB: serial: omninet: add device id for Zyxel Omni 56K Plus (Alexandre GRIVEAUX)
- USB: serial: ftdi_sio: add NovaTech OrionMX product ID (George McCollister)
- usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind (Wesley Cheng)
- usb: typec: ucsi: Clear PPM capability data in ucsi_init() error path (Mayank Rana)
- usb: typec: wcove: Use LE to CPU conversion when accessing msg->header (Andy Shevchenko)
- usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling (Thomas Petazzoni)
- usb: dwc3: ep0: fix NULL pointer exception (Marian-Cristian Rotariu)
- usb: pd: Set PD_T_SINK_WAIT_CAP to 310ms (Kyle Tso)
- usb: f_ncm: only first packet of aggregate needs to start timer (Maciej Żenczykowski)
- USB: f_ncm: ncm_bitrate (speed) is unsigned (Maciej Żenczykowski)
- cgroup1: don't allow '
' in renaming (Alexander Kuznetsov)
- btrfs: promote debugging asserts to full-fledged checks in validate_super (Nikolay Borisov)
- btrfs: return value from btrfs_mark_extent_written() in case of error (Ritesh Harjani)
- staging: rtl8723bs: Fix uninitialized variables (Wenli Looi)
- kvm: avoid speculation-based attacks from out-of-range memslot accesses (Paolo Bonzini)
- drm: Lock pointer access in drm_master_release() (Desmond Cheong Zhi Xi)
- drm: Fix use-after-free read in drm_getunique() (Desmond Cheong Zhi Xi)
- spi: bcm2835: Fix out-of-bounds access with more than 4 slaves (Lukas Wunner)
- x86/boot: Add .text.* to setup.ld (Arvind Sankar)
- i2c: mpc: implement erratum A-004447 workaround (Chris Packham)
- i2c: mpc: Make use of i2c_recover_bus() (Chris Packham)
- spi: Cleanup on failure of initial setup (Lukas Wunner)
- spi: Don't have controller clean up spi device before driver unbind (Saravana Kannan)
- powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers (Chris Packham)
- powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers (Chris Packham)
- nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME (Sagi Grimberg)
- bnx2x: Fix missing error code in bnx2x_iov_init_one() (Jiapeng Chong)
- dm verity: fix require_signatures module_param permissions (John Keeping)
- MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACER (Tiezhu Yang)
- nvme-fabrics: decode host pathing error for connect (Hannes Reinecke)
- net: dsa: microchip: enable phy errata workaround on 9567 (George McCollister)
- net: appletalk: cops: Fix data race in cops_probe1 (Saubhik Mukherjee)
- net: macb: ensure the device is available before accessing GEMGXL control registers (Zong Li)
- scsi: target: qla2xxx: Wait for stop_phase1 at WWN removal (Dmitry Bogdanov)
- scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irq (Yang Yingliang)
- scsi: vmw_pvscsi: Set correct residual data length (Matt Wang)
- net/qla3xxx: fix schedule while atomic in ql_sem_spinlock (Zheyu Ma)
- wq: handle VM suspension in stall detection (Sergey Senozhatsky)
- cgroup: disable controllers at parse time (Shakeel Butt)
- net: mdiobus: get rid of a BUG_ON() (Dan Carpenter)
- netlink: disable IRQs for netlink_lock_table() (Johannes Berg)
- bonding: init notify_work earlier to avoid uninitialized use (Johannes Berg)
- isdn: mISDN: netjet: Fix crash in nj_probe: (Zheyu Ma)
- spi: sprd: Add missing MODULE_DEVICE_TABLE (Chunyan Zhang)
- ASoC: sti-sas: add missing MODULE_DEVICE_TABLE (Zou Wei)
- vfio-ccw: Serialize FSM IDLE state with I/O completion (Eric Farman)
- ASoC: Intel: bytcr_rt5640: Add quirk for the Lenovo Miix 3-830 tablet (Hans de Goede)
- ASoC: Intel: bytcr_rt5640: Add quirk for the Glavey TM800A550L tablet (Hans de Goede)
- usb: cdns3: Fix runtime PM imbalance on error (Dinghao Liu)
- net/nfc/rawsock.c: fix a permission check bug (Jeimon)
- spi: Fix spi device unregister flow (Saravana Kannan)
- ASoC: max98088: fix ni clock divider calculation (Marco Felsch)
- proc: Track /proc/$pid/attr/ opener mm_struct (Kees Cook)
- LTS tag: v5.4.125 (Jack Vogel)
- neighbour: allow NUD_NOARP entries to be forced GCed (David Ahern)
- i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops (Roja Rani Yarubandi)
- xen-pciback: redo VF placement in the virtual topology (Jan Beulich)
- lib/lz4: explicitly support in-place decompression (Gao Xiang)
- x86/kvm: Disable all PV features on crash (Vitaly Kuznetsov)
- x86/kvm: Disable kvmclock on all CPUs on shutdown (Vitaly Kuznetsov)
- x86/kvm: Teardown PV features on boot CPU as well (Vitaly Kuznetsov)
- KVM: arm64: Fix debug register indexing (Marc Zyngier)
- KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode (Sean Christopherson)
- btrfs: fix unmountable seed device after fstrim (Anand Jain)
- mm/filemap: fix storing to a THP shadow entry (Matthew Wilcox (Oracle))
- XArray: add xas_split (Matthew Wilcox (Oracle))
- XArray: add xa_get_order (Matthew Wilcox (Oracle))
- mm: add thp_order (Matthew Wilcox (Oracle))
- mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY (Mina Almasry)
- btrfs: fixup error handling in fixup_inode_link_counts (Josef Bacik)
- btrfs: return errors from btrfs_del_csums in cleanup_ref_head (Josef Bacik)
- btrfs: fix error handling in btrfs_del_csums (Josef Bacik)
- btrfs: mark ordered extent and inode with error if we fail to finish (Josef Bacik)
- drm/amdgpu: make sure we unpin the UVD BO (Nirmoy Das)
- drm/amdgpu: Don't query CE and UE errors (Luben Tuikov)
- nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect (Krzysztof Kozlowski)
- ocfs2: fix data corruption by fallocate (Junxiao Bi)
- pid: take a reference when initializing `cad_pid` (Mark Rutland)
- usb: dwc2: Fix build in periphal-only mode (Phil Elwell)
- ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed (Ye Bin)
- ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators (Marek Vasut)
- ARM: dts: imx6dl-yapp4: Fix RGMII connection to QCA8334 switch (Michal Vokáč)
- ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx (Carlos M)
- ALSA: timer: Fix master timer notification (Takashi Iwai)
- HID: multitouch: require Finger field to mark Win8 reports as MT (Ahelenia Ziemiańska)
- HID: magicmouse: fix NULL-deref on disconnect (Johan Hovold)
- HID: i2c-hid: Skip ELAN power-on command after reset (Johnny Chuang)
- net: caif: fix memory leak in cfusbl_device_notify (Pavel Skripkin)
- net: caif: fix memory leak in caif_device_notify (Pavel Skripkin)
- net: caif: add proper error handling (Pavel Skripkin)
- net: caif: added cfserl_release function (Pavel Skripkin)
- Bluetooth: use correct lock to prevent UAF of hdev object (Lin Ma)
- Bluetooth: fix the erroneous flush_work() order (Lin Ma) {CVE-2021-3564}
- tipc: fix unique bearer names sanity check (Hoang Le)
- tipc: add extack messages for bearer/media failure (Hoang Le)
- bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_act (Tony Lindgren)
- ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells (Geert Uytterhoeven)
- ARM: dts: imx7d-pico: Fix the 'tuning-step' property (Fabio Estevam)
- ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property (Fabio Estevam)
- arm64: dts: zii-ultra: fix 12V_MAIN voltage (Lucas Stach)
- arm64: dts: ls1028a: fix memory node (Michael Walle)
- i40e: add correct exception tracing for XDP (Magnus Karlsson)
- i40e: optimize for XDP_REDIRECT in xsk path (Magnus Karlsson)
- i2c: qcom-geni: Add shutdown callback for i2c (Roja Rani Yarubandi)
- ice: Allow all LLDP packets from PF to Tx (Dave Ertman)
- ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared (Brett Creeley)
- ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions (Coco Li)
- ixgbevf: add correct exception tracing for XDP (Magnus Karlsson)
- ieee802154: fix error return code in ieee802154_llsec_getparams() (Wei Yongjun)
- ieee802154: fix error return code in ieee802154_add_iface() (Zhen Lei)
- netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches (Pablo Neira Ayuso)
- netfilter: nft_ct: skip expectations for confirmed conntrack (Pablo Neira Ayuso)
- ACPICA: Clean up context mutex during object deletion (Erik Kaneda)
- net/sched: act_ct: Fix ct template allocation for zone 0 (Ariel Levkovich)
- HID: i2c-hid: fix format string mismatch (Arnd Bergmann)
- HID: pidff: fix error return code in hid_pidff_init() (Zhen Lei)
- ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service (Julian Anastasov)
- vfio/platform: fix module_put call in error flow (Max Gurtovoy)
- samples: vfio-mdev: fix error handing in mdpy_fb_probe() (Wei Yongjun)
- vfio/pci: zap_vma_ptes() needs MMU (Randy Dunlap)
- vfio/pci: Fix error return code in vfio_ecap_init() (Zhen Lei)
- efi: cper: fix snprintf() use in cper_dimm_err_location() (Rasmus Villemoes)
- efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared (Heiner Kallweit)
- netfilter: conntrack: unregister ipv4 sockopts on error unwind (Florian Westphal)
- hwmon: (dell-smm-hwmon) Fix index values (Armin Wolf)
- nl80211: validate key indexes for cfg80211_registered_device (Anant Thazhemadam)
- ALSA: usb: update old-style static const declaration (Pierre-Louis Bossart)
- net: usb: cdc_ncm: don't spew notifications (Grant Grundler)
- btrfs: tree-checker: do not error out if extent ref hash doesn't match (Josef Bacik)
- LTS tag: v5.4.124 (Jack Vogel)
- usb: core: reduce power-on-good delay time of root hub (Chunfeng Yun)
- neighbour: Prevent Race condition in neighbour subsytem (Chinmay Agarwal)
- net: hso: bail out on interrupt URB allocation failure (Johan Hovold)
- Revert "Revert "ALSA: usx2y: Fix potential NULL pointer dereference"" (Greg Kroah-Hartman)
- net: hns3: check the return of skb_checksum_help() (Yunsheng Lin)
- drivers/net/ethernet: clean up unused assignments (Jesse Brandeburg)
- i915: fix build warning in intel_dp_get_link_status() (Greg Kroah-Hartman)
- drm/i915/display: fix compiler warning about array overrun (Linus Torvalds)
- MIPS: ralink: export rt_sysc_membase for rt2880_wdt.c (Randy Dunlap)
- MIPS: alchemy: xxs1500: add gpio-au1000.h header file (Randy Dunlap)
- sch_dsmark: fix a NULL deref in qdisc_reset() (Taehee Yoo)
- net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88 (Stefan Roese)
- ALSA: usb-audio: scarlett2: snd_scarlett_gen2_controls_create() can be static (kernel test robot)
- ipv6: record frag_max_size in atomic fragments in input path (Francesco Ruggeri)
- net: lantiq: fix memory corruption in RX ring (Aleksander Jan Bajkowski)
- scsi: libsas: Use _safe() loop in sas_resume_port() (Dan Carpenter)
- ixgbe: fix large MTU request from VF (Jesse Brandeburg)
- bpf: Set mac_len in bpf_skb_change_head (Jussi Maki)
- ASoC: cs35l33: fix an error code in probe() (Dan Carpenter)
- staging: emxx_udc: fix loop in _nbu2ss_nuke() (Dan Carpenter)
- cxgb4: avoid accessing registers when clearing filters (Raju Rangoju)
- gve: Correct SKB queue index validation. (David Awogbemila)
- gve: Upgrade memory barrier in poll routine (Catherine Sullivan)
- gve: Add NULL pointer checks when freeing irqs. (David Awogbemila)
- gve: Update mgmt_msix_idx if num_ntfy changes (David Awogbemila)
- gve: Check TX QPL was actually assigned (Catherine Sullivan)
- mld: fix panic in mld_newpack() (Taehee Yoo)
- bnxt_en: Include new P5 HV definition in VF check. (Andy Gospodarek)
- net: bnx2: Fix error return code in bnx2_init_board() (Zhen Lei)
- net: hso: check for allocation failure in hso_create_bulk_serial_device() (Dan Carpenter)
- tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT (Jim Ma)
- openvswitch: meter: fix race when getting now_ms. (Tao Liu)
- net: mdio: octeon: Fix some double free issues (Christophe JAILLET)
- net: mdio: thunder: Fix a double free issue in the .remove function (Christophe JAILLET)
- net: fec: fix the potential memory leak in fec_enet_init() (Fugang Duan)
- net: really orphan skbs tied to closing sk (Paolo Abeni)
- vfio-ccw: Check initialized flag in cp_init() (Eric Farman)
- ASoC: cs42l42: Regmap must use_single_read/write (Richard Fitzgerald)
- net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_count (Vladimir Oltean)
- net: netcp: Fix an error message (Christophe JAILLET)
- drm/amd/amdgpu: fix a potential deadlock in gpu reset (Lang Yu)
- drm/amdgpu: Fix a use-after-free (xinhui pan)
- drm/amd/amdgpu: fix refcount leak (Jingwen Chen)
- drm/amd/display: Disconnect non-DP with no EDID (Chris Park)
- SMB3: incorrect file id in requests compounded with open (Steve French)
- platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad 7.0 W700 tablet (Teava Radu)
- platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for ACPI (Andy Shevchenko)
- platform/x86: hp-wireless: add AMD's hardware id to the supported list (Shyam Sundar S K)
- btrfs: do not BUG_ON in link_to_fixup_dir (Josef Bacik)
- openrisc: Define memory barrier mb (Peter Zijlstra)
- scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic (Matt Wang)
- btrfs: return whole extents in fiemap (Boris Burkov)
- brcmfmac: properly check for bus register errors (Greg Kroah-Hartman)
- Revert "brcmfmac: add a check for the status of usb_register" (Greg Kroah-Hartman)
- net: liquidio: Add missing null pointer checks (Tom Seewald)
- Revert "net: liquidio: fix a NULL pointer dereference" (Greg Kroah-Hartman)
- media: gspca: properly check for errors in po1030_probe() (Greg Kroah-Hartman)
- Revert "media: gspca: Check the return value of write_bridge for timeout" (Greg Kroah-Hartman)
- media: gspca: mt9m111: Check write_bridge for timeout (Alaa Emad)
- Revert "media: gspca: mt9m111: Check write_bridge for timeout" (Greg Kroah-Hartman)
- media: dvb: Add check on sp8870_readreg return (Alaa Emad)
- Revert "media: dvb: Add check on sp8870_readreg" (Greg Kroah-Hartman)
- ASoC: cs43130: handle errors in cs43130_probe() properly (Greg Kroah-Hartman)
- Revert "ASoC: cs43130: fix a NULL pointer dereference" (Greg Kroah-Hartman)
- libertas: register sysfs groups properly (Greg Kroah-Hartman)
- Revert "libertas: add checks for the return value of sysfs_create_group" (Greg Kroah-Hartman)
- dmaengine: qcom_hidma: comment platform_driver_register call (Phillip Potter)
- Revert "dmaengine: qcom_hidma: Check for driver register failure" (Greg Kroah-Hartman)
- isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_info (Phillip Potter)
- Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc" (Greg Kroah-Hartman)
- ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd() (Anirudh Rayabharam)
- Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()" (Greg Kroah-Hartman)
- isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_io (Phillip Potter)
- Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference" (Greg Kroah-Hartman)
- Revert "ALSA: usx2y: Fix potential NULL pointer dereference" (Greg Kroah-Hartman)
- Revert "ALSA: gus: add a check of the status of snd_ctl_add" (Greg Kroah-Hartman)
- char: hpet: add checks after calling ioremap (Tom Seewald)
- Revert "char: hpet: fix a missing check of ioremap" (Greg Kroah-Hartman)
- net: caif: remove BUG_ON(dev == NULL) in caif_xmit (Du Cheng)
- Revert "net/smc: fix a NULL pointer dereference" (Greg Kroah-Hartman)
- net: fujitsu: fix potential null-ptr-deref (Anirudh Rayabharam)
- Revert "net: fujitsu: fix a potential NULL pointer dereference" (Greg Kroah-Hartman)
- serial: max310x: unregister uart driver in case of failure and abort (Atul Gopinathan)
- Revert "serial: max310x: pass return value of spi_register_driver" (Greg Kroah-Hartman)
- Revert "ALSA: sb: fix a missing check of snd_ctl_add" (Greg Kroah-Hartman)
- Revert "media: usb: gspca: add a missed check for goto_low_power" (Greg Kroah-Hartman)
- gpio: cadence: Add missing MODULE_DEVICE_TABLE (Zou Wei)
- platform/x86: hp_accel: Avoid invoking _INI to speed up resume (Kai-Heng Feng)
- perf jevents: Fix getting maximum number of fds (Felix Fietkau)
- i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E (Geert Uytterhoeven)
- i2c: i801: Don't generate an interrupt on bus reset (Jean Delvare)
- i2c: s3c2410: fix possible NULL pointer deref on read message after write (Krzysztof Kozlowski)
- net: dsa: sja1105: error out on unsupported PHY mode (Vladimir Oltean)
- net: dsa: fix a crash if ->get_sset_count() fails (Dan Carpenter)
- net: dsa: mt7530: fix VLAN traffic leaks (DENG Qingfang)
- spi: spi-fsl-dspi: Fix a resource leak in an error handling path (Christophe JAILLET)
- tipc: skb_linearize the head skb when reassembling msgs (Xin Long)
- tipc: wait and exit until all work queues are done (Xin Long)
- Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv" (Hoang Le)
- net/mlx5e: Fix nullptr in add_vlan_push_action() (Dima Chumak)
- net/mlx5e: Fix multipath lag activation (Dima Chumak)
- drm/meson: fix shutdown crash when component not probed (Neil Armstrong)
- NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config (Zhang Xiaoxu)
- NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce() (Trond Myklebust)
- NFS: Fix an Oopsable condition in __nfs_pageio_add_request() (Trond Myklebust)
- NFS: fix an incorrect limit in filelayout_decode_layout() (Dan Carpenter)
- fs/nfs: Use fatal_signal_pending instead of signal_pending (zhouchuangao)
- Bluetooth: cmtp: fix file refcount when cmtp_attach_device fails (Thadeu Lima de Souza Cascardo)
- spi: spi-geni-qcom: Fix use-after-free on unbind (Lukas Wunner)
- net: usb: fix memory leak in smsc75xx_bind (Pavel Skripkin)
- usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen() (Yoshihiro Shimoda)
- usb: dwc3: gadget: Properly track pending and queued SG (Thinh Nguyen)
- thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALID (Srinivas Pandruvada)
- USB: serial: pl2303: add device id for ADLINK ND-6530 GC (Zolton Jheng)
- USB: serial: ftdi_sio: add IDs for IDS GmbH Products (Dominik Andreas Schorpp)
- USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011 (Daniele Palmas)
- USB: serial: ti_usb_3410_5052: add startech.com device id (Sean MacLennan)
- serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait' (Zheyu Ma)
- serial: sh-sci: Fix off-by-one error in FIFO threshold register setting (Geert Uytterhoeven)
- serial: tegra: Fix a mask operation that is always true (Colin Ian King)
- USB: usbfs: Don't WARN about excessively large memory allocations (Alan Stern)
- USB: trancevibrator: fix control-request direction (Johan Hovold)
- serial: 8250_pci: handle FL_NOIRQ board flag (Christian Gmeiner)
- serial: 8250_pci: Add support for new HPE serial device (Randy Wright)
- iio: adc: ad7793: Add missing error code in ad7793_setup() (YueHaibing)
- iio: adc: ad7124: Fix potential overflow due to non sequential channel numbers (Jonathan Cameron)
- iio: adc: ad7124: Fix missbalanced regulator enable / disable on error. (Jonathan Cameron)
- iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_timestamp() (Jonathan Cameron)
- iio: gyro: fxas21002c: balance runtime power in error path (Rui Miguel Silva)
- staging: iio: cdc: ad7746: avoid overwrite of num_channels (Lucas Stankus)
- mei: request autosuspend after sending rx flow control (Alexander Usyskin)
- thunderbolt: dma_port: Fix NVM read buffer bounds and offset issue (Mathias Nyman)
- misc/uss720: fix memory leak in uss720_probe (Dongliang Mu)
- serial: core: fix suspicious security_locked_down() call (Ondrej Mosnacek)
- Documentation: seccomp: Fix user notification documentation (Sargun Dhillon)
- kgdb: fix gcc-11 warnings harder (Greg Kroah-Hartman)
- selftests/gpio: Fix build when source tree is read only (Michael Ellerman)
- selftests/gpio: Move include of lib.mk up (Michael Ellerman)
- selftests/gpio: Use TEST_GEN_PROGS_EXTENDED (Michael Ellerman)
- drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gate (James Zhu)
- drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gate (James Zhu)
- drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate (James Zhu)
- dm snapshot: properly fix a crash when an origin has no snapshots (Mikulas Patocka)
- ath10k: Validate first subframe of A-MSDU before processing the list (Sriram R)
- ath10k: Fix TKIP Michael MIC verification for PCIe (Wen Gong) {CVE-2020-26141}
- ath10k: drop MPDU which has discard flag set by firmware for SDIO (Wen Gong) {CVE-2020-24588}
- ath10k: drop fragments with multicast DA for SDIO (Wen Gong) {CVE-2020-26145}
- ath10k: drop fragments with multicast DA for PCIe (Wen Gong) {CVE-2020-26145}
- ath10k: add CCMP PN replay protection for fragmented frames for PCIe (Wen Gong)
- mac80211: extend protection against mixed key and fragment cache attacks (Wen Gong) {CVE-2020-24586} {CVE-2020-24587}
- mac80211: do not accept/forward invalid EAPOL frames (Johannes Berg)
- mac80211: prevent attacks on TKIP/WEP as well (Johannes Berg)
- mac80211: check defrag PN against current frame (Johannes Berg)
- mac80211: add fragment cache to sta_info (Johannes Berg)
- mac80211: drop A-MSDUs on old ciphers (Johannes Berg) {CVE-2020-24588}
- cfg80211: mitigate A-MSDU aggregation attacks (Mathy Vanhoef) {CVE-2020-24588}
- mac80211: properly handle A-MSDUs that start with an RFC 1042 header (Mathy Vanhoef)
- mac80211: prevent mixed key and fragment cache attacks (Mathy Vanhoef) {CVE-2020-24587} {CVE-2020-24586}
- mac80211: assure all fragments are encrypted (Mathy Vanhoef) {CVE-2020-26147}
- net: hso: fix control-request directions (Johan Hovold)
- proc: Check /proc/$pid/attr/ writes against file opener (Kees Cook)
- perf scripts python: exported-sql-viewer.py: Fix warning display (Adrian Hunter)
- perf scripts python: exported-sql-viewer.py: Fix Array TypeError (Adrian Hunter)
- perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top Calls by elapsed Time report (Adrian Hunter)
- perf intel-pt: Fix transaction abort handling (Adrian Hunter)
- perf intel-pt: Fix sample instruction bytes (Adrian Hunter)
- iommu/vt-d: Fix sysfs leak in alloc_iommu() (Rolf Eike Beer)
- NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return() (Anna Schumaker)
- cifs: set server->cipher_type to AES-128-CCM for SMB3.0 (Aurelien Aptel)
- ALSA: usb-audio: scarlett2: Improve driver startup messages (Geoffrey D. Bennett)
- ALSA: usb-audio: scarlett2: Fix device hang with ehci-pci (Geoffrey D. Bennett)
- ALSA: hda/realtek: Headphone volume is controlled by Front mixer (Hui Wang)
- LTS tag: v5.4.123 (Jack Vogel)
- NFC: nci: fix memory leak in nci_allocate_device (Dongliang Mu)
- perf unwind: Set userdata for all __report_module() paths (Dave Rigby)
- perf unwind: Fix separate debug info files when using elfutils' libdw's unwinder (Jan Kratochvil)
- usb: dwc3: gadget: Enable suspend events (Jack Pham)
- bpf: No need to simulate speculative domain for immediates (Daniel Borkmann)
- bpf: Fix mask direction swap upon off reg sign change (Daniel Borkmann)
- bpf: Wrap aux data inside bpf_sanitize_info container (Daniel Borkmann)
- LTS tag: v5.4.122 (Jack Vogel)
- Bluetooth: SMP: Fail if remote and local public keys are identical (Luiz Augusto von Dentz)
- video: hgafb: correctly handle card detect failure during probe (Anirudh Rayabharam)
- nvmet: use new ana_log_size instead the old one (Hou Pu)
- Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONS (Luiz Augusto von Dentz)
- ext4: fix error handling in ext4_end_enable_verity() (Eric Biggers)
- nvme-multipath: fix double initialization of ANA state (Christoph Hellwig)
- tty: vt: always invoke vc->vc_sw->con_resize callback (Tetsuo Handa)
- vt: Fix character height handling with VT_RESIZEX (Maciej W. Rozycki)
- vgacon: Record video mode changes with VT_RESIZEX (Maciej W. Rozycki)
- video: hgafb: fix potential NULL pointer dereference (Igor Matheus Andrade Torrente)
- qlcnic: Add null check after calling netdev_alloc_skb (Tom Seewald)
- leds: lp5523: check return value of lp5xx_read and jump to cleanup code (Phillip Potter)
- ics932s401: fix broken handling of errors when word reading fails (Darrick J. Wong)
- net: rtlwifi: properly check for alloc_workqueue() failure (Greg Kroah-Hartman)
- scsi: ufs: handle cleanup correctly on devm_reset_control_get error (Phillip Potter)
- net: stmicro: handle clk_prepare() failure during init (Anirudh Rayabharam)
- ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read() (Du Cheng)
- Revert "niu: fix missing checks of niu_pci_eeprom_read" (Greg Kroah-Hartman)
- Revert "qlcnic: Avoid potential NULL pointer dereference" (Greg Kroah-Hartman)
- Revert "rtlwifi: fix a potential NULL pointer dereference" (Greg Kroah-Hartman)
- Revert "media: rcar_drif: fix a memory disclosure" (Greg Kroah-Hartman)
- cdrom: gdrom: initialize global variable at init time (Greg Kroah-Hartman)
- cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdrom (Atul Gopinathan)
- Revert "gdrom: fix a memory leak bug" (Greg Kroah-Hartman)
- Revert "scsi: ufs: fix a missing check of devm_reset_control_get" (Greg Kroah-Hartman)
- Revert "ecryptfs: replace BUG_ON with error handling code" (Greg Kroah-Hartman)
- Revert "video: imsttfb: fix potential NULL pointer dereferences" (Greg Kroah-Hartman)
- Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe" (Greg Kroah-Hartman)
- Revert "leds: lp5523: fix a missing check of return value of lp55xx_read" (Greg Kroah-Hartman)
- Revert "net: stmicro: fix a missing check of clk_prepare" (Greg Kroah-Hartman)
- Revert "video: hgafb: fix potential NULL pointer dereference" (Greg Kroah-Hartman)
- dm snapshot: fix crash with transient storage and zero chunk size (Mikulas Patocka)
- xen-pciback: reconfigure also from backend watch handler (Jan Beulich)
- mmc: sdhci-pci-gli: increase 1.8V regulator wait (Daniel Beer)
- drm/amdgpu: update sdma golden setting for Navi12 (Guchun Chen)
- drm/amdgpu: update gc golden setting for Navi12 (Guchun Chen)
- drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hang (Changfeng)
- Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference" (Greg Kroah-Hartman)
- rapidio: handle create_workqueue() failure (Anirudh Rayabharam)
- Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails" (Greg Kroah-Hartman)
- uio_hv_generic: Fix a memory leak in error handling paths (Christophe JAILLET)
- ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx (Elia Devito)
- ALSA: hda/realtek: Add fixup for HP OMEN laptop (Takashi Iwai)
- ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA (Takashi Iwai)
- ALSA: hda/realtek: Add some CLOVE SSIDs of ALC293 (PeiSen Hou)
- ALSA: hda/realtek: reset eapd coeff to default value for alc287 (Hui Wang)
- ALSA: firewire-lib: fix check for the size of isochronous packet payload (Takashi Sakamoto)
- Revert "ALSA: sb8: add a check for request_region" (Greg Kroah-Hartman)
- ALSA: hda: fixup headset for ASUS GU502 laptop (Daniel Cordova A)
- ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro (Takashi Sakamoto)
- ALSA: usb-audio: Validate MS endpoint descriptors (Takashi Iwai)
- ALSA: firewire-lib: fix calculation for size of IR context payload (Takashi Sakamoto)
- ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26 (Takashi Sakamoto)
- ALSA: line6: Fix racy initialization of LINE6 MIDI (Takashi Iwai)
- ALSA: intel8x0: Don't update period unless prepared (Takashi Iwai)
- ALSA: dice: fix stream format for TC Electronic Konnekt Live at high sampling transfer frequency (Takashi Sakamoto)
- cifs: fix memory leak in smb2_copychunk_range (Ronnie Sahlberg)
- btrfs: avoid RCU stalls while running delayed iputs (Josef Bacik)
- locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal (Zqiang)
- nvmet: seset ns->file when open fails (Daniel Wagner)
- ptrace: make ptrace() fail if the tracee changed its pid unexpectedly (Oleg Nesterov)
- RDMA/uverbs: Fix a NULL vs IS_ERR() bug (Dan Carpenter)
- platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios (Hans de Goede)
- platform/mellanox: mlxbf-tmfifo: Fix a memory barrier issue (Liming Sun)
- RDMA/core: Don't access cm_id after its destruction (Shay Drory)
- RDMA/mlx5: Recover from fatal event in dual port mode (Maor Gottlieb)
- scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword() (Zhen Lei)
- scsi: ufs: core: Increase the usable queue depth (Bart Van Assche)
- RDMA/rxe: Clear all QP fields if creation failed (Leon Romanovsky)
- RDMA/siw: Release xarray entry (Leon Romanovsky)
- RDMA/siw: Properly check send and receive CQ pointers (Leon Romanovsky)
- openrisc: Fix a memory leak (Christophe JAILLET)
- firmware: arm_scpi: Prevent the ternary sign expansion bug (Dan Carpenter)
-
Sat Jul 03 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2102.204.0.el7uek]
- LTS tag: v5.4.121 (Jack Vogel)
- scripts: switch explicitly to Python 3 (Andy Shevchenko)
- tweewide: Fix most Shebang lines (Finn Behrens)
- KVM: arm64: Initialize VCPU mdcr_el2 before loading it (Alexandru Elisei)
- ipv6: remove extra dev_hold() for fallback tunnels (Eric Dumazet)
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods (Eric Dumazet)
- sit: proper dev_{hold|put} in ndo_[un]init methods (Eric Dumazet)
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods (Eric Dumazet)
- net: stmmac: Do not enable RX FIFO overflow interrupts (Yannick Vignon)
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock (Zqiang)
- block: reexpand iov_iter after read/write (yangerkun)
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP (Hui Wang)
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 (Hans de Goede)
- drm/amd/display: Fix two cursor duplication when using overlay (Rodrigo Siqueira)
- bridge: Fix possible races between assigning rx_handler_data and setting IFF_BRIDGE_PORT bit (Zhang Zhengming)
- scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found (Bodo Stroesser)
- ceph: fix fscache invalidation (Jeff Layton)
- scsi: lpfc: Fix illegal memory access on Abort IOCBs (James Smart)
- riscv: Workaround mcount name prior to clang-13 (Nathan Chancellor)
- scripts/recordmcount.pl: Fix RISC-V regex for clang (Nathan Chancellor)
- ARM: 9075/1: kernel: Fix interrupted SMC calls (Manivannan Sadhasivam)
- um: Disable CONFIG_GCOV with MODULES (Johannes Berg)
- um: Mark all kernel symbols as local (Johannes Berg)
- Input: silead - add workaround for x86 BIOS-es which bring the chip up in a stuck state (Hans de Goede)
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devices (Hans de Goede)
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot() (Feilong Lin)
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend() (louis.wang)
- dmaengine: dw-edma: Fix crash on loading/unloading driver (Gustavo Pimentel)
- PCI: thunder: Fix compile testing (Arnd Bergmann)
- virtio_net: Do not pull payload in skb->head (Eric Dumazet)
- xsk: Simplify detection of empty and full rings (Magnus Karlsson)
- pinctrl: ingenic: Improve unreachable code generation (Josh Poimboeuf)
- isdn: capi: fix mismatched prototypes (Arnd Bergmann)
- cxgb4: Fix the -Wmisleading-indentation warning (Kaixu Xia)
- usb: sl811-hcd: improve misleading indentation (Arnd Bergmann)
- kgdb: fix gcc-11 warning on indentation (Arnd Bergmann)
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes (Arnd Bergmann)
- LTS tag: v5.4.120 (Jack Vogel)
- ASoC: rsnd: check all BUSIF status when error (Kuninori Morimoto)
- nvme: do not try to reconfigure APST when the controller is not live (Christoph Hellwig)
- clk: exynos7: Mark aclk_fsys1_200 as critical (Paweł Chmiel)
- netfilter: conntrack: Make global sysctls readonly in non-init netns (Jonathon Reinhart)
- kobject_uevent: remove warning in init_uevent_argv() (Greg Kroah-Hartman)
- usb: typec: tcpm: Fix error while calculating PPS out values (Badhri Jagan Sridharan)
- ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical section (Ard Biesheuvel)
- ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual address (Ard Biesheuvel)
- ARM: 9012/1: move device tree mapping out of linear region (Ard Biesheuvel)
- ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS address (Ard Biesheuvel)
- f2fs: fix error handling in f2fs_end_enable_verity() (Eric Biggers)
- thermal/core/fair share: Lock the thermal zone while looping over instances (Lukasz Luba)
- MIPS: Avoid handcoded DIVU in `__div64_32' altogether (Maciej W. Rozycki)
- MIPS: Avoid DIVU in `__div64_32' is result would be zero (Maciej W. Rozycki)
- MIPS: Reinstate platform `__div64_32' handler (Maciej W. Rozycki)
- FDDI: defxx: Make MMIO the configuration default except for EISA (Maciej W. Rozycki)
- mm: fix struct page layout on 32-bit systems (Matthew Wilcox (Oracle))
- KVM: x86: Cancel pvclock_gtod_work on module removal (Thomas Gleixner)
- cdc-wdm: untangle a circular dependency between callback and softint (Oliver Neukum)
- iio: tsl2583: Fix division by a zero lux_val (Colin Ian King)
- iio: gyro: mpu3050: Fix reported temperature value (Dmitry Osipenko)
- xhci: Add reset resume quirk for AMD xhci controller. (Sandeep Singh)
- xhci: Do not use GFP_KERNEL in (potentially) atomic context (Christophe JAILLET)
- usb: dwc3: gadget: Return success always for kick transfer in ep queue (Wesley Cheng)
- usb: core: hub: fix race condition about TRSMRCY of resume (Chunfeng Yun)
- usb: dwc2: Fix gadget DMA unmap direction (Phil Elwell)
- usb: xhci: Increase timeout for HC halt (Maximilian Luz)
- usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel Merrifield (Ferry Toth)
- usb: dwc3: omap: improve extcon initialization (Marcel Hamer)
- iomap: fix sub-page uptodate handling (Christoph Hellwig)
- blk-mq: Swap two calls in blk_mq_exit_queue() (Bart Van Assche)
- nbd: Fix NULL pointer in flush_workqueue (Sun Ke)
- kyber: fix out of bounds access when preempted (Omar Sandoval)
- ACPI: scan: Fix a memory leak in an error handling path (Christophe JAILLET)
- hwmon: (occ) Fix poll rate limiting (Eddie James)
- usb: fotg210-hcd: Fix an error message (Christophe JAILLET)
- iio: proximity: pulsedlight: Fix rumtime PM imbalance on error (Dinghao Liu)
- drm/i915: Avoid div-by-zero on gen2 (Ville Syrjälä)
- drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are connected (Kai-Heng Feng)
- mm/hugetlb: fix F_SEAL_FUTURE_WRITE (Peter Xu)
- userfaultfd: release page in error path to avoid BUG_ON (Axel Rasmussen)
- squashfs: fix divide error in calculate_skip() (Phillip Lougher)
- hfsplus: prevent corruption in shrinking truncate (Jouni Roivas)
- powerpc/64s: Fix crashes when toggling entry flush barrier (Michael Ellerman)
- powerpc/64s: Fix crashes when toggling stf barrier (Michael Ellerman)
- ARC: mm: PAE: use 40-bit physical page mask (Vladimir Isaev)
- ARC: entry: fix off-by-one error in syscall number validation (Vineet Gupta)
- i40e: Fix PHY type identifiers for 2.5G and 5G adapters (Mateusz Palczewski)
- i40e: fix the restart auto-negotiation after FEC modified (Jaroslaw Gawin)
- i40e: Fix use-after-free in i40e_client_subtask() (Yunjian Wang)
- netfilter: nftables: avoid overflows in nft_hash_buckets() (Eric Dumazet)
- kernel: kexec_file: fix error return code of kexec_calculate_store_digests() (Jia-Ju Bai)
- sched/fair: Fix unfairness caused by missing load decay (Odin Ugedal)
- sched: Fix out-of-bound access in uclamp (Quentin Perret)
- can: m_can: m_can_tx_work_queue(): fix tx_skb race condition (Marc Kleine-Budde)
- netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check (Pablo Neira Ayuso)
- smc: disallow TCP_ULP in smc_setsockopt() (Cong Wang)
- net: fix nla_strcmp to handle more then one trailing null character (Maciej Żenczykowski)
- ksm: fix potential missing rmap_item for stable_node (Miaohe Lin)
- mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page() (Miaohe Lin)
- mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts() (Miaohe Lin)
- khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate() (Miaohe Lin)
- drm/radeon: Avoid power table parsing memory leaks (Kees Cook)
- drm/radeon: Fix off-by-one power_state index heap overwrite (Kees Cook)
- netfilter: xt_SECMARK: add new revision to fix structure layout (Pablo Neira Ayuso)
- sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b (Xin Long)
- ethernet:enic: Fix a use after free bug in enic_hard_start_xmit (Lv Yunlong)
- sunrpc: Fix misplaced barrier in call_decode (Baptiste Lepers)
- RISC-V: Fix error code returned by riscv_hartid_to_cpuid() (Anup Patel)
- sctp: do asoc update earlier in sctp_sf_do_dupcook_a (Xin Long)
- net: hns3: disable phy loopback setting in hclge_mac_start_phy (Yufeng Mo)
- net: hns3: use netif_tx_disable to stop the transmit queue (Peng Li)
- net: hns3: fix for vxlan gpe tx checksum bug (Hao Chen)
- net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet() (Jian Shen)
- net: hns3: initialize the message content in hclge_get_link_mode() (Yufeng Mo)
- net: hns3: fix incorrect configuration for igu_egu_hw_err (Yufeng Mo)
- rtc: ds1307: Fix wday settings for rx8130 (Nobuhiro Iwamatsu)
- ceph: fix inode leak on getattr error in __fh_to_dentry (Jeff Layton)
- rtc: fsl-ftm-alarm: add MODULE_TABLE() (Michael Walle)
- NFSv4.2 fix handling of sr_eof in SEEK's reply (Olga Kornievskaia)
- pNFS/flexfiles: fix incorrect size check in decode_nfs_fh() (Nikola Livic)
- PCI: endpoint: Fix missing destroy_workqueue() (Yang Yingliang)
- NFS: Deal correctly with attribute generation counter overflow (Trond Myklebust)
- NFSv4.2: Always flush out writes in nfs42_proc_fallocate() (Trond Myklebust)
- rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data() (Jia-Ju Bai)
- ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handler hook (Zhen Lei)
- PCI: Release OF node in pci_scan_device()'s error path (Dmitry Baryshkov)
- PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc() (Pali Rohár)
- f2fs: fix a redundant call to f2fs_balance_fs if an error occurs (Colin Ian King)
- thermal: thermal_of: Fix error return code of thermal_of_populate_bind_params() (Jia-Ju Bai)
- ASoC: rt286: Make RT286_SET_GPIO_* readable and writable (David Ward)
- ia64: module: fix symbolizer crash on fdescr (Sergei Trofimovich)
- bnxt_en: Add PCI IDs for Hyper-V VF devices. (Michael Chan)
- net: ethernet: mtk_eth_soc: fix RX VLAN offload (Felix Fietkau)
- iavf: remove duplicate free resources calls (Stefan Assmann)
- powerpc/iommu: Annotate nested lock for lockdep (Alexey Kardashevskiy)
- qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_auth (Lee Gibson)
- wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join (Gustavo A. R. Silva)
- wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt (Gustavo A. R. Silva)
- drm/amd/display: fixed divide by zero kernel crash during dsc enablement (Robin Singh)
- powerpc/pseries: Stop calling printk in rtas_stop_self() (Michael Ellerman)
- samples/bpf: Fix broken tracex1 due to kprobe argument change (Yaqi Chen)
- net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule (Du Cheng)
- ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user() (Gustavo A. R. Silva)
- ASoC: rt286: Generalize support for ALC3263 codec (David Ward)
- powerpc/smp: Set numa node before updating mask (Srikar Dronamraju)
- flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target() (Gustavo A. R. Silva)
- sctp: Fix out-of-bounds warning in sctp_process_asconf_param() (Gustavo A. R. Silva)
- ALSA: hda/hdmi: fix race in handling acomp ELD notification at resume (Kai Vehmanen)
- kconfig: nconf: stop endless search loops (Mihai Moldovan)
- selftests: Set CC to clang in lib.mk if LLVM is set (Yonghong Song)
- drm/amd/display: Force vsync flip when reconfiguring MPCC (Anthony Wang)
- iommu/amd: Remove performance counter pre-initialization test (Suravee Suthikulpanit)
- Revert "iommu/amd: Fix performance counter initialization" (Paul Menzel)
- ASoC: rsnd: call rsnd_ssi_master_clk_start() from rsnd_ssi_init() (Kuninori Morimoto)
- cuse: prevent clone (Miklos Szeredi)
- mt76: mt76x0: disable GTK offloading (David Bauer)
- pinctrl: samsung: use 'int' for register masks in Exynos (Krzysztof Kozlowski)
- mac80211: clear the beacon's CRC after channel switch (Emmanuel Grumbach)
- i2c: Add I2C_AQ_NO_REP_START adapter quirk (Bence Csókás)
- ASoC: Intel: bytcr_rt5640: Add quirk for the Chuwi Hi8 tablet (Hans de Goede)
- ip6_vti: proper dev_{hold|put} in ndo_[un]init methods (Eric Dumazet)
- Bluetooth: check for zapped sk before connecting (Archie Pusaka)
- net: bridge: when suppression is enabled exclude RARP packets (Nikolay Aleksandrov)
- Bluetooth: initialize skb_queue_head at l2cap_chan_create() (Tetsuo Handa)
- Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default (Archie Pusaka)
- ALSA: bebob: enable to deliver MIDI messages for multiple ports (Takashi Sakamoto)
- ALSA: rme9652: don't disable if not enabled (Tong Zhang)
- ALSA: hdspm: don't disable if not enabled (Tong Zhang)
- ALSA: hdsp: don't disable if not enabled (Tong Zhang)
- i2c: bail out early when RDWR parameters are wrong (Wolfram Sang)
- ASoC: rsnd: core: Check convert rate in rsnd_hw_params (Mikhail Durnev)
- net: stmmac: Set FIFO sizes for ipq806x (Jonathan McDowell)
- ASoC: Intel: bytcr_rt5640: Enable jack-detect support on Asus T100TAF (Hans de Goede)
- tipc: convert dest node's address to network order (Hoang Le)
- fs: dlm: fix debugfs dump (Alexander Aring)
- PM: runtime: Fix unpaired parent child_count for force_resume (Tony Lindgren)
- KVM: x86/mmu: Remove the defunct update_pte() paging hook (Sean Christopherson)
- tpm, tpm_tis: Reserve locality in tpm_tis_resume() (Jarkko Sakkinen)
- tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt() (Jarkko Sakkinen)
- tpm: fix error return code in tpm2_get_cc_attrs_tbl() (Zhen Lei)
- LTS tag: v5.4.119 (Jack Vogel)
- Revert "fdt: Properly handle "no-map" field in the memory region" (Quentin Perret)
- Revert "of/fdt: Make sure no-map does not remove already reserved regions" (Quentin Perret)
- Revert "net/sctp: fix race condition in sctp_destroy_sock" (Xin Long)
- smp: Fix smp_call_function_single_async prototype (Arnd Bergmann)
- net: Only allow init netns to set default tcp cong to a restricted algo (Jonathon Reinhart)
- mm/memory-failure: unnecessary amount of unmapping (Jane Chu)
- mm/sparse: add the missing sparse_buffer_fini() in error branch (Wang Wensheng)
- kfifo: fix ternary sign extension bugs (Dan Carpenter)
- net:nfc:digital: Fix a double free in digital_tg_recv_dep_req (Lv Yunlong)
- net: bridge: mcast: fix broken length + header check for MRDv6 Adv. (Linus Lüssing)
- RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_res (Lv Yunlong)
- RDMA/siw: Fix a use after free in siw_alloc_mr (Lv Yunlong)
- net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send (Lv Yunlong)
- bnxt_en: Fix RX consumer index logic in the error path. (Michael Chan)
- selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry static (Petr Machata)
- net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skb (Phillip Potter)
- arm64: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E (Kunihiko Hayashi)
- ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E (Kunihiko Hayashi)
- bnxt_en: fix ternary sign extension bug in bnxt_show_temp() (Dan Carpenter)
- powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add') (Christophe Leroy)
- ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lock (Shuah Khan)
- ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices (Toke Høiland-Jørgensen)
- net: phy: intel-xway: enable integrated led functions (Martin Schiller)
- net: renesas: ravb: Fix a stuck issue when a lot of frames are received (Yoshihiro Shimoda)
- net: davinci_emac: Fix incorrect masking of tx and rx error channel (Colin Ian King)
- ALSA: usb: midi: don't return -ENOMEM when usb_urb_ep_type_check fails (Colin Ian King)
- RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one fails (Sindhu Devale)
- RDMA/cxgb4: add missing qpid increment (Potnuri Bharat Teja)
- gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check (Alexander Lobakin)
- vsock/vmci: log once the failed queue pair allocation (Stefano Garzarella)
- mwl8k: Fix a double Free in mwl8k_probe_hw (Lv Yunlong)
- i2c: sh7760: fix IRQ error path (Sergey Shtylyov)
- rtlwifi: 8821ae: upgrade PHY and RF parameters (Ping-Ke Shih)
- powerpc/pseries: extract host bridge from pci_bus prior to bus removal (Tyrel Datwyler)
- MIPS: pci-legacy: stop using of_pci_range_to_resource (Ilya Lipnitskiy)
- perf beauty: Fix fsconfig generator (Vitaly Chikunov)
- drm/i915/gvt: Fix error code in intel_gvt_init_device() (Dan Carpenter)
- ASoC: ak5558: correct reset polarity (Shengjiu Wang)
- powerpc/xive: Fix xmon command "dxi" (Cédric Le Goater)
- i2c: sh7760: add IRQ check (Sergey Shtylyov)
- i2c: jz4780: add IRQ check (Sergey Shtylyov)
- i2c: emev2: add IRQ check (Sergey Shtylyov)
- i2c: cadence: add IRQ check (Sergey Shtylyov)
- i2c: sprd: fix reference leak when pm_runtime_get_sync fails (Qinglang Miao)
- i2c: omap: fix reference leak when pm_runtime_get_sync fails (Qinglang Miao)
- i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails (Qinglang Miao)
- i2c: img-scb: fix reference leak when pm_runtime_get_sync fails (Qinglang Miao)
- RDMA/srpt: Fix error return code in srpt_cm_req_recv() (Wang Wensheng)
- net: thunderx: Fix unintentional sign extension issue (Colin Ian King)
- cxgb4: Fix unintentional sign extension issues (Colin Ian King)
- IB/hfi1: Fix error return code in parse_platform_config() (Wang Wensheng)
- RDMA/qedr: Fix error return code in qedr_iw_connect() (Wang Wensheng)
- KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit (Nicholas Piggin)
- mt7601u: fix always true expression (Colin Ian King)
- mac80211: bail out if cipher schemes are invalid (Johannes Berg)
- powerpc: iommu: fix build when neither PCI or IBMVIO is set (Randy Dunlap)
- powerpc/perf: Fix PMU constraint check for EBB events (Athira Rajeev)
- powerpc/64s: Fix pte update for kernel memory on radix (Jordan Niethe)
- liquidio: Fix unintented sign extension of a left shift of a u16 (Colin Ian King)
- ASoC: simple-card: fix possible uninitialized single_cpu local variable (Krzysztof Kozlowski)
- ALSA: usb-audio: Add error checks for usb_driver_claim_interface() calls (Takashi Iwai)
- mips: bmips: fix syscon-reboot nodes (Álvaro Fernández Rojas)
- net: hns3: Limiting the scope of vector_ring_chain variable (Salil Mehta)
- nfc: pn533: prevent potential memory corruption (Dan Carpenter)
- bug: Remove redundant condition check in report_bug (Andrew Scull)
- ALSA: core: remove redundant spin_lock pair in snd_card_disconnect (Jia Zhou)
- powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration (Chen Huang)
- inet: use bigger hash table for IP ID generation (Eric Dumazet)
- powerpc/prom: Mark identical_pvr_fixup as __init (Nathan Chancellor)
- powerpc/fadump: Mark fadump_calculate_reserve_size as __init (Nathan Chancellor)
- net: lapbether: Prevent racing when checking whether the netif is running (Xie He)
- perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed chars (Arnaldo Carvalho de Melo)
- HID: plantronics: Workaround for double volume key presses (Maxim Mikityanskiy)
- drivers/block/null_blk/main: Fix a double free in null_init. (Lv Yunlong)
- sched/debug: Fix cgroup_path[] serialization (Waiman Long)
- x86/events/amd/iommu: Fix sysfs type mismatch (Nathan Chancellor)
- HSI: core: fix resource leaks in hsi_add_client_from_dt() (Dan Carpenter)
- nvme-pci: don't simple map sgl when sgls are disabled (Niklas Cassel)
- mfd: stm32-timers: Avoid clearing auto reload register (Fabrice Gasnier)
- scsi: ibmvfc: Fix invalid state machine BUG_ON() (Brian King)
- scsi: sni_53c710: Add IRQ check (Sergey Shtylyov)
- scsi: sun3x_esp: Add IRQ check (Sergey Shtylyov)
- scsi: jazz_esp: Add IRQ check (Sergey Shtylyov)
- scsi: hisi_sas: Fix IRQ checks (Sergey Shtylyov)
- clk: uniphier: Fix potential infinite loop (Colin Ian King)
- clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE (Chen Hui)
- clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback (Quanyang Wang)
- vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer (Jason Gunthorpe)
- media: v4l2-ctrls.c: fix race condition in hdl->requests list (Hans Verkuil)
- nvme: retrigger ANA log update if group descriptor isn't found (Hannes Reinecke)
- nvmet-tcp: fix incorrect locking in state_change sk callback (Sagi Grimberg)
- nvme-tcp: block BH in sk state_change sk callback (Sagi Grimberg)
- ata: libahci_platform: fix IRQ check (Sergey Shtylyov)
- sata_mv: add IRQ checks (Sergey Shtylyov)
- pata_ipx4xx_cf: fix IRQ check (Sergey Shtylyov)
- pata_arasan_cf: fix IRQ check (Sergey Shtylyov)
- x86/kprobes: Fix to check non boostable prefixes correctly (Masami Hiramatsu)
- drm/amdkfd: fix build error with AMD_IOMMU_V2=m (Felix Kuehling)
- media: m88rs6000t: avoid potential out-of-bounds reads on arrays (Colin Ian King)
- media: platform: sunxi: sun6i-csi: fix error return code of sun6i_video_start_streaming() (Jia-Ju Bai)
- media: aspeed: fix clock handling logic (Jae Hyun Yoo)
- media: omap4iss: return error code when omap4iss_get() failed (Yang Yingliang)
- media: vivid: fix assignment of dev->fbuf_out_flags (Colin Ian King)
- soc: aspeed: fix a ternary sign expansion bug (Dan Carpenter)
- xen-blkback: fix compatibility bug with single page rings (Paul Durrant)
- ttyprintk: Add TTY hangup callback. (Tetsuo Handa)
- usb: dwc2: Fix hibernation between host and device modes. (Artur Petrosyan)
- usb: dwc2: Fix host mode hibernation exit with remote wakeup flow. (Artur Petrosyan)
- x86/platform/uv: Fix !KEXEC build failure (Ingo Molnar)
- platform/x86: pmc_atom: Match all Beckhoff Automation baytrail boards with critclk_systems DMI table (Steffen Dirkwinkel)
- usbip: vudc: fix missing unlock on error in usbip_sockfd_store() (Ye Bin)
- node: fix device cleanups in error handling code (Dan Carpenter)
- firmware: qcom-scm: Fix QCOM_SCM configuration (He Ying)
- serial: core: return early on unsupported ioctls (Johan Hovold)
- tty: fix return value for unsupported ioctls (Johan Hovold)
- tty: actually undefine superseded ASYNC flags (Johan Hovold)
- USB: cdc-acm: fix TIOCGSERIAL implementation (Johan Hovold)
- USB: cdc-acm: fix unprivileged TIOCCSERIAL (Johan Hovold)
- usb: gadget: r8a66597: Add missing null check on return from platform_get_resource (Colin Ian King)
- spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware() (Wang Li)
- cpufreq: armada-37xx: Fix determining base CPU frequency (Pali Rohár)
- cpufreq: armada-37xx: Fix driver cleanup when registration failed (Pali Rohár)
- clk: mvebu: armada-37xx-periph: Fix workaround for switching from L1 to L0 (Pali Rohár)
- clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250 Mhz to 1 GHz (Pali Rohár)
- cpufreq: armada-37xx: Fix the AVS value for load L1 (Pali Rohár)
- clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clock (Marek Behún)
- cpufreq: armada-37xx: Fix setting TBG parent for load levels (Marek Behún)
- crypto: qat - Fix a double free in adf_create_ring (Lv Yunlong)
- ACPI: CPPC: Replace cppc_attr with kobj_attribute (Nathan Chancellor)
- soc: qcom: mdt_loader: Detect truncated read of segments (Bjorn Andersson)
- soc: qcom: mdt_loader: Validate that p_filesz < p_memsz (Bjorn Andersson)
- spi: Fix use-after-free with devm_spi_alloc_* (William A. Kennington III)
- PM / devfreq: Use more accurate returned new_freq as resume_freq (Dong Aisheng)
- staging: greybus: uart: fix unprivileged TIOCCSERIAL (Johan Hovold)
- staging: rtl8192u: Fix potential infinite loop (Colin Ian King)
- irqchip/gic-v3: Fix OF_BAD_ADDR error handling (Arnd Bergmann)
- mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init (Lv Yunlong)
- m68k: mvme147,mvme16x: Don't wipe PCC timer config bits (Finn Thain)
- soundwire: stream: fix memory leak in stream config error path (Rander Wang)
- memory: pl353: fix mask of ECC page_size config register (gexueyuan)
- USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR() (Yang Yingliang)
- usb: gadget: aspeed: fix dma map failure (Tao Ren)
- crypto: qat - fix error path in adf_isr_resource_alloc() (Giovanni Cabiddu)
- phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y, unconditionally (Geert Uytterhoeven)
- soundwire: bus: Fix device found flag correctly (Srinivas Kandagatla)
- bus: qcom: Put child node before return (Pan Bian)
- mtd: require write permissions for locking and badblock ioctls (Michael Walle)
- fotg210-udc: Complete OUT requests on short packets (Fabian Vogt)
- fotg210-udc: Don't DMA more than the buffer can take (Fabian Vogt)
- fotg210-udc: Mask GRP2 interrupts we don't handle (Fabian Vogt)
- fotg210-udc: Remove a dubious condition leading to fotg210_done (Fabian Vogt)
- fotg210-udc: Fix EP0 IN requests bigger than two packets (Fabian Vogt)
- fotg210-udc: Fix DMA on EP0 for length > max packet size (Fabian Vogt)
- crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init (Tong Zhang)
- crypto: qat - don't release uninitialized resources (Tong Zhang)
- usb: gadget: pch_udc: Check for DMA mapping error (Andy Shevchenko)
- usb: gadget: pch_udc: Check if driver is present before calling ->setup() (Andy Shevchenko)
- usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits() (Andy Shevchenko)
- x86/microcode: Check for offline CPUs before requesting new microcode (Otavio Pontes)
- arm64: dts: renesas: r8a77980: Fix vin4-7 endpoint binding (Vladimir Barinov)
- spi: stm32: drop devres version of spi_register_master (Antonio Borneo)
- arm64: dts: qcom: sm8150: fix number of pins in 'gpio-ranges' (Shawn Guo)
- mtd: rawnand: qcom: Return actual error code instead of -ENODEV (Manivannan Sadhasivam)
- mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions() (Manivannan Sadhasivam)
- mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC (Álvaro Fernández Rojas)
- mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe() (Dan Carpenter)
- regmap: set debugfs_name to NULL after it is freed (Meng Li)
- usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS (Badhri Jagan Sridharan)
- serial: stm32: fix tx_empty condition (Erwan Le Ray)
- serial: stm32: fix incorrect characters on console (Erwan Le Ray)
- ARM: dts: exynos: correct PMIC interrupt trigger level on Snow (Krzysztof Kozlowski)
- ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250 (Krzysztof Kozlowski)
- ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid X/U3 family (Krzysztof Kozlowski)
- ARM: dts: exynos: correct PMIC interrupt trigger level on Midas family (Krzysztof Kozlowski)
- ARM: dts: exynos: correct MUIC interrupt trigger level on Midas family (Krzysztof Kozlowski)
- ARM: dts: exynos: correct fuel gauge interrupt trigger level on Midas family (Krzysztof Kozlowski)
- memory: gpmc: fix out of bounds read and dereference on gpmc_cs[] (Colin Ian King)
- usb: gadget: pch_udc: Revert d3cb25a12138 completely (Andy Shevchenko)
- ovl: fix missing revert_creds() on error path (Dan Carpenter)
- Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_register" (Jae Hyun Yoo)
- KVM: Stop looking for coalesced MMIO zones if the bus is destroyed (Sean Christopherson)
- KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit (Sean Christopherson)
- KVM: s390: split kvm_s390_real_to_abs (Claudio Imbrenda)
- s390: fix detection of vector enhancements facility 1 vs. vector packed decimal facility (David Hildenbrand)
- KVM: s390: fix guarded storage control register handling (Heiko Carstens)
- KVM: s390: split kvm_s390_logical_to_effective (Claudio Imbrenda)
- ALSA: hda/realtek: ALC285 Thinkpad jack pin quirk is unreachable (Sami Loone)
- ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devices (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC662 quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order remaining ALC269 quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC269 Lenovo quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC269 Sony quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC269 ASUS quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC269 Dell quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC269 Acer quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC269 HP quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC882 Clevo quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC882 Sony quirk table entries (Takashi Iwai)
- ALSA: hda/realtek: Re-order ALC882 Acer quirk table entries (Takashi Iwai)
- drm/amd/display: Reject non-zero src_y and src_x for video planes (Harry Wentland)
- drm/radeon: fix copy of uninitialized variable back to userspace (Colin Ian King)
- drm/panfrost: Don't try to map pages that are already mapped (Boris Brezillon)
- drm/panfrost: Clear MMU irqs before handling the fault (Boris Brezillon)
- rtw88: Fix array overrun in rtw_get_tx_power_params() (Ping-Ke Shih)
- cfg80211: scan: drop entry from hidden_list on overflow (Johannes Berg)
- ipw2x00: potential buffer overflow in libipw_wx_set_encodeext() (Dan Carpenter)
- md: Fix missing unused status line of /proc/mdstat (Jan Glauber)
- md: md_open returns -EBUSY when entering racing area (Zhao Heming)
- md: factor out a mddev_find_locked helper from mddev_find (Christoph Hellwig)
- md: split mddev_find (Christoph Hellwig)
- md-cluster: fix use-after-free issue when removing rdev (Heming Zhao)
- misc: vmw_vmci: explicitly initialize vmci_datagram payload (Tetsuo Handa)
- misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg struct (Tetsuo Handa)
- misc: lis3lv02d: Fix false-positive WARN on various HP models (Hans de Goede)
- iio:accel:adis16201: Fix wrong axis assignment that prevents loading (Jonathan Cameron)
- PCI: Allow VPD access for QLogic ISP2722 (Arun Easi)
- FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSR (Maciej W. Rozycki)
- MIPS: pci-rt2880: fix slot 0 configuration (Ilya Lipnitskiy)
- MIPS: pci-mt7620: fix PLL lock check (Ilya Lipnitskiy)
- ASoC: Intel: kbl_da7219_max98927: Fix kabylake_ssp_fixup function (Lukasz Majczak)
- ASoC: samsung: tm2_wm5110: check of of_parse return value (Pierre-Louis Bossart)
- usb: xhci-mtk: improve bandwidth scheduling with TT (Chunfeng Yun)
- usb: xhci-mtk: remove or operator for setting schedule parameters (Chunfeng Yun)
- usb: typec: tcpm: update power supply once partner accepts (Badhri Jagan Sridharan)
- usb: typec: tcpm: Address incorrect values of tcpm psy for pps supply (Badhri Jagan Sridharan)
- usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supply (Badhri Jagan Sridharan)
- staging: fwserial: fix TIOCSSERIAL permission check (Johan Hovold)
- tty: moxa: fix TIOCSSERIAL permission check (Johan Hovold)
- staging: fwserial: fix TIOCSSERIAL jiffies conversions (Johan Hovold)
- USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission check (Johan Hovold)
- staging: greybus: uart: fix TIOCSSERIAL jiffies conversions (Johan Hovold)
- USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversions (Johan Hovold)
- tty: amiserial: fix TIOCSSERIAL permission check (Johan Hovold)
- tty: moxa: fix TIOCSSERIAL jiffies conversions (Johan Hovold)
- Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL" (Johan Hovold)
- net/nfc: fix use-after-free llcp_sock_bind/connect (Or Cohen) {CVE-2021-23134}
- LTS tag: v5.4.118 (Jack Vogel)
- dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails (Benjamin Block)
- dm integrity: fix missing goto in bitmap_flush_interval error handling (Tian Tao)
- dm space map common: fix division bug in sm_ll_find_free_block() (Joe Thornber)
- dm persistent data: packed struct should have an aligned() attribute too (Joe Thornber)
- tracing: Restructure trace_clock_global() to never block (Steven Rostedt (VMware))
- tracing: Map all PIDs to command lines (Steven Rostedt (VMware))
- rsi: Use resume_noirq for SDIO (Marek Vasut)
- tty: fix memory leak in vc_deallocate (Pavel Skripkin)
- usb: dwc2: Fix session request interrupt handler (Artur Petrosyan)
- usb: dwc3: gadget: Fix START_TRANSFER link state check (Thinh Nguyen)
- usb: gadget/function/f_fs string table fix for multiple languages (Dean Anderson)
- usb: gadget: Fix double free of device descriptor pointers (Hemant Kumar)
- usb: gadget: dummy_hcd: fix gpf in gadget_setup (Anirudh Rayabharam)
- media: staging/intel-ipu3: Fix race condition during set_fmt (Ricardo Ribalda)
- media: staging/intel-ipu3: Fix set_fmt error handling (Ricardo Ribalda)
- media: staging/intel-ipu3: Fix memory leak in imu_fmt (Ricardo Ribalda)
- media: dvb-usb: Fix memory leak at error in dvb_usb_device_init() (Takashi Iwai)
- media: dvb-usb: Fix use-after-free access (Takashi Iwai)
- media: dvbdev: Fix memory leak in dvb_media_device_free() (Peilin Ye)
- ext4: fix error code in ext4_commit_super (Fengnan Chang)
- ext4: do not set SB_ACTIVE in ext4_orphan_cleanup() (Zhang Yi)
- ext4: fix check to prevent false positive report of incorrect used inodes (Zhang Yi)
- kbuild: update config_data.gz only when the content of .config is changed (Masahiro Yamada)
- x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported (Sean Christopherson)
- Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op") (Thomas Gleixner)
- jffs2: check the validity of dstlen in jffs2_zlib_compress() (Yang Yang)
- Fix misc new gcc warnings (Linus Torvalds)
- security: commoncap: fix -Wstringop-overread warning (Arnd Bergmann)
- fuse: fix write deadlock (Vivek Goyal)
- dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload sequences (Heinz Mauelshagen)
- crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS (Eric Biggers)
- tpm: vtpm_proxy: Avoid reading host log when using a virtual device (Stefan Berger)
- tpm: efi: Use local variable for calculating final log size (Stefan Berger)
- intel_th: pci: Add Alder Lake-M support (Alexander Shishkin)
- powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h (Tony Ambardar)
- powerpc/eeh: Fix EEH handling for hugepages in ioremap space. (Mahesh Salgaonkar)
- jffs2: Fix kasan slab-out-of-bounds problem (lizhe)
- Input: ili210x - add missing negation for touch indication on ili210x (Hansem Ro)
- NFSv4: Don't discard segments marked for return in _pnfs_return_layout() (Trond Myklebust)
- NFS: Don't discard pNFS layout segments that are marked for return (Trond Myklebust)
- ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure (Marc Zyngier)
- openvswitch: fix stack OOB read while fragmenting IPv4 packets (Davide Caratti)
- mlxsw: spectrum_mr: Update egress RIF list before route's action (Ido Schimmel)
- f2fs: fix to avoid out-of-bounds memory access (Chao Yu)
- ubifs: Only check replay with inode type to judge if inode linked (Guochun Mao)
- virtiofs: fix memory leak in virtio_fs_probe() (Luis Henriques)
- Makefile: Move -Wno-unused-but-set-variable out of GCC only block (Nathan Chancellor)
- arm64/vdso: Discard .note.gnu.property sections in vDSO (Bill Wendling)
- btrfs: fix race when picking most recent mod log operation for an old root (Filipe Manana)
- ALSA: hda/realtek: Add quirk for Intel Clevo PCx0Dx (Eckhart Mohr)
- ALSA: hda/realtek: fix static noise on ALC285 Lenovo laptops (Sami Loone)
- ALSA: hda/realtek: fix mic boost on Intel NUC 8 (Phil Calvin)
- ALSA: hda/realtek: GA503 use same quirks as GA401 (Luke D Jones)
- ALSA: usb-audio: Add dB range mapping for Sennheiser Communications Headset PC 8 (Timo Gurr)
- ALSA: usb-audio: More constifications (Takashi Iwai)
- ALSA: usb-audio: Explicitly set up the clock selector (Takashi Iwai)
- ALSA: sb: Fix two use after free in snd_sb_qsound_build (Lv Yunlong)
- ALSA: hda/conexant: Re-order CX5066 quirk table entries (Takashi Iwai)
- ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer (Lv Yunlong)
- s390/archrandom: add parameter check for s390_arch_random_generate (Harald Freudenberger)
- scsi: libfc: Fix a format specifier (Bart Van Assche)
- mfd: arizona: Fix rumtime PM imbalance on error (Dinghao Liu)
- scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logic (James Smart)
- scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL mode (James Smart)
- scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO response (James Smart)
- drm/amdgpu: fix NULL pointer dereference (Guchun Chen)
- amdgpu: avoid incorrect %hu format string (Arnd Bergmann)
- drm/amdkfd: Fix cat debugfs hang_hws file causes system crash bug (Qu Huang)
- drm/msm/mdp5: Do not multiply vclk line count by 100 (Marijn Suijten)
- drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotal (Marijn Suijten)
- sched/fair: Ignore percpu threads for imbalance pulls (Lingutla Chandrasekhar)
- media: gscpa/stv06xx: fix memory leak (Hans Verkuil)
- media: dvb-usb: fix memory leak in dvb_usb_adapter_init (Pavel Skripkin)
- media: platform: sti: Fix runtime PM imbalance in regs_show (Dinghao Liu)
- media: i2c: adv7842: fix possible use-after-free in adv7842_remove() (Yang Yingliang)
- media: i2c: tda1997: Fix possible use-after-free in tda1997x_remove() (Yang Yingliang)
- media: i2c: adv7511-v4l2: fix possible use-after-free in adv7511_remove() (Yang Yingliang)
- media: adv7604: fix possible use-after-free in adv76xx_remove() (Yang Yingliang)
- media: tc358743: fix possible use-after-free in tc358743_remove() (Yang Yingliang)
- power: supply: s3c_adc_battery: fix possible use-after-free in s3c_adc_bat_remove() (Yang Yingliang)
- power: supply: generic-adc-battery: fix possible use-after-free in gab_remove() (Yang Yingliang)
- clk: socfpga: arria10: Fix memory leak of socfpga_clk on error return (Colin Ian King)
- media: vivid: update EDID (Hans Verkuil)
- media: em28xx: fix memory leak (Muhammad Usama Anjum)
- scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg() (Ewan D. Milne)
- scsi: smartpqi: Add new PCI IDs (Kevin Barnett)
- scsi: smartpqi: Correct request leakage during reset operations (Murthy Bhat)
- ata: ahci: Disable SXS for Hisilicon Kunpeng920 (Xingui Yang)
- mmc: sdhci-pci: Add PCI IDs for Intel LKF (Adrian Hunter)
- scsi: qla2xxx: Fix use after free in bsg (Quinn Tran)
- drm/vkms: fix misuse of WARN_ON (Dmitry Vyukov)
- scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats() (Bart Van Assche)
- drm/amd/display: fix dml prefetch validation (Dmytro Laktyushkin)
- drm/amd/display: Fix UBSAN warning for not a valid value for type '_Bool' (Anson Jacob)
- drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4f (shaoyunl)
- drm/amdkfd: Fix UBSAN shift-out-of-bounds warning (Anson Jacob)
- drm/amdgpu: mask the xgmi number of hops reported from psp to kfd (Jonathan Kim)
- power: supply: Use IRQF_ONESHOT (dongjian)
- media: gspca/sq905.c: fix uninitialized variable (Hans Verkuil)
- media: media/saa7164: fix saa7164_encoder_register() memory leak bugs (Daniel Niv)
- extcon: arizona: Fix various races on driver unbind (Hans de Goede)
- extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been unplugged (Hans de Goede)
- power: supply: bq27xxx: fix power_avg for newer ICs (Matthias Schiffer)
- media: imx: capture: Return -EPIPE from __capture_legacy_try_fmt() (Laurent Pinchart)
- media: drivers: media: pci: sta2x11: fix Kconfig dependency on GPIOLIB (Julian Braha)
- media: ite-cir: check for receive overflow (Sean Young)
- scsi: target: pscsi: Fix warning in pscsi_complete_cmd() (Chaitanya Kulkarni)
- scsi: lpfc: Fix pt2pt connection does not recover after LOGO (James Smart)
- scsi: lpfc: Fix incorrect dbde assignment when building target abts wqe (James Smart)
- drm/amd/display: Don't optimize bandwidth before disabling planes (Aric Cyr)
- drm/amd/display: Check for DSC support instead of ASIC revision (Eryk Brol)
- drm/qxl: release shadow on shutdown (Gerd Hoffmann)
- drm: Added orientation quirk for OneGX1 Pro (Jared Baldridge)
- btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s (Josef Bacik)
- platform/x86: intel_pmc_core: Don't use global pmcdev in quirks (David E. Box)
- crypto: omap-aes - Fix PM reference leak on omap-aes.c (Shixin Liu)
- crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.c (Shixin Liu)
- crypto: stm32/hash - Fix PM reference leak on stm32-hash.c (Shixin Liu)
- phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove() (Yang Yingliang)
- intel_th: Consistency and off-by-one fix (Pavel Machek)
- tty: n_gsm: check error while registering tty devices (Hillf Danton)
- usb: core: hub: Fix PM reference leak in usb_port_resume() (Bixuan Cui)
- usb: musb: fix PM reference leak in musb_irq_work() (Bixuan Cui)
- spi: qup: fix PM reference leak in spi_qup_remove() (Wang Li)
- spi: omap-100k: Fix reference leak to master (Wei Yongjun)
- spi: dln2: Fix reference leak to master (Wei Yongjun)
- xhci: fix potential array out of bounds with several interrupters (Mathias Nyman)
- xhci: check control context is valid before dereferencing it. (Mathias Nyman)
- usb: xhci-mtk: support quirk to disable usb2 lpm (Chunfeng Yun)
- perf/arm_pmu_platform: Fix error handling (Robin Murphy)
- tee: optee: do not check memref size on return from Secure World (Jerome Forissier)
- x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS) (John Millikin)
- PCI: PM: Do not read power state in pci_enable_device_flags() (Rafael J. Wysocki)
- usb: xhci: Fix port minor revision (Thinh Nguyen)
- usb: dwc3: gadget: Ignore EP queue requests during bus reset (Wesley Cheng)
- usb: gadget: f_uac1: validate input parameters (Ruslan Bilovol)
- usb: gadget: f_uac2: validate input parameters (Ruslan Bilovol)
- genirq/matrix: Prevent allocation counter corruption (Vitaly Kuznetsov)
- usb: webcam: Invalid size of Processing Unit Descriptor (Pawel Laszczak)
- usb: gadget: uvc: add bInterval checking for HS mode (Pawel Laszczak)
- crypto: qat - fix unmap invalid dma address (Hui Tang)
- crypto: api - check for ERR pointers in crypto_destroy_tfm() (Ard Biesheuvel)
- spi: ath79: remove spi-master setup and cleanup assignment (David Bauer)
- spi: ath79: always call chipselect function (David Bauer)
- staging: wimax/i2400m: fix byte-order issue (karthik alapati)
- bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first (Tony Lindgren)
- fbdev: zero-fill colormap in fbcmap.c (Phillip Potter)
- posix-timers: Preserve return value in clock_adjtime32() (Chen Jun)
- intel_th: pci: Add Rocket Lake CPU support (Alexander Shishkin)
- btrfs: fix metadata extent leak after failure to create subvolume (Filipe Manana)
- cifs: Return correct error code from smb2_get_enc_key (Paul Aurich)
- irqchip/gic-v3: Do not enable irqs when handling spurious interrups (He Ying)
- modules: inherit TAINT_PROPRIETARY_MODULE (Christoph Hellwig)
- modules: return licensing information from find_symbol (Christoph Hellwig)
- modules: rename the licence field in struct symsearch to license (Christoph Hellwig)
- modules: unexport __module_address (Christoph Hellwig)
- modules: unexport __module_text_address (Christoph Hellwig)
- modules: mark each_symbol_section static (Christoph Hellwig)
- modules: mark find_symbol static (Christoph Hellwig)
- modules: mark ref_module static (Christoph Hellwig)
- mmc: core: Fix hanging on I/O during system suspend for removable cards (Ulf Hansson)
- mmc: core: Set read only for SD cards with permanent write protect bit (Seunghui Lee)
- mmc: core: Do a power cycle when the CMD11 fails (DooHyun Hwang)
- mmc: block: Issue a cache flush only when it's enabled (Avri Altman)
- mmc: block: Update ext_csd.cache_ctrl if it was written (Avri Altman)
- mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based controllers (Adrian Hunter)
- mmc: sdhci: Check for reset prior to DMA address unmap (Pradeep P V K)
- mmc: uniphier-sd: Fix a resource leak in the remove function (Christophe JAILLET)
- mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe() (Christophe JAILLET)
- scsi: mpt3sas: Block PCI config access from userspace during reset (Sreekanth Reddy)
- scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand() (Arun Easi)
- spi: spi-ti-qspi: Free DMA resources (Tudor Ambarus)
- erofs: add unsupported inode i_format check (Gao Xiang)
- mtd: rawnand: atmel: Update ecc_stats.corrected counter (Kai Stuhlemmer (ebee Engineering))
- mtd: spinand: core: add missing MODULE_DEVICE_TABLE() (Alexander Lobakin)
- ecryptfs: fix kernel panic with null dev_name (Jeffrey Mitchell)
- arm64: dts: mt8173: fix property typo of 'phys' in dsi node (Chunfeng Yun)
- arm64: dts: marvell: armada-37xx: add syscon compatible to NB clk node (Marek Behún)
- ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lld (Ard Biesheuvel)
- ftrace: Handle commands when closing set_ftrace_filter file (Steven Rostedt (VMware))
- ACPI: custom_method: fix a possible memory leak (Mark Langsdorf)
- ACPI: custom_method: fix potential use-after-free issue (Mark Langsdorf)
- s390/disassembler: increase ebpf disasm buffer size (Vasily Gorbik)
- LTS tag: v5.4.117 (Jack Vogel)
- vfio: Depend on MMU (Jason Gunthorpe)
- perf/core: Fix unconditional security_locked_down() call (Ondrej Mosnacek)
- ovl: allow upperdir inside lowerdir (Miklos Szeredi)
- scsi: ufs: Unlock on a couple error paths (Dan Carpenter)
- platform/x86: thinkpad_acpi: Correct thermal sensor allocation (Mark Pearson)
- USB: Add reset-resume quirk for WD19's Realtek Hub (Chris Chiu)
- USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet (Kai-Heng Feng)
- ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX (Takashi Iwai)
- perf ftrace: Fix access to pid in array when setting a pid filter (Thomas Richter)
- perf data: Fix error return code in perf_data__create_dir() (Zhen Lei)
- iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() (Jiri Kosina)
- avoid __memcat_p link failure (Arnd Bergmann)
- bpf: Fix leakage of uninitialized bpf stack under speculation (Daniel Borkmann)
- iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd() (Jiri Kosina)
- igb: Enable RSS for Intel I211 Ethernet Controller (Nick Lowe)
- net: usb: ax88179_178a: initialize local variables before use (Phillip Potter)
- ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade() (Rafael J. Wysocki)
- ACPI: tables: x86: Reserve memory occupied by ACPI tables (Rafael J. Wysocki)
- mips: Do not include hi and lo in clobber list for R6 (Romain Naour)
- LTS tag: v5.4.116 (Jack Vogel)
- bpf: Update selftests to reflect new error states (Daniel Borkmann)
- LTS tag: v5.4.115 (Jack Vogel)
- USB: CDC-ACM: fix poison/unpoison imbalance (Oliver Neukum)
- net: hso: fix NULL-deref on disconnect regression (Johan Hovold)
- x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access (Mike Galbraith)
- ia64: tools: remove duplicate definition of ia64_mf() on ia64 (John Paul Adrian Glaubitz)
- ia64: fix discontig.c section mismatches (Randy Dunlap)
- csky: change a Kconfig symbol name to fix e1000 build error (Randy Dunlap)
- cavium/liquidio: Fix duplicate argument (Wan Jiabing)
- xen-netback: Check for hotplug-status existence before watching (Michael Brown)
- s390/entry: save the caller of psw_idle (Vasily Gorbik)
- net: geneve: check skb is large enough for IPv4/IPv6 header (Phillip Potter)
- ARM: dts: Fix swapped mmc order for omap3 (Tony Lindgren)
- HID: wacom: Assign boolean values to a bool variable (Jiapeng Zhong)
- HID: alps: fix error return code in alps_input_configured() (Jia-Ju Bai)
- HID: google: add don USB id (Shou-Chieh Hsu)
- perf auxtrace: Fix potential NULL pointer dereference (Leo Yan)
- perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[] (Jim Mattson)
- arm64: dts: allwinner: Revert SD card CD GPIO for Pine64-LTS (Andre Przywara)
- pinctrl: lewisburg: Update number of pins in community (Yuanyuan Zhong)
- gpio: omap: Save and restore sysconfig (Tony Lindgren)
- s390/ptrace: return -ENOSYS when invalid syscall is supplied (Sven Schnelle)
- xfs: fix lockup issue (Junxiao Bi) [Orabug: 33061312]
- block: fix a race between del_gendisk and BLKRRPART (Gulam Mohamed) [Orabug: 32930179]
- block: prevent block device lookups at the beginning of del_gendisk (Christoph Hellwig) [Orabug: 32930179]
- block: take bd_mutex around delete_partitions in del_gendisk (Christoph Hellwig) [Orabug: 32930179]
- net/mlx4: Fix EEPROM dump support (Vladyslav Tarasiuk) [Orabug: 31895295] {CVE-2020-14304}
- RDMA/cma: Fix rdma_resolve_route memory leak (Gerd Rausch) [Orabug: 33048381]