This is the start of the stable review cycle for the 4.14.49 release. There are 41 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 Jun 11 15:29:07 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.14.49-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.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.49-rc1
Dexuan Cui decui@microsoft.com PCI: hv: Do not wait forever on a device that has disappeared
Paul Blakey paulb@mellanox.com cls_flower: Fix incorrect idr release when failing to modify rule
Eric Dumazet edumazet@google.com rtnetlink: validate attributes in do_setlink()
Jason Wang jasowang@redhat.com virtio-net: fix leaking page for gso packet during mergeable XDP
Eran Ben Elisha eranbe@mellanox.com net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
Jason Wang jasowang@redhat.com virtio-net: correctly check num_buf during err path
Toshiaki Makita makita.toshiaki@lab.ntt.co.jp tun: Fix NULL pointer dereference in XDP redirect
Jack Morgenstein jackm@dev.mellanox.co.il net/mlx4: Fix irq-unsafe spinlock usage
Jason Wang jasowang@redhat.com virtio-net: correctly transmit XDP buff after linearizing
Alexander Duyck alexander.h.duyck@intel.com net-sysfs: Fix memory leak in XPS configuration
Florian Fainelli f.fainelli@gmail.com net: phy: broadcom: Fix auxiliary control register reads
Mathieu Xhonneux m.xhonneux@gmail.com ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline
Stephen Suryaputra ssuryaextr@gmail.com vrf: check the original netdevice for generating redirect
Jason Wang jasowang@redhat.com vhost: synchronize IOTLB message with dev cleanup
Dan Carpenter dan.carpenter@oracle.com team: use netdev_features_t instead of u32
Xin Long lucien.xin@gmail.com sctp: not allow transport timeout value less than HZ/5 for hb_timer
Shahed Shaikh shahed.shaikh@cavium.com qed: Fix mask for physical address in ILT entry
Willem de Bruijn willemb@google.com packet: fix reserve calculation
Daniele Palmas dnlplm@gmail.com net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
Florian Fainelli f.fainelli@gmail.com net: phy: broadcom: Fix bcm_write_exp()
Eric Dumazet edumazet@google.com net/packet: refine check for priv area size
Eric Dumazet edumazet@google.com net: metrics: add proper netlink validation
Roopa Prabhu roopa@cumulusnetworks.com net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
Cong Wang xiyou.wangcong@gmail.com netdev-FAQ: clarify DaveM's position for stable backports
Kirill Tkhai ktkhai@virtuozzo.com kcm: Fix use-after-free caused by clonned sockets
Wenwen Wang wang6495@umn.edu isdn: eicon: fix a missing-check bug
Michal Kubecek mkubecek@suse.cz ipv6: omit traffic class when calculating flow hash
Willem de Bruijn willemb@google.com ipv4: remove warning in ip_recv_error
Eric Dumazet edumazet@google.com ipmr: properly check rhltable_init() return value
Nicolas Dichtel nicolas.dichtel@6wind.com ip6_tunnel: remove magic mtu value 0xFFF8
Sabrina Dubroca sd@queasysnail.net ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
Govindarajulu Varadarajan gvaradar@cisco.com enic: set DMA mask to 47 bit
Alexey Kodanev alexey.kodanev@oracle.com dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
Julia Lawall Julia.Lawall@lip6.fr bnx2x: use the right constant
Suresh Reddy suresh.reddy@broadcom.com be2net: Fix error detection logic for BE3
Nathan Chancellor natechancellor@gmail.com kconfig: Avoid format overflow warning from GCC 8.1
Anand Jain Anand.Jain@oracle.com btrfs: define SUPER_FLAG_METADUMP_V2
Linus Torvalds torvalds@linux-foundation.org mmap: relax file size limit for regular files
Linus Torvalds torvalds@linux-foundation.org mmap: introduce sane default mmap limits
Bart Van Assche bart.vanassche@wdc.com scsi: sd_zbc: Avoid that resetting a zone fails sporadically
Damien Le Moal damien.lemoal@wdc.com scsi: sd_zbc: Fix potential memory leak
-------------
Diffstat:
Documentation/networking/netdev-FAQ.txt | 9 ++ Makefile | 4 +- drivers/isdn/hardware/eicon/diva.c | 22 ++-- drivers/isdn/hardware/eicon/diva.h | 5 +- drivers/isdn/hardware/eicon/divasmain.c | 18 ++-- drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 2 +- drivers/net/ethernet/cisco/enic/enic_main.c | 8 +- drivers/net/ethernet/emulex/benet/be_main.c | 4 +- drivers/net/ethernet/mellanox/mlx4/qp.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 42 ++++++++ drivers/net/ethernet/qlogic/qed/qed_cxt.c | 2 +- drivers/net/phy/bcm-cygnus.c | 6 +- drivers/net/phy/bcm-phy-lib.c | 2 +- drivers/net/phy/bcm-phy-lib.h | 7 ++ drivers/net/phy/bcm7xxx.c | 4 +- drivers/net/team/team.c | 3 +- drivers/net/tun.c | 15 +-- drivers/net/usb/cdc_mbim.c | 2 +- drivers/net/virtio_net.c | 19 ++-- drivers/pci/host/pci-hyperv.c | 46 +++++--- drivers/scsi/sd_zbc.c | 128 ++++++++++++++--------- drivers/vhost/vhost.c | 3 + fs/btrfs/disk-io.c | 3 +- include/net/ipv6.h | 5 + include/uapi/linux/btrfs_tree.h | 1 + mm/mmap.c | 32 ++++++ net/core/flow_dissector.c | 2 +- net/core/net-sysfs.c | 6 +- net/core/rtnetlink.c | 8 +- net/dccp/proto.c | 2 - net/ipv4/fib_frontend.c | 1 + net/ipv4/fib_semantics.c | 4 + net/ipv4/ip_sockglue.c | 2 - net/ipv4/ipmr.c | 7 +- net/ipv6/ip6_output.c | 3 +- net/ipv6/ip6_tunnel.c | 11 +- net/ipv6/ip6mr.c | 3 +- net/ipv6/ndisc.c | 6 ++ net/ipv6/route.c | 2 +- net/ipv6/seg6_iptunnel.c | 4 +- net/ipv6/sit.c | 5 +- net/kcm/kcmsock.c | 2 +- net/packet/af_packet.c | 4 +- net/sched/cls_flower.c | 2 +- net/sctp/transport.c | 2 +- scripts/kconfig/confdata.c | 2 +- 46 files changed, 329 insertions(+), 145 deletions(-)
stable-rc/linux-4.14.y boot: 108 boots: 1 failed, 105 passed with 2 offline (v4.14.48-42-g8a073119a25f)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.14.y/kernel/v4.14... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.14.y/kernel/v4.14.48-42-...
Tree: stable-rc Branch: linux-4.14.y Git Describe: v4.14.48-42-g8a073119a25f Git Commit: 8a073119a25f3a91734d482e869c6f8203cd6171 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 60 unique boards, 23 SoC families, 15 builds out of 185
Boot Regressions Detected:
arm64:
defconfig: meson-gxl-s905x-khadas-vim: lab-baylibre-seattle: failing since 4 days (last pass: v4.14.47-53-g721adf61fde2 - first fail: v4.14.48)
Boot Failure Detected:
arm64:
defconfig meson-gxl-s905x-khadas-vim: 1 failed lab
Offline Platforms:
arm:
tegra_defconfig: tegra20-iris-512: 1 offline lab
multi_v7_defconfig: tegra20-iris-512: 1 offline lab
--- For more info write to info@kernelci.org
kernelci.org bot bot@kernelci.org writes:
stable-rc/linux-4.14.y boot: 108 boots: 1 failed, 105 passed with 2 offline (v4.14.48-42-g8a073119a25f)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.14.y/kernel/v4.14... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.14.y/kernel/v4.14.48-42-...
Tree: stable-rc Branch: linux-4.14.y Git Describe: v4.14.48-42-g8a073119a25f Git Commit: 8a073119a25f3a91734d482e869c6f8203cd6171 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 60 unique boards, 23 SoC families, 15 builds out of 185
TL;DR; All is well.
Boot Regressions Detected:
arm64:
defconfig: meson-gxl-s905x-khadas-vim: lab-baylibre-seattle: failing since 4 days (last pass: v4.14.47-53-g721adf61fde2 - first fail: v4.14.48)
Not kernel regression.
This one turned out to be due to a bootloader upgrade which requires newer kernels. I've downgraded the bootloader for now, so this one should go back to working again.
Kevin
On 9 June 2018 at 20:59, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.14.49 release. There are 41 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 Jun 11 15:29:07 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.14.49-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.14.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.14.49-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: 8a073119a25f3a91734d482e869c6f8203cd6171 git describe: v4.14.48-42-g8a073119a25f Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe/build/v4.14.48-42...
No regressions (compared to build v4.14.48-43-gcb411db6da07) ------------------------------------------------------------------------
Ran 11405 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-math-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none
On Sat, Jun 09, 2018 at 05:29:32PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.49 release. There are 41 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 Jun 11 15:29:07 UTC 2018. Anything received after that time might be too late.
Build results: total: 148 pass: 148 fail: 0 Qemu test results: total: 146 pass: 146 fail: 0
Details are available at http://kerneltests.org/builders/.
Guenter
On 06/09/2018 09:29 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.49 release. There are 41 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 Jun 11 15:29:07 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.14.49-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.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