-
Sat Jun 05 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2122.el7uek]
- nvme-core: UEK: fix the warning caused by d189602262829 (Jack Vogel)
- net/rds: Passive connections always yield (Gerd Rausch) [Orabug: 32925127]
- net/rds: Prevent the cm_id from being pulled right under our feet (Gerd Rausch) [Orabug: 32908882]
- kthread: Fix PF_KTHREAD vs to_kthread() race (John Donnelly) [Orabug: 32892069]
- Revert "nvme-pci: remove last_sq_tail" (Keith Busch) [Orabug: 32285393]
- nvmet: limit passthru MTDS by BIO_MAX_PAGES (Logan Gunthorpe) [Orabug: 32285393]
- nvme-core: don't use NVME_NSID_ALL for command effects and supported log (Chaitanya Kulkarni) [Orabug: 32285393]
- nvme: return errors for hwmon init (Keith Busch) [Orabug: 32285393]
- nvmet: get transport reference for passthru ctrl (Christoph Hellwig) [Orabug: 32285393]
- nvme: Fix NULL dereference for pci nvme controllers (Sagi Grimberg) [Orabug: 32285393]
- nvme: just check the status code type in nvme_is_path_error (Christoph Hellwig) [Orabug: 32285393]
- nvme: refactor command completion (Christoph Hellwig) [Orabug: 32285393]
- nvme: rename and document nvme_end_request (Christoph Hellwig) [Orabug: 32285393]
- nvme: skip noiob for zoned devices (Keith Busch) [Orabug: 32285393]
- nvme-pci: fix PRP pool size (Christoph Hellwig) [Orabug: 32285393]
- nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth (John Garry) [Orabug: 32285393]
- nvme: Use spin_lock_irq() when taking the ctrl->lock (Logan Gunthorpe) [Orabug: 32285393]
- nvmet: call blk_mq_free_request() directly (Chaitanya Kulkarni) [Orabug: 32285393]
- nvmet: fix oops in pt cmd execution (Chaitanya Kulkarni) [Orabug: 32285393]
- nvmet: add ns tear down label for pt-cmd handling (Chaitanya Kulkarni) [Orabug: 32285393]
- nvmet-passthru: Reject commands with non-sgl flags set (Logan Gunthorpe) [Orabug: 32285393]
- nvmet: fix a memory leak (Sagi Grimberg) [Orabug: 32285393]
- nvme-loop: remove extra variable in create ctrl (Chaitanya Kulkarni) [Orabug: 32285393]
- nvmet: introduce the passthru configfs interface (Logan Gunthorpe) [Orabug: 32285393]
- nvmet: Add passthru enable/disable helpers (Logan Gunthorpe) [Orabug: 32285393]
- nvmet: add passthru code to process commands (Logan Gunthorpe) [Orabug: 32285393]
- nvme: export nvme_find_get_ns() and nvme_put_ns() (Logan Gunthorpe) [Orabug: 32285393]
- nvme: introduce nvme_ctrl_get_by_path() (Logan Gunthorpe) [Orabug: 32285393]
- nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]() (Logan Gunthorpe) [Orabug: 32285393]
- nvme: create helper function to obtain command effects (Logan Gunthorpe) [Orabug: 32285393]
- nvme: clear any SGL flags in passthru commands (Logan Gunthorpe) [Orabug: 32285393]
- nvmet-fc: remove redundant del_work_active flag (James Smart) [Orabug: 32285393]
- nvmet-fc: check successful reference in nvmet_fc_find_target_assoc (James Smart) [Orabug: 32285393]
- nvme-fc: set max_segments to lldd max value (James Smart) [Orabug: 32285393]
- nvme-hwmon: log the controller device name (Sagi Grimberg) [Orabug: 32285393]
- nvme: document nvme controller states (Sagi Grimberg) [Orabug: 32285393]
- nvmet: use xarray for ctrl ns storing (Chaitanya Kulkarni) [Orabug: 32285393]
- nvme-pci: add support for ACPI StorageD3Enable property (David E. Box) [Orabug: 32285393]
- nvme-pci: use max of PRP or SGL for iod size (Chaitanya Kulkarni) [Orabug: 32285393]
- nvme-core: replace ctrl page size with a macro (Chaitanya Kulkarni) [Orabug: 32285393]
- nvme: remove redundant validation in nvme_start_ctrl() (Baolin Wang) [Orabug: 32285393]
- nvme: remove an unnecessary condition (Dan Carpenter) [Orabug: 32285393]
- nvme: expose reconnect_delay and ctrl_loss_tmo via sysfs (Sagi Grimberg) [Orabug: 32285393]
- nvme-pci: use standard block status symbolic names (Baolin Wang) [Orabug: 32285393]
- nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size() (Baolin Wang) [Orabug: 32285393]
- nvme-pci: add a blank line after declarations (Baolin Wang) [Orabug: 32285393]
- nvme-pci: fix some comments issues (Baolin Wang) [Orabug: 32285393]
- nvme-pci: remove redundant segment validation (Baolin Wang) [Orabug: 32285393]
- nvme: document quirked Intel models (David Fugate) [Orabug: 32285393]
- nvme: Include nvme_revalidate_disk() refactoring (Alan Adamson) [Orabug: 32285393]
- nvme: support for multiple Command Sets Supported and Effects log pages (Keith Busch) [Orabug: 32285393]
- nvme: implement multiple I/O Command Set support (Niklas Cassel) [Orabug: 32285393]
- nvme: fix identify error status silent ignore (Sagi Grimberg) [Orabug: 32285393]
- nvme: fix possible hang when ns scanning fails during error recovery (Sagi Grimberg) [Orabug: 32285393]
- nvme: refactor nvme_identify_ns_descs error handling (Christoph Hellwig) [Orabug: 32285393]
- nvme: use USEC_PER_SEC instead of magic numbers (Baolin Wang) [Orabug: 32285393]
- nvmet-tcp: simplify nvmet_process_resp_list (Sagi Grimberg) [Orabug: 32285393]
- nvme-tcp: optimize network stack with setting msg flags according to batch size (Sagi Grimberg) [Orabug: 32285393]
- nvme-tcp: leverage request plugging (Sagi Grimberg) [Orabug: 32285393]
- nvme-tcp: have queue prod/cons send list become a llist (Sagi Grimberg) [Orabug: 32285393]
- nvme-fcloop: verify wwnn and wwpn format (Dongli Zhang) [Orabug: 32285393]
- nvmet: use unsigned type for u64 (Chaitanya Kulkarni) [Orabug: 32285393]
- nvmet: introduce flags member in nvmet_fabrics_ops (Max Gurtovoy) [Orabug: 32285393]
- nvmet-tcp: remove has_keyed_sgls initialization (Max Gurtovoy) [Orabug: 32285393]
- nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrl (Dongli Zhang) [Orabug: 32285393]
- nvme-pci: remove the empty line at the beginning of nvme_should_reset() (Dongli Zhang) [Orabug: 32285393]
- nvme-pci: code cleanup for nvme_alloc_host_mem() (Chaitanya Kulkarni) [Orabug: 32285393]
- nvme-pci: use unsigned for io queue depth (Chaitanya Kulkarni) [Orabug: 32285393]
- nvme-core: use u16 type for ctrl->sqsize (Chaitanya Kulkarni) [Orabug: 32285393]
- nvme-core: use u16 type for directives (Chaitanya Kulkarni) [Orabug: 32285393]
- nvme-rdma: fix a missing completion with remove invalidation (Christoph Hellwig) [Orabug: 32285393]
- nvme: use blk_mq_complete_request_remote to avoid an indirect function call (Christoph Hellwig) [Orabug: 32285393]
- nvme-rdma: factor out a nvme_rdma_end_request helper (Christoph Hellwig) [Orabug: 32285393]
- blk-mq: add a new blk_mq_complete_request_remote API (Alan Adamson) [Orabug: 32285393]
- blk-mq: factor out a blk_mq_complete_need_ipi helper (Christoph Hellwig) [Orabug: 32285393]
- blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request (Christoph Hellwig) [Orabug: 32285393]
- blk-mq: move failure injection out of blk_mq_complete_request (Christoph Hellwig) [Orabug: 32285393]
- loop: Report EOPNOTSUPP properly (Evan Green) [Orabug: 32285393]
- blk-mq: Document functions for sending request (André Almeida) [Orabug: 32285393]
- blk-mq: Make blk_mq_run_hw_queue() return void (John Garry) [Orabug: 32285393]
- blk-mq: merge the softirq vs non-softirq IPI logic (Christoph Hellwig) [Orabug: 32285393]
- blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP (Christoph Hellwig) [Orabug: 32285393]
- blk-mq: complete polled requests directly (Christoph Hellwig) [Orabug: 32285393]
- blk-mq: remove raise_blk_irq (Christoph Hellwig) [Orabug: 32285393]
- blk-mq: factor out a helper to reise the block softirq (Christoph Hellwig) [Orabug: 32285393]
- blk-mq: merge blk-softirq.c into blk-mq.c (Christoph Hellwig) [Orabug: 32285393]
- blk-mq: Inline status checkers (Pavel Begunkov) [Orabug: 32285393]
- uek-rpm: Enable Microsoft Azure Network Adapter (MANA) (John Donnelly) [Orabug: 32894164]
- hv_netvsc: Make netvsc/VF binding check both MAC and serial number (Dexuan Cui) [Orabug: 32894164]
- net: mana: fix PCI_HYPERV dependency (Arnd Bergmann) [Orabug: 32894164]
- net: mana: Use int to check the return value of mana_gd_poll_cq() (Dexuan Cui) [Orabug: 32894164]
- net: mana: remove redundant initialization of variable err (Colin Ian King) [Orabug: 32894164]
- net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) (Dexuan Cui) [Orabug: 32894164]
- net: partially revert dynamic lockdep key changes (Cong Wang) [Orabug: 32894164]
- RDS tcp loopback connection can hang (Rao Shoaib) [Orabug: 32926878]
- Linux 5.4.124 (Greg Kroah-Hartman)
- 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)
- net: sched: fix tx action reschedule issue with stopped queue (Yunsheng Lin)
- net: sched: fix tx action rescheduling issue during deactivation (Yunsheng Lin)
- net: sched: fix packet stuck problem for lockless qdisc (Yunsheng Lin)
- 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/mlx4: Fix EEPROM dump support (Vladyslav Tarasiuk)
- 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)
-
Mon May 31 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2121.el7uek]
- perf stat: Support new per thread TopDown metrics (Andi Kleen) [Orabug: 32934786]
- scsi: iscsi: Fix iSCSI cls conn state (Gulam Mohamed) [Orabug: 32916585]
- scsi: iscsi: Fix race condition between login and sync thread (Gulam Mohamed) [Orabug: 32916585]
- scsi: iscsi: Report connection state in sysfs (Gulam Mohamed) [Orabug: 32916585]
- A/A Bonding: remove use of trace_printk(), replacing with tracepoints (Alan Maguire) [Orabug: 31413661]
- uek-rpm: enable VDPA_SIM_NET and VIRTIO_PCI_LIB config (Si-Wei Liu) [Orabug: 32869259]
- Revert "irqbypass: do not start cons/prod when failed connect" (Zhu Lingshan) [Orabug: 32869259]
- vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails (Eli Cohen) [Orabug: 32869259]
- vhost-vdpa: protect concurrent access to vhost device iotlb (Xie Yongji) [Orabug: 32869259]
- vdpa/mlx5: Fix suspend/resume index restoration (Eli Cohen) [Orabug: 32869259]
- vdpa/mlx5: Fix wrong use of bit numbers (Eli Cohen) [Orabug: 32869259]
- vdpa/mlx5: Retrieve BAR address suitable any function (Eli Cohen) [Orabug: 32869259]
- vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation (Gautam Dawar) [Orabug: 32869259]
- vdpa_sim: Skip typecasting from void* (Parav Pandit) [Orabug: 32869259]
- vdpa: set the virtqueue num during register (Jason Wang) [Orabug: 32869259]
- vdpa/mlx5: fix param validation in mlx5_vdpa_get_config() (Stefano Garzarella) [Orabug: 32869259]
- virtio_vdpa: don't warn when fail to disable vq (Jason Wang) [Orabug: 32869259]
- virtio-pci: introduce modern device module (Jason Wang) [Orabug: 32869259]
- virito-pci-modern: rename map_capability() to vp_modern_map_capability() (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce helper to get notification offset (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce helper for getting queue nums (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce helper for setting/geting queue size (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce helper to set/get queue_enable (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce vp_modern_queue_address() (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce vp_modern_set_queue_vector() (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce vp_modern_generation() (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce helpers for setting and getting features (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce helpers for setting and getting status (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce helper to set config vector (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: introduce vp_modern_remove() (Jason Wang) [Orabug: 32869259]
- virtio-pci-modern: factor out modern device initialization logic (Jason Wang) [Orabug: 32869259]
- virtio-pci: split out modern device (Jason Wang) [Orabug: 32869259]
- virtio-pci: do not access iomem via struct virtio_pci_device directly (Jason Wang) [Orabug: 32869259]
- virtio_pci_modern: Fix the comment of virtio_pci_find_capability() (Liao Pingfang) [Orabug: 32869259]
- virtio: pci: constify ioreadX() iomem argument (as in generic implementation) (Krzysztof Kozlowski) [Orabug: 32869259]
- vdpa_sim_net: Add support for user supported devices (Parav Pandit) [Orabug: 32869259]
- vdpa: Enable user to query vdpa device info (Parav Pandit) [Orabug: 32869259]
- vdpa: Enable a user to add and delete a vdpa device (Parav Pandit) [Orabug: 32869259]
- vdpa: Define vdpa mgmt device, ops and a netlink interface (Parav Pandit) [Orabug: 32869259]
- vdpa: Extend routine to accept vdpa device name (Parav Pandit) [Orabug: 32869259]
- vdpa_sim_net: Make mac address array static (Parav Pandit) [Orabug: 32869259]
- vdpa: split vdpasim to core and net modules (Max Gurtovoy) [Orabug: 32869259]
- vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: make vdpasim->buffer size configurable (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: use kvmalloc to allocate vdpasim->buffer (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: set vringh notify callback (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: add set_config callback in vdpasim_dev_attr (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: add get_config callback in vdpasim_dev_attr (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: make 'config' generic and usable for any device type (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: store parsed MAC address in a buffer (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: add work_fn in vdpasim_dev_attr (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: add supported_features field in vdpasim_dev_attr (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: add device id field in vdpasim_dev_attr (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: add struct vdpasim_dev_attr for device attributes (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: rename vdpasim_config_ops variables (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: make IOTLB entries limit configurable (Stefano Garzarella) [Orabug: 32869259]
- vdpa_sim: remove hard-coded virtq count (Max Gurtovoy) [Orabug: 32869259]
- vdpa_sim: remove unnecessary headers inclusion (Stefano Garzarella) [Orabug: 32869259]
- vdpa/mlx5: Restore the hardware used index after change map (Eli Cohen) [Orabug: 32869259]
- net/mlx5e: Add missing capability check for uplink follow (Aya Levin) [Orabug: 32575925]
- net/mlx5: Add ability to read and write ECE options (Leon Romanovsky) [Orabug: 32575925]
- net/mlx5: Expose optimal performance scatter entries capability (Yamin Friedman) [Orabug: 32575925]
- scsi: core: add scsi_host_busy_iter() (Hannes Reinecke) [Orabug: 32625114]
- scsi: fnic: Use scsi_host_busy_iter() to traverse commands (Hannes Reinecke) [Orabug: 32625114]
- scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io() (Hannes Reinecke) [Orabug: 32625114]
- scsi: fnic: Validate io_req before others (Karan Tilak Kumar) [Orabug: 32625114]
- scsi: fnic: Set scsi_set_resid() only for underflow (Karan Tilak Kumar) [Orabug: 32625114]
- scsi: fnic: Avoid looping in TRANS ETH on unload (Karan Tilak Kumar) [Orabug: 32625114]
- scsi: fnic: Change shost_printk() to FNIC_FCS_DBG() (Karan Tilak Kumar) [Orabug: 32625114]
- scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc() (Liu Shixin) [Orabug: 32625114]
- scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.c (Ye Bin) [Orabug: 32625114]
- scsi: fnic: Do not call 'scsi_done()' for unhandled commands (Hannes Reinecke) [Orabug: 32625114]
- scsi: fnic: Remove unneeded semicolon (Jason Yan) [Orabug: 32625114]
- scsi: fnic: Remove set but not used variable in is_fnic_fip_flogi_reject() (Jason Yan) [Orabug: 32625114]
- scsi: fnic: Remove set but not used 'old_vlan' (Jason Yan) [Orabug: 32625114]
- scsi: fnic: Use eth_broadcast_addr() to assign broadcast address (Miaohe Lin) [Orabug: 32625114]
- scsi: fnic: Use true, false for fnic->internal_reset_inprogress (Jason Yan) [Orabug: 32625114]
- scsi: fnic: make vnic_wq_get_ctrl and vnic_wq_alloc_ring static (Jason Yan) [Orabug: 32625114]
- scsi: fnic: make fnic_list and fnic_list_lock static (Jason Yan) [Orabug: 32625114]
- scsi: fnic: make some symbols static (Jason Yan) [Orabug: 32625114]
- scsi: fnic: Use scnprintf() for avoiding potential buffer overflow (Takashi Iwai) [Orabug: 32625114]
- scsi: fnic: make array dev_cmd_err static const, makes object smaller (Colin Ian King) [Orabug: 32625114]
- net/mlx5e: Fix SWP offsets when vlan inserted by driver (Venkat Venkatsubra) [Orabug: 32912813]
- Linux 5.4.123 (Greg Kroah-Hartman)
- 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)
- Linux 5.4.122 (Greg Kroah-Hartman)
- 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)
- Linux 5.4.121 (Greg Kroah-Hartman)
- 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)
- PCI/ERR: Retain status from error notification (Keith Busch) [Orabug: 32715233]
- uek-rpm: update kABI lists for the new symbols (Saeed Mirzamohammadi) [Orabug: 32869202]
- RDMA/mlx4: Enable querying AH for XRC QP types (Avihai Horon) [Orabug: 32568805]
- RDMA/mlx5: Enable querying AH for XRC QP types (Avihai Horon) [Orabug: 32568805]
- RDMA/mlx5: Remove manually crafted QP context the query call (Leon Romanovsky) [Orabug: 32568805]
- scsi: lpfc: Fix DMA virtual address ptr assignment in bsg (James Smart) [Orabug: 32833822]
- Linux 5.4.120 (Greg Kroah-Hartman)
- 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)
-
Sun May 16 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2120.el7uek]
- uek-rpm: Update missing configs as compared to OL8.4 RHCK (Saeed Mirzamohammadi) [Orabug: 32869195]
- rds: Change return code from rds_send_xmit() when lock is taken (Håkon Bugge) [Orabug: 32852359]
- rds: Fix unintended fall-through in rds_send_worker (Håkon Bugge) [Orabug: 32852359]
- RDMA/core: Unify RoCE check and re-factor code (Håkon Bugge) [Orabug: 32846640]
- uek-rpm: Remove hwcap directive and /etc/ld.so.conf.d/*.conf file (Victor Erminpour) [Orabug: 32843844]
- mm/memory-failure: unnecessary amount of unmapping (Jane Chu) [Orabug: 32838025]
- mm: fix memory_failure() handling of dax-namespace metadata (Dan Williams) [Orabug: 32838025]
- mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required events (Aili Yao) [Orabug: 32838025]
- mm,memory_failure: always pin the page in madvise_inject_error (Oscar Salvador) [Orabug: 32838025]
- mm/memory-failure.c: remove unused macro `writeback' (Alex Shi) [Orabug: 32838025]
- mm/memory-failure: do pgoff calculation before for_each_process() (Xianting Tian) [Orabug: 32838025]
- mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current thread (Naoya Horiguchi) [Orabug: 32838025]
- mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early_kill (Naoya Horiguchi) [Orabug: 32838025]
- mm, memory_failure: don't send BUS_MCEERR_AO for action required error (Wetp Zhang) [Orabug: 32838025]
- selftests/sgx: Use a statically generated 3072-bit RSA key (Jarkko Sakkinen) [Orabug: 32761293]
- tools headers: copy the updated headers to the tools directory (Thomas Tai) [Orabug: 32761293]
- uek-rpm: Enable Intel Software Guard Extensions (SGX) (Thomas Tai) [Orabug: 32761293]
- x86/sgx: Maintain encl->refcount for each encl->mm_list entry (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Drop racy follow_pfn() check (Daniel Vetter) [Orabug: 32761293]
- MAINTAINERS: Fix the tree location for INTEL SGX patches (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Fix the return type of sgx_init() (Sami Tolvanen) [Orabug: 32761293]
- x86/sgx: Return -EINVAL on a zero length buffer in sgx_ioc_enclave_add_pages() (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Fix a typo in kernel-doc markup (Mauro Carvalho Chehab) [Orabug: 32761293]
- x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc comment (Borislav Petkov) [Orabug: 32761293]
- x86/sgx: Return -ERESTARTSYS in sgx_ioc_enclave_add_pages() (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Clarify 'laundry_list' locking (Dave Hansen) [Orabug: 32761293]
- x86/sgx: Update MAINTAINERS (Jarkko Sakkinen) [Orabug: 32761293]
- Documentation/x86: Document SGX kernel architecture (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Add ptrace() support for the SGX driver (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Add a page reclaimer (Thomas Tai) [Orabug: 32761293]
- selftests/x86: Add a selftest for SGX (Jarkko Sakkinen) [Orabug: 32761293]
- x86/vdso: Implement a vDSO for Intel SGX enclave call (Sean Christopherson) [Orabug: 32761293]
- x86/traps: Attempt to fixup exceptions in vDSO before signaling (Sean Christopherson) [Orabug: 32761293]
- x86/fault: Add a helper function to sanitize error code (Sean Christopherson) [Orabug: 32761293]
- kabi: fix kabi breakage caused by backporting Intel SGX (Thomas Tai) [Orabug: 32761293]
- x86/vdso: Add support for exception fixup in vDSO functions (Sean Christopherson) [Orabug: 32761293]
- x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Add SGX_IOC_ENCLAVE_INIT (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Add SGX_IOC_ENCLAVE_CREATE (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Add an SGX misc driver interface (Jarkko Sakkinen) [Orabug: 32761293]
- mm: Add 'mprotect' hook to struct vm_operations_struct (Sean Christopherson) [Orabug: 32761293]
- x86/sgx: Add SGX page allocator functions (Jarkko Sakkinen) [Orabug: 32761293]
- x86/cpu/intel: Add a nosgx kernel parameter (Jarkko Sakkinen) [Orabug: 32761293]
- x86/cpu/intel: Detect SGX support (Sean Christopherson) [Orabug: 32761293]
- x86/mm: Signal SIGSEGV with PF_SGX (Sean Christopherson) [Orabug: 32761293]
- x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections (Sean Christopherson) [Orabug: 32761293]
- x86/{cpufeatures,msr}: Add Intel SGX Launch Control hardware bits (Sean Christopherson) [Orabug: 32761293]
- x86/cpufeatures: Add Intel SGX hardware bits (Sean Christopherson) [Orabug: 32761293]
- x86/sgx: Add wrappers for ENCLS functions (Jarkko Sakkinen) [Orabug: 32761293]
- x86/sgx: Add SGX architectural data structures (Jarkko Sakkinen) [Orabug: 32761293]
- x86/cpufeatures: Mark ENQCMD as disabled when configured out (Fenghua Yu) [Orabug: 32761293]
- x86/traps: Move pf error codes to <asm/trap_pf.h> (Joerg Roedel) [Orabug: 32761293]
- mmap locking API: initial implementation as rwsem wrappers (Michel Lespinasse) [Orabug: 32761293]
- x86/vdso/Makefile: Add vobjs32 (Dmitry Safonov) [Orabug: 32761293]
- x86/cpu: Print "VMX disabled" error message iff KVM is enabled (Sean Christopherson) [Orabug: 32761293]
- x86/cpu: Clear VMX feature flag if VMX is not fully enabled (Sean Christopherson) [Orabug: 32761293]
- x86/intel: Initialize IA32_FEAT_CTL MSR at boot (Sean Christopherson) [Orabug: 32761293]
- tools/x86: Sync msr-index.h from kernel sources (Sean Christopherson) [Orabug: 32761293]
- selftests, kvm: Replace manual MSR defs with common msr-index.h (Sean Christopherson) [Orabug: 32761293]
- tools arch x86: Grab a copy of the file containing the MSR numbers (Arnaldo Carvalho de Melo) [Orabug: 32761293]
- x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR (Sean Christopherson) [Orabug: 32761293]
- kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraints (Jim Mattson) [Orabug: 32761293]
- docs: Move the user-space ioctl() docs to userspace-api (Jonathan Corbet) [Orabug: 32761293]
- RDMA/mlx5: Remove IB representors dead code (Leon Romanovsky) [Orabug: 32176250]
- net/mlx5: Simplify eswitch mode check (Leon Romanovsky) [Orabug: 32176250]
- net/mlx5: Delete custom device management logic (Leon Romanovsky) [Orabug: 32176250]
- RDMA/mlx5: Convert mlx5_ib to use auxiliary bus (Leon Romanovsky) [Orabug: 32176250]
- net/mlx5e: Connect ethernet part to auxiliary bus (Leon Romanovsky) [Orabug: 32176250]
- vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus (Leon Romanovsky) [Orabug: 32176250]
- net/mlx5: Register mlx5 devices to auxiliary virtual bus (Leon Romanovsky) [Orabug: 32176250]
- vdpa/mlx5: Make hardware definitions visible to all mlx5 devices (Leon Romanovsky) [Orabug: 32176250]
- net/mlx5_core: Clean driver version and name (Leon Romanovsky) [Orabug: 32176250]
- driver core: auxiliary bus: minor coding style tweaks (Greg Kroah-Hartman) [Orabug: 32176250]
- driver core: auxiliary bus: make remove function return void (Greg Kroah-Hartman) [Orabug: 32176250]
- driver core: auxiliary bus: move slab.h from include file (Greg Kroah-Hartman) [Orabug: 32176250]
- net/mlx5: Fix devlink objects and devlink device unregister sequence (Parav Pandit) [Orabug: 32176250]
- net/mlx5e: Take DCBNL-related definitions into dedicated files (Tariq Toukan) [Orabug: 32176250]
- net/mlx5: Drain wq first during PCI device removal (Parav Pandit) [Orabug: 32176250]
- net/mlx5: Simplify mlx5_unload_one() and its callers (Parav Pandit) [Orabug: 32176250]
- net/mlx5: Simplify mlx5_register_device to return void (Parav Pandit) [Orabug: 32176250]
- net/mlx5e: Set netdev name space on creation (Michael Guralnik) [Orabug: 32176250]
- net: devlink: export devlink net getter (Jiri Pirko) [Orabug: 32176250]
- Drivers: hv: vmbus: Initialize unload_event statically (Andrea Parri (Microsoft)) [Orabug: 32867568]
- Drivers: hv: vmbus: Increase wait time for VMbus unload (Michael Kelley) [Orabug: 32867568]
- video: hyperv_fb: Add ratelimit on error message (Michael Kelley) [Orabug: 32867568]
- Linux 5.4.119 (Greg Kroah-Hartman)
- 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)
- sctp: delay auto_asconf init until binding the first addr (Xin Long) {CVE-2021-23133}
- 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)
- Drivers: hv: vmbus: Increase wait time for VMbus unload (Michael Kelley)
- 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)
- md/bitmap: wait for external bitmap writes to complete during tear down (Sudhakar Panneerselvam)
- 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}
- bluetooth: eliminate the potential race condition when removing the HCI controller (Lin Ma)
- hsr: use netdev_err() instead of WARN_ONCE() (Taehee Yoo)
- Bluetooth: verify AMP hci_chan before amp_destroy (Archie Pusaka)
- Linux 5.4.118 (Greg Kroah-Hartman)
- 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)
- md/raid1: properly indicate failure when ending a failed write request (Paul Clements)
- 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)
-
Sat May 08 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2119.el7uek]
- IB/ipoib: Improve latency in ipoib/cm connection formation (Manjunath Patil) [Orabug: 32852997]
- net/mlx4: Treat VFs fair when handling comm_channel_events (Hans Westgaard Ry) [Orabug: 32763085]
- Linux 5.4.117 (Greg Kroah-Hartman)
- 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)
- bpf: Fix masking negation logic upon negative dst register (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)
-
Sun May 02 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2118.el7uek]
- HID: quirks: Add quirk for Lenovo optical mouse (Saeed Mirzamohammadi) [Orabug: 32837443]
- x86/amd: Disable IBS on Rome processors due to erratum 1215 (Boris Ostrovsky) [Orabug: 32697423]
- uek/ol/config-aarch64: Update uek6 kernel with RPI IOT configs (Vijay Kumar) [Orabug: 32201843]
- dts/bcm2711: set gpio6 to level=0 and pull=down (Vijay Kumar) [Orabug: 32201843]
- dts: bcm283x: Fix vc4's firmware bus DMA limitations (Nicolas Saenz Julienne) [Orabug: 32201843]
- uek6/config-aarch64-rpi: Enable CONFIG_RTC_DRV_ABEOZ9 (Vijay Kumar) [Orabug: 32201843]
- rtc/ab-eoz9: Add support for ABEOA9 SPI chip (Vijay Kumar) [Orabug: 32201843]
- rtc: abracon: add abeoa9 device id (Tom Saeger) [Orabug: 32201843]
- arm64/dts/bcm2711: Set SPI_CE0_N to output for GPIO8 (Vijay Kumar) [Orabug: 32201843]
- uek-rpm/ol8: Build rpi kernel (Tom Saeger) [Orabug: 32201843]
- uek-rpm: add rpi specific config (Tom Saeger) [Orabug: 32201843]
- firmware/raspberrypi: Notify firmware of a reboot (Phil Elwell) [Orabug: 32201843]
- firmware: raspberrypi: Report the fw variant during probe (Dave Stevenson) [Orabug: 32201843]
- raspberrypi-firmware: Export the general transaction function. (Eric Anholt) [Orabug: 32201843]
- firmware: bcm2835: Support ARCH_BCM270x (Noralf Trønnes) [Orabug: 32201843]
- Add NO_WAIT_RESP flag (Phil Elwell) [Orabug: 32201843]
- bcm2835-dma: Add proper 40-bit DMA support (Phil Elwell) [Orabug: 32201843]
- dmaengine: Add support for BCM2708 (Florian Meier) [Orabug: 32201843]
- dmaengine: bcm2835: Load driver early and support legacy API (Noralf Trønnes) [Orabug: 32201843]
- RPi: char: broadcom: Add vcio module (Noralf Trønnes) [Orabug: 32201843]
- RPi: Add /dev/gpiomem device for rootless user GPIO access (Luke Wren) [Orabug: 32201843]
- RPi: vcsm: VideoCore shared memory service for BCM2835 (Tim Gover) [Orabug: 32201843]
- RPi: vc_mem: Add vc_mem driver for querying firmware memory addresses (popcornmix) [Orabug: 32201843]
- RPi4/dts: set alias for i2c device (Vijay Kumar) [Orabug: 32201843]
- dts: Enable i2c4 for RPi4 (Vijay Kumar) [Orabug: 32201843]
- RPi:dts/bcm2711: Enable pwm for RPi4 board (Vijay Kumar) [Orabug: 32201843]
- RPi: transplant rpi_backlight to it's expected place (Andrew Thomas) [Orabug: 32201843]
- RPi: pinctrl-bcm2835: Set base to 0 for BCM2711 (Andrew Thomas) [Orabug: 32201843]
- RPi: pinctrl-bcm2835: Set base to 0 give expected gpio numbering (notro) [Orabug: 32201843]
- RPi: spidev: add rpi4 spidev0 (Tom Saeger) [Orabug: 32201843]
- RPi: dts: rpi4 add gpiomem (Tom Saeger) [Orabug: 32201843]
- RPi: dts: enable rpi4 touchscreen, i2c, and spi (Tom Saeger) [Orabug: 32201843]
- RPi: rpi_display: add backlight driver and overlay (P33M) [Orabug: 32201843]
- perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3 (Kan Liang) [Orabug: 32816762]
- Linux 5.4.116 (Greg Kroah-Hartman)
- bpf: Update selftests to reflect new error states (Daniel Borkmann)
- bpf: Tighten speculative pointer arithmetic mask (Daniel Borkmann)
- bpf: Move sanitize_val_alu out of op switch (Daniel Borkmann)
- bpf: Refactor and streamline bounds check into helper (Daniel Borkmann)
- bpf: Improve verifier error messages for users (Daniel Borkmann)
- bpf: Rework ptr_limit into alu_limit and add common error path (Daniel Borkmann)
- bpf: Ensure off_reg has no mixed signed bounds for all types (Daniel Borkmann)
- bpf: Move off_reg into sanitize_ptr_alu (Daniel Borkmann)
- Linux 5.4.115 (Greg Kroah-Hartman)
- 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)
- perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3 (Kan Liang)
- locking/qrwlock: Fix ordering in queued_write_lock_slowpath() (Ali Saidi)
- 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)
-
Sun Apr 25 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2117.el7uek]
- uek-rpm: Add Amazon Elastic Network Adapter module to nano rpm. (Somasundaram Krishnasamy) [Orabug: 32795491]
- locking/qrwlock: Fix ordering in queued_write_lock_slowpath() (Ali Saidi) [Orabug: 32805606]
- KVM: SVM: avoid infinite loop on NPF from bad address (John Donnelly) [Orabug: 32759745] {CVE-2020-36310}
- Linux 5.4.114 (Greg Kroah-Hartman)
- net: phy: marvell: fix detection of PHY on Topaz switches (Pali Rohár)
- ARM: 9071/1: uprobes: Don't hook on thumb instructions (Fredrik Strupe)
- r8169: don't advertise pause in jumbo mode (Heiner Kallweit)
- r8169: tweak max read request size for newer chips also in jumbo mtu mode (Heiner Kallweit)
- r8169: improve rtl_jumbo_config (Heiner Kallweit)
- r8169: fix performance regression related to PCIe max read request size (Heiner Kallweit)
- r8169: simplify setting PCI_EXP_DEVCTL_NOSNOOP_EN (Heiner Kallweit)
- r8169: remove fiddling with the PCIe max read request size (Heiner Kallweit)
- arm64: dts: allwinner: Fix SD card CD GPIO for SOPine systems (Andre Przywara)
- ARM: footbridge: fix PCI interrupt mapping (Russell King)
- gro: ensure frag0 meets IP header alignment (Eric Dumazet)
- ibmvnic: remove duplicate napi_schedule call in open function (Lijun Pan)
- ibmvnic: remove duplicate napi_schedule call in do_reset function (Lijun Pan)
- ibmvnic: avoid calling napi_disable() twice (Lijun Pan)
- i40e: fix the panic when running bpf in xdpdrv mode (Jason Xing)
- net: ip6_tunnel: Unregister catch-all devices (Hristo Venev)
- net: sit: Unregister catch-all devices (Hristo Venev)
- net: davicom: Fix regulator not turned off on failed probe (Christophe JAILLET)
- netfilter: nft_limit: avoid possible divide error in nft_limit_init (Eric Dumazet)
- net: macb: fix the restore of cmp registers (Claudiu Beznea)
- netfilter: arp_tables: add pre_exit hook for table unregister (Florian Westphal)
- netfilter: bridge: add pre_exit hooks for ebtable unregistration (Florian Westphal)
- libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNC (Vaibhav Jain)
- netfilter: conntrack: do not print icmpv6 as unknown via /proc (Pablo Neira Ayuso)
- scsi: libsas: Reset num_scatter if libata marks qc as NODATA (Jolly Shah)
- riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM" (Kefeng Wang)
- vfio/pci: Add missing range check in vfio_pci_mmap (Christian A. Ehrhardt)
- arm64: alternatives: Move length validation in alternative_{insn, endif} (Nathan Chancellor)
- arm64: fix inline asm in load_unaligned_zeropad() (Peter Collingbourne)
- readdir: make sure to verify directory entry for legacy interfaces too (Linus Torvalds)
- dm verity fec: fix misaligned RS roots IO (Jaegeuk Kim)
- HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devices (Ping Cheng)
- Input: i8042 - fix Pegatron C15B ID entry (Arnd Bergmann)
- Input: s6sy761 - fix coordinate read bit shift (Caleb Connolly)
- virt_wifi: Return micros for BSS TSF values (A. Cody Schuffelen)
- mac80211: clear sta->fast_rx when STA removed from 4-addr VLAN (Seevalamuthu Mariappan)
- pcnet32: Use pci_resource_len to validate PCI resource (Guenter Roeck)
- net: ieee802154: forbid monitor for add llsec seclevel (Alexander Aring)
- net: ieee802154: stop dump llsec seclevels for monitors (Alexander Aring)
- net: ieee802154: forbid monitor for del llsec devkey (Alexander Aring)
- net: ieee802154: forbid monitor for add llsec devkey (Alexander Aring)
- net: ieee802154: stop dump llsec devkeys for monitors (Alexander Aring)
- net: ieee802154: forbid monitor for del llsec dev (Alexander Aring)
- net: ieee802154: forbid monitor for add llsec dev (Alexander Aring)
- net: ieee802154: stop dump llsec devs for monitors (Alexander Aring)
- net: ieee802154: forbid monitor for del llsec key (Alexander Aring)
- net: ieee802154: forbid monitor for add llsec key (Alexander Aring)
- net: ieee802154: stop dump llsec keys for monitors (Alexander Aring)
- scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST state (Martin Wilck)
- ASoC: fsl_esai: Fix TDM slot setup for I2S mode (Alexander Shiyan)
- drm/msm: Fix a5xx/a6xx timestamps (Rob Clark)
- ARM: omap1: fix building with clang IAS (Arnd Bergmann)
- ARM: keystone: fix integer overflow warning (Arnd Bergmann)
- neighbour: Disregard DEAD dst in neigh_update (Tong Zhu)
- ASoC: max98373: Added 30ms turn on/off time delay (Ryan Lee)
- arc: kernel: Return -EFAULT if copy_to_user() fails (Wang Qing)
- lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message (Tetsuo Handa)
- ARM: dts: Fix moving mmc devices with aliases for omap4 & 5 (Tony Lindgren)
- ARM: dts: Drop duplicate sha2md5_fck to fix clk_disable race (Tony Lindgren)
- dmaengine: dw: Make it dependent to HAS_IOMEM (Andy Shevchenko)
- gpio: sysfs: Obey valid_mask (Matti Vaittinen)
- Input: nspire-keypad - enable interrupts only when opened (Fabian Vogt)
- net/sctp: fix race condition in sctp_destroy_sock (Or Cohen) {CVE-2021-23133}
- scsi: qla2xxx: Fix fabric scan hang (Quinn Tran)
- scsi: qla2xxx: Fix stuck login session using prli_pend_timer (Quinn Tran)
- scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcport (Shyam Sundar)
- scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure (Quinn Tran)
- scsi: qla2xxx: Fix device connect issues in P2P configuration (Arun Easi)
- scsi: qla2xxx: Dual FCP-NVMe target port support (Michael Hernandez)
- Revert "scsi: qla2xxx: Fix stuck login session using prli_pend_timer" (Sasha Levin)
- Revert "scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure" (Sasha Levin)
-
Sun Apr 18 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2116.el7uek]
- md/bitmap: wait for external bitmap writes to complete during tear down (Sudhakar Panneerselvam) [Orabug: 32764229]
- ocfs2: fix deadlock between setattr and dio_end_io_write (Wengang Wang) [Orabug: 32763848]
- Revert "x86/vmlinux: Use INT3 instead of NOP for linker fill bytes" (John Donnelly) [Orabug: 32576397] {CVE-2021-3411}
- KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNAL (Liran Alon) [Orabug: 31621128]
- iommu/vt-d: Fix agaw for a supported 48 bit guest address width (Saeed Mirzamohammadi) [Orabug: 32734147]
- Linux 5.4.113 (Greg Kroah-Hartman)
- xen/events: fix setting irq affinity (Juergen Gross)
- perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches (Arnaldo Carvalho de Melo)
- perf tools: Use %zd for size_t printf formats on 32-bit (Chris Wilson)
- perf tools: Use - driver core: Fix locking bug in deferred_probe_timeout_work_func() (Saravana Kannan)
- netfilter: x_tables: fix compat match/target pad out-of-bound write (Florian Westphal)
- block: don't ignore REQ_NOWAIT for direct IO (Pavel Begunkov)
- riscv,entry: fix misaligned base for excp_vect_table (Zihao Yu)
- idr test suite: Create anchor before launching throbber (Matthew Wilcox (Oracle))
- idr test suite: Take RCU read lock in idr_find_test_1 (Matthew Wilcox (Oracle))
- radix tree test suite: Register the main thread with the RCU library (Matthew Wilcox (Oracle))
- block: only update parent bi_status when bio fail (Yufen Yu)
- drm/tegra: dc: Don't set PLL clock to 0Hz (Dmitry Osipenko)
- gfs2: report "already frozen/thawed" errors (Bob Peterson)
- drm/imx: imx-ldb: fix out of bounds array access warning (Arnd Bergmann)
- KVM: arm64: Disable guest access to trace filter controls (Suzuki K Poulose)
- KVM: arm64: Hide system instruction access to Trace registers (Suzuki K Poulose)
- interconnect: core: fix error return code of icc_link_destroy() (Jia-Ju Bai)
- Linux 5.4.112 (Greg Kroah-Hartman)
- Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath." (Greg Kroah-Hartman)
- net: ieee802154: stop dump llsec params for monitors (Alexander Aring)
- net: ieee802154: forbid monitor for del llsec seclevel (Alexander Aring)
- net: ieee802154: forbid monitor for set llsec params (Alexander Aring)
- net: ieee802154: fix nl802154 del llsec devkey (Alexander Aring)
- net: ieee802154: fix nl802154 add llsec key (Alexander Aring)
- net: ieee802154: fix nl802154 del llsec dev (Alexander Aring)
- net: ieee802154: fix nl802154 del llsec key (Alexander Aring)
- net: ieee802154: nl-mac: fix check on panid (Alexander Aring)
- net: mac802154: Fix general protection fault (Pavel Skripkin)
- drivers: net: fix memory leak in peak_usb_create_dev (Pavel Skripkin)
- drivers: net: fix memory leak in atusb_probe (Pavel Skripkin)
- net: tun: set tun->dev->addr_len during TUNSETLINK processing (Phillip Potter)
- cfg80211: remove WARN_ON() in cfg80211_sme_connect (Du Cheng)
- net: sched: bump refcount for new action in ACT replace mode (Kumar Kartikeya Dwivedi)
- dt-bindings: net: ethernet-controller: fix typo in NVMEM (Rafał Miłecki)
- clk: socfpga: fix iomem pointer cast on 64-bit (Krzysztof Kozlowski)
- RAS/CEC: Correct ce_add_elem()'s returned values (William Roche)
- RDMA/addr: Be strict with gid size (Leon Romanovsky)
- RDMA/cxgb4: check for ipv6 address properly while destroying listener (Potnuri Bharat Teja)
- net/mlx5: Fix PBMC register mapping (Aya Levin)
- net/mlx5: Fix placement of log_max_flow_counter (Raed Salem)
- net: hns3: clear VF down state bit before request link status (Guangbin Huang)
- openvswitch: fix send of uninitialized stack memory in ct limit reply (Ilya Maximets)
- net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_get_default_limit() (Zheng Yongjun)
- perf inject: Fix repipe usage (Adrian Hunter)
- s390/cpcmd: fix inline assembly register clobbering (Alexander Gordeev)
- workqueue: Move the position of debug_work_activate() in __queue_work() (Zqiang)
- clk: fix invalid usage of list cursor in unregister (Lukasz Bartosik)
- clk: fix invalid usage of list cursor in register (Lukasz Bartosik)
- net: macb: restore cmp registers on resume path (Claudiu Beznea)
- scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUs (Can Guo)
- scsi: ufs: core: Fix task management request completion timeout (Can Guo)
- scsi: ufs: Use blk_{get,put}_request() to allocate and free TMFs (Bart Van Assche)
- scsi: ufs: Avoid busy-waiting by eliminating tag conflicts (Bart Van Assche)
- scsi: ufs: Fix irq return code (Venkat Gopalakrishnan)
- net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...); (Norman Maurer)
- drm/msm: Set drvdata to NULL when msm_drm_init() fails (Stephen Boyd)
- i40e: Fix display statistics for veb_tc (Eryk Rybak)
- soc/fsl: qbman: fix conflicting alignment attributes (Arnd Bergmann)
- net/rds: Fix a use after free in rds_message_map_pages (Lv Yunlong)
- net/mlx5: Don't request more than supported EQs (Daniel Jurgens)
- net/mlx5e: Fix ethtool indication of connector type (Aya Levin)
- ASoC: sunxi: sun4i-codec: fill ASoC card owner (Bastian Germann)
- net: phy: broadcom: Only advertise EEE for supported modes (Florian Fainelli)
- nfp: flower: ignore duplicate merge hints from FW (Yinjun Zhang)
- net/ncsi: Avoid channel_monitor hrtimer deadlock (Milton Miller)
- ARM: dts: imx6: pbab01: Set vmmc supply for both SD interfaces (Stefan Riedmueller)
- net:tipc: Fix a double free in tipc_sk_mcast_rcv (Lv Yunlong)
- cxgb4: avoid collecting SGE_QBASE regs during traffic (Rahul Lakkireddy)
- gianfar: Handle error code at MAC address change (Claudiu Manoil)
- can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE (Oliver Hartkopp)
- arm64: dts: imx8mm/q: Fix pad control of SD1_DATA0 (Oliver Stäbler)
- sch_red: fix off-by-one checks in red_check_params() (Eric Dumazet)
- amd-xgbe: Update DMA coherency values (Shyam Sundar S K)
- hostfs: fix memory handling in follow_link() (Al Viro)
- hostfs: Use kasprintf() instead of fixed buffer formatting (Andy Shevchenko)
- i40e: Fix kernel oops when i40e driver removes VF's (Eryk Rybak)
- i40e: Added Asym_Pause to supported link modes (Mateusz Palczewski)
- xfrm: Fix NULL pointer dereference on policy lookup (Steffen Klassert)
- ASoC: wm8960: Fix wrong bclk and lrclk with pll enabled for some chips (Shengjiu Wang)
- ASoC: SOF: Intel: HDA: fix core status verification (Guennadi Liakhovetski)
- ASoC: SOF: Intel: hda: remove unnecessary parentheses (Payal Kshirsagar)
- esp: delete NETIF_F_SCTP_CRC bit from features for esp offload (Xin Long)
- net: xfrm: Localize sequence counter per network namespace (Ahmed S. Darwish)
- regulator: bd9571mwv: Fix AVS and DVFS voltage range (Geert Uytterhoeven)
- xfrm: interface: fix ipv4 pmtu check to honor ip header df (Eyal Birger)
- net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bits (Martin Blumenstingl)
- net: dsa: lantiq_gswip: Don't use PHY auto polling (Martin Blumenstingl)
- virtio_net: Add XDP meta data support (Yuya Kusakabe)
- i2c: turn recovery error on init to debug (Wolfram Sang)
- usbip: synchronize event handler with sysfs code paths (Shuah Khan)
- usbip: vudc synchronize sysfs code paths (Shuah Khan)
- usbip: stub-dev synchronize sysfs code paths (Shuah Khan)
- usbip: add sysfs_lock to synchronize sysfs code paths (Shuah Khan)
- net: let skb_orphan_partial wake-up waiters. (Paolo Abeni)
- net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind() (Maciej Żenczykowski)
- net: hsr: Reset MAC header for Tx path (Kurt Kanzenbach)
- mac80211: fix TXQ AC confusion (Johannes Berg)
- net: sched: sch_teql: fix null-pointer dereference (Pavel Tikhomirov)
- i40e: Fix sparse error: 'vsi->netdev' could be null (Arkadiusz Kubalewski)
- i40e: Fix sparse warning: missing error code 'err' (Arkadiusz Kubalewski)
- net: ensure mac header is set in virtio_net_hdr_to_skb() (Eric Dumazet)
- bpf, sockmap: Fix sk->prot unhash op reset (John Fastabend)
- ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx (Lv Yunlong)
- net: hso: fix null-ptr-deref during tty device unregistration (Anirudh Rayabharam)
- ice: Cleanup fltr list in case of allocation issues (Robert Malz)
- ice: Fix for dereference of NULL pointer (Jacek Bułatek)
- ice: Increase control queue timeout (Fabio Pricoco)
- batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved field (Tetsuo Handa)
- ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pin (Marek Behún)
- parisc: avoid a warning on u8 cast for cmpxchg on u8 pointers (Gao Xiang)
- parisc: parisc-agp requires SBA IOMMU driver (Helge Deller)
- fs: direct-io: fix missing sdio->boundary (Jack Qiu)
- ocfs2: fix deadlock between setattr and dio_end_io_write (Wengang Wang)
- nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff (Mike Rapoport)
- ia64: fix user_stack_pointer() for ptrace() (Sergei Trofimovich)
- gcov: re-fix clang-11+ support (Nick Desaulniers)
- drm/i915: Fix invalid access to ACPI _DSM objects (Takashi Iwai)
- net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clock (Martin Blumenstingl)
- net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh (Muhammad Usama Anjum)
- xen/evtchn: Change irq_info lock to raw_spinlock_t (Luca Fancellu)
- nfc: Avoid endless loops caused by repeated llcp_sock_connect() (Xiaoming Ni)
- nfc: fix memory leak in llcp_sock_connect() (Xiaoming Ni) {CVE-2020-25672}
- nfc: fix refcount leak in llcp_sock_connect() (Xiaoming Ni) {CVE-2020-25671}
- nfc: fix refcount leak in llcp_sock_bind() (Xiaoming Ni) {CVE-2020-25670}
- ASoC: intel: atom: Stop advertising non working S24LE support (Hans de Goede)
- ALSA: hda/realtek: Fix speaker amp setup on Acer Aspire E1 (Takashi Iwai)
- ALSA: aloop: Fix initialization of controls (Jonas Holmberg)
- counter: stm32-timer-cnt: fix ceiling miss-alignment with reload register (Fabrice Gasnier)
- i2c: i801: Add support for Intel Emmitsburg PCH (Mika Westerberg) [Orabug: 32515671]
- i2c: ismt: Add support for Intel Emmitsburg PCH (Andy Shevchenko) [Orabug: 32515671]
-
Mon Apr 12 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2115.el7uek]
- IB/mlx5: Reduce max order of memory allocated for xlt update (Praveen Kumar Kannoju) [Orabug: 32751623]
- rds: ib: move statistics counting from caller to callee in rds_ib_recv_refill (Håkon Bugge) [Orabug: 32738048]
- KVM: nVMX: add CR4_LA57 bit to nested CR4_FIXED1 (Chenyi Qiang) [Orabug: 32597430]
- Linux 5.4.111 (Greg Kroah-Hartman)
- init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM (Masahiro Yamada)
- init/Kconfig: make COMPILE_TEST depend on !S390 (Heiko Carstens)
- nvme-mpath: replace direct_make_request with generic_make_request (Sagi Grimberg)
- bpf, x86: Validate computation of branch displacements for x86-32 (Piotr Krysiuk)
- bpf, x86: Validate computation of branch displacements for x86-64 (Piotr Krysiuk)
- cifs: Silently ignore unknown oplock break handle (Vincent Whitchurch)
- cifs: revalidate mapping when we open files for SMB1 POSIX (Ronnie Sahlberg)
- ia64: fix format strings for err_inject (Sergei Trofimovich)
- ia64: mca: allocate early mca with GFP_ATOMIC (Sergei Trofimovich)
- scsi: target: pscsi: Clean up after failure in pscsi_map_sg() (Martin Wilck)
- x86/build: Turn off -fcf-protection for realmode targets (Arnd Bergmann)
- platform/x86: thinkpad_acpi: Allow the FnLock LED to change state (Esteve Varela Colominas)
- netfilter: conntrack: Fix gre tunneling over ipv6 (Ludovic Senecaux)
- drm/msm: Ratelimit invalid-fence message (Rob Clark)
- drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUs (Konrad Dybcio)
- mac80211: choose first enabled channel for monitor (Karthikeyan Kathirvel)
- mISDN: fix crash in fritzpci (Tong Zhang)
- net: pxa168_eth: Fix a potential data race in pxa168_eth_remove (Pavel Andrianov)
- net/mlx5e: Enforce minimum value check for ICOSQ size (Tariq Toukan)
- bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp (Yonghong Song)
- platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2 (Alban Bedel)
- bus: ti-sysc: Fix warning on unbind if reset is not deasserted (Tony Lindgren)
- ARM: dts: am33xx: add aliases for mmc interfaces (Mans Rullgard)
- Linux 5.4.110 (Greg Kroah-Hartman)
- drivers: video: fbcon: fix NULL dereference in fbcon_cursor() (Du Cheng)
- staging: rtl8192e: Change state information from u16 to u8 (Atul Gopinathan)
- staging: rtl8192e: Fix incorrect source in memcpy() (Atul Gopinathan)
- usb: dwc2: Prevent core suspend when port connection flag is 0 (Artur Petrosyan)
- usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board. (Artur Petrosyan)
- usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference (Tong Zhang)
- USB: cdc-acm: fix use-after-free after probe failure (Johan Hovold)
- USB: cdc-acm: fix double free on probe failure (Johan Hovold)
- USB: cdc-acm: downgrade message to debug (Oliver Neukum)
- USB: cdc-acm: untangle a circular dependency between callback and softint (Oliver Neukum)
- cdc-acm: fix BREAK rx code path adding necessary calls (Oliver Neukum)
- usb: xhci-mtk: fix broken streams issue on 0.96 xHCI (Chunfeng Yun)
- usb: musb: Fix suspend with devices connected for a64 (Tony Lindgren)
- USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem (Vincent Palatin)
- usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control() (Shuah Khan)
- firewire: nosy: Fix a use-after-free bug in nosy_ioctl() (Zheyu Ma)
- extcon: Fix error handling in extcon_dev_register (Dinghao Liu)
- extcon: Add stubs for extcon_register_notifier_all() functions (Krzysztof Kozlowski)
- pinctrl: rockchip: fix restore error in resume (Wang Panzhenzhuan)
- vfio/nvlink: Add missing SPAPR_TCE_IOMMU depends (Jason Gunthorpe)
- reiserfs: update reiserfs_xattrs_initialized() condition (Tetsuo Handa)
- drm/amdgpu: check alignment on CPU page for bo map (Xℹ Ruoyao)
- drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() (Nirmoy Das)
- mm: fix race by making init_zero_pfn() early_initcall (Ilya Lipnitskiy)
- tracing: Fix stack trace event size (Steven Rostedt (VMware))
- PM: runtime: Fix ordering in pm_runtime_get_suppliers() (Adrian Hunter)
- PM: runtime: Fix race getting/putting suppliers at probe (Adrian Hunter)
- xtensa: move coprocessor_flush to the .text section (Max Filippov)
- ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook (Hui Wang)
- ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO (Hui Wang)
- ALSA: hda: Add missing sanity checks in PM prepare/complete callbacks (Takashi Iwai)
- ALSA: hda: Re-add dropped snd_poewr_change_state() calls (Takashi Iwai)
- ALSA: usb-audio: Apply sample rate quirk to Logitech Connect (Ikjoon Jang)
- bpf: Remove MTU check in __bpf_skb_max_len (Jesper Dangaard Brouer)
- net: wan/lmc: unregister device when no matching device is found (Tong Zhang)
- appletalk: Fix skb allocation size in loopback case (Doug Brown)
- net: ethernet: aquantia: Handle error cleanup of start on open (Nathan Rossi)
- ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr() (Shuah Khan)
- brcmfmac: clear EAP/association status bits on linkdown events (Luca Pesce)
- can: tcan4x5x: fix max register value (Sasha Levin)
- net: introduce CAN specific pointer in the struct net_device (Oleksij Rempel)
- can: dev: move driver related infrastructure into separate subdir (Marc Kleine-Budde)
- flow_dissector: fix TTL and TOS dissection on IPv4 fragments (Davide Caratti)
- net: mvpp2: fix interrupt mask/unmask skip condition (Sasha Levin)
- ext4: do not iput inode under running transaction in ext4_rename() (zhangyi (F))
- locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling (Waiman Long)
- thermal/core: Add NULL pointer check before using cooling device stats (Manaf Meethalavalappu Pallikunhi)
- ASoC: rt5659: Update MCLK rate in set_sysclk() (Sameer Pujar)
- staging: comedi: cb_pcidas64: fix request_irq() warn (Tong Zhang)
- staging: comedi: cb_pcidas: fix request_irq() warn (Tong Zhang)
- scsi: qla2xxx: Fix broken #endif placement (Alexey Dobriyan)
- scsi: st: Fix a use after free in st_open() (Lv Yunlong)
- vhost: Fix vhost_vq_reset() (Laurent Vivier)
- powerpc: Force inlining of cpu_has_feature() to avoid build failure (Christophe Leroy)
- NFSD: fix error handling in NFSv4.0 callbacks (Olga Kornievskaia)
- ASoC: cs42l42: Always wait at least 3ms after reset (Lucas Tanure)
- ASoC: cs42l42: Fix mixer volume control (Lucas Tanure)
- ASoC: cs42l42: Fix channel width support (Lucas Tanure)
- ASoC: cs42l42: Fix Bitclock polarity inversion (Lucas Tanure)
- ASoC: es8316: Simplify adc_pga_gain_tlv table (Hans de Goede)
- ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe (Benjamin Rood)
- ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10 (Hans de Goede)
- ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10 (Hans de Goede)
- iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate (Ritesh Harjani)
- rpc: fix NULL dereference on kmalloc failure (J. Bruce Fields)
- fs: nfsd: fix kconfig dependency warning for NFSD_V4 (Julian Braha)
- ext4: fix bh ref count on error paths (Zhaolong Zhang)
- ext4: shrink race window in ext4_should_retry_alloc() (Eric Whitney)
- module: harden ELF info handling (Frank van der Linden)
- module: avoid *goto*s in module_sig_check() (Sergey Shtylyov)
- module: merge repetitive strings in module_sig_check() (Sergey Shtylyov)
- modsign: print module name along with error message (Jessica Yu)
- ipv6: weaken the v4mapped source check (Jakub Kicinski)
- selinux: vsock: Set SID for socket returned by accept() (David Brazdil)
-
Sun Apr 04 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2114.el7uek]
- uek-rpm: Update SecureBoot Digicert 2021 certificates (Jack Vogel) [Orabug: 32532661]
- RDMA/rxe: ipc_bench fails with SoftRoCE plus shpd (Rao Shoaib) [Orabug: 32716154]
- Revert "rds: ib: Remove two ib_modify_qp() calls" (Sharath Srinivasan) [Orabug: 32715562]
- vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails (Stefano Garzarella) [Orabug: 32696004] {CVE-2021-29266}
- vhost-vdpa: fix use-after-free of v->config_ctx (Stefano Garzarella) [Orabug: 32696004] {CVE-2021-29266}
- RDMA/rxe: Compute the maximum sges and inline size based on the WQE size (Rao Shoaib) [Orabug: 32648059]
- vfio/pci: restore remap elision logic in vfio_pci_mmap_fault() (Ankur Arora) [Orabug: 32478547]
- Linux 5.4.109 (Greg Kroah-Hartman)
- xen-blkback: don't leak persistent grants from xen_blkbk_map() (Jan Beulich)
- can: peak_usb: Revert "can: peak_usb: add forgotten supported devices" (Marc Kleine-Budde)
- ext4: add reclaim checks to xattr code (Jan Kara)
- mac80211: fix double free in ibss_leave (Markus Theil)
- net: qrtr: fix a kernel-infoleak in qrtr_recvmsg() (Eric Dumazet)
- net: dsa: b53: VLAN filtering is global to all users (Florian Fainelli)
- can: dev: Move device back to init netns on owning netns delete (Martin Willi)
- x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc() (Isaku Yamahata)
- locking/mutex: Fix non debug version of mutex_lock_io_nested() (Thomas Gleixner)
- scsi: mpt3sas: Fix error return code of mpt3sas_base_attach() (Jia-Ju Bai)
- scsi: qedi: Fix error return code of qedi_alloc_global_queues() (Jia-Ju Bai)
- scsi: Revert "qla2xxx: Make sure that aborted commands are freed" (Bart Van Assche)
- block: recalculate segment count for multi-segment discards correctly (David Jeffery)
- perf auxtrace: Fix auxtrace queue conflict (Adrian Hunter)
- ACPI: scan: Use unique number for instance_no (Andy Shevchenko)
- ACPI: scan: Rearrange memory allocation in acpi_device_add() (Rafael J. Wysocki)
- Revert "netfilter: x_tables: Update remaining dereference to RCU" (Mark Tomlinson)
- netfilter: x_tables: Use correct memory barriers. (Mark Tomlinson)
- Revert "netfilter: x_tables: Switch synchronization to RCU" (Mark Tomlinson)
- bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programs (Sasha Levin)
- RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server (Potnuri Bharat Teja)
- PM: EM: postpone creating the debugfs dir till fs_initcall (Lukasz Luba)
- net/mlx5e: Fix error path for ethtool set-priv-flag (Aya Levin)
- PM: runtime: Defer suspending suppliers (Rafael J. Wysocki)
- arm64: kdump: update ppos when reading elfcorehdr (Pavel Tatashin)
- drm/msm: fix shutdown hook in case GPU components failed to bind (Dmitry Baryshkov)
- libbpf: Fix BTF dump of pointer-to-array-of-struct (Jean-Philippe Brucker)
- selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate value (Hangbin Liu)
- net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizes (Corentin Labbe)
- r8152: limit the RX buffer size of RTL8153A for USB 2.0 (Hayes Wang)
- net: cdc-phonet: fix data-interface release on probe failure (Johan Hovold)
- octeontx2-af: fix infinite loop in unmapping NPC counter (Hariprasad Kelam)
- octeontx2-af: Fix irq free in rvu teardown (Geetha sowjanya)
- libbpf: Use SOCK_CLOEXEC when opening the netlink socket (Kumar Kartikeya Dwivedi)
- nfp: flower: fix pre_tun mask id allocation (Louis Peens)
- mac80211: fix rate mask reset (Johannes Berg)
- can: m_can: m_can_rx_peripheral(): fix RX being blocked by errors (Torin Cooper-Bennun)
- can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning (Torin Cooper-Bennun)
- can: c_can: move runtime PM enable/disable to c_can_platform (Tong Zhang)
- can: c_can_pci: c_can_pci_remove(): fix use-after-free (Tong Zhang)
- can: kvaser_pciefd: Always disable bus load reporting (Jimmy Assarsson)
- can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrate (Angelo Dureghello)
- can: peak_usb: add forgotten supported devices (Stephane Grosjean)
- tcp: relookup sock for RST+ACK packets handled by obsolete req sock (Alexander Ovechkin)
- netfilter: ctnetlink: fix dump of the expect mask attribute (Florian Westphal)
- selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed (Hangbin Liu)
- ftgmac100: Restart MAC HW once (Dylan Hung)
- net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template (Lv Yunlong)
- e1000e: Fix error handling in e1000_set_d0_lplu_state_82571 (Dinghao Liu)
- e1000e: add rtnl_lock() to e1000_reset_task (Vitaly Lifshits)
- igc: Fix Supported Pause Frame Link Setting (Muhammad Husaini Zulkifli)
- igc: Fix Pause Frame Advertising (Muhammad Husaini Zulkifli)
- net: dsa: bcm_sf2: Qualify phydev->dev_flags based on port (Florian Fainelli)
- net: sched: validate stab values (Eric Dumazet)
- macvlan: macvlan_count_rx() needs to be aware of preemption (Eric Dumazet)
- ipv6: fix suspecious RCU usage warning (Wei Wang)
- net/mlx5e: Don't match on Geneve options in case option masks are all zero (Maor Dickman)
- libbpf: Fix INSTALL flag order (Georgi Valkov)
- veth: Store queue_mapping independently of XDP prog presence (Maciej Fijalkowski)
- bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD (Grygorii Strashko)
- dm ioctl: fix out of bounds array access when no devices (Mikulas Patocka)
- dm verity: fix DM_VERITY_OPTS_MAX value (JeongHyeon Lee)
- integrity: double check iint_cache was initialized (Mimi Zohar)
- ARM: dts: at91-sama5d27_som1: fix phy address to 7 (Claudiu Beznea)
- arm64: dts: ls1043a: mark crypto engine dma coherent (Horia Geantă)
- arm64: dts: ls1012a: mark crypto engine dma coherent (Horia Geantă)
- arm64: dts: ls1046a: mark crypto engine dma coherent (Horia Geantă)
- ACPI: video: Add missing callback back for Sony VPCEH3U1E (Chris Chiu)
- gcov: fix clang-11+ support (Nick Desaulniers)
- kasan: fix per-page tags for non-page_alloc pages (Andrey Konovalov)
- squashfs: fix xattr id and id lookup sanity checks (Phillip Lougher)
- squashfs: fix inode lookup sanity checks (Sean Nyekjaer)
- platform/x86: intel-vbtn: Stop reporting SW_DOCK events (Hans de Goede)
- netsec: restore phy power state after controller reset (Mian Yousaf Kaukab)
- ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign (Sergei Trofimovich)
- ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls (Sergei Trofimovich)
- block: Suppress uevent for hidden device when removed (Daniel Wagner)
- nfs: we don't support removing system.nfs4_acl (J. Bruce Fields)
- nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a (Dmitry Monakhov)
- nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted (Hannes Reinecke)
- nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request() (Hannes Reinecke)
- drm/radeon: fix AGP dependency (Christian König)
- drm/amdgpu: fb BO should be ttm_bo_type_device (Nirmoy Das)
- drm/amd/display: Revert dram_clock_change_latency for DCN2.1 (Sung Lee)
- regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck (satya priya)
- u64_stats,lockdep: Fix u64_stats_init() vs lockdep (Peter Zijlstra)
- habanalabs: Call put_pid() when releasing control device (Tomer Tayar)
- sparc64: Fix opcode filtering in handling of no fault loads (Rob Gardner)
- irqchip/ingenic: Add support for the JZ4760 (Paul Cercueil)
- cifs: change noisy error message to FYI (Paulo Alcantara)
- atm: idt77252: fix null-ptr-dereference (Tong Zhang)
- atm: uPD98402: fix incorrect allocation (Tong Zhang)
- net: davicom: Use platform_get_irq_optional() (Paul Cercueil)
- net: wan: fix error return code of uhdlc_init() (Jia-Ju Bai)
- net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch() (Jia-Ju Bai)
- NFS: Correct size calculation for create reply length (Frank Sorenson)
- nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default (Timo Rothenpieler)
- gpiolib: acpi: Add missing IRQF_ONESHOT (Yang Li)
- cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev (Sudeep Holla)
- cifs: ask for more credit on async read/write code paths (Aurelien Aptel)
- gianfar: fix jumbo packets+napi+rx overrun crash (Michael Braun)
- sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count (Denis Efremov)
- net: intel: iavf: fix error return code of iavf_init_get_resources() (Jia-Ju Bai)
- net: tehuti: fix error return code in bdx_probe() (Jia-Ju Bai)
- ixgbe: Fix memleak in ixgbe_configure_clsu32 (Dinghao Liu)
- ALSA: hda: ignore invalid NHLT table (Mark Pearson)
- Revert "r8152: adjust the settings about MAC clock speed down for RTL8153" (Hayes Wang)
- atm: lanai: dont run lanai_dev_close if not open (Tong Zhang)
- atm: eni: dont release is never initialized (Tong Zhang)
- powerpc/4xx: Fix build errors from mfdcr() (Michael Ellerman)
- net: fec: ptp: avoid register access when ipg clock is disabled (Heiko Thiery)
- hugetlbfs: hugetlb_fault_mutex_hash() cleanup (Mike Kravetz)
-
Sun Mar 28 2021 Jack Vogel <jack.vogel@oracle.com> [5.4.17-2113.el7uek]
- bpf, selftests: Fix up some test_verifier cases for unprivileged (Piotr Krysiuk) [Orabug: 32656760] {CVE-2020-27170} {CVE-2020-27171}
- bpf: Add sanity check for upper ptr_limit (Piotr Krysiuk) [Orabug: 32656760] {CVE-2020-27170} {CVE-2020-27171}
- bpf: Simplify alu_limit masking for pointer arithmetic (Piotr Krysiuk) [Orabug: 32656760] {CVE-2020-27170} {CVE-2020-27171}
- bpf: Fix off-by-one for area size in creating mask to left (Piotr Krysiuk) [Orabug: 32656760] {CVE-2020-27170} {CVE-2020-27171}
- selftests/bpf: Test access to bpf map pointer (Andrey Ignatov) [Orabug: 32656760] {CVE-2020-27170} {CVE-2020-27171}
- RDMA/core: Fix corrupted SL on passive side (Håkon Bugge) [Orabug: 32662964]
- KVM: SVM: Disable AVIC before setting V_IRQ (Suravee Suthikulpanit) [Orabug: 32593736]
- KVM: Introduce kvm_make_all_cpus_request_except() (Suravee Suthikulpanit) [Orabug: 32593736]
- KVM: X86: correct meaningless kvm_apicv_activated() check (Paolo Bonzini) [Orabug: 32593736]
- KVM: Disable preemption in kvm_get_running_vcpu() (Marc Zyngier) [Orabug: 32593736]
- KVM: Move running VCPU from ARM to common code (Paolo Bonzini) [Orabug: 32593736]
- pci.h: Fix kABI breakage in pci.h (Thomas Tai) [Orabug: 32581440]
- PCI/ERR: Clear AER status only when we control AER (Sean V Kelley) [Orabug: 32581440]
- PCI/AER: Add RCEC AER error injection support (Qiuxu Zhuo) [Orabug: 32581440]
- PCI/PME: Add pcie_walk_rcec() to RCEC PME handling (Sean V Kelley) [Orabug: 32581440]
- PCI/AER: Add pcie_walk_rcec() to RCEC AER handling (Sean V Kelley) [Orabug: 32581440]
- PCI/ERR: Recover from RCiEP AER errors (Qiuxu Zhuo) [Orabug: 32581440]
- PCI/ERR: Recover from RCEC AER errors (Sean V Kelley) [Orabug: 32581440]
- PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery() (Sean V Kelley) [Orabug: 32581440]
- PCI/ERR: Avoid negated conditional for clarity (Sean V Kelley) [Orabug: 32581440]
- PCI/ERR: Use "bridge" for clarity in pcie_do_recovery() (Sean V Kelley) [Orabug: 32581440]
- PCI/ERR: Add pcie_link_rcec() to associate RCiEPs (Sean V Kelley) [Orabug: 32581440]
- PCI/ERR: Simplify by computing pci_pcie_type() once (Sean V Kelley) [Orabug: 32581440]
- PCI/ERR: Simplify by using pci_upstream_bridge() (Sean V Kelley) [Orabug: 32581440]
- PCI/ERR: Rename reset_link() to reset_subordinates() (Sean V Kelley) [Orabug: 32581440]
- PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state' (Luc Van Oostenryck) [Orabug: 32581440]
- PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities() (Sean V Kelley) [Orabug: 32581440]
- PCI/ERR: Bind RCEC devices to the Root Port driver (Qiuxu Zhuo) [Orabug: 32581440]
- PCI/AER: Write AER Capability only when we control it (Sean V Kelley) [Orabug: 32581440]
- PCI: Convert PCIe capability PCIBIOS errors to errno (Bolarinwa Olayemi Saheed) [Orabug: 32581440]
- PCI/ERR: Clear PCIe Device Status errors only if OS owns AER (Jonathan Cameron) [Orabug: 32581440]
- PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status() (Bjorn Helgaas) [Orabug: 32581440]
- PCI/AER: Log correctable errors as warning, not error (Matt Jolly) [Orabug: 32581440]
- PCI/AER: Simplify __aer_print_error() (Bjorn Helgaas) [Orabug: 32581440]
- PCI/AER: Use "aer" variable for capability offset (Bjorn Helgaas) [Orabug: 32581440]
- PCI/AER: Remove redundant dev->aer_cap checks (Kuppuswamy Sathyanarayanan) [Orabug: 32581440]
- PCI/AER: Remove redundant pci_is_pcie() checks (Kuppuswamy Sathyanarayanan) [Orabug: 32581440]
- PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownership (Kuppuswamy Sathyanarayanan) [Orabug: 32581440]
- PCI/AER: Use only _OSC to determine AER ownership (Alexandru Gagniuc) [Orabug: 32581440]
- PCI/AER: Rationalize error status register clearing (Kuppuswamy Sathyanarayanan) [Orabug: 32581440]
- Revert "PCI/AER: Enable reporting for ports enumerated after AER driver registration" (Thomas Tai) [Orabug: 32581440]
- Linux 5.4.108 (Greg Kroah-Hartman)
- cifs: Fix preauth hash corruption (Vincent Whitchurch)
- x86/apic/of: Fix CPU devicetree-node lookups (Johan Hovold)
- genirq: Disable interrupts for force threaded handlers (Thomas Gleixner)
- firmware/efi: Fix a use after bug in efi_mem_reserve_persistent (Lv Yunlong)
- efi: use 32-bit alignment for efi_guid_t literals (Ard Biesheuvel)
- ext4: fix potential error in ext4_do_update_inode (Shijie Luo)
- ext4: do not try to set xattr into ea_inode if value is empty (zhangyi (F))
- ext4: find old entry again if failed to rename whiteout (zhangyi (F))
- x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() (Oleg Nesterov)
- x86: Move TS_COMPAT back to asm/thread_info.h (Oleg Nesterov)
- kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() (Oleg Nesterov)
- x86/ioapic: Ignore IRQ2 again (Thomas Gleixner)
- perf/x86/intel: Fix a crash caused by zero PEBS status (Kan Liang)
- PCI: rpadlpar: Fix potential drc_name corruption in store functions (Tyrel Datwyler)
- counter: stm32-timer-cnt: fix ceiling write max value (Fabrice Gasnier)
- iio: hid-sensor-temperature: Fix issues of timestamp channel (Ye Xiang)
- iio: hid-sensor-prox: Fix scale not correct issue (Ye Xiang)
- iio: hid-sensor-humidity: Fix alignment issue of timestamp channel (Ye Xiang)
- iio: adc: ad7949: fix wrong ADC result due to incorrect bit mask (Wilfried Wessner)
- iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler (Dinghao Liu)
- iio: adis16400: Fix an error code in adis16400_initial_setup() (Dan Carpenter)
- iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channel (Jonathan Albrieux)
- iio:adc:stm32-adc: Add HAS_IOMEM dependency (Jonathan Cameron)
- usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy- (Badhri Jagan Sridharan)
- usb: gadget: configfs: Fix KASAN use-after-free (Jim Lin)
- USB: replace hardcode maximum usb string length by definition (Macpaul Lin)
- usbip: Fix incorrect double assignment to udc->ud.tcp_rx (Colin Ian King)
- usb-storage: Add quirk to defeat Kindle's automatic unload (Alan Stern)
- nvme-rdma: fix possible hang when failing to set io queues (Sagi Grimberg)
- counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED (William Breathitt Gray)
- scsi: myrs: Fix a double free in myrs_cleanup() (Lv Yunlong)
- scsi: lpfc: Fix some error codes in debugfs (Dan Carpenter)
- riscv: Correct SPARSEMEM configuration (Kefeng Wang)
- kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again (Masahiro Yamada)
- net/qrtr: fix __netdev_alloc_skb call (Pavel Skripkin)
- sunrpc: fix refcount leak for rpc auth modules (Daniel Kobras)
- vfio: IOMMU_API should be selected (Jason Gunthorpe)
- svcrdma: disable timeouts on rdma backchannel (Timo Rothenpieler)
- NFSD: Repair misuse of sv_lock in 5.10.16-rt30. (Joe Korty)
- nfsd: Don't keep looking up unhashed files in the nfsd file cache (Trond Myklebust)
- nvmet: don't check iosqes,iocqes for discovery controllers (Sagi Grimberg)
- nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU (Sagi Grimberg)
- nvme-tcp: fix possible hang when failing to set io queues (Sagi Grimberg)
- nvme: fix Write Zeroes limitations (Christoph Hellwig)
- afs: Stop listxattr() from listing "afs.*" attributes (David Howells)
- ASoC: simple-card-utils: Do not handle device clock (Sameer Pujar)
- ASoC: SOF: intel: fix wrong poll bits in dsp power down (Pan Xiuli)
- ASoC: SOF: Intel: unregister DMIC device on probe error (Pierre-Louis Bossart)
- ASoC: fsl_ssi: Fix TDM slot setup for I2S mode (Alexander Shiyan)
- btrfs: fix slab cache flags for free space tree bitmap (David Sterba)
- btrfs: fix race when cloning extent buffer during rewind of an old root (Filipe Manana)
- ARM: 9044/1: vfp: use undef hook for VFP support detection (Ard Biesheuvel)
- ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel mode (Ard Biesheuvel)
- s390/vtime: fix increased steal time accounting (Gerald Schaefer)
- Revert "PM: runtime: Update device status before letting suppliers suspend" (Rafael J. Wysocki)
- ALSA: hda/realtek: Apply headset-mic quirks for Xiaomi Redmibook Air (Xiaoliang Yu)
- ALSA: hda: generic: Fix the micmute led init state (Hui Wang)
- ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro (Xiaoliang Yu)
- ALSA: dice: fix null pointer dereference when node is disconnected (Takashi Sakamoto)
- ASoC: ak5558: Add MODULE_DEVICE_TABLE (Shengjiu Wang)
- ASoC: ak4458: Add MODULE_DEVICE_TABLE (Shengjiu Wang)