This is the start of the stable review cycle for the 4.14.17 release. There are 156 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 Sun Feb 4 14:07:42 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.17-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.14.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.14.17-rc1
Matthew Garrett mjg59@google.com x86/efi: Clarify that reset attack mitigation needs appropriate userspace
Dmitry Torokhov dmitry.torokhov@gmail.com Input: synaptics-rmi4 - do not delete interrupt memory too early
Dmitry Torokhov dmitry.torokhov@gmail.com Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
Wei Yongjun weiyongjun1@huawei.com test_firmware: fix missing unlock on error in config_num_requests_store()
Narcisa Ana Maria Vasile narcisaanamaria12@gmail.com iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
Fabrice Gasnier fabrice.gasnier@st.com iio: adc: stm32: fix scan of multiple channels with DMA
Stefan Agner stefan@agner.ch spi: imx: do not access registers while clocks disabled
Fabio Estevam fabio.estevam@nxp.com serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
Wei Yongjun weiyongjun1@huawei.com serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
Masahiro Yamada yamada.masahiro@socionext.com serial: 8250_of: fix return code when probe function fails to get reset
Tomas Winkler tomas.winkler@intel.com mei: me: allow runtime pm for platform with D0i3
Ganesh Mahendran opensource.ganesh@gmail.com android: binder: use VM_ALLOC to get vm area
Martijn Coenen maco@android.com ANDROID: binder: remove waitqueue when thread exits.
Benjamin Herrenschmidt benh@kernel.crashing.org usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
Oliver Neukum oneukum@suse.com usb: uas: unconditionally bring back host after reset
Hemant Kumar hemantk@codeaurora.org usb: f_fs: Prevent gadget unbind if it is already unbound
Johan Hovold johan@kernel.org USB: serial: simple: add Motorola Tetra driver
Shuah Khan shuah@kernel.org usbip: list: don't list devices attached to vhci_hcd
Shuah Khan shuah@kernel.org usbip: prevent bind loops on devices attached to vhci_hcd
Jia-Ju Bai baijiaju1990@gmail.com USB: serial: io_edgeport: fix possible sleep-in-atomic
Oliver Neukum oneukum@suse.com CDC-ACM: apply quirk for card reader
Hans de Goede hdegoede@redhat.com USB: cdc-acm: Do not log urb submission errors on disconnect
Greg Kroah-Hartman gregkh@linuxfoundation.org USB: serial: pl2303: new device id for Chilitag
OKAMOTO Yoshiaki yokamoto@allied-telesis.co.jp usb: option: Add support for FS040U modem
Gaurav Kohli gkohli@codeaurora.org tty: fix data race between tty_init_dev and flush of buf
Gilad Ben-Yossef gilad@benyossef.com staging: ccree: fix fips event irq handling build
Gilad Ben-Yossef gilad@benyossef.com staging: ccree: NULLify backup_info when unused
Dmitry Eremin dmitry.eremin@intel.com staging: lustre: separate a connection destroy from free struct kib_conn
Paolo Bonzini pbonzini@redhat.com KVM: x86: emulate #UD while in guest mode
Stefan Schake stschake@gmail.com drm/vc4: Move IRQ enable to PM path
Larry Finger Larry.Finger@lwfinger.net staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID
Colin Ian King colin.king@canonical.com usb: gadget: don't dereference g until after it has been null checked
Juergen Gross jgross@suse.com x86/xen: Support early interrupts in xen pv guests
Icenowy Zheng icenowy@aosc.io media: usbtv: add a new usbid
Florian Fainelli f.fainelli@gmail.com ARM: dts: NSP: Fix PPI interrupt types
Florian Fainelli f.fainelli@gmail.com ARM: dts: NSP: Disable AHCI controller for HR NSP boards
Sara Sharon sara.sharon@intel.com iwlwifi: fix access to prph when transport is stopped
Emmanuel Grumbach emmanuel.grumbach@intel.com iwlwifi: mvm: fix the TX queue hang timeout for MONITOR vif type
Gustavo A. R. Silva garsilva@embeddedor.com scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vreg
Guilherme G. Piccoli gpiccoli@linux.vnet.ibm.com scsi: aacraid: Prevent crash in case of free interrupt during scsi EH path
Vasily Averin vvs@virtuozzo.com perf/core: Fix memory leak triggered by perf --namespace
Carlos Maiolino cmaiolino@redhat.com xfs: Properly retry failed dquot items in case of error during buffer writeback
Darrick J. Wong darrick.wong@oracle.com xfs: ubsan fixes
Arnd Bergmann arnd@arndb.de drm/omap: displays: panel-dpi: add backlight dependency
Christophe JAILLET christophe.jaillet@wanadoo.fr drm/omap: Fix error handling path in 'omap_dmm_probe()'
Andrey Gusakov andrey.gusakov@cogentembedded.com drm/bridge: tc358767: fix 1-lane behavior
Andrey Gusakov andrey.gusakov@cogentembedded.com drm/bridge: tc358767: fix AUXDATAn registers access
Andrey Gusakov andrey.gusakov@cogentembedded.com drm/bridge: tc358767: fix timing calculations
Andrey Gusakov andrey.gusakov@cogentembedded.com drm/bridge: tc358767: fix DP0_MISC register set
Andrey Gusakov andrey.gusakov@cogentembedded.com drm/bridge: tc358767: filter out too high modes
Andrey Gusakov andrey.gusakov@cogentembedded.com drm/bridge: tc358767: do no fail on hi-res displays
Eric Anholt eric@anholt.net drm/bridge: Fix lvds-encoder since the panel_bridge rework.
Yisheng Xie xieyisheng1@huawei.com kmemleak: add scheduling point to kmemleak_scan()
Liu, Changcheng changcheng.liu@intel.com scripts/faddr2line: extend usage on generic arch
Trond Myklebust trond.myklebust@primarydata.com SUNRPC: Allow connect to return EHOSTUNREACH
Tetsuo Handa penguin-kernel@I-love.SAKURA.ne.jp quota: Check for register_shrinker() failure.
Geert Uytterhoeven geert+renesas@glider.be net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit
Christian König christian.koenig@amd.com drm/amdgpu: don't try to move pinned BOs
Michal Hocko mhocko@suse.com xfs: fortify xfs_alloc_buftarg error handling
Minwoo Im minwoo.im.dev@gmail.com nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()
Filipe Manana fdmanana@suse.com Btrfs: incremental send, fix wrong unlink path after renaming file
Christophe JAILLET christophe.jaillet@wanadoo.fr bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'
Antoine Tenart antoine.tenart@free-electrons.com net: phy: marvell10g: fix the PHY id mask
Antoine Tenart antoine.tenart@free-electrons.com net: mvpp2: fix the txq_init error path
Chao Yu yuchao0@huawei.com quota: propagate error from __dquot_initialize
Robert Lippert roblip@gmail.com hwmon: (pmbus) Use 64bit math for DIRECT format values
Vasily Averin vvs@virtuozzo.com lockd: fix "list_add double add" caused by legacy signal interface
Vasily Averin vvs@virtuozzo.com race of lockd inetaddr notifiers vs nlmsvc_rqst change
Andrew Elble aweits@rit.edu nfsd: check for use of the closed special stateid
Vasily Averin vvs@virtuozzo.com grace: replace BUG_ON by WARN_ONCE in exit_net hook
Trond Myklebust trond.myklebust@primarydata.com nfsd: Ensure we check stateid validity in the seqid operation checks
Trond Myklebust trond.myklebust@primarydata.com nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)
Thomas Meyer thomas@m3y3r.de auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM
Eduardo Otubo otubo@redhat.com xen-netfront: remove warning when unloading module
Colin Ian King colin.king@canonical.com i2c: i2c-boardinfo: fix memory leaks on devinfo
Darrick J. Wong darrick.wong@oracle.com xfs: log recovery should replay deferred ops in order
Darrick J. Wong darrick.wong@oracle.com xfs: always free inline data before resetting inode fork during ifree
Jan H. Schönherr jschoenh@amazon.de KVM: Let KVM_SET_SIGNAL_MASK work as advertised
Liu Bo bo.li.liu@oracle.com Btrfs: fix list_add corruption and soft lockups in fsync
Wanpeng Li wanpeng.li@hotmail.com KVM: VMX: Fix rflags cache during vCPU reset
Wanpeng Li kernellwp@gmail.com KVM: X86: Fix softlockup when get the current kvmclock
Jeff Layton jlayton@redhat.com reiserfs: remove unneeded i_version bump
Xin Long lucien.xin@gmail.com sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
Xin Long lucien.xin@gmail.com sctp: avoid flushing unsent queue when doing asoc reset
Xin Long lucien.xin@gmail.com sctp: only allow the asoc reset when the asoc outq is empty
Josef Bacik jbacik@fb.com btrfs: fix deadlock when writing out space cache
Chun-Yeow Yeoh yeohchunyeow@gmail.com mac80211: fix the update of path metric for RANN frame
Johannes Berg johannes.berg@intel.com mac80211: use QoS NDP for AP probing
Mirza Krak mirza.krak@endian.se drm/rockchip: dw-mipi-dsi: fix possible un-balanced runtime PM enable
zhangliping zhangliping02@baidu.com openvswitch: fix the incorrect flow action alloc size
Sagi Grimberg sagi@grimberg.me nvme-rdma: don't complete requests before a send work request has completed
Dmitry V. Levin ldv@altlinux.org uapi: fix linux/kfd_ioctl.h userspace compilation errors
Felix Kuehling Felix.Kuehling@amd.com drm/amdkfd: Fix SDMA oversubsription handling
shaoyunl Shaoyun.Liu@amd.com drm/amdkfd: Fix SDMA ring buffer size calculation
Felix Kuehling Felix.Kuehling@amd.com drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode
Michael Lyle mlyle@lyle.org bcache: check return value of register_shrinker
David Howells dhowells@redhat.com rxrpc: Fix service endpoint expiry
David Howells dhowells@redhat.com rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls
David Howells dhowells@redhat.com rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing
Martin Schwidefsky schwidefsky@de.ibm.com s390: fix alloc_pgste check in init_new_context again
David Disseldorp ddiss@suse.de null_blk: fix dev->badblocks leak
James Hogan jhogan@kernel.org cpufreq: Add Loongson machine dependencies
Hans de Goede hdegoede@redhat.com ACPI / bus: Leave modalias empty for devices which are not present
Harald Freudenberger freude@linux.vnet.ibm.com s390/zcrypt: Fix wrong comparison leading to strange load balancing
Thomas Richter tmricht@linux.vnet.ibm.com s390/topology: fix compile error in file arch/s390/kernel/smp.c
James Smart jsmart2021@gmail.com nvmet-fc: correct ref counting error when deferred rcv used
Minwoo Im minwoo.im.dev@gmail.com nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.
Kai-Heng Feng kai.heng.feng@canonical.com nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-A
Sagi Grimberg sagi@grimberg.me nvme-loop: check if queue is ready in queue_rq
Sagi Grimberg sagi@grimberg.me nvme-fc: check if queue is ready in queue_rq
Sagi Grimberg sagi@grimberg.me nvme-fabrics: introduce init command check for a queue that is not alive
Liran Alon liran.alon@oracle.com KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was reinjected to L2
Nikita Leshenko nikita.leshchenko@oracle.com KVM: x86: ioapic: Preserve read-only values in the redirection table
Nikita Leshenko nikita.leshchenko@oracle.com KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggered
Nikita Leshenko nikita.leshchenko@oracle.com KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race
David Hildenbrand david@redhat.com KVM: x86: fix em_fxstor() sleeping while in atomic
Wanpeng Li wanpeng.li@hotmail.com KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure
Wanpeng Li wanpeng.li@hotmail.com KVM: X86: Fix operand/address-size during instruction decoding
Liran Alon liran.alon@oracle.com KVM: x86: Don't re-execute instruction when not passing CR2 value
Liran Alon liran.alon@oracle.com KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
Liran Alon liran.alon@oracle.com KVM: nVMX/nSVM: Don't intercept #UD when running L2
Abhishek Goel huntbag@linux.vnet.ibm.com cpupower : Fix cpupower working when cpu0 is offline
Abhishek Goel huntbag@linux.vnet.ibm.com cpupowerutils: bench - Fix cpu online check
Liu Bo bo.li.liu@oracle.com Btrfs: bail out gracefully rather than BUG_ON
Nikolay Borisov nborisov@suse.com btrfs: Fix transaction abort during failure in btrfs_rm_dev_item
Stefan Schake stschake@gmail.com drm/vc4: Account for interrupts in flight
Markus Trippelsdorf markus@trippelsdorf.de VFS: Handle lazytime in do_mount()
Raghava Aditya Renukunta RaghavaAditya.Renukunta@microsemi.com scsi: aacraid: Fix hang in kdump
Raghava Aditya Renukunta RaghavaAditya.Renukunta@microsemi.com scsi: aacraid: Fix udev inquiry race condition
Mike Rapoport rppt@linux.vnet.ibm.com ima/policy: fix parsing of fsuuid
Lyude Paul lyude@redhat.com igb: Free IRQs when device is hotplugged
Jesse Chan jc@linux.com mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jesse Chan jc@linux.com gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
Jesse Chan jc@linux.com gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jesse Chan jc@linux.com power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jason Gerecke killertofu@gmail.com HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
Aaron Armstrong Skomra skomra@gmail.com HID: wacom: EKR: ensure devres groups at higher indexes are released
Stephan Mueller smueller@chronox.de crypto: af_alg - whitelist mask and type
Ard Biesheuvel ard.biesheuvel@linaro.org crypto: sha3-generic - fixes for alignment and big endian operation
Antoine Tenart antoine.tenart@free-electrons.com crypto: inside-secure - avoid unmapping DMA memory that was not mapped
Antoine Tenart antoine.tenart@free-electrons.com crypto: inside-secure - fix hash when length is a multiple of a block
Junaid Shahid junaids@google.com crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesni
Junaid Shahid junaids@google.com crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesni
Sabrina Dubroca sd@queasysnail.net crypto: aesni - add wrapper for generic gcm(aes)
Corentin LABBE clabbe.montjoie@gmail.com crypto: aesni - Use GCM IV size constant
Corentin LABBE clabbe.montjoie@gmail.com crypto: gcm - add GCM IV size constant
Sabrina Dubroca sd@queasysnail.net crypto: aesni - fix typo in generic_gcmaes_decrypt
Stephan Mueller smueller@chronox.de crypto: aesni - handle zero length dst buffer
Hauke Mehrtens hauke@hauke-m.de crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
Takashi Iwai tiwai@suse.de ALSA: hda - Reduce the suspend time consumption for ALC256
Linus Walleij linus.walleij@linaro.org gpio: Fix kernel stack leak to userspace
Patrice Chotard patrice.chotard@st.com gpio: stmpe: i2c transfer are forbiden in atomic context
Joel Stanley joel@jms.id.au tools/gpio: Fix build error with musl libc
Janakarajan Natarajan Janakarajan.Natarajan@amd.com KVM: x86: Fix CPUID function for word 6 (80000001_ECX)
Linus Torvalds torvalds@linux-foundation.org loop: fix concurrent lo_open/lo_release
Peter Zijlstra peterz@infradead.org futex: Fix OWNER_DEAD fixup
-------------
Diffstat:
Makefile | 4 +- arch/arm/boot/dts/bcm-nsp.dtsi | 4 +- arch/arm/boot/dts/bcm958623hr.dts | 4 - arch/arm/boot/dts/bcm958625hr.dts | 4 - arch/mips/kvm/mips.c | 7 +- arch/powerpc/kvm/powerpc.c | 7 +- arch/s390/include/asm/mmu_context.h | 2 +- arch/s390/include/asm/topology.h | 1 + arch/s390/kernel/smp.c | 1 + arch/s390/kvm/kvm-s390.c | 7 +- arch/x86/crypto/aesni-intel_asm.S | 199 ++++++--------------- arch/x86/crypto/aesni-intel_glue.c | 77 ++++++-- arch/x86/include/asm/kvm_host.h | 3 +- arch/x86/include/asm/segment.h | 12 ++ arch/x86/kvm/cpuid.h | 2 +- arch/x86/kvm/emulate.c | 39 +++- arch/x86/kvm/ioapic.c | 20 ++- arch/x86/kvm/vmx.c | 55 +++--- arch/x86/kvm/x86.c | 20 +-- arch/x86/mm/extable.c | 4 +- arch/x86/xen/enlighten_pv.c | 37 ++-- arch/x86/xen/xen-asm_64.S | 14 ++ crypto/Kconfig | 2 +- crypto/af_alg.c | 10 +- crypto/sha3_generic.c | 5 +- drivers/acpi/device_sysfs.c | 4 + drivers/android/binder.c | 12 ++ drivers/android/binder_alloc.c | 2 +- drivers/auxdisplay/Kconfig | 1 + drivers/block/loop.c | 10 +- drivers/block/null_blk.c | 5 +- drivers/cpufreq/Kconfig | 2 + drivers/crypto/inside-secure/safexcel_hash.c | 56 ++++-- drivers/firmware/efi/Kconfig | 5 +- drivers/gpio/gpio-ath79.c | 3 + drivers/gpio/gpio-iop.c | 4 + drivers/gpio/gpio-stmpe.c | 20 +-- drivers/gpio/gpiolib.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 47 +++-- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 4 + drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c | 4 +- .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 18 ++ drivers/gpu/drm/bridge/lvds-encoder.c | 48 ++++- drivers/gpu/drm/bridge/tc358767.c | 73 ++++---- drivers/gpu/drm/omapdrm/displays/Kconfig | 1 + drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 3 +- drivers/gpu/drm/rockchip/dw-mipi-dsi.c | 3 +- drivers/gpu/drm/vc4/vc4_irq.c | 3 + drivers/gpu/drm/vc4/vc4_v3d.c | 3 + drivers/hid/wacom_sys.c | 24 +-- drivers/hid/wacom_wac.c | 16 +- drivers/hwmon/pmbus/pmbus_core.c | 21 ++- drivers/i2c/i2c-boardinfo.c | 2 + drivers/iio/adc/stm32-adc.c | 3 +- drivers/iio/chemical/ccs811.c | 13 +- drivers/input/rmi4/rmi_driver.c | 14 +- drivers/input/rmi4/rmi_f03.c | 64 +++++-- drivers/md/bcache/btree.c | 5 +- drivers/media/usb/usbtv/usbtv-core.c | 1 + drivers/misc/mei/pci-me.c | 5 +- drivers/mtd/nand/denali_pci.c | 4 + drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 4 +- drivers/net/ethernet/intel/igb/igb_main.c | 2 +- drivers/net/ethernet/marvell/mvpp2.c | 20 +-- drivers/net/ethernet/xilinx/Kconfig | 1 + drivers/net/phy/marvell10g.c | 5 +- drivers/net/wireless/ath/ath9k/channel.c | 2 +- drivers/net/wireless/intel/iwlwifi/fw/dbg.h | 2 - drivers/net/wireless/intel/iwlwifi/mvm/utils.c | 2 + .../net/wireless/intel/iwlwifi/pcie/trans-gen2.c | 6 + drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 9 + drivers/net/wireless/st/cw1200/sta.c | 4 +- drivers/net/wireless/ti/wl1251/main.c | 2 +- drivers/net/wireless/ti/wlcore/cmd.c | 5 +- drivers/net/xen-netfront.c | 18 ++ drivers/nvme/host/fabrics.h | 30 ++++ drivers/nvme/host/fc.c | 19 +- drivers/nvme/host/pci.c | 15 +- drivers/nvme/host/rdma.c | 60 +++---- drivers/nvme/target/fc.c | 9 +- drivers/nvme/target/loop.c | 25 ++- drivers/power/reset/zx-reboot.c | 4 + drivers/s390/crypto/zcrypt_api.c | 4 +- drivers/scsi/aacraid/aachba.c | 15 +- drivers/scsi/aacraid/commsup.c | 11 +- drivers/scsi/ufs/ufshcd.c | 7 +- drivers/spi/spi-imx.c | 15 +- drivers/staging/ccree/ssi_cipher.c | 1 + drivers/staging/ccree/ssi_driver.c | 2 +- .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 7 +- .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h | 2 +- .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c | 6 +- drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 14 +- drivers/tty/serial/8250/8250_of.c | 5 +- drivers/tty/serial/8250/8250_uniphier.c | 5 +- drivers/tty/serial/imx.c | 14 +- drivers/tty/tty_io.c | 8 +- drivers/tty/tty_ldisc.c | 4 +- drivers/usb/class/cdc-acm.c | 5 +- drivers/usb/gadget/composite.c | 7 +- drivers/usb/gadget/function/f_fs.c | 3 +- drivers/usb/gadget/udc/core.c | 2 +- drivers/usb/serial/Kconfig | 1 + drivers/usb/serial/io_edgeport.c | 1 - drivers/usb/serial/option.c | 5 + drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 1 + drivers/usb/serial/usb-serial-simple.c | 7 + drivers/usb/storage/uas.c | 7 +- fs/btrfs/file.c | 5 +- fs/btrfs/free-space-cache.c | 3 +- fs/btrfs/inode.c | 10 +- fs/btrfs/send.c | 124 +++++++++++-- fs/btrfs/tree-log.c | 2 +- fs/btrfs/volumes.c | 20 ++- fs/lockd/svc.c | 16 +- fs/namespace.c | 1 + fs/nfs_common/grace.c | 10 +- fs/nfsd/nfs4state.c | 34 ++-- fs/quota/dquot.c | 22 ++- fs/reiserfs/super.c | 1 - fs/xfs/xfs_aops.c | 6 +- fs/xfs/xfs_bmap_item.c | 23 +-- fs/xfs/xfs_bmap_item.h | 3 +- fs/xfs/xfs_buf.c | 15 +- fs/xfs/xfs_dquot.c | 14 +- fs/xfs/xfs_dquot_item.c | 40 ++++- fs/xfs/xfs_inode.c | 21 +++ fs/xfs/xfs_log_recover.c | 75 +++++++- fs/xfs/xfs_refcount_item.c | 21 +-- fs/xfs/xfs_refcount_item.h | 3 +- include/crypto/gcm.h | 8 + include/linux/kvm_host.h | 3 + include/linux/tty.h | 2 + include/net/mac80211.h | 8 +- include/trace/events/rxrpc.h | 2 + include/uapi/linux/kfd_ioctl.h | 22 +-- kernel/events/core.c | 1 + kernel/futex.c | 6 +- lib/test_firmware.c | 1 + mm/kmemleak.c | 2 + net/mac80211/mesh_hwmp.c | 15 +- net/mac80211/mlme.c | 2 +- net/mac80211/tx.c | 29 ++- net/openvswitch/flow_netlink.c | 16 +- net/rxrpc/af_rxrpc.c | 13 ++ net/rxrpc/ar-internal.h | 5 +- net/rxrpc/call_accept.c | 2 +- net/rxrpc/call_object.c | 19 +- net/rxrpc/conn_client.c | 2 + net/rxrpc/conn_object.c | 42 +++-- net/rxrpc/net_ns.c | 3 + net/rxrpc/sendmsg.c | 5 +- net/sctp/stream.c | 32 +++- net/sunrpc/xprtsock.c | 1 + scripts/faddr2line | 21 ++- security/integrity/ima/ima_policy.c | 2 +- sound/pci/hda/patch_realtek.c | 6 +- tools/gpio/gpio-event-mon.c | 1 + tools/power/cpupower/bench/system.c | 2 +- .../cpupower/utils/idle_monitor/cpuidle_sysfs.c | 9 +- tools/usb/usbip/src/usbip_bind.c | 9 + tools/usb/usbip/src/usbip_list.c | 9 + virt/kvm/arm/arm.c | 8 +- virt/kvm/kvm_main.c | 23 +++ 165 files changed, 1521 insertions(+), 729 deletions(-)
On 02/02/2018 09:56 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.17 release. There are 156 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 Sun Feb 4 14:07:42 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.17-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.14.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
thanks, -- Shuah
On Fri, Feb 02, 2018 at 05:56:21PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.17 release. There are 156 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 Sun Feb 4 14:07:42 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.17-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.14.y and the diffstat can be found below.
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
Regarding bpf testing on 4.14, where there are good tests - We are skipping some of them due to trouble we had in the past on other branches. The skiplist for kselftest is getting audited in the next couple weeks and as we re-evaluate on a more granular basis, I expect to be enabling a lot of the bpf tests on 4.14+ as a part of that effort.
Summary ------------------------------------------------------------------------
kernel: 4.14.17-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.14.y git commit: c9c30584bc1cdbb2fb1ba0bff03e88607a424a6c git describe: v4.14.16-157-gc9c30584bc1c Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe/build/v4.14.16-15...
No regressions (compared to build v4.14.16-129-g0a66dfb6634c)
Boards, architectures and test suites: -------------------------------------
hi6220-hikey - arm64 * boot - pass: 20, * kselftest - pass: 46, skip: 16, * libhugetlbfs - pass: 90, skip: 1, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 21, skip: 1, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - pass: 10, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - pass: 984, skip: 121, * ltp-timers-tests - pass: 12,
juno-r2 - arm64 * boot - pass: 20, * kselftest - pass: 46, skip: 16, * libhugetlbfs - pass: 90, skip: 1, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - pass: 10, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - pass: 987, skip: 121, * ltp-timers-tests - pass: 12,
x15 - arm * boot - pass: 20, * kselftest - pass: 43, skip: 18, * libhugetlbfs - pass: 87, skip: 1, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 20, skip: 2, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - pass: 13, skip: 1, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - pass: 1038, skip: 66, * ltp-timers-tests - pass: 12,
x86_64 * boot - pass: 20, * kselftest - pass: 56, skip: 18, fail: 1 * libhugetlbfs - pass: 89, skip: 1, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 61, skip: 1, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - pass: 9, skip: 1, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - pass: 1016, skip: 116, * ltp-timers-tests - pass: 12,
-- Linaro QA (beta) https://qa-reports.linaro.org
On 02/02/2018 08:56 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.17 release. There are 156 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 Sun Feb 4 14:07:42 UTC 2018. Anything received after that time might be too late.
Build results: total: 145 pass: 145 fail: 0 Qemu test results: total: 126 pass: 126 fail: 0
Details are available at http://kerneltests.org/builders.
Guenter