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 5.14.13
Date: Sun, 17 Oct 2021 11:09:25 +0200 [thread overview]
Message-ID: <163446176644211@kroah.com> (raw)
I'm announcing the release of the 5.14.13 kernel.
All users of the 5.14 kernel series must upgrade.
The updated 5.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.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
arch/arm64/kvm/hyp/nvhe/Makefile | 2
arch/m68k/kernel/signal.c | 88 ++++++-------
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 3
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 3
drivers/hid/hid-apple.c | 7 +
drivers/hid/wacom_wac.c | 8 +
drivers/hwmon/ltc2947-core.c | 8 -
drivers/hwmon/pmbus/ibm-cffps.c | 10 +
drivers/net/ethernet/broadcom/bgmac-platform.c | 3
drivers/net/ethernet/sun/Kconfig | 1
drivers/pinctrl/qcom/pinctrl-sc7280.c | 1
drivers/scsi/qla2xxx/qla_isr.c | 4
drivers/scsi/ses.c | 2
drivers/scsi/virtio_scsi.c | 4
fs/ext4/inline.c | 15 --
fs/ext4/inode.c | 41 +++---
fs/io_uring.c | 17 --
fs/vboxsf/super.c | 12 -
include/linux/perf_event.h | 4
include/linux/sched.h | 2
include/net/pkt_sched.h | 1
kernel/events/core.c | 34 ++++-
net/ipv6/netfilter/ip6_tables.c | 1
net/mac80211/mesh_pathtbl.c | 5
net/mac80211/rx.c | 3
net/netfilter/nf_nat_masquerade.c | 168 ++++++++++++++-----------
net/sched/sch_api.c | 6
sound/firewire/oxfw/oxfw.c | 13 +
sound/soc/intel/boards/sof_sdw.c | 5
sound/soc/sof/core.c | 4
sound/soc/sof/loader.c | 2
sound/usb/card.c | 18 --
sound/usb/mixer.c | 26 ---
sound/usb/mixer.h | 3
sound/usb/mixer_quirks.c | 2
36 files changed, 290 insertions(+), 238 deletions(-)
Al Viro (1):
m68k: Handle arrivals of multiple signals correctly
Arun Easi (1):
scsi: qla2xxx: Fix excessive messages during device logout
Brandon Wyman (1):
hwmon: (pmbus/ibm-cffps) max_power_out swap changes
Colin Ian King (1):
scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
Florian Westphal (2):
netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
netfilter: nf_nat_masquerade: defer conntrack walk to work queue
Greg Kroah-Hartman (1):
Linux 5.14.13
Jeremy Sowden (1):
netfilter: ip6_tables: zero-initialize fragment offset
Jiapeng Chong (1):
scsi: ses: Fix unsigned comparison with less than zero
Joshua-Dickens (1):
HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs
Leslie Shi (1):
drm/amdgpu: fix gart.bo pin_count leak
Linus Torvalds (1):
vboxfs: fix broken legacy mount signature checking
Marc Herbert (1):
ASoC: SOF: loader: release_firmware() on load failure to avoid batching
Matthew Hagan (1):
net: bgmac-platform: handle mac-address deferral
MichelleJin (1):
mac80211: check return value of rhashtable_init
Mizuho Mori (1):
HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JIS
Pavel Begunkov (1):
io_uring: kill fasync
Peter Zijlstra (1):
sched: Always inline is_percpu_thread()
Pierre-Louis Bossart (1):
ASoC: Intel: sof_sdw: tag SoundWire BEs as non-atomic
Rajendra Nayak (1):
pinctrl: qcom: sc7280: Add PM suspend callbacks
Randy Dunlap (1):
net: sun: SUNVNET_COMMON should depend on INET
Song Liu (1):
perf/core: fix userpage->time_enabled of inactive events
Takashi Iwai (1):
ALSA: usb-audio: Unify mixer resume and reset_resume procedure
Takashi Sakamoto (1):
ALSA: oxfw: fix transmission method for Loud models based on OXFW971
Uwe Kleine-König (1):
hwmon: (ltc2947) Properly handle errors when looking for the external clock
YueHaibing (1):
mac80211: Drop frames from invalid MAC address in ad-hoc mode
Zenghui Yu (1):
KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
Zhang Yi (2):
ext4: check and update i_disksize properly
ext4: correct the error path of ext4_write_inline_data_end()
王贇 (1):
net: prevent user from passing illegal stab size
next reply other threads:[~2021-10-17 9:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-17 9:09 Greg Kroah-Hartman [this message]
2021-10-17 9:09 ` 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=163446176644211@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®