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.333
Date: Thu, 10 Nov 2022 18:09:14 +0100 [thread overview]
Message-ID: <1668100154253222@kroah.com> (raw)
I'm announcing the release of the 4.9.333 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/x86/kvm/cpuid.c | 1
arch/x86/kvm/emulate.c | 102 +++++++++++-----
drivers/ata/pata_legacy.c | 5
drivers/i2c/busses/i2c-xiic.c | 1
drivers/isdn/hardware/mISDN/netjet.c | 2
drivers/isdn/mISDN/core.c | 5
drivers/media/dvb-frontends/drxk_hard.c | 2
drivers/net/ethernet/freescale/fec_main.c | 4
drivers/net/phy/mdio_bus.c | 2
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c | 4
drivers/nfc/nfcmrvl/i2c.c | 7 -
drivers/nfc/s3fwrn5/core.c | 8 -
drivers/parisc/iosapic.c | 1
drivers/staging/media/s5p-cec/s5p_cec.c | 2
drivers/tty/serial/8250/Kconfig | 2
fs/btrfs/export.c | 2
fs/btrfs/export.h | 2
fs/btrfs/tests/qgroup-tests.c | 20 ++-
fs/ext4/migrate.c | 3
fs/nfs/nfs4client.c | 1
fs/nfs/nfs4state.c | 2
net/bluetooth/l2cap_core.c | 52 ++++++--
net/netfilter/ipvs/ip_vs_conn.c | 4
net/rose/rose_link.c | 3
net/sched/sch_red.c | 4
sound/usb/quirks-table.h | 58 +++++++++
sound/usb/quirks.c | 1
28 files changed, 240 insertions(+), 62 deletions(-)
Dan Carpenter (1):
net: sched: Fix use after free in red_enqueue()
David Sterba (1):
btrfs: fix type of parameter generation in btrfs_get_dentry
Dokyung Song (1):
wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()
Filipe Manana (1):
btrfs: fix ulist leaks in error paths of qgroup self tests
Gaosheng Cui (1):
net: mdio: fix undefined behavior in bit shift for __mdiobus_register
Greg Kroah-Hartman (1):
Linux 4.9.333
Hans Verkuil (2):
media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE
media: dvb-frontends/drxk: initialize err to 0
Helge Deller (2):
parisc: Make 8250_gsc driver dependend on CONFIG_PARISC
parisc: Export iosapic_serial_irq() symbol for serial port driver
Jason A. Donenfeld (1):
ipvs: use explicitly signed chars
Jim Mattson (1):
KVM: x86: Mask off reserved bits in CPUID.80000008H
John Veness (1):
ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices
Luiz Augusto von Dentz (1):
Bluetooth: L2CAP: Fix attempting to access uninitialized memory
Martin Tůma (1):
i2c: xiic: Add platform module alias
Maxim Levitsky (3):
KVM: x86: emulator: em_sysexit should update ctxt->mode
KVM: x86: emulator: introduce emulator_recalc_and_set_mode
KVM: x86: emulator: update the emulation mode after CR0 write
Maxim Mikityanskiy (1):
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu
Sergey Shtylyov (1):
ata: pata_legacy: fix pdc20230_set_piomode()
Shang XiaoJing (2):
nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()
nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
Trond Myklebust (2):
NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot
Yang Yingliang (2):
mISDN: fix possible memory leak in mISDN_register_device()
isdn: mISDN: netjet: fix wrong check of device registration
Ye Bin (1):
ext4: fix warning in 'ext4_da_release_space'
Zhang Changzhong (1):
net: fec: fix improper use of NETDEV_TX_BUSY
Zhang Qilong (1):
rose: Fix NULL pointer dereference in rose_send_frame()
Zhang Xiaoxu (1):
nfs4: Fix kmemleak when allocate slot failed
Zhengchao Shao (1):
Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()
next reply other threads:[~2022-11-10 17:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-10 17:09 Greg Kroah-Hartman [this message]
2022-11-10 17:09 ` Linux 4.9.333 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=1668100154253222@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.