From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 4.9.335
Date: Thu, 8 Dec 2022 11:30:52 +0100 [thread overview]
Message-ID: <167049545239168@kroah.com> (raw)
I'm announcing the release of the 4.9.335 kernel.
All users of the 4.9 kernel series must upgrade.
The updated 4.9.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2 -
arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 9 +++++
arch/arm/mach-mxs/mach-mxs.c | 4 +-
arch/arm64/kernel/cpu_errata.c | 25 ++++++++++----
arch/mips/include/asm/fw/fw.h | 2 -
arch/mips/pic32/pic32mzda/early_console.c | 13 +++----
arch/mips/pic32/pic32mzda/init.c | 2 -
arch/nios2/boot/Makefile | 2 -
arch/s390/kernel/crash_dump.c | 2 -
arch/x86/include/asm/cpufeatures.h | 1
arch/x86/kernel/cpu/tsx.c | 33 ++++++++-----------
arch/x86/mm/ioremap.c | 8 ++++
arch/x86/power/cpu.c | 23 ++++++++-----
drivers/bus/sunxi-rsb.c | 29 ++++++++++++----
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 8 +---
drivers/hwmon/coretemp.c | 9 ++++-
drivers/hwmon/i5500_temp.c | 2 -
drivers/hwmon/ibmpex.c | 1
drivers/iio/health/afe4403.c | 5 +-
drivers/iio/health/afe4404.c | 12 ++++--
drivers/iio/industrialio-sw-trigger.c | 6 ++-
drivers/iio/light/apds9960.c | 12 +++---
drivers/iommu/dmar.c | 1
drivers/net/can/cc770/cc770_isa.c | 10 +++--
drivers/net/can/sja1000/sja1000_isa.c | 10 +++--
drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 4 +-
drivers/net/ethernet/mellanox/mlx4/qp.c | 3 +
drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 4 +-
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 1
drivers/net/ethernet/qlogic/qla3xxx.c | 1
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 4 +-
drivers/net/ethernet/renesas/ravb_main.c | 1
drivers/net/ntb_netdev.c | 9 ++++-
drivers/net/phy/phy_device.c | 1
drivers/net/usb/qmi_wwan.c | 1
drivers/net/wireless/mac80211_hwsim.c | 5 ++
drivers/nfc/st-nci/se.c | 6 ++-
drivers/pinctrl/pinctrl-single.c | 2 -
drivers/platform/x86/asus-wmi.c | 2 +
drivers/tty/serial/8250/8250_omap.c | 7 ++--
drivers/video/fbdev/pm2fb.c | 5 --
drivers/xen/platform-pci.c | 7 ++--
fs/btrfs/qgroup.c | 9 -----
fs/nilfs2/dat.c | 7 ++++
fs/nilfs2/sufile.c | 8 ++++
include/uapi/linux/audit.h | 2 -
kernel/sysctl.c | 26 +++++++-------
mm/frame_vector.c | 31 +++--------------
net/9p/trans_fd.c | 6 ++-
net/bluetooth/l2cap_core.c | 13 +++++++
net/hsr/hsr_forward.c | 5 +-
net/ipv4/Kconfig | 10 +++++
net/ipv4/inet_hashtables.c | 10 ++---
net/ipv6/ipv6_sockglue.c | 7 ++++
net/ipv6/xfrm6_policy.c | 6 ++-
net/key/af_key.c | 32 ++++++++++++------
net/mac80211/mesh_pathtbl.c | 2 -
net/nfc/nci/core.c | 2 -
net/nfc/nci/data.c | 4 +-
net/packet/af_packet.c | 6 +--
scripts/kconfig/symbol.c | 8 +++-
sound/soc/soc-ops.c | 2 -
tools/vm/slabinfo-gnuplot.sh | 4 +-
63 files changed, 311 insertions(+), 183 deletions(-)
Alejandro Concepción Rodríguez (1):
iio: light: apds9960: fix wrong register for gesture gain
Chen Zhongjin (3):
xfrm: Fix ignored return value in xfrm6_init()
iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails
nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
ChenXiaoSong (1):
btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
Christian König (1):
drm/amdgpu: always register an MMU notifier for userptr
Duoming Zhou (1):
qlcnic: fix sleep-in-atomic-context bugs caused by msleep
Enrico Sau (1):
net: usb: qmi_wwan: add Telit 0x103a composition
Gaosheng Cui (2):
audit: fix undefined behavior in bit shift for AUDIT_BIT
hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails
Gleb Mazovetskiy (1):
tcp: configurable source port perturb table size
Greg Kroah-Hartman (1):
Linux 4.9.335
Heiko Carstens (1):
s390/crashdump: fix TOD programmable field size
Herbert Xu (1):
af_key: Fix send_acquire race with pfkey_register
James Morse (2):
arm64: Fix panic() when Spectre-v2 causes Spectre-BHB to re-allocate KVM vectors
arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72
Jason A. Donenfeld (1):
MIPS: pic32: treat port as signed integer
Jonas Jelonek (1):
wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support
Kuniyuki Iwashima (1):
tcp/udp: Fix memory leak in ipv6_renew_options().
Lin Ma (1):
nfc/nci: fix race with opening and closing
Linus Torvalds (3):
proc: avoid integer type confusion in get_proc_long
proc: proc_skip_spaces() shouldn't think it is working on C strings
v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails
Liu Shixin (1):
NFC: nci: fix memory leak in nci_rx_data_packet()
Luiz Augusto von Dentz (1):
Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
Lukas Wunner (1):
serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
Mark Brown (1):
ASoC: ops: Fix bounds check for _sx controls
Martin Faltesek (2):
nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION
nfc: st-nci: fix memory leaks in EVT_TRANSACTION
Masahiro Yamada (1):
kconfig: display recursive dependency resolution hint just once
Maxim Korotkov (1):
pinctrl: single: Fix potential division by zero
Michael Grzeschik (1):
ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
Michael Kelley (1):
x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
Nicolas Cavallari (1):
wifi: mac80211: Fix ack frame idr leak when mesh has no route
Pawan Gupta (2):
x86/tsx: Add a feature bit for TSX control MSR support
x86/pm: Add enumeration check before spec MSRs save/restore setup
Peter Kosyh (1):
net/mlx4: Check retval of mlx4_bitmap_init
Phil Auld (1):
hwmon: (coretemp) Check for null before removing sysfs attrs
Randy Dunlap (1):
nios2: add FORCE for vmlinuz.gz
Samuel Holland (1):
bus: sunxi-rsb: Support atomic transfers
Tiezhu Yang (1):
tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"
Ulrich Hecht (1):
Revert "fbdev: fb_pm2fb: Avoid potential divide by zero error"
Wang Hai (2):
net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
net/9p: Fix a potential socket leak in p9_socket_open
Wei Yongjun (2):
iio: health: afe4403: Fix oob read in afe4403_read_raw
iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
Willem de Bruijn (1):
packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
Xiongfeng Wang (2):
platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr()
iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()
Yang Yingliang (3):
hwmon: (i5500_temp) fix missing pci_disable_device()
net: phy: fix null-ptr-deref while probe() failed
hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
Yoshihiro Shimoda (1):
net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
Yu Liao (1):
net: thunderx: Fix the ACPI memory leak
Yuan Can (1):
net: net_netdev: Fix error handling in ntb_netdev_init_module()
YueHaibing (2):
net/mlx5: Fix uninitialized variable bug in outlen_write()
net: hsr: Fix potential use-after-free
Zhang Changzhong (3):
net/qla3xxx: fix potential memleak in ql3xxx_send()
can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()
can: cc770: cc770_isa_probe(): add missing free_cc770dev()
ZhangPeng (1):
nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
Zheng Yongjun (1):
ARM: mxs: fix memory leak in mxs_machine_init()
Zhengchao Shao (1):
9p/fd: fix issue of list_del corruption in p9_fd_cancel()
ruanjinjie (1):
xen/platform-pci: add missing free_irq() in error path
next reply other threads:[~2022-12-08 10:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-08 10:30 Greg Kroah-Hartman [this message]
2022-12-08 10:30 ` Linux 4.9.335 Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=167049545239168@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.