This is the start of the stable review cycle for the 4.17.13 release. There are 31 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 Mon Aug 6 08:26:21 UTC 2018. 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.17.13-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.17.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.17.13-rc1
Tony Battersby tonyb@cybernetics.com scsi: sg: fix minor memory leak in error path
Boris Brezillon boris.brezillon@bootlin.com drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make gcc happy
Boris Brezillon boris.brezillon@bootlin.com drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
Boris Brezillon boris.brezillon@bootlin.com drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats
Herbert Xu herbert@gondor.apana.org.au crypto: padlock-aes - Fix Nano workaround data corruption
Jack Morgenstein jackm@dev.mellanox.co.il RDMA/uverbs: Expand primary and alt AV port checks
Rafał Miłecki rafal@milecki.pl brcmfmac: fix regression in parsing NVRAM for multiple devices
Emmanuel Grumbach emmanuel.grumbach@intel.com iwlwifi: add more card IDs for 9000 series
Mike Rapoport rppt@linux.vnet.ibm.com userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
Jane Chu jane.chu@oracle.com ipc/shm.c add ->pagesize function to shm_vm_ops
Yi Wang wang.yi59@zte.com.cn audit: fix potential null dereference 'context->module.name'
Roman Kagan rkagan@virtuozzo.com kvm: x86: vmx: fix vpid leak
Andy Lutomirski luto@kernel.org x86/entry/64: Remove %ebx handling from error_entry/exit
Len Brown len.brown@intel.com x86/apic: Future-proof the TSC_DEADLINE quirk for SKX
Brijesh Singh brijesh.singh@amd.com x86/efi: Access EFI MMIO data as unencrypted when SEV is active
Jiang Biao jiang.biao2@zte.com.cn virtio_balloon: fix another race between migration and ballooning
Jeremy Cline jcline@redhat.com net: socket: Fix potential spectre v1 gadget in sock_is_registered
Jeremy Cline jcline@redhat.com net: socket: fix potential spectre v1 gadget in socketcall
Anton Vasilyev vasilyev@ispras.ru can: ems_usb: Fix memory leak on ems_usb_disconnect()
Linus Torvalds torvalds@linux-foundation.org squashfs: more metadata hardenings
Linus Torvalds torvalds@linux-foundation.org squashfs: more metadata hardening
Feras Daoud ferasda@mellanox.com net/mlx5e: IPoIB, Set the netdevice sw mtu in ipoib enhanced flow
Or Gerlitz ogerlitz@mellanox.com net/mlx5e: Set port trust mode to PCP as default
Eli Cohen eli@mellanox.com net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager
YueHaibing yuehaibing@huawei.com rxrpc: Fix user call ID check in rxrpc_service_prealloc_one
Jose Abreu Jose.Abreu@synopsys.com net: stmmac: Fix WoL for PCI-based setups
Jeremy Cline jcline@redhat.com netlink: Fix spectre v1 gadget in netlink_create()
Florian Fainelli f.fainelli@gmail.com net: dsa: Do not suspend/resume closed slave_dev
Eric Dumazet edumazet@google.com ipv4: frags: handle possible skb truesize change
Eric Dumazet edumazet@google.com inet: frag: enforce memory limits earlier
Eric Dumazet edumazet@google.com bonding: avoid lockdep confusion in bond_get_stats()
-------------
Diffstat:
Makefile | 4 +- arch/x86/entry/entry_64.S | 18 ++---- arch/x86/kernel/apic/apic.c | 3 + arch/x86/kvm/vmx.c | 7 +-- arch/x86/platform/efi/efi_64.c | 2 +- drivers/crypto/padlock-aes.c | 8 ++- drivers/gpu/drm/drm_atomic_helper.c | 8 ++- drivers/gpu/drm/vc4/vc4_plane.c | 3 + drivers/infiniband/core/uverbs_cmd.c | 59 ++++++++++++++++-- drivers/net/bonding/bond_main.c | 14 ++++- drivers/net/can/usb/ems_usb.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c | 2 + drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 4 +- .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 4 ++ drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 40 ++++++++++++- .../wireless/broadcom/brcm80211/brcmfmac/pcie.c | 3 +- drivers/net/wireless/intel/iwlwifi/cfg/9000.c | 69 ++++++++++++++++++++++ drivers/net/wireless/intel/iwlwifi/iwl-config.h | 5 ++ drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 22 +++++++ drivers/scsi/sg.c | 1 + drivers/virtio/virtio_balloon.c | 2 + fs/squashfs/block.c | 2 + fs/squashfs/fragment.c | 13 ++-- fs/squashfs/squashfs_fs_sb.h | 1 + fs/squashfs/super.c | 5 +- fs/userfaultfd.c | 4 +- ipc/shm.c | 12 ++++ kernel/auditsc.c | 13 ++-- mm/hugetlb.c | 7 +++ net/dsa/slave.c | 6 ++ net/ipv4/inet_fragment.c | 6 +- net/ipv4/ip_fragment.c | 5 ++ net/netlink/af_netlink.c | 2 + net/rxrpc/call_accept.c | 4 +- net/socket.c | 5 +- 35 files changed, 309 insertions(+), 55 deletions(-)
On 08/04/2018 02:00 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.17.13 release. There are 31 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 Mon Aug 6 08:26:21 UTC 2018. Anything received after that time might be too late.
Build results: total: 134 pass: 134 fail: 0 Qemu test results: total: 261 pass: 261 fail: 0
Details are available at http://kerneltests.org/builders/.
Guenter
On Sat, Aug 04, 2018 at 07:49:25AM -0700, Guenter Roeck wrote:
On 08/04/2018 02:00 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.17.13 release. There are 31 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 Mon Aug 6 08:26:21 UTC 2018. Anything received after that time might be too late.
Build results: total: 134 pass: 134 fail: 0 Qemu test results: total: 261 pass: 261 fail: 0
Details are available at http://kerneltests.org/builders/.
Thanks for testing all of these and letting me know.
greg k-h
stable-rc/linux-4.17.y boot: 165 boots: 1 failed, 162 passed with 2 untried/unknown (v4.17.12-32-g53a78f536196)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.17.y/kernel/v4.17... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.17.y/kernel/v4.17.12-32-...
Tree: stable-rc Branch: linux-4.17.y Git Describe: v4.17.12-32-g53a78f536196 Git Commit: 53a78f5361967de09bc2ee060a68cac8f79ab4f1 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 63 unique boards, 26 SoC families, 21 builds out of 199
Boot Regressions Detected:
arm:
multi_v7_defconfig+CONFIG_SMP=n: rk3288-veyron-jaq: lab-collabora: new failure (last pass: v4.17.12)
Boot Failure Detected:
arm:
multi_v7_defconfig+CONFIG_SMP=n rk3288-veyron-jaq: 1 failed lab
--- For more info write to info@kernelci.org
On 4 August 2018 at 14:30, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.17.13 release. There are 31 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 Mon Aug 6 08:26:21 UTC 2018. 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.17.13-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.17.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
Summary ------------------------------------------------------------------------
kernel: 4.17.13-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.17.y git commit: 53a78f5361967de09bc2ee060a68cac8f79ab4f1 git describe: v4.17.12-32-g53a78f536196 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.17-oe/build/v4.17.12-32...
No regressions (compared to build v4.17.12)
Ran 16416 total tests in the following environments and test suites.
Environments -------------- - dragonboard-410c - arm64 - hi6220-hikey - arm64 - juno-r2 - arm64 - qemu_arm - qemu_arm64 - qemu_x86_64 - x15 - arm - x86_64
Test Suites ----------- * boot * kselftest * libhugetlbfs * ltp-cap_bounds-tests * ltp-containers-tests * ltp-cve-tests * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * ltp-math-tests * ltp-open-posix-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none