This is the start of the stable review cycle for the 4.4.130 release. There are 50 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 Apr 29 13:56:42 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.4.130-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.4.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.4.130-rc1
Heiko Carstens heiko.carstens@de.ibm.com s390/uprobes: implement arch_uretprobe_is_alive()
Sebastian Ott sebott@linux.ibm.com s390/cio: update chpid descriptor after resource accessibility event
Dan Carpenter dan.carpenter@oracle.com cdrom: information leak in cdrom_ioctl_media_changed()
Martin K. Petersen martin.petersen@oracle.com scsi: mptsas: Disable WRITE SAME
Eric Dumazet edumazet@google.com ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
Eric Dumazet edumazet@google.com net: af_packet: fix race in PACKET_{R|T}X_RING
Eric Dumazet edumazet@google.com tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
Wolfgang Bumiller w.bumiller@proxmox.com net: fix deadlock while clearing neighbor proxy table
Eric Dumazet edumazet@google.com tipc: add policy for TIPC_NLA_NET_ADDR
Cong Wang xiyou.wangcong@gmail.com llc: fix NULL pointer deref for SOCK_ZAPPED
Cong Wang xiyou.wangcong@gmail.com llc: hold llc_sap before release_sock()
Xin Long lucien.xin@gmail.com sctp: do not check port in sctp_inet6_cmp_addr
Toshiaki Makita makita.toshiaki@lab.ntt.co.jp vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
Guillaume Nault g.nault@alphalink.fr pppoe: check sockaddr length in pppoe_connect()
Willem de Bruijn willemb@google.com packet: fix bitfield update race
Xin Long lucien.xin@gmail.com team: fix netconsole setup over team
Paolo Abeni pabeni@redhat.com team: avoid adding twice the same option to the event list
Jann Horn jannh@google.com tcp: don't read out-of-bounds opsize
Cong Wang xiyou.wangcong@gmail.com llc: delete timers synchronously in llc_sk_free()
Eric Dumazet edumazet@google.com net: validate attribute sizes in neigh_dump_table()
Guillaume Nault g.nault@alphalink.fr l2tp: check sockaddr length in pppol2tp_connect()
Eric Biggers ebiggers@google.com KEYS: DNS: limit the length of option strings
Xin Long lucien.xin@gmail.com bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave
Martin Schwidefsky schwidefsky@de.ibm.com s390: correct module section names for expoline code revert
Martin Schwidefsky schwidefsky@de.ibm.com s390: correct nospec auto detection init order
Martin Schwidefsky schwidefsky@de.ibm.com s390: add sysfs attributes for spectre
Martin Schwidefsky schwidefsky@de.ibm.com s390: report spectre mitigation via syslog
Martin Schwidefsky schwidefsky@de.ibm.com s390: add automatic detection of the spectre defense
Martin Schwidefsky schwidefsky@de.ibm.com s390: move nobp parameter functions to nospec-branch.c
Martin Schwidefsky schwidefsky@de.ibm.com s390/entry.S: fix spurious zeroing of r0
Martin Schwidefsky schwidefsky@de.ibm.com s390: do not bypass BPENTER for interrupt system calls
Martin Schwidefsky schwidefsky@de.ibm.com s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
Martin Schwidefsky schwidefsky@de.ibm.com s390: introduce execute-trampolines for branches
Martin Schwidefsky schwidefsky@de.ibm.com s390: run user space and KVM guests with modified branch prediction
Martin Schwidefsky schwidefsky@de.ibm.com s390: add options to change branch prediction behaviour for the kernel
Martin Schwidefsky schwidefsky@de.ibm.com s390/alternative: use a copy of the facility bit mask
Martin Schwidefsky schwidefsky@de.ibm.com s390: add optimized array_index_mask_nospec
Martin Schwidefsky schwidefsky@de.ibm.com s390: scrub registers on kernel entry and KVM exit
Martin Schwidefsky schwidefsky@de.ibm.com KVM: s390: wire up bpb feature
Martin Schwidefsky schwidefsky@de.ibm.com s390: enable CPU alternatives unconditionally
Martin Schwidefsky schwidefsky@de.ibm.com s390: introduce CPU alternatives
Karthikeyan Periyasamy periyasa@codeaurora.org Revert "ath10k: send (re)assoc peer command when NSS changed"
Sahitya Tummala stummala@codeaurora.org jbd2: fix use after free in kjournald2()
Felix Fietkau nbd@nbd.name ath9k_hw: check if the chip failed to wake up
Dmitry Torokhov dmitry.torokhov@gmail.com Input: drv260x - fix initializing overdrive voltage
Grant Grundler grundler@chromium.org r8152: add Linksys USB3GIGV1 id
Chen Feng puck.chen@hisilicon.com staging: ion : Donnot wakeup kswapd in ion system alloc
Jiri Olsa jolsa@kernel.org perf: Return proper values for user stack errors
Xiaoming Gao gxm.linux.kernel@gmail.com x86/tsc: Prevent 32bit truncation in calc_hpet_ref()
Steve French smfrench@gmail.com cifs: do not allow creating sockets except with SMB1 posix exensions
-------------
Diffstat:
Documentation/kernel-parameters.txt | 3 + Makefile | 4 +- arch/s390/Kconfig | 47 +++++ arch/s390/Makefile | 10 ++ arch/s390/include/asm/alternative.h | 149 +++++++++++++++ arch/s390/include/asm/barrier.h | 24 +++ arch/s390/include/asm/facility.h | 18 ++ arch/s390/include/asm/kvm_host.h | 3 +- arch/s390/include/asm/lowcore.h | 7 +- arch/s390/include/asm/nospec-branch.h | 17 ++ arch/s390/include/asm/processor.h | 4 + arch/s390/include/asm/thread_info.h | 4 + arch/s390/include/uapi/asm/kvm.h | 3 + arch/s390/kernel/Makefile | 5 +- arch/s390/kernel/alternative.c | 112 ++++++++++++ arch/s390/kernel/early.c | 5 + arch/s390/kernel/entry.S | 250 +++++++++++++++++++++++--- arch/s390/kernel/ipl.c | 1 + arch/s390/kernel/module.c | 65 ++++++- arch/s390/kernel/nospec-branch.c | 169 +++++++++++++++++ arch/s390/kernel/processor.c | 18 ++ arch/s390/kernel/setup.c | 14 +- arch/s390/kernel/smp.c | 7 +- arch/s390/kernel/uprobes.c | 9 + arch/s390/kernel/vmlinux.lds.S | 37 ++++ arch/s390/kvm/kvm-s390.c | 13 +- arch/x86/kernel/tsc.c | 2 +- drivers/cdrom/cdrom.c | 2 +- drivers/input/misc/drv260x.c | 2 +- drivers/message/fusion/mptsas.c | 1 + drivers/net/bonding/bond_main.c | 3 +- drivers/net/ppp/pppoe.c | 4 + drivers/net/team/team.c | 38 +++- drivers/net/usb/cdc_ether.c | 10 ++ drivers/net/usb/r8152.c | 2 + drivers/net/wireless/ath/ath10k/mac.c | 5 +- drivers/net/wireless/ath/ath9k/hw.c | 4 + drivers/s390/char/Makefile | 2 + drivers/s390/cio/chsc.c | 14 +- drivers/staging/android/ion/ion_system_heap.c | 2 +- fs/cifs/dir.c | 9 +- fs/jbd2/journal.c | 2 +- include/linux/if_vlan.h | 7 +- include/net/llc_conn.h | 1 + include/uapi/linux/kvm.h | 1 + kernel/events/core.c | 4 +- net/core/dev.c | 2 +- net/core/neighbour.c | 40 +++-- net/dns_resolver/dns_key.c | 13 +- net/ipv4/tcp.c | 6 +- net/ipv4/tcp_input.c | 7 +- net/ipv6/route.c | 2 + net/l2tp/l2tp_ppp.c | 7 + net/llc/af_llc.c | 14 +- net/llc/llc_c_ac.c | 9 +- net/llc/llc_conn.c | 22 ++- net/packet/af_packet.c | 88 ++++++--- net/packet/internal.h | 10 +- net/sctp/ipv6.c | 60 +++---- net/tipc/net.c | 3 +- 60 files changed, 1228 insertions(+), 168 deletions(-)
On 04/27/2018 07:58 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.130 release. There are 50 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 Apr 29 13:56:42 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.4.130-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.4.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, Apr 27, 2018 at 03:58:02PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.130 release. There are 50 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 Apr 29 13:56:42 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.4.130-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.4.y and the diffstat can be found below.
thanks,
greg k-h
Merged, compiled, and installed onto my Pixel 2 XL and OnePlus 5.
No initial issues noticed in either dmesg or general usage.
Thanks! Nathan
stable-rc/linux-4.4.y boot: 119 boots: 0 failed, 64 passed with 53 offline, 2 untried/unknown (v4.4.129-51-gaedfcc63a1a9)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.4.y/kernel/v4.4.1... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.4.y/kernel/v4.4.129-51-g...
Tree: stable-rc Branch: linux-4.4.y Git Describe: v4.4.129-51-gaedfcc63a1a9 Git Commit: aedfcc63a1a9aca5a263e7733131589117195778 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 57 unique boards, 21 SoC families, 16 builds out of 177
Offline Platforms:
arm:
sunxi_defconfig: sun4i-a10-cubieboard: 1 offline lab sun7i-a20-bananapi: 1 offline lab sun7i-a20-cubietruck: 1 offline lab
bcm2835_defconfig: bcm2835-rpi-b: 1 offline lab
sama5_defconfig: at91-sama5d4_xplained: 1 offline lab
multi_v7_defconfig: alpine-db: 1 offline lab am335x-boneblack: 1 offline lab armada-xp-openblocks-ax3-4: 1 offline lab at91-sama5d4_xplained: 1 offline lab bcm4708-smartrg-sr400ac: 1 offline lab bcm72521-bcm97252sffe: 1 offline lab bcm7445-bcm97445c: 1 offline lab exynos5250-arndale: 1 offline lab exynos5420-arndale-octa: 1 offline lab exynos5422-odroidxu3: 1 offline lab exynos5800-peach-pi: 1 offline lab imx6dl-wandboard_dual: 1 offline lab imx6dl-wandboard_solo: 1 offline lab meson8b-odroidc1: 1 offline lab omap3-beagle: 1 offline lab omap3-beagle-xm: 1 offline lab omap4-panda: 1 offline lab qcom-apq8064-cm-qs600: 1 offline lab qcom-apq8064-ifc6410: 1 offline lab socfpga_cyclone5_de0_sockit: 1 offline lab stih410-b2120: 1 offline lab sun4i-a10-cubieboard: 1 offline lab sun7i-a20-bananapi: 1 offline lab sun7i-a20-cubietruck: 1 offline lab tegra124-jetson-tk1: 1 offline lab tegra20-iris-512: 1 offline lab tegra30-beaver: 1 offline lab vf610-colibri-eval-v3: 1 offline lab zynq-zc702: 1 offline lab
tegra_defconfig: tegra124-jetson-tk1: 1 offline lab tegra20-iris-512: 1 offline lab tegra30-beaver: 1 offline lab
imx_v6_v7_defconfig: imx6dl-wandboard_dual: 1 offline lab imx6dl-wandboard_solo: 1 offline lab vf610-colibri-eval-v3: 1 offline lab
exynos_defconfig: exynos5250-arndale: 1 offline lab exynos5420-arndale-octa: 1 offline lab exynos5422-odroidxu3: 1 offline lab exynos5800-peach-pi: 1 offline lab
qcom_defconfig: qcom-apq8064-cm-qs600: 1 offline lab qcom-apq8064-ifc6410: 1 offline lab
omap2plus_defconfig: am335x-boneblack: 1 offline lab omap3-beagle: 1 offline lab omap3-beagle-xm: 1 offline lab omap4-panda: 1 offline lab
davinci_all_defconfig: dm365evm,legacy: 1 offline lab
mvebu_v7_defconfig: armada-xp-openblocks-ax3-4: 1 offline lab
arm64:
defconfig: apq8016-sbc: 1 offline lab
--- For more info write to info@kernelci.org
On Fri, Apr 27, 2018 at 03:58:02PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.130 release. There are 50 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 Apr 29 13:56:42 UTC 2018. Anything received after that time might be too late.
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
Summary ------------------------------------------------------------------------
kernel: 4.4.130-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.4.y git commit: aedfcc63a1a9aca5a263e7733131589117195778 git describe: v4.4.129-51-gaedfcc63a1a9 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.4-oe/build/v4.4.129-51-...
No regressions (compared to build v4.4.129)
Boards, architectures and test suites: -------------------------------------
juno-r2 - arm64 * boot - pass: 20, * kselftest - skip: 37, pass: 29, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 53, pass: 28, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 57, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 4, pass: 10, * ltp-securebits-tests - pass: 4, * ltp-timers-tests - pass: 13,
qemu_arm * boot - pass: 10, fail: 24 * ltp-cap_bounds-tests - pass: 2, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-hugetlb-tests - skip: 1, pass: 21, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-pty-tests - pass: 4, * ltp-securebits-tests - pass: 4,
qemu_x86_64 * boot - pass: 22, * kselftest - skip: 40, pass: 40, * kselftest-vsyscall-mode-native - skip: 40, pass: 40, * kselftest-vsyscall-mode-none - skip: 40, pass: 40, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 57, * 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 - skip: 1, pass: 13, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 155, pass: 995, * ltp-timers-tests - pass: 13,
x15 - arm * boot - pass: 20, * kselftest - skip: 36, pass: 29, * libhugetlbfs - skip: 1, pass: 87, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 18, pass: 63, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 5, pass: 58, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 2, pass: 20, * 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 - skip: 1, pass: 13, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 78, pass: 1072, * ltp-timers-tests - pass: 13,
x86_64 * boot - pass: 22, * kselftest - skip: 37, pass: 41, * kselftest-vsyscall-mode-native - skip: 37, pass: 40, fail: 1 * kselftest-vsyscall-mode-none - skip: 37, pass: 41, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 17, pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 5, pass: 58, * 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 - skip: 5, pass: 9, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 119, pass: 1031, * ltp-timers-tests - pass: 13,
Summary ------------------------------------------------------------------------
kernel: 4.4.130-rc1 git repo: https://git.linaro.org/lkft/arm64-stable-rc.git git tag: 4.4.130-rc1-hikey-20180427-178 git commit: 2f9fbcd225029f66acc57b4fe3f037e1b65e1804 git describe: 4.4.130-rc1-hikey-20180427-178 Test details: https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4-oe/build/4.4.1...
No regressions (compared to build 4.4.129-rc2-hikey-20180423-176)
Boards, architectures and test suites: -------------------------------------
hi6220-hikey - arm64 * boot - pass: 19, * kselftest - skip: 38, pass: 27, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - skip: 53, pass: 28, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 6, pass: 57, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 1, pass: 21, * 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 - skip: 4, pass: 10, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 142, pass: 1008, * ltp-timers-tests - pass: 13,
qemu_arm64 * boot - pass: 3, fail: 17 * ltp-cap_bounds-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-syscalls-tests - skip: 162, pass: 986, fail: 2
On 04/27/2018 06:58 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.130 release. There are 50 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 Apr 29 13:56:42 UTC 2018. Anything received after that time might be too late.
Build results: total: 146 pass: 146 fail: 0 Qemu test results: total: 127 pass: 127 fail: 0
Details are available at http://kerneltests.org/builders/.
Guenter