Linux 4.14.313
From: Greg Kroah-Hartman
Date: Thu Apr 20 2023 - 06:27:44 EST
I'm announcing the release of the 4.14.313 kernel.
All users of the 4.14 kernel series must upgrade.
The updated 4.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.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
------------
Documentation/sound/hd-audio/models.rst | 2
Makefile | 2
arch/arm64/kvm/guest.c | 83 +++++++++++++++++++-----
arch/x86/kernel/sysfb_efi.c | 8 ++
crypto/asymmetric_keys/verify_pefile.c | 12 ++-
drivers/gpio/gpio-davinci.c | 2
drivers/hwtracing/coresight/coresight-etm4x.c | 2
drivers/i2c/busses/i2c-imx-lpi2c.c | 2
drivers/iio/dac/cio-dac.c | 4 -
drivers/mtd/mtdblock.c | 12 ++-
drivers/mtd/ubi/build.c | 21 ++++--
drivers/net/ethernet/cadence/macb_main.c | 4 +
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c | 8 ++
drivers/net/ethernet/sun/niu.c | 2
drivers/pwm/pwm-cros-ec.c | 1
drivers/tty/serial/sh-sci.c | 2
drivers/usb/serial/cp210x.c | 1
drivers/usb/serial/option.c | 10 ++
drivers/watchdog/sbsa_gwdt.c | 1
fs/nilfs2/segment.c | 3
fs/nilfs2/super.c | 2
fs/nilfs2/the_nilfs.c | 12 ++-
include/linux/ftrace.h | 2
kernel/cgroup/cpuset.c | 4 -
kernel/events/core.c | 2
kernel/trace/ring_buffer.c | 13 +++
mm/swapfile.c | 3
net/9p/trans_xen.c | 4 +
net/bluetooth/hidp/core.c | 2
net/bluetooth/l2cap_core.c | 24 +-----
net/ipv4/icmp.c | 5 +
net/ipv6/ip6_output.c | 7 +-
net/mac80211/sta_info.c | 3
sound/i2c/cs8427.c | 7 +-
sound/pci/emu10k1/emupcm.c | 4 -
sound/pci/hda/patch_sigmatel.c | 10 ++
36 files changed, 210 insertions(+), 76 deletions(-)
Alexander Stein (1):
i2c: imx-lpi2c: clean rx/tx buffers upon new message
Bang Li (1):
mtdblock: tolerate corrected bit-flips
Biju Das (1):
tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
Bjørn Mork (1):
USB: serial: option: add Quectel RM500U-CN modem
Dave Martin (2):
KVM: arm64: Factor out core register ID enumeration
KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
Denis Plotnikov (1):
qlcnic: check pci_reset_function result
Dhruva Gole (1):
gpio: davinci: Add irq chip flag to skip set wake
Enrico Sau (1):
USB: serial: option: add Telit FE990 compositions
Eric Dumazet (1):
icmp: guard against too small mtu
Felix Fietkau (1):
wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
George Cherian (1):
watchdog: sbsa_wdog: Make sure the timeout programming is within the limits
Greg Kroah-Hartman (1):
Linux 4.14.313
Hans de Goede (1):
efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L
Harshit Mogalapalli (1):
niu: Fix missing unwind goto in niu_alloc_channels()
John Keeping (1):
ftrace: Mark get_lock_parent_ip() __always_inline
Kan Liang (1):
perf/core: Fix the same task check in perf_event_set_output
Kees Jan Koster (1):
USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
Luiz Augusto von Dentz (1):
Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
Marc Zyngier (1):
arm64: KVM: Fix system register enumeration
Min Li (1):
Bluetooth: Fix race condition in hidp_session_thread
Oswald Buddenhagen (4):
ALSA: emu10k1: fix capture interrupt handler unlinking
ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
ALSA: i2c/cs8427: fix iec958 mixer control deactivation
ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards
Robbie Harwood (1):
verify_pefile: relax wrapper length check
Roman Gushchin (1):
net: macb: fix a memory corruption in extended buffer descriptor mode
Rongwei Wang (1):
mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
Ryusuke Konishi (2):
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
nilfs2: fix sysfs interface lifetime
Steve Clevenger (1):
coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
Uwe Kleine-König (1):
pwm: cros-ec: Explicitly set .polarity in .get_state()
Waiman Long (1):
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
William Breathitt Gray (1):
iio: dac: cio-dac: Fix max DAC write value check for 12-bit
Zheng Wang (1):
9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
Zheng Yejian (1):
ring-buffer: Fix race while reader and writer are on the same page
Zhihao Cheng (1):
ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
Ziyang Xuan (1):
ipv6: Fix an uninit variable access bug in __ip6_make_skb()