Linux 4.14.336

From: Greg Kroah-Hartman
Date: Wed Jan 10 2024 - 09:44:26 EST


I'm announcing the release of the 4.14.336 kernel. This is the LAST 4.14.y
kernel to be released. It is now officially end-of-life. Do NOT use this
kernel version anymore, please move to a newer one, as shown on the kernel.org
releases page.

All users of the 4.14 kernel series must upgrade. But then, move to a newer
release. If you are stuck at this version due to a vendor requiring it, go get
support from that vendor for this obsolete kernel tree, as that is what you are
paying them for :)

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

------------

Makefile | 2
drivers/firewire/ohci.c | 51 +++++++++++++++++++++++++
drivers/mmc/core/block.c | 7 +--
drivers/mmc/core/host.c | 1
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 4 +
drivers/net/ethernet/intel/i40e/i40e_main.c | 8 +++
net/nfc/llcp_core.c | 39 +++++++++++++++++--
net/sched/em_text.c | 4 +
8 files changed, 106 insertions(+), 10 deletions(-)

Adrian Cinal (1):
net: bcmgenet: Fix FCS generation for fragmented skbuffs

Geert Uytterhoeven (1):
mmc: core: Cancel delayed work before releasing host

Greg Kroah-Hartman (1):
Linux 4.14.336

Hangyu Hua (1):
net: sched: em_text: fix possible memory leak in em_text_destroy()

Jorge Ramirez-Ortiz (1):
mmc: rpmb: fixes pause retune on all RPMB partitions.

Ke Xiao (1):
i40e: fix use-after-free in i40e_aqc_add_filters()

Siddh Raman Pant (1):
nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local

Takashi Sakamoto (1):
firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards