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.19.222
Date: Wed, 22 Dec 2021 10:02:56 +0100 [thread overview]
Message-ID: <164016377752242@kroah.com> (raw)
I'm announcing the release of the 4.19.222 kernel.
All users of the 4.19 kernel series must upgrade.
The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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 | 4
arch/Kconfig | 3
arch/arm/Kconfig.debug | 44 ++++---
arch/arm/boot/dts/imx6ull-pinfunc.h | 2
arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts | 2
arch/arm/boot/dts/socfpga_arria5_socdk.dts | 2
arch/arm/boot/dts/socfpga_cyclone5_socdk.dts | 2
arch/arm/boot/dts/socfpga_cyclone5_sockit.dts | 2
arch/arm/boot/dts/socfpga_cyclone5_socrates.dts | 2
arch/arm/boot/dts/socfpga_cyclone5_sodia.dts | 2
arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 4
arch/arm/mm/copypage-fa.c | 35 ++---
arch/arm/mm/copypage-feroceon.c | 98 ++++++++--------
arch/arm/mm/copypage-v4mc.c | 19 +--
arch/arm/mm/copypage-v4wb.c | 41 +++---
arch/arm/mm/copypage-v4wt.c | 37 +++---
arch/arm/mm/copypage-xsc3.c | 71 +++++------
arch/arm/mm/copypage-xscale.c | 71 +++++------
arch/x86/Kconfig | 6 -
arch/x86/mm/ioremap.c | 4
arch/x86/platform/efi/quirks.c | 3
drivers/ata/libata-scsi.c | 15 ++
drivers/block/xen-blkfront.c | 15 ++
drivers/char/agp/parisc-agp.c | 6 -
drivers/dma/st_fdma.c | 2
drivers/firmware/scpi_pm_domain.c | 10 +
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4
drivers/gpu/drm/msm/dsi/dsi_host.c | 2
drivers/hwmon/dell-smm-hwmon.c | 7 -
drivers/i2c/busses/i2c-rk3x.c | 4
drivers/input/touchscreen/of_touchscreen.c | 18 +--
drivers/md/persistent-data/dm-btree-remove.c | 2
drivers/media/usb/dvb-usb-v2/mxl111sf.c | 16 ++
drivers/net/ethernet/broadcom/bcmsysport.c | 5
drivers/net/ethernet/broadcom/bcmsysport.h | 1
drivers/net/ethernet/intel/igb/igb_main.c | 28 ++--
drivers/net/ethernet/intel/igbvf/netdev.c | 1
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 3
drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 6 -
drivers/net/netdevsim/bpf.c | 1
drivers/net/usb/lan78xx.c | 6 -
drivers/net/wireless/marvell/mwifiex/cmdevt.c | 4
drivers/net/wireless/marvell/mwifiex/fw.h | 8 -
drivers/net/xen-netback/common.h | 1
drivers/net/xen-netback/rx.c | 77 ++++++++----
drivers/net/xen-netfront.c | 125 +++++++++++++++------
drivers/pci/msi.c | 15 +-
drivers/scsi/scsi_debug.c | 4
drivers/soc/tegra/fuse/fuse-tegra.c | 2
drivers/soc/tegra/fuse/fuse.h | 2
drivers/tty/hvc/hvc_xen.c | 30 ++++-
drivers/usb/core/quirks.c | 3
drivers/usb/gadget/composite.c | 6 -
drivers/usb/gadget/legacy/dbgp.c | 6 -
drivers/usb/gadget/legacy/inode.c | 6 -
drivers/usb/serial/cp210x.c | 6 -
drivers/usb/serial/option.c | 8 +
fs/fuse/dir.c | 2
fs/nfsd/nfs4state.c | 9 +
fs/overlayfs/dir.c | 3
fs/overlayfs/overlayfs.h | 1
fs/overlayfs/super.c | 12 +-
kernel/audit.c | 21 +--
kernel/time/timekeeping.c | 3
kernel/trace/tracing_map.c | 3
lib/Kconfig.debug | 6 -
net/ipv6/sit.c | 1
net/mac80211/agg-tx.c | 2
net/mac80211/mlme.c | 13 +-
net/mac80211/util.c | 2
net/netlink/af_netlink.c | 5
net/nfc/netlink.c | 6 -
net/packet/af_packet.c | 5
net/rds/connection.c | 1
net/sched/sch_cake.c | 6 -
scripts/recordmcount.pl | 2
76 files changed, 606 insertions(+), 406 deletions(-)
Alyssa Ross (1):
dmaengine: st_fdma: fix MODULE_ALIAS
Ard Biesheuvel (1):
x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbol
Armin Wolf (1):
hwmon: (dell-smm) Fix warning on /proc/i8k creation error
Chen Jun (1):
tracing: Fix a kmemleak false positive in tracing_map
Cyril Novikov (1):
ixgbe: set X550 MDIO speed before talking to PHY
Daniele Palmas (1):
USB: serial: option: add Telit FN990 compositions
Dinh Nguyen (1):
ARM: socfpga: dts: fix qspi node compatible
Eric Dumazet (2):
sch_cake: do not call cake_destroy() from cake_init()
sit: do not call ipip6_dev_free() from sit_init_net()
Erik Ekman (1):
net/mlx4_en: Update reported link modes for 1/10G
Fabio Estevam (1):
ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name
Felix Fietkau (1):
mac80211: send ADDBA requests using the tid/queue of the aggregation session
Florian Fainelli (1):
net: systemport: Add global locking for descriptor lifecycle
George Kennedy (2):
libata: if T_LENGTH is zero, dma direction should be DMA_NONE
scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()
Greg Kroah-Hartman (2):
USB: gadget: bRequestType is a bitfield, not a enum
Linux 4.19.222
Haimin Zhang (1):
netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_map_alloc
Hangyu Hua (1):
rds: memory leak in __rds_conn_create()
Harshit Mogalapalli (1):
net: netlink: af_netlink: Prevent empty skb by adding a check on len.
Helge Deller (1):
parisc/agp: Annotate parisc agp init functions with __init
J. Bruce Fields (1):
nfsd: fix use-after-free due to delegation race
Jerome Marchand (1):
recordmcount.pl: look for jgnop instruction as well as bcrl on s390
Jimmy Wang (1):
USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)
Joe Thornber (1):
dm btree remove: fix use after free in rebalance_children()
Johan Hovold (1):
USB: serial: cp210x: fix CP2105 GPIO registration
Johannes Berg (2):
mac80211: track only QoS data frames for admission control
mac80211: validate extended element ID is present
Juergen Gross (5):
xen/blkfront: harden blkfront against event channel storms
xen/netfront: harden netfront against event channel storms
xen/console: harden hvc_xen against event channel storms
xen/netback: fix rx queue stall detection
xen/netback: don't queue unlimited number of packages
Karen Sornek (1):
igb: Fix removal of unicast MAC filters of VFs
Le Ma (1):
drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE
Letu Ren (1):
igbvf: fix double free in `igbvf_probe`
Miklos Szeredi (2):
fuse: annotate lock in fuse_reverse_inval_entry()
ovl: fix warning in ovl_create_real()
Nathan Chancellor (4):
soc/tegra: fuse: Fix bitwise vs. logical OR warning
net: lan78xx: Avoid unnecessary self assignment
mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFO
Input: touchscreen - avoid bitwise vs logical OR warning
Nicolas Pitre (1):
ARM: 8805/2: remove unneeded naked function usage
Ondrej Jirman (1):
i2c: rk3x: Handle a spurious start completion interrupt flag
Paul Moore (1):
audit: improve robustness of the audit queue handling
Pavel Skripkin (1):
media: mxl111sf: change mutex_init() location
Philip Chen (1):
drm/msm/dsi: set default num_data_lanes
Sasha Levin (1):
stable: clamp SUBLEVEL in 4.19
Stefan Agner (1):
ARM: 8800/1: use choice for kernel unwinders
Stefan Roese (1):
PCI/MSI: Mask MSI-X vectors only on success
Sudeep Holla (1):
firmware: arm_scpi: Fix string overflow in SCPI genpd driver
Tadeusz Struk (1):
nfc: fix segfault in nfc_genl_dump_devices_done
Thomas Gleixner (1):
PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
Tom Lendacky (1):
x86/sme: Explicitly map new EFI memmap table as encrypted
Willem de Bruijn (1):
net/packet: rx_owner_map depends on pg_vec
Yu Liao (1):
timekeeping: Really make sure wall_to_monotonic isn't positive
next reply other threads:[~2021-12-22 9:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-22 9:02 Greg Kroah-Hartman [this message]
2021-12-22 9:02 ` Linux 4.19.222 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=164016377752242@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.