Linux 4.14.274
From: | Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> | |
To: | linux-kernel-AT-vger.kernel.org, akpm-AT-linux-foundation.org, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | |
Subject: | Linux 4.14.274 | |
Date: | Mon, 28 Mar 2022 09:03:25 +0200 | |
Message-ID: | <1648451005138218@kroah.com> | |
Cc: | lwn-AT-lwn.net, jslaby-AT-suse.cz, Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> | |
Archive-link: | Article |
I'm announcing the release of the 4.14.274 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-s... thanks, greg k-h ------------ Makefile | 2 arch/x86/kernel/acpi/boot.c | 24 +++++++ drivers/acpi/battery.c | 12 +++ drivers/acpi/video_detect.c | 75 ++++++++++++++++++++++ drivers/crypto/qat/qat_common/qat_crypto.c | 8 ++ drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 12 ++- drivers/nfc/st21nfca/se.c | 10 ++ drivers/staging/fbtft/fb_st7789v.c | 2 drivers/thermal/int340x_thermal/int3400_thermal.c | 4 + include/net/esp.h | 2 include/net/sock.h | 3 net/core/sock.c | 3 net/ipv4/esp4.c | 5 + net/ipv6/esp6.c | 5 + net/ipv6/ip6_output.c | 4 - net/llc/af_llc.c | 49 +++++++++----- net/mac80211/cfg.c | 3 net/netfilter/nf_tables_core.c | 2 sound/core/pcm_native.c | 4 + sound/pci/ac97/ac97_codec.c | 4 - sound/pci/cmipci.c | 3 sound/usb/mixer_quirks.c | 7 +- 22 files changed, 204 insertions(+), 39 deletions(-) Chuansheng Liu (1): thermal: int340x: fix memory leak in int3400_notify() Eric Dumazet (2): llc: fix netdevice reference leaks in llc_ui_bind() llc: only change llc->dev when bind() succeeds Giacomo Guiduzzi (1): ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec Giovanni Cabiddu (1): crypto: qat - disable registration of algorithms Greg Kroah-Hartman (1): Linux 4.14.274 Jonathan Teh (1): ALSA: cmipci: Restore aux vol on suspend/resume Jordy Zomer (1): nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION Lars-Peter Clausen (1): ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB Linus Lüssing (1): mac80211: fix potential double free on mesh join Mark Cilissen (1): ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board Maximilian Luz (1): ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 Oliver Graute (1): staging: fbtft: fb_st7789v: reset display before initialization Pablo Neira Ayuso (1): netfilter: nf_tables: initialize registers in nft_do_chain() Steffen Klassert (1): esp: Fix possible buffer overflow in ESP transformation Stephane Graber (1): drivers: net: xgene: Fix regression in CRC stripping Tadeusz Struk (1): net: ipv6: fix skb_over_panic in __ip6_append_data Takashi Iwai (1): ALSA: pcm: Add stream lock during PCM reset ioctl operations Werner Sembach (1): ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU