-
Thu Nov 02 2023 Sherry Yang <sherry.yang@oracle.com> [5.4.17-2136.326.3.el7uek]
- LTS tag: v5.4.259 (Sherry Yang)
- xfrm6: fix inet6_dev refcount underflow problem (Zhang Changzhong)
- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (Kees Cook)
- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (Edward AD)
- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (Tony Lindgren)
- phy: mapphone-mdm6600: Fix runtime PM for remove (Tony Lindgren)
- phy: mapphone-mdm6600: Fix runtime disable on probe (Tony Lindgren)
- ASoC: pxa: fix a memory leak in probe() (Dan Carpenter)
- gpio: vf610: set value before the direction to avoid a glitch (Haibo Chen)
- s390/pci: fix iommu bitmap allocation (Niklas Schnelle)
- perf: Disallow mis-matched inherited group reads (Peter Zijlstra)
- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL (Puliang Lu)
- USB: serial: option: add entry for Sierra EM9191 with new firmware (Benoît Monin)
- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition (Fabio Porcedda)
- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (Sunil V L)
- Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()" (Andy Shevchenko)
- mmc: core: Capture correct oemid-bits for eMMC cards (Avri Altman)
- mmc: core: sdio: hold retuning if sdio in 1-bit mode (Haibo Chen)
- mtd: physmap-core: Restore map_rom fallback (Geert Uytterhoeven)
- mtd: spinand: micron: correct bitmask for ecc status (Martin Kurbanov)
- mtd: rawnand: qcom: Unmap the right resource upon probe failure (Bibek Kumar Patro)
- Bluetooth: hci_event: Fix using memcmp when comparing keys (Luiz Augusto von Dentz)
- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (Rahul Rameshbabu)
- btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c (Josef Bacik)
- drm: panel-orientation-quirks: Add quirk for One Mix 2S (Kai Uwe Broulik)
- sky2: Make sure there is at least one frag_addr available (Kees Cook)
- regulator/core: Revert "fix kobject release warning and memory leak in regulator_register()" (Michał Mirosław)
- wifi: cfg80211: avoid leaking stack data into trace (Benjamin Berg)
- wifi: mac80211: allow transmitting EAPOL frames with tainted key (Wen Gong)
- Bluetooth: hci_core: Fix build warnings (Luiz Augusto von Dentz)
- Bluetooth: Avoid redundant authentication (Ying Hsu)
- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (Ma Ke)
- tracing: relax trace_event_eval_update() execution with cond_resched() (Clément Léger)
- ata: libata-eh: Fix compilation warning in ata_eh_link_report() (Damien Le Moal)
- gpio: timberdale: Fix potential deadlock on &tgpio->lock (Chengfeng Ye)
- overlayfs: set ctime when setting mtime and atime (Jeff Layton)
- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (Heiner Kallweit)
- btrfs: initialize start_slot in btrfs_log_prealloc_extents (Josef Bacik)
- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (Filipe Manana)
- ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphone (Tony Lindgren)
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (Hans de Goede)
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CBA (Paul Menzel)
- ACPI: resource: Skip IRQ override on Asus Expertbook B2402CBA (Tamim Khan)
- ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks (Hans de Goede)
- ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA (Tamim Khan)
- ACPI: resource: Add ASUS model S5402ZA to quirks (Kellen Renshaw)
- ACPI: resource: Skip IRQ override on Asus Vivobook K3402ZA/K3502ZA (Tamim Khan)
- ACPI: resources: Add DMI-based legacy IRQ override quirk (Hui Wang)
- ACPI: Drop acpi_dev_irqresource_disabled() (John Garry)
- resource: Add irqresource_disabled() (John Garry)
- net: pktgen: Fix interface flags printing (Gavrilov Ilia)
- netfilter: nft_set_rbtree: .deactivate fails if element has expired (Pablo Neira Ayuso)
- neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section (Geert Uytterhoeven)
- net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve (Pedro Tammela)
- i40e: prevent crash on probe if hw registers have invalid values (Michal Schmidt)
- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (Dan Carpenter)
- ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr (Eric Dumazet)
- tun: prevent negative ifindex (Eric Dumazet)
- tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb (Eric Dumazet)
- tcp: fix excessive TLP and RACK timeouts from HZ rounding (Neal Cardwell)
- net: rfkill: gpio: prevent value glitch during probe (Josua Mayer)
- net: ipv6: fix return value check in esp_remove_trailer (Ma Ke)
- net: ipv4: fix return value check in esp_remove_trailer (Ma Ke)
- xfrm: interface: use DEV_STATS_INC() (Eric Dumazet)
- xfrm: fix a data-race in xfrm_gen_index() (Eric Dumazet)
- qed: fix LL2 RX buffer allocation (Manish Chopra)
- netfilter: nft_payload: fix wrong mac header matching (Florian Westphal)
- KVM: x86: Mask LVTPC when handling a PMI (Jim Mattson)
- regmap: fix NULL deref on lookup (Johan Hovold)
- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (Krzysztof Kozlowski)
- ice: fix over-shifted variable (Jesse Brandeburg)
- Bluetooth: avoid memcmp() out of bounds warning (Arnd Bergmann)
- Bluetooth: hci_event: Fix coding style (Luiz Augusto von Dentz)
- Bluetooth: vhci: Fix race when opening vhci device (Arkadiusz Bokowy)
- Bluetooth: Fix a refcnt underflow problem for hci_conn (Ziyang Xuan)
- Bluetooth: Reject connection with the device which has same BD_ADDR (Lee, Chun-Yi)
- Bluetooth: hci_event: Ignore NULL link key (Lee, Chun-Yi)
- usb: hub: Guard against accesses to uninitialized BOS descriptors (Ricardo Cañuelo)
- Documentation: sysctl: align cells in second content column (Bagas Sanjaya)
- dev_forward_skb: do not scrub skb mark within the same name space (Nicolas Dichtel)
- ravb: Fix use-after-free issue in ravb_tx_timeout_work() (Yoshihiro Shimoda)
- powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() (Christophe Leroy)
- powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE (Christophe Leroy)
- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (Duoming Zhou)
- x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs (Borislav Petkov (AMD))
- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call (Krishna Kurapati)
- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (Piyush Mehta)
- pinctrl: avoid unsafe code pattern in find_pinctrl() (Dmitry Torokhov)
- cgroup: Remove duplicates in cgroup v1 tasks file (Michal Koutný)
- Input: xpad - add PXN V900 support (Matthias Berndt)
- Input: psmouse - fix fast_reconnect function for PS/2 mode (Jeffery Miller)
- Input: powermate - fix use-after-free in powermate_config_complete (Javier Carrasco)
- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (Xiubo Li)
- libceph: use kernel_connect() (Jordan Rife)
- mcb: remove is_added flag from mcb_device struct (Jorge Sanjuan Garcia)
- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (Alexander Zangerl)
- iio: pressure: dps310: Adjust Timeout Settings (Lakshmi Yadlapati)
- iio: pressure: bmp280: Fix NULL pointer exception (Phil Elwell)
- usb: musb: Modify the "HWVers" register address (Xingxing Luo)
- usb: musb: Get the musb_qh poniter after musb_giveback (Xingxing Luo)
- usb: dwc3: Soft reset phy on probe for host (Thinh Nguyen)
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (Javier Carrasco)
- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (Wesley Cheng)
- dmaengine: stm32-mdma: abort resume if no ongoing transfer (Amelie Delaunay)
- workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask() (Waiman Long)
- nfc: nci: assert requested protocol is valid (Jeremy Cline)
- net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() (Eric Dumazet)
- ixgbe: fix crash with empty VF macvlan list (Dan Carpenter)
- drm/vmwgfx: fix typo of sizeof argument (Konstantin Meskhidze)
- xen-netback: use default TX queue size for vifs (Roger Pau Monne)
- mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type (Dan Carpenter)
- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (Dinghao Liu)
- ravb: Fix up dma_free_coherent() call in ravb_remove() (Yoshihiro Shimoda)
- drm/msm/dsi: skip the wait for video mode done if not applicable (Abhinav Kumar)
- drm: etvnaviv: fix bad backport leading to warning (Martin Fuzzey)
- quota: Fix slow quotaoff (Jan Kara)
- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (Hans de Goede)
- pwm: hibvt: Explicitly set .polarity in .get_state() (Uwe Kleine-König)
- lib/test_meminit: fix off-by-one error in test_pages() (Greg Kroah-Hartman)
- RDMA/cxgb4: Check skb value for failure to allocate (Artem Chernyshev)
- LTS tag: v5.4.258 (Sherry Yang)
- xen/events: replace evtchn_rwlock with RCU (Juergen Gross)
- ima: rework CONFIG_IMA dependency block (Arnd Bergmann)
- NFS: Fix a race in __nfs_list_for_each_server() (Trond Myklebust)
- parisc: Restore __ldcw_align for PA-RISC 2.0 processors (John David Anglin)
- RDMA/mlx5: Fix NULL string error (Shay Drory)
- RDMA/siw: Fix connection failure handling (Bernard Metzler)
- RDMA/uverbs: Fix typo of sizeof argument (Konstantin Meskhidze)
- RDMA/cma: Fix truncation compilation warning in make_cma_ports (Leon Romanovsky)
- gpio: pxa: disable pinctrl calls for MMP_GPIO (Duje Mihanović)
- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (Bartosz Golaszewski)
- IB/mlx4: Fix the size of a buffer in add_port_entries() (Christophe JAILLET)
- RDMA/core: Require admin capabilities to set system parameters (Leon Romanovsky)
- cpupower: add Makefile dependencies for install targets (Ivan Babrou)
- sctp: update hb timer immediately after users change hb_interval (Xin Long)
- sctp: update transport state when processing a dupcook packet (Xin Long)
- tcp: fix delayed ACKs for MSS boundary condition (Neal Cardwell)
- tcp: fix quick-ack counting to count actual ACKs of new data (Neal Cardwell)
- net: stmmac: dwmac-stm32: fix resume on STM32 MCU (Ben Wolsieffer)
- netfilter: handle the connecting collision properly in nf_conntrack_proto_sctp (Xin Long)
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (Shigeru Yoshida)
- ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() (David Howells)
- net: fix possible store tearing in neigh_periodic_work() (Eric Dumazet)
- modpost: add missing else to the "of" check (Mauricio Faria de Oliveira)
- NFSv4: Fix a nfs4_state_manager() race (Trond Myklebust)
- NFS: Add a helper nfs_client_for_each_server() (Trond Myklebust)
- NFS4: Trace state recovery operation (Chuck Lever)
- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (Richard Fitzgerald)
- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (Felix Fietkau)
- drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close() (Alexandra Diupina)
- wifi: iwlwifi: dbg_ini: fix structure packing (Arnd Bergmann)
- ubi: Refuse attaching if mtd's erasesize is 0 (Zhihao Cheng)
- net: prevent rewrite of msg_name in sock_sendmsg() (Jordan Rife)
- wifi: mwifiex: Fix tlv_buf_left calculation (Gustavo A. R. Silva)
- qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info (Gustavo A. R. Silva)
- scsi: zfcp: Fix a double put in zfcp_port_enqueue() (Dinghao Liu)
- fs: binfmt_elf_efpic: fix personality for ELF-FDPIC (Greg Ungerer)
- ata: libata-sata: increase PMP SRST timeout to 10s (Matthias Schiffer)
- ata: libata-core: Do not register PM operations for SAS ports (Damien Le Moal)
- ata: libata-core: Fix port and device removal (Damien Le Moal)
- ata: libata-core: Fix ata_port_request_pm() locking (Damien Le Moal)
- net: thunderbolt: Fix TCPv6 GSO checksum calculation (Mika Westerberg)
- btrfs: properly report 0 avail for very full file systems (Josef Bacik)
- i2c: i801: unregister tco_pdev in i801_probe() error path (Heiner Kallweit)
- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (Niklas Cassel)
- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (Kailang Yang)
- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (Pan Bian)
- serial: 8250_port: Check IRQ data before use (Andy Shevchenko)
- Smack:- Use overlay inode label in smack_inode_copy_up() (Vishal Goel)
- smack: Retrieve transmuting information in smack_inode_getsecurity() (Roberto Sassu)
- smack: Record transmuting in smk_transmuted (Roberto Sassu)
- i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promisc (Stefan Assmann)
- i40e: always propagate error value in i40e_set_vsi_promisc() (Stefan Assmann)
- i40e: improve locking of mac_filter_hash (Stefan Assmann)
- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (Mika Westerberg)
- watchdog: iTCO_wdt: No need to stop the timer in probe (Mika Westerberg)
- nvme-pci: do not set the NUMA node of device if it has none (Pratyush Yadav)
- fbdev/sh7760fb: Depend on FB=y (Thomas Zimmermann)
- ncsi: Propagate carrier gain/loss events to the NCSI controller (Johnathan Mantey)
- powerpc/watchpoints: Annotate atomic context in more places (Benjamin Gray)
- bpf: Clarify error expectations from bpf_clone_redirect (Stanislav Fomichev)
- spi: nxp-fspi: reset the FLSHxCR1 registers (Han Xu)
- ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset() (Niklas Cassel)
- ring-buffer: Avoid softlockup in ring_buffer_resize() (Zheng Yejian)
- selftests/ftrace: Correctly enable event in instance-event.tc (Zheng Yejian)
- parisc: irq: Make irq_stack_union static to avoid sparse warning (Helge Deller)
- parisc: drivers: Fix sparse warning (Helge Deller)
- parisc: iosapic.c: Fix sparse warnings (Helge Deller)
- parisc: sba: Fix compile warning wrt list of SBA devices (Helge Deller)
- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (Wenhua Lin)
- xtensa: boot/lib: fix function prototypes (Max Filippov)
- xtensa: boot: don't add include-dirs (Randy Dunlap)
- xtensa: iss/network: make functions static (Randy Dunlap)
- xtensa: add default definition for XCHAL_HAVE_DIV32 (Max Filippov)
- bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up (Tony Lindgren)
- ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot (Tony Lindgren)
- clk: tegra: fix error return case for recalc_rate (Timo Alho)
- ata: libata: disallow dev-initiated LPM transitions to unsupported states (Niklas Cassel)
- drm/amd/display: prevent potential division by zero errors (Hamza Mahfooz)
- drm/amd/display: Fix LFC multiplier changing erratically (Anthony Koo)
- drm/amd/display: Reinstate LFC optimization (Amanda Liu)
- scsi: qla2xxx: Fix deletion race condition (Quinn Tran)
- Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN (Werner Sembach)
- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (Xiaoke Wang)
- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (Christophe JAILLET)
- team: fix null-ptr-deref when team device type is changed (Ziyang Xuan)
- net: bridge: use DEV_STATS_INC() (Eric Dumazet)
- net: hns3: add 5ms delay before clear firmware reset irq source (Jie Wang)
- powerpc/perf/hv-24x7: Update domain value check (Kajol Jain)
- ipv4: fix null-deref in ipv4_link_failure (Kyle Zeng)
- i40e: Fix VF VLAN offloading when port VLAN is configured (Ivan Vecera)
- i40e: Fix warning message and call stack during rmmod i40e driver (Karen Sornek)
- ASoC: imx-audmix: Fix return error with devm_clk_get() (Shengjiu Wang)
- selftests: tls: swap the TX and RX sockets in some tests (Sabrina Dubroca)
- selftests/tls: Add {} to avoid static checker warning (Kees Cook)
- bpf: Avoid deadlock when using queue and stack maps from NMI (Toke Høiland-Jørgensen)
- netfilter: nf_tables: disallow element removal on anonymous sets (Pablo Neira Ayuso)
- ASoC: meson: spdifin: start hw on dai probe (Jerome Brunet)
- ext4: do not let fstrim block system suspend (Jan Kara)
- ext4: move setting of trimmed bit into ext4_try_to_trim_range() (Jan Kara)
- ext4: replace the traditional ternary conditional operator with with max()/min() (Kemeng Shi)
- ext4: mark group as trimmed only if it was fully scanned (Dmitry Monakhov)
- ext4: change s_last_trim_minblks type to unsigned long (Lukas Czerner)
- ext4: scope ret locally in ext4_try_to_trim_range() (Lukas Bulwahn)
- ext4: add new helper interface ext4_try_to_trim_range() (Wang Jianchao)
- ext4: remove the 'group' parameter of ext4_trim_extent (Wang Jianchao)
- ata: libahci: clear pending interrupt status (Szuying Chen)
- tracing: Increase trace array ref count on enable and filter files (Steven Rostedt (Google))
- SUNRPC: Mark the cred for revalidation if the server rejects it (Trond Myklebust)
- NFS/pNFS: Report EINVAL errors from connect() to the server (Trond Myklebust)
-
Thu Nov 02 2023 Brian Maly <brian.maly@oracle.com> [5.4.17-2136.326.2.el7uek]
- mm/memcg: optimize memory.numa_stat like memory.stat (Shakeel Butt) [Orabug: 35879962]
-
Fri Oct 27 2023 Brian Maly <brian.maly@oracle.com> [5.4.17-2136.326.1.el7uek]
- mm: fix munmap() of reserved va ranges (Anthony Yznaga) [Orabug: 35843809]
- mm: fix mmap() of reserved va ranges (Anthony Yznaga) [Orabug: 35843809]
- mm: reinstall placeholder mappings before downgrading mmap lock (Anthony Yznaga) [Orabug: 35843809]
- mm: mapping over a reserved va range may unmap twice (Anthony Yznaga) [Orabug: 35843809]
- mm: fix update of total_vm for reserved va placeholders (Anthony Yznaga) [Orabug: 35843809]
- mm: enable merging of reserved va placeholders (Anthony Yznaga) [Orabug: 35843809]
- rds: Provision to allow all trace points at module load time (Arumugam Kolappan) [Orabug: 35916078]
- rds/ib: Preserve dest qp num in the connect request (Arumugam Kolappan) [Orabug: 35926165]
-
Thu Oct 19 2023 Brian Maly <brian.maly@oracle.com> [5.4.17-2136.325.5.el7uek]
- perf symbols: Symbol lookup with kcore can fail if multiple segments match stext (Krister Johansen) [Orabug: 35905508]
- char: misc: Increase the maximum number of dynamic misc devices to 1048448 (D Scott Phillips) [Orabug: 35905508]
- perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ number (Tuan Phan) [Orabug: 35905508]
- char: misc: increase DYNAMIC_MINORS value (Sangmoon Kim) [Orabug: 35905508]
-
Thu Oct 12 2023 Sherry Yang <sherry.yang@oracle.com> [5.4.17-2136.325.4.el7uek]
- net: nfc: llcp: Add lock when modifying device list (Jeremy Cline)
- net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent (Fabio Estevam)
- ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig (Oleksandr Tymoshenko)
- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (Pin-yen Lin)
- Revert "PCI: qcom: Disable write access to read only registers for IP v2.3.3" (Greg Kroah-Hartman)
- rbd: take header_rwsem in rbd_dev_refresh() only when updating (Ilya Dryomov)
- rbd: decouple parent info read-in from updating rbd_dev (Ilya Dryomov)
- rbd: decouple header read-in from updating rbd_dev->header (Ilya Dryomov)
- rbd: move rbd_dev_refresh() definition (Ilya Dryomov)
- MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled (Christoph Hellwig)
- netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP (Jozsef Kadlecsik)
- dccp: fix dccp_v4_err()/dccp_v6_err() again (Eric Dumazet)
- fix breakage in do_rmdir() (Al Viro) [Orabug: 35722671]
- scsi: target: core: Fix deadlock due to recursive locking (Junxiao Bi) [Orabug: 35761341]
- rds: Add proper refcnt when an RDS MR references an RDS Socket (Håkon Bugge) [Orabug: 35836949]
- rds: Check for UAF in rds_destroy_mr (Håkon Bugge) [Orabug: 35836949]
- i2c: designware: Fix corrupted memory seen in the ISR (Jan Bottorff) [Orabug: 35857601]
- xfs: reserve less log space when recovering log intent items (Darrick J. Wong) [Orabug: 35871840]
- octeontx_edac: Fix mcc_edac failure at boot (Thomas Tai) [Orabug: 35895526]
- bpf: bpf_check() must fail when btf_linux is null (Dave Kleikamp) [Orabug: 35899889]
-
Thu Oct 05 2023 Sherry Yang <sherry.yang@oracle.com> [5.4.17-2136.325.3.el7uek]
- LTS tag: v5.4.257 (Sherry Yang)
- drm/amdgpu: fix amdgpu_cs_p1_user_fence (Christian König)
- mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller (William Zhang)
- ext4: fix rec_len verify error (Shida Zhang)
- i2c: aspeed: Reset the i2c controller when timeout occurs (Tommy Huang)
- tracefs: Add missing lockdown check to tracefs_create_dir() (Steven Rostedt (Google))
- nfsd: fix change_info in NFSv4 RENAME replies (Jeff Layton)
- tracing: Have option files inc the trace array ref count (Steven Rostedt (Google))
- tracing: Have current_trace inc the trace array ref count (Steven Rostedt (Google))
- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (Filipe Manana)
- attr: block mode changes of symlinks (Christian Brauner)
- md/raid1: fix error: ISO C90 forbids mixed declarations (Nigel Croxon)
- selftests: tracing: Fix to unmount tracefs for recovering environment (Masami Hiramatsu (Google))
- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (Anand Jain)
- btrfs: add a helper to read the superblock metadata_uuid (Anand Jain)
- btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h (Josef Bacik)
- perf tools: Add an option to build without libbfd (Ian Rogers)
- perf jevents: Make build dependency on test JSONs (John Garry)
- tools features: Add feature test to check if libbfd has buildid support (Arnaldo Carvalho de Melo)
- kobject: Add sanity check for kset->kobj.ktype in kset_register() (Zhen Lei)
- media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning (Sakari Ailus)
- serial: cpm_uart: Avoid suspicious locking (Christophe Leroy)
- scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() (Konstantin Shelekhin)
- usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc (Ma Ke)
- media: pci: cx23885: replace BUG with error return (Hans Verkuil)
- media: tuners: qt1010: replace BUG_ON with a regular error (Hans Verkuil)
- media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() (Zhang Shurong)
- media: anysee: fix null-ptr-deref in anysee_master_xfer (Zhang Shurong)
- media: af9005: Fix null-ptr-deref in af9005_i2c_xfer (Zhang Shurong)
- media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() (Zhang Shurong)
- media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer (Zhang Shurong)
- powerpc/pseries: fix possible memory leak in ibmebus_bus_init() (ruanjinjie)
- jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount (Liu Shixin via Jfs-discussion)
- fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount() (Andrew Kanner)
- ext2: fix datatype of block number in ext2_xattr_set2() (Georg Ottinger)
- md: raid1: fix potential OOB in raid1_remove_disk() (Zhang Shurong)
- bus: ti-sysc: Configure uart quirks for k3 SoC (Tony Lindgren)
- drm/exynos: fix a possible null-pointer dereference due to data race in exynos_drm_crtc_atomic_disable() (Tuo Li)
- wifi: mac80211_hwsim: drop short frames (Johannes Berg)
- alx: fix OOB-read compiler warning (GONG, Ruiqi)
- mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 (Giulio Benetti)
- tpm_tis: Resend command to recover from data transfer errors (Alexander Steffen)
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() (Mark O'Donovan)
- wifi: mwifiex: fix fortify warning (Dmitry Antipov)
- wifi: ath9k: fix printk specifier (Dongliang Mu)
- devlink: remove reload failed checks in params get/set callbacks (Jiri Pirko)
- hw_breakpoint: fix single-stepping when using bpf_overflow_handler (Tomislav Novak)
- perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 (Yicong Yang)
- ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470 (Jiri Slaby (SUSE))
- kernel/fork: beware of __put_task_struct() calling context (Wander Lairson Costa)
- ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer (Abhishek Mainkar)
- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (Will Shiu)
- btrfs: output extra debug info if we failed to find an inline backref (Qu Wenruo)
- autofs: fix memory leak of waitqueues in autofs_catatonic_mode (Fedor Pchelkin)
- parisc: Drop loops_per_jiffy from per_cpu struct (Helge Deller)
- drm/amd/display: Fix a bug when searching for insert_above_mpcc (Wesley Chalmers)
- kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg(). (Kuniyuki Iwashima)
- ixgbe: fix timestamp configuration code (Vadim Fedorenko)
- net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict() (Liu Jian)
- platform/mellanox: mlxbf-tmfifo: Drop jumbo frames (Liming Sun)
- platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptors (Liming Sun)
- kcm: Fix memory leak in error path of kcm_sendmsg() (Shigeru Yoshida)
- r8152: check budget for r8152_poll() (Hayes Wang)
- net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlro_get_fdir_all() (Hangyu Hua)
- net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc() (Hangyu Hua)
- net: ipv4: fix one memleak in __inet_del_ifa() (Liu Jian)
- clk: imx8mm: Move 1443X/1416X PLL clock structure to common place (Anson Huang)
- ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2 (Aleksey Nasibulin)
- usb: typec: bus: verify partner exists in typec_altmode_attention (RD Babiera)
- usb: typec: tcpm: Refactor tcpm_handle_vdm_request (Hans de Goede)
- usb: typec: tcpm: Refactor tcpm_handle_vdm_request payload handling (Hans de Goede)
- perf tools: Handle old data in PERF_RECORD_ATTR (Namhyung Kim)
- perf hists browser: Fix hierarchy mode header (Namhyung Kim)
- mtd: rawnand: brcmnand: Fix potential false time out warning (William Zhang)
- mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write (William Zhang)
- mtd: rawnand: brcmnand: Fix crash during the panic_write (William Zhang)
- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (Anand Jain)
- btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART (Filipe Manana)
- fuse: nlookup missing decrement in fuse_direntplus_link (ruanmeisi)
- ata: pata_ftide010: Add missing MODULE_DESCRIPTION (Damien Le Moal)
- ata: sata_gemini: Add missing MODULE_DESCRIPTION (Damien Le Moal)
- sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory() (Petr Tesarik)
- net: hns3: fix the port information display when sfp is absent (Yisen Zhuang)
- ip_tunnels: use DEV_STATS_INC() (Eric Dumazet)
- idr: fix param name in idr_alloc_cyclic() doc (Ariel Marcovitch)
- s390/zcrypt: don't leak memory if dev_set_name() fails (Andy Shevchenko)
- igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 (Olga Zaborska)
- igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80 (Olga Zaborska)
- igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 (Olga Zaborska)
- kcm: Destroy mutex in kcm_exit_net() (Shigeru Yoshida)
- net: sched: sch_qfq: Fix UAF in qfq_dequeue() (valis)
- af_unix: Fix data race around sk->sk_err. (Kuniyuki Iwashima)
- af_unix: Fix data-races around sk->sk_shutdown. (Kuniyuki Iwashima)
- af_unix: Fix data-race around unix_tot_inflight. (Kuniyuki Iwashima)
- af_unix: Fix data-races around user->unix_inflight. (Kuniyuki Iwashima)
- net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr (Alex Henrie)
- veth: Fixing transmit return status for dropped packets (Liang Chen)
- igb: disable virtualization features on 82580 (Corinna Vinschen)
- net: read sk->sk_family once in sk_mc_loop() (Eric Dumazet)
- ipv4: annotate data-races around fi->fib_dead (Eric Dumazet)
- sctp: annotate data-races around sk->sk_wmem_queued (Eric Dumazet)
- pwm: lpc32xx: Remove handling of PWM channels (Vladimir Zapolskiy)
- watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load (Raag Jadav)
- perf top: Don't pass an ERR_PTR() directly to perf_session__delete() (Arnaldo Carvalho de Melo)
- x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm() (Sean Christopherson)
- perf annotate bpf: Don't enclose non-debug code with an assert() (Arnaldo Carvalho de Melo)
- kconfig: fix possible buffer overflow (Konstantin Meskhidze)
- NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info (Fedor Pchelkin)
- soc: qcom: qmi_encdec: Restrict string length in decode (Chris Lew)
- clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock (Dmitry Baryshkov)
- parisc: led: Reduce CPU overhead for disk & lan LED computation (Helge Deller)
- parisc: led: Fix LAN receive and transmit LEDs (Helge Deller)
- lib/test_meminit: allocate pages up to order MAX_ORDER (Andrew Donnellan)
- drm/ast: Fix DRAM init on AST2200 (Thomas Zimmermann)
- fbdev/ep93xx-fb: Do not assign to struct fb_info.dev (Thomas Zimmermann)
- scsi: qla2xxx: Remove unsupported ql2xenabledif option (Manish Rangankar)
- scsi: qla2xxx: Turn off noisy message log (Quinn Tran)
- scsi: qla2xxx: Fix erroneous link up failure (Quinn Tran)
- scsi: qla2xxx: fix inconsistent TMF timeout (Quinn Tran)
- net/ipv6: SKB symmetric hash should incorporate transport ports (Quan Tian)
- drm: fix double free for gbo in drm_gem_vram_init and drm_gem_vram_create (Jia Yang)
- udf: initialize newblock to 0 (Tom Rix)
- usb: typec: tcpci: clear the fault status bit (Marco Felsch)
- serial: sc16is7xx: fix broken port 0 uart init (Hugo Villeneuve)
- sc16is7xx: Set iobase to device index (Daniel Mack)
- cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bug (Gustavo A. R. Silva)
- crypto: stm32 - fix loop iterating through scatterlist for DMA (Thomas Bourgoin)
- s390/ipl: add missing secure/has_secure file to ipl type 'unknown' (Sven Schnelle)
- pstore/ram: Check start of empty przs during init (Enlin Mu)
- fsverity: skip PKCS#7 parser when keyring is empty (Eric Biggers)
- net: handle ARPHRD_PPP in dev_is_mac_header_xmit() (Nicolas Dichtel)
- X.509: if signature is unsupported skip validation (Thore Sommer)
- dccp: Fix out of bounds access in DCCP error handler (Jann Horn)
- parisc: Fix /proc/cpuinfo output for lscpu (Helge Deller)
- procfs: block chmod on /proc/thread-self/comm (Aleksa Sarai)
- Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset" (Bjorn Helgaas)
- ntb: Fix calculation ntb_transport_tx_free_entry() (Dave Jiang)
- ntb: Clean up tx tail index on link down (Dave Jiang)
- ntb: Drop packets when qp link is down (Dave Jiang)
- media: dvb: symbol fixup for dvb_attach() (Greg Kroah-Hartman)
- xtensa: PMU: fix base address for the newer hardware (Max Filippov)
- backlight/lv5207lp: Compare against struct fb_info.device (Thomas Zimmermann)
- backlight/bd6107: Compare against struct fb_info.device (Thomas Zimmermann)
- backlight/gpio_backlight: Compare against struct fb_info.device (Thomas Zimmermann)
- ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch() (Gustavo A. R. Silva)
- ipmi_si: fix a memleak in try_smi_init() (Yi Yang)
- ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl (Takashi Iwai)
- PM / devfreq: Fix leak in devfreq_dev_release() (Boris Brezillon)
- igb: set max size RX buffer when store bad packet is enabled (Radoslaw Tyl)
- skbuff: skb_segment, Call zero copy functions before using skbuff frags (Mohamed Khalfella)
- igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU (Eric Dumazet)
- virtio_ring: fix avail_wrap_counter in virtqueue_add_packed (Yuan Yao)
- cpufreq: Fix the race condition while updating the transition_task of policy (Liao Chang)
- dmaengine: ste_dma40: Add missing IRQ check in d40_probe (ruanjinjie)
- um: Fix hostaudio build errors (Randy Dunlap)
- mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume() (Yi Yang)
- rpmsg: glink: Add check for kstrdup (Jiasheng Jiang)
- phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg write (Jonas Karlman)
- phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rate (Zheng Yang)
- phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328 (Jonas Karlman)
- tracing: Fix race issue between cpu buffer write and swap (Zheng Yejian)
- HID: multitouch: Correct devm device reference for hidinput input_dev name (Rahul Rameshbabu)
- HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode() (Nikita Zhandarovich)
- RDMA/siw: Correct wrong debug message (Guoqing Jiang)
- RDMA/siw: Balance the reference of cep->kref in the error path (Guoqing Jiang)
- amba: bus: fix refcount leak (Peng Fan)
- serial: tegra: handle clk prepare error in tegra_uart_hw_init() (Yi Yang)
- scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock (Chengfeng Ye)
- scsi: core: Use 32-bit hostnum in scsi_host_lookup() (Tony Battersby)
- media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors (Hans de Goede)
- media: ov2680: Fix vflip / hflip set functions (Hans de Goede)
- media: ov2680: Fix ov2680_bayer_order() (Hans de Goede)
- media: ov2680: Remove auto-gain and auto-exposure controls (Hans de Goede)
- media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips (Dave Stevenson)
- media: ov5640: Enable MIPI interface in ov5640_set_power_mipi() (Marek Vasut)
- media: i2c: ov5640: Configure HVP lines in s_power callback (Lad Prabhakar)
- USB: gadget: f_mass_storage: Fix unused variable warning (Alan Stern)
- media: go7007: Remove redundant if statement (Colin Ian King)
- iommu/vt-d: Fix to flush cache of PASID directory table (Yanfei Xu)
- IB/uverbs: Fix an potential error pointer dereference (Xiang Yang)
- driver core: test_async: fix an error code (Dan Carpenter)
- dma-buf/sync_file: Fix docs syntax (Rob Clark)
- coresight: tmc: Explicit type conversions to prevent integer overflow (Ruidong Tian)
- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (Oleksandr Natalenko)
- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (Oleksandr Natalenko)
- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (Oleksandr Natalenko)
- x86/APM: drop the duplicate APM_MINOR_DEV macro (Randy Dunlap)
- serial: sprd: Fix DMA buffer leak issue (Chunyan Zhang)
- serial: sprd: Assign sprd_port after initialized to avoid wrong access (Chunyan Zhang)
- serial: sprd: remove redundant sprd_port cleanup (Chunyan Zhang)
- serial: sprd: getting port index via serial aliases only (Chunyan Zhang)
- scsi: qla4xxx: Add length check when parsing nlattrs (Lin Ma)
- scsi: be2iscsi: Add length check when parsing nlattrs (Lin Ma)
- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() (Lin Ma)
- usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host() (Xu Yang)
- media: mediatek: vcodec: Return NULL if no vdec_fb is found (Irui Wang)
- media: cx24120: Add retval check for cx24120_message_send() (Daniil Dulov)
- media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer() (Christophe JAILLET)
- media: dib7000p: Fix potential division by zero (Daniil Dulov)
- drivers: usb: smsusb: fix error handling code in smsusb_init_device (Dongliang Mu)
- media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link() (Christophe JAILLET)
- media: v4l2-fwnode: simplify v4l2_fwnode_parse_link (Marco Felsch)
- media: v4l2-fwnode: fix v4l2_fwnode_parse_link handling (Marco Felsch)
- NFS: Guard against READDIR loop when entry names exceed MAXNAMELEN (Benjamin Coddington)
- NFSD: da_addr_body field missing in some GETDEVICEINFO replies (Chuck Lever)
- fs: lockd: avoid possible wrong NULL parameter (Su Hui)
- jfs: validate max amount of blocks before allocation. (Alexei Filippov)
- powerpc/iommu: Fix notifiers being shared by PCI and VIO buses (Russell Currey)
- nfs/blocklayout: Use the passed in gfp flags (Dan Carpenter)
- wifi: ath10k: Use RMW accessors for changing LNKCTL (Ilpo Järvinen)
- drm/radeon: Use RMW accessors for changing LNKCTL (Ilpo Järvinen)
- drm/radeon: Prefer pcie_capability_read_word() (Frederick Lawler)
- drm/radeon: Replace numbers with PCI_EXP_LNKCTL2 definitions (Bjorn Helgaas)
- drm/radeon: Correct Transmit Margin masks (Bjorn Helgaas)
- drm/amdgpu: Use RMW accessors for changing LNKCTL (Ilpo Järvinen)
- drm/amdgpu: Prefer pcie_capability_read_word() (Frederick Lawler)
- drm/amdgpu: Replace numbers with PCI_EXP_LNKCTL2 definitions (Bjorn Helgaas)
- drm/amdgpu: Correct Transmit Margin masks (Bjorn Helgaas)
- PCI: Add #defines for Enter Compliance, Transmit Margin (Bjorn Helgaas)
- powerpc/fadump: reset dump area size if fadump memory reserve fails (Sourabh Jain)
- clk: imx: composite-8m: fix clock pauses when set_rate would be a no-op (Ahmad Fatoum)
- PCI/ASPM: Use RMW accessors for changing LNKCTL (Ilpo Järvinen)
- PCI: pciehp: Use RMW accessors for changing LNKCTL (Ilpo Järvinen)
- PCI: Mark NVIDIA T4 GPUs to avoid bus reset (Wu Zongyong)
- clk: sunxi-ng: Modify mismatched function name (Zhang Jianhua)
- drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init() (Minjie Du)
- ipmi:ssif: Fix a memory leak when scanning for an adapter (Corey Minyard)
- ipmi:ssif: Add check for kstrdup (Jiasheng Jiang)
- of: unittest: Fix overlay type in apply/revert check (Geert Uytterhoeven)
- drm/mediatek: Fix potential memory leak if vmap() fail (Sui Jingfeng)
- audit: fix possible soft lockup in __audit_inode_child() (Gaosheng Cui)
- smackfs: Prevent underflow in smk_set_cipso() (Dan Carpenter)
- drm/msm/mdp5: Don't leak some plane state (Daniel Vetter)
- ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig (Nayna Jain)
- drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01 (Marek Vasut)
- drm/armada: Fix off-by-one error in armada_overlay_get_property() (Geert Uytterhoeven)
- of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name() (Ruan Jinjie)
- drm/tegra: dpaux: Fix incorrect return value of platform_get_irq (Yangtao Li)
- drm/tegra: Remove superfluous error messages around platform_get_irq() (Tan Zhongjun)
- md/md-bitmap: hold 'reconfig_mutex' in backlog_store() (Yu Kuai)
- md/bitmap: don't set max_write_behind if there is no write mostly device (Guoqing Jiang)
- drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl' (Srinivasan Shanmugam)
- arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC (Manivannan Sadhasivam)
- ARM: dts: BCM53573: Fix Ethernet info for Luxul devices (Rafał Miłecki)
- drm: adv7511: Fix low refresh rate register for ADV7533/5 (Bogdan Togorean)
- ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (split) (Krzysztof Kozlowski)
- ARM: dts: s5pv210: add dummy 5V regulator for backlight on SMDKv210 (Krzysztof Kozlowski)
- ARM: dts: s5pv210: correct ethernet unit address in SMDKV210 (Krzysztof Kozlowski)
- ARM: dts: s5pv210: use defines for IRQ flags in SMDKV210 (Krzysztof Kozlowski)
- ARM: dts: s5pv210: add RTC 32 KHz clock in SMDKV210 (Krzysztof Kozlowski)
- ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split) (Krzysztof Kozlowski)
- ARM: dts: s3c64xx: align pinctrl with dtschema (Krzysztof Kozlowski)
- ARM: dts: s3c6410: align node SROM bus node name with dtschema in Mini6410 (Krzysztof Kozlowski)
- ARM: dts: s3c6410: move fixed clocks under root node in Mini6410 (Krzysztof Kozlowski)
- drm/etnaviv: fix dumping of active MMU context (Lucas Stach)
- ARM: dts: BCM53573: Use updated "spi-gpio" binding properties (Rafał Miłecki)
- ARM: dts: BCM53573: Add cells sizes to PCIe node (Rafał Miłecki)
- ARM: dts: BCM53573: Drop nonexistent "default-off" LED trigger (Rafał Miłecki)
- drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar() (Arnd Bergmann)
- quota: fix dqput() to follow the guarantees dquot_srcu should provide (Baokun Li)
- quota: add new helper dquot_active() (Baokun Li)
- quota: rename dquot_active() to inode_quota_active() (Baokun Li)
- quota: factor out dquot_write_dquot() (Baokun Li)
- quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse list (Chengguang Xu)
- drm/bridge: tc358764: Fix debug print parameter order (Marek Vasut)
- netrom: Deny concurrent connect(). (Kuniyuki Iwashima)
- net/sched: sch_hfsc: Ensure inner classes have fsc curve (Budimir Markovic)
- mlxsw: i2c: Limit single transaction buffer size (Vadim Pasternak)
- mlxsw: i2c: Fix chunk size setting in output mailbox buffer (Vadim Pasternak)
- net: arcnet: Do not call kfree_skb() under local_irq_disable() (Jinjie Ruan)
- wifi: ath9k: use IS_ERR() with debugfs_create_dir() (Wang Ming)
- wifi: mwifiex: avoid possible NULL skb pointer dereference (Dmitry Antipov)
- wifi: ath9k: protect WMI command response buffer replacement with a lock (Fedor Pchelkin)
- wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx (Fedor Pchelkin)
- wifi: mwifiex: Fix missed return in oob checks failed path (Polaris Pi)
- wifi: mwifiex: fix memory leak in mwifiex_histogram_read() (Dmitry Antipov)
- fs: ocfs2: namei: check return value of ocfs2_add_entry() (Artem Chernyshev)
- lwt: Check LWTUNNEL_XMIT_CONTINUE strictly (Yan Zhai)
- lwt: Fix return values of BPF xmit ops (Yan Zhai)
- hwrng: iproc-rng200 - Implement suspend and resume calls (Florian Fainelli)
- hwrng: iproc-rng200 - use semicolons rather than commas to separate statements (Julia Lawall)
- crypto: caam - fix unchecked return value error (Gaurav Jain)
- Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe() (Yuanjun Gong)
- crypto: stm32 - Properly handle pm_runtime_get failing (Uwe Kleine-König)
- wifi: mwifiex: fix error recovery in PCIE buffer descriptor management (Dmitry Antipov)
- mwifiex: switch from 'pci_' to 'dma_' API (Christophe JAILLET)
- wifi: mwifiex: Fix OOB and integer underflow when rx packets (Polaris Pi)
- can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in case of OOM (Marc Kleine-Budde)
- spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra_sflash_probe() (Zhang Shurong)
- regmap: rbtree: Use alloc_flags for memory allocations (Dan Carpenter)
- tcp: tcp_enter_quickack_mode() should be static (Eric Dumazet)
- bpf: Clear the probe_addr for uprobe (Yafang Shao)
- cpufreq: powernow-k8: Use related_cpus instead of cpus in driver.exit() (Liao Chang)
- perf/imx_ddr: don't enable counter0 if none of 4 counters are used (Xu Yang)
- x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved (Ard Biesheuvel)
- x86/boot: Annotate local functions (Jiri Slaby)
- x86/asm: Make more symbols local (Jiri Slaby)
- OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() (Manivannan Sadhasivam)
- tmpfs: verify {g,u}id mount options correctly (Christian Brauner)
- fs: Fix error checking for d_hash_and_lookup() (Wang Ming)
- new helper: lookup_positive_unlocked() (Al Viro)
- eventfd: prevent underflow for eventfd semaphores (Wen Yang)
- eventfd: Export eventfd_ctx_do_read() (David Woodhouse)
- reiserfs: Check the return value from __getblk() (Matthew Wilcox)
- Revert "net: macsec: preserve ingress frame ordering" (Sabrina Dubroca)
- Revert "net: macsec: Severe performance regression in "...preserve ordering"" (Sherry Yang)
- udf: Handle error when adding extent to a file (Jan Kara)
- udf: Check consistency of Space Bitmap Descriptor (Vladislav Efanov)
- powerpc/32s: Fix assembler warning about r0 (Christophe Leroy)
- net: Avoid address overwrite in kernel_connect (Jordan Rife)
- platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notifications (Shih-Yi Chen)
- ALSA: seq: oss: Fix racy open/close of MIDI devices (Takashi Iwai)
- scsi: storvsc: Always set no_report_opcodes (Michael Kelley)
- cifs: add a warning when the in-flight count goes negative (Shyam Prasad N)
- sctp: handle invalid error codes without calling BUG() (Dan Carpenter)
- bnx2x: fix page fault following EEH recovery (David Christensen)
- netlabel: fix shift wrapping bug in netlbl_catmap_setlong() (Dmitry Mastykin)
- scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock (Chengfeng Ye)
- idmaengine: make FSL_EDMA and INTEL_IDMA64 depends on HAS_IOMEM (Baoquan He)
- net: usb: qmi_wwan: add Quectel EM05GV2 (Martin Kohn)
- clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM (Baoquan He)
- security: keys: perform capable check only on privileged operations (Christian Göttsche)
- platform/x86: huawei-wmi: Silence ambient light sensor (Konstantin Shelekhin)
- platform/x86: intel: hid: Always call BTNL ACPI method (Hans de Goede)
- ASoC: atmel: Fix the 8K sample parameter in I2SC master (Guiting Shen)
- ASoc: codecs: ES8316: Fix DMIC config (Edgar)
- fs/nls: make load_nls() take a const parameter (Winston Wen)
- s390/dasd: fix hanging device after request requeue (Stefan Haberland)
- s390/dasd: use correct number of retries for ERP requests (Stefan Haberland)
- m68k: Fix invalid .section syntax (Ben Hutchings)
- vxlan: generalize vxlan_parse_gpe_hdr and remove unused args (Jiri Benc)
- ethernet: atheros: fix return value check in atl1c_tso_csum() (Yuanjun Gong)
- ASoC: da7219: Check for failure reading AAD IRQ events (Dmytro Maluka)
- ASoC: da7219: Flush pending AAD IRQ when suspending (Dmytro Maluka)
- 9p: virtio: make sure 'offs' is initialized in zc_request (Dominique Martinet)
- nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse (Ryusuke Konishi)
- nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers() (Ryusuke Konishi)
- fsi: master-ast-cf: Add MODULE_FIRMWARE macro (Juerg Haefliger)
- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe (Wang Ming)
- serial: sc16is7xx: fix bug when first setting GPIO direction (Hugo Villeneuve)
- Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition (Zheng Wang)
- staging: rtl8712: fix race condition (Nam Cao)
- HID: wacom: remove the battery when the EKR is off (Aaron Armstrong Skomra)
- USB: serial: option: add FOXCONN T99W368/T99W373 product (Slark Xiao)
- USB: serial: option: add Quectel EM05G variant (0x030e) (Martin Kohn)
- modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules (Christoph Hellwig)
- rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff (Christoph Hellwig)
- net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index (Christoph Hellwig)
- mmc: au1xmmc: force non-modular build and remove symbol_get usage (Christoph Hellwig)
- ARM: pxa: remove use of symbol_get() (Arnd Bergmann)
- erofs: ensure that the post-EOF tails are all zeroed (Gao Xiang)
-
Thu Oct 05 2023 Brian Maly <brian.maly@oracle.com> [5.4.17-2136.325.2.el7uek]
- Pensando: kpcimgr: Decouple kstate addr from shmem addr (Rob Gardner) [Orabug: 35842998]
- bnxt_en: fix NULL dereference in bnxt_flash_package_from_file() (Samasth Norway Ananda) [Orabug: 35844212]
- uek-rpm: aarch64: embedded: Fix a typo when enabling CONFIG_STACKTRACE (Thomas Tai) [Orabug: 35858089]
- ocfs2: ocfs2 crash due to invalid h_next_leaf_blk value in extent block (Gautham Ananthakrishna) [Orabug: 35859331]
-
Thu Sep 28 2023 Brian Maly <brian.maly@oracle.com> [5.4.17-2136.325.1.el7uek]
- uek-rpm: aarch64: embedded: Enable CONFIG_STACKTRACE and CONFIG_FTRACE (Thomas Tai) [Orabug: 35818484]
- io_uring: add a sysctl to disable io_uring system-wide (Matteo Rizzo) [Orabug: 35819375]
- KVM: SVM: Set target pCPU during IRTE update if target vCPU is running (Sean Christopherson) [Orabug: 35827614]
- KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entry (Sean Christopherson) [Orabug: 35827614]
- Pensando: kpcimgr: Zero out mod pointer unconditionally (Rob Gardner) [Orabug: 35842963]
- pensando: kpcimgr: Flush i-cache before calling any pciesvc code (Rob Gardner) [Orabug: 35842972]
-
Mon Sep 25 2023 Sherry Yang <sherry.yang@oracle.com> [5.4.17-2136.324.5.el7uek]
- netfilter: nfnetlink_osf: avoid OOB read (Wander Lairson Costa)
- dlm: fix plock lookup when using multiple lockspaces (Alexander Aring)
- x86/speculation: Mark all Skylake CPUs as vulnerable to GDS (Dave Hansen)
- Revert "IB/isert: Fix incorrect release of isert connection" (Leon Romanovsky)
- ALSA: ac97: Fix possible error value of *rac97 (Su Hui)
- pinctrl: amd: Don't show `Invalid config param` errors (Mario Limonciello)
- netfilter: xt_sctp: validate the flag_info count (Wander Lairson Costa)
- netfilter: xt_u32: validate user space input (Wander Lairson Costa)
- netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c (Kyle Zeng) [Orabug: 35824287] {CVE-2023-42753}
-
Fri Sep 22 2023 Brian Maly <brian.maly@oracle.com> [5.4.17-2136.324.4.el7uek]
- kernfs: fix missing kernfs_iattr_rwsem locking (Ian Kent) [Orabug: 35796771]
- x86/microcode: Stop reprobing mitigations after late microcode load (Boris Ostrovsky) [Orabug: 35818857] {CVE-2023-20569}
- objtool/x86: Fix SRSO mess (Peter Zijlstra) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Correct the mitigation status when SMT is disabled (Borislav Petkov (AMD)) [Orabug: 35818857] {CVE-2023-20569}
- objtool/x86: Fixup frame-pointer vs rethunk (Peter Zijlstra) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Disable the mitigation on unaffected configurations (Borislav Petkov (AMD)) [Orabug: 35818857] {CVE-2023-20569}
- x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() (Sean Christopherson) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Explain the untraining sequences a bit more (Borislav Petkov (AMD)) [Orabug: 35818857] {CVE-2023-20569}
- x86/cpu: Cleanup the untrain mess (Peter Zijlstra) [Orabug: 35818857] {CVE-2023-20569}
- x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 (Peter Zijlstra) [Orabug: 35818857] {CVE-2023-20569}
- x86/cpu: Rename original retbleed methods (Peter Zijlstra) [Orabug: 35818857] {CVE-2023-20569}
- x86/cpu: Clean up SRSO return thunk mess (Peter Zijlstra) [Orabug: 35818857] {CVE-2023-20569}
- x86/alternative: Make custom return thunk unconditional (Peter Zijlstra) [Orabug: 35818857] {CVE-2023-20569}
- x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() (Peter Zijlstra) [Orabug: 35818857] {CVE-2023-20569}
- x86/cpu: Fix __x86_return_thunk symbol type (Peter Zijlstra) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Fix build breakage with the LLVM linker (Nick Desaulniers) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Tie SBPB bit setting to microcode patch detection (Borislav Petkov (AMD)) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Fix return thunks in generated code (Josh Poimboeuf) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Add IBPB on VMEXIT (Borislav Petkov (AMD)) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Add IBPB (Borislav Petkov (AMD)) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Add SRSO_NO support (Borislav Petkov (AMD)) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Add IBPB_BRTYPE support (Borislav Petkov (AMD)) [Orabug: 35818857] {CVE-2023-20569}
- x86/srso: Add a Speculative RAS Overflow mitigation (Borislav Petkov (AMD)) [Orabug: 35818857] {CVE-2023-20569}
- scsi: megaraid_sas: Fix deadlock on firmware crashdump (Junxiao Bi) [Orabug: 35819593]
- rds: Fix lack of reentrancy for connection reset with dst addr zero (Håkon Bugge) [Orabug: 35819522] {CVE-2023-22024}