This is the start of the stable review cycle for the 4.19.22 release. There are 44 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Feb 15 18:36:28 UTC 2019. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.22-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 4.19.22-rc1 Chuck Lever <chuck.lever@xxxxxxxxxx> svcrdma: Remove max_sge check at connect time Chuck Lever <chuck.lever@xxxxxxxxxx> svcrdma: Reduce max_send_sges Sven Eckelmann <sven@xxxxxxxxxxxxx> batman-adv: Force mac header to start of data on xmit Sven Eckelmann <sven@xxxxxxxxxxxxx> batman-adv: Avoid WARN on net_device without parent in netns Florian Westphal <fw@xxxxxxxxx> xfrm: refine validation of template and selector families Ilya Dryomov <idryomov@xxxxxxxxx> libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive() Theodore Ts'o <tytso@xxxxxxx> Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal" Benedict Wong <benedictwong@xxxxxxxxxx> xfrm: Make set-mark default behavior backward compatible Benjamin Coddington <bcodding@xxxxxxxxxx> SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAIT Thomas Hellstrom <thellstrom@xxxxxxxxxx> drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user Thomas Hellstrom <thellstrom@xxxxxxxxxx> drm/vmwgfx: Fix setting of dma masks Lucas De Marchi <lucas.demarchi@xxxxxxxxx> drm/i915: always return something on DDI clock selection Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx> drm/amd/powerplay: Fix missing break in switch Tina Zhang <tina.zhang@xxxxxxxxx> drm/modes: Prevent division by zero htotal Felix Fietkau <nbd@xxxxxxxx> mac80211: ensure that mgmt tx skbs have tailroom for encryption Vincent Whitchurch <vincent.whitchurch@xxxxxxxx> mic: vop: Fix use-after-free on remove Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxx> powerpc/radix: Fix kernel crash with mremap() Sudeep Holla <sudeep.holla@xxxxxxx> firmware: arm_scmi: provide the mandatory device release callback Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> ARM: dts: da850: fix interrupt numbers for clocksource Marc Gonzalez <marc.w.gonzalez@xxxxxxx> ARM: tango: Improve ARCH_MULTIPLATFORM compatibility Russell King <rmk+kernel@xxxxxxxxxxxxxxx> ARM: iop32x/n2100: fix PCI IRQ mapping Paul Burton <paul.burton@xxxxxxxx> MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds Yifeng Li <tomli@xxxxxxxx> mips: loongson64: remove unreachable(), fix loongson_poweroff(). Paul Burton <paul.burton@xxxxxxxx> MIPS: VDSO: Use same -m%-float cflag as the kernel proper Aaro Koskinen <aaro.koskinen@xxxxxx> MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabled Vladimir Kondratiev <vladimir.kondratiev@xxxxxxxxxxxxxxx> mips: cm: reprime error cause Andreas Ziegler <andreas.ziegler@xxxxxx> tracing: uprobes: Fix typo in pr_fmt string Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> pinctrl: cherryview: fix Strago DMI workaround Chen-Yu Tsai <wens@xxxxxxxx> pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controller Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> debugfs: fix debugfs_rename parameter checking Tomas Winkler <tomas.winkler@xxxxxxxxx> samples: mei: use /dev/mei0 instead of /dev/mei Tomas Winkler <tomas.winkler@xxxxxxxxx> mei: me: add ice lake point device id. Dan Carpenter <dan.carpenter@xxxxxxxxxx> misc: vexpress: Off by one in vexpress_syscfg_exec() Eric W. Biederman <ebiederm@xxxxxxxxxxxx> signal: Better detection of synchronous signals Eric W. Biederman <ebiederm@xxxxxxxxxxxx> signal: Always notice exiting tasks Dan Murphy <dmurphy@xxxxxx> iio: ti-ads8688: Update buffer allocation for timestamps Matt Ranostay <matt.ranostay@xxxxxxxxxxxx> iio: chemical: atlas-ph-sensor: correct IIO_TEMP values to millicelsius Hans de Goede <hdegoede@xxxxxxxxxx> iio: adc: axp288: Fix TS-pin handling Martin Kelly <mkelly@xxxxxxxx> tools: iio: iio_generic_buffer: make num_loops signed Hans de Goede <hdegoede@xxxxxxxxxx> libata: Add NOLPM quirk for SAMSUNG MZ7TE512HMHP-000L1 SSD Martin Kepplinger <martink@xxxxxxxxx> mtd: rawnand: gpmi: fix MX28 bus master lockup problem Boris Brezillon <bbrezillon@xxxxxxxxxx> mtd: spinand: Fix the error/cleanup path in spinand_init() Boris Brezillon <bbrezillon@xxxxxxxxxx> mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cache Boris Brezillon <bbrezillon@xxxxxxxxxx> mtd: Make sure mtd->erasesize is valid even if the partition is of size 0 ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/da850.dtsi | 2 +- arch/arm/mach-iop32x/n2100.c | 3 +- arch/arm/mach-tango/pm.c | 6 +- arch/arm/mach-tango/pm.h | 7 ++ arch/arm/mach-tango/setup.c | 2 + arch/mips/kernel/mips-cm.c | 2 +- arch/mips/loongson64/common/reset.c | 7 +- arch/mips/pci/pci-octeon.c | 10 +-- arch/mips/vdso/Makefile | 5 +- arch/powerpc/include/asm/book3s/64/pgtable.h | 22 ++--- arch/powerpc/mm/pgtable-book3s64.c | 22 +++++ drivers/ata/libata-core.c | 1 + drivers/firmware/arm_scmi/bus.c | 9 +- drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 1 + drivers/gpu/drm/drm_modes.c | 2 +- drivers/gpu/drm/i915/intel_ddi.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 9 +- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2 +- drivers/iio/adc/axp288_adc.c | 76 ++++++++++++---- drivers/iio/adc/ti-ads8688.c | 3 +- drivers/iio/chemical/atlas-ph-sensor.c | 7 +- drivers/misc/mei/hw-me-regs.h | 2 + drivers/misc/mei/pci-me.c | 2 + drivers/misc/mic/vop/vop_main.c | 4 +- drivers/misc/vexpress-syscfg.c | 2 +- drivers/mtd/mtdpart.c | 4 + drivers/mtd/nand/raw/gpmi-nand/gpmi-lib.c | 13 ++- drivers/mtd/nand/spi/core.c | 46 +++++----- drivers/pinctrl/intel/pinctrl-cherryview.c | 8 +- drivers/pinctrl/sunxi/pinctrl-sun50i-h6.c | 2 +- fs/debugfs/inode.c | 7 ++ fs/ext4/fsync.c | 13 +-- include/linux/sunrpc/xprt.h | 5 ++ kernel/signal.c | 58 +++++++++++- kernel/trace/trace_uprobe.c | 2 +- net/batman-adv/hard-interface.c | 5 +- net/batman-adv/soft-interface.c | 2 + net/ceph/messenger.c | 5 +- net/mac80211/tx.c | 12 ++- net/sunrpc/clnt.c | 6 +- net/sunrpc/xprtrdma/svc_rdma_sendto.c | 105 ++++++++++++++++++++-- net/sunrpc/xprtrdma/svc_rdma_transport.c | 13 ++- net/xfrm/xfrm_policy.c | 5 +- net/xfrm/xfrm_user.c | 13 ++- samples/mei/mei-amt-version.c | 2 +- tools/iio/iio_generic_buffer.c | 2 +- 47 files changed, 402 insertions(+), 140 deletions(-)