2020-06-02 10:20:53

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 4.4 00/47] 4.4.226-rc2 review

This is the start of the stable review cycle for the 4.4.226 release.
There are 47 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 Thu, 04 Jun 2020 09:57:12 +0000.
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.226-rc2.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.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <[email protected]>
Linux 4.4.226-rc2

Benjamin Block <[email protected]>
scsi: zfcp: fix request object use-after-free in send path causing wrong traces

Aaron Conole <[email protected]>
printk: help pr_debug and pr_devel to optimize out arguments

Ben Hutchings <[email protected]>
drm/msm: Fix possible null dereference on failure of get_pages()

Guoqing Jiang <[email protected]>
sc16is7xx: move label 'err_spi' to correct section

Michal Marek <[email protected]>
asm-prototypes: Clear any CPP defines before declaring the functions

Liviu Dudau <[email protected]>
mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()

Roopa Prabhu <[email protected]>
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags

Sudip Mukherjee <[email protected]>
mac80211: fix memory leak

Yoshihiro Shimoda <[email protected]>
usb: renesas_usbhs: gadget: fix spin_lock_init() for &uep->lock

Thomas Gleixner <[email protected]>
genirq/generic_pending: Do not lose pending affinity update

Matt Roper <[email protected]>
drm/fb-helper: Use proper plane mask for fb cleanup

Konstantin Khlebnikov <[email protected]>
mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()

Pablo Neira Ayuso <[email protected]>
netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build

Qiushi Wu <[email protected]>
bonding: Fix reference count leak in bond_sysfs_slave_add.

Qiushi Wu <[email protected]>
qlcnic: fix missing release in qlcnic_83xx_interrupt_test.

Pablo Neira Ayuso <[email protected]>
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code

Phil Sutter <[email protected]>
netfilter: ipset: Fix subcounter update skip

Michael Braun <[email protected]>
netfilter: nft_reject_bridge: enable reject with bridge vlan

Xin Long <[email protected]>
ip_vti: receive ipip packet by calling ip_tunnel_rcv

Jeremy Sowden <[email protected]>
vti4: eliminated some duplicate code.

Xin Long <[email protected]>
xfrm: fix a NULL-ptr deref in xfrm_local_error

Xin Long <[email protected]>
xfrm: fix a warning in xfrm_policy_insert_list

Xin Long <[email protected]>
xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input

Alexander Dahl <[email protected]>
x86/dma: Fix max PFN arithmetic overflow on 32 bit systems

Helge Deller <[email protected]>
parisc: Fix kernel panic in mem_init()

Qiushi Wu <[email protected]>
iommu: Fix reference count leak in iommu_group_alloc.

Arnd Bergmann <[email protected]>
include/asm-generic/topology.h: guard cpumask_of_node() macro argument

Alexander Potapenko <[email protected]>
fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()

Eric W. Biederman <[email protected]>
exec: Always set cap_ambient in cap_bprm_set_creds

Chris Chiu <[email protected]>
ALSA: usb-audio: mixer: volume quirk for ESS Technology Asus USB DAC

Changming Liu <[email protected]>
ALSA: hwdep: fix a left shifting 1 by 31 UB bug

Kaike Wan <[email protected]>
IB/qib: Call kobject_put() when kobject_init_and_add() fails

Kevin Locke <[email protected]>
Input: i8042 - add ThinkPad S230u to i8042 reset list

Łukasz Patron <[email protected]>
Input: xpad - add custom init packet for Xbox One S controllers

Brendan Shanks <[email protected]>
Input: evdev - call input_flush_device() on release(), not flush()

James Hilliard <[email protected]>
Input: usbtouchscreen - add support for BonXeon TP

Steve French <[email protected]>
cifs: Fix null pointer check in cifs_read

Masahiro Yamada <[email protected]>
usb: gadget: legacy: fix redundant initialization warnings

Lei Xue <[email protected]>
cachefiles: Fix race between read_waiter and read_copier involving op->to_do

Kalderon, Michal <[email protected]>
IB/cma: Fix reference count leak when no ipv4 addresses are set

Dmitry V. Levin <[email protected]>
uapi: fix linux/if_pppol2tp.h userspace compilation errors

Qiushi Wu <[email protected]>
net/mlx4_core: fix a memory leak bug.

Qiushi Wu <[email protected]>
net: sun: fix missing release regions in cas_init_one().

Moshe Shemesh <[email protected]>
net/mlx5: Add command entry handling completion

Jere Leppänen <[email protected]>
sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closed

Yuqi Jin <[email protected]>
net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"

Eric Dumazet <[email protected]>
ax25: fix setsockopt(SO_BINDTODEVICE)


-------------

Diffstat:

Makefile | 4 +-
arch/parisc/mm/init.c | 2 +-
arch/x86/include/asm/dma.h | 2 +-
drivers/gpu/drm/drm_fb_helper.c | 2 +-
drivers/gpu/drm/msm/msm_gem.c | 20 +++---
drivers/infiniband/hw/qib/qib_sysfs.c | 9 +--
drivers/input/evdev.c | 19 ++----
drivers/input/joystick/xpad.c | 12 ++++
drivers/input/serio/i8042-x86ia64io.h | 7 ++
drivers/input/touchscreen/usbtouchscreen.c | 1 +
drivers/iommu/iommu.c | 2 +-
drivers/net/bonding/bond_sysfs_slave.c | 4 +-
drivers/net/ethernet/mellanox/mlx4/fw.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 15 +++++
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 4 +-
drivers/net/ethernet/sun/cassini.c | 3 +-
drivers/s390/scsi/zfcp_fsf.c | 10 ++-
drivers/tty/serial/sc16is7xx.c | 2 +
drivers/usb/gadget/legacy/inode.c | 3 +-
drivers/usb/renesas_usbhs/mod_gadget.c | 2 +-
fs/binfmt_elf.c | 2 +-
fs/cachefiles/rdwr.c | 2 +-
fs/cifs/file.c | 2 +-
include/asm-generic/asm-prototypes.h | 6 ++
include/asm-generic/topology.h | 2 +-
include/linux/mlx5/driver.h | 1 +
include/linux/mm.h | 1 -
include/linux/netfilter/nf_conntrack_pptp.h | 2 +-
include/linux/printk.h | 12 ++--
include/rdma/ib_addr.h | 6 +-
include/uapi/linux/l2tp.h | 7 +-
kernel/irq/migration.c | 26 ++++++--
mm/vmalloc.c | 2 +-
net/ax25/af_ax25.c | 6 +-
net/bridge/netfilter/nft_reject_bridge.c | 6 ++
net/core/rtnetlink.c | 2 +-
net/ipv4/ip_vti.c | 75 ++++++++++++----------
net/ipv4/netfilter/nf_nat_pptp.c | 7 +-
net/ipv4/route.c | 14 ++--
net/mac80211/sta_info.c | 1 +
net/netfilter/ipset/ip_set_list_set.c | 2 +-
net/netfilter/nf_conntrack_pptp.c | 62 ++++++++++--------
net/sctp/sm_statefuns.c | 9 +--
net/xfrm/xfrm_input.c | 2 +-
net/xfrm/xfrm_output.c | 3 +-
net/xfrm/xfrm_policy.c | 7 +-
security/commoncap.c | 1 +
sound/core/hwdep.c | 4 +-
sound/usb/mixer.c | 8 +++
49 files changed, 242 insertions(+), 163 deletions(-)



2020-06-02 16:37:09

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 4.4 00/47] 4.4.226-rc2 review


On 02/06/2020 11:16, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.226 release.
> There are 47 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 Thu, 04 Jun 2020 09:57:12 +0000.
> 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.226-rc2.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.4.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h


All tests are passing for Tegra ...

Test results for stable-v4.4:
6 builds: 6 pass, 0 fail
12 boots: 12 pass, 0 fail
19 tests: 19 pass, 0 fail

Linux version: 4.4.226-rc2-gab13e7ba60cc
Boards tested: tegra124-jetson-tk1, tegra20-ventana,
tegra30-cardhu-a04

Cheers
Jon

--
nvpublic

2020-06-02 19:16:31

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 4.4 00/47] 4.4.226-rc2 review

On Tue, Jun 02, 2020 at 12:16:07PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.226 release.
> There are 47 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 Thu, 04 Jun 2020 09:57:12 +0000.
> Anything received after that time might be too late.
>

Build results:
total: 169 pass: 169 fail: 0
Qemu test results:
total: 331 pass: 331 fail: 0

Guenter

2020-06-03 06:20:55

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 4.4 00/47] 4.4.226-rc2 review

On Tue, 2 Jun 2020 at 15:46, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 4.4.226 release.
> There are 47 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 Thu, 04 Jun 2020 09:57:12 +0000.
> 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.226-rc2.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.4.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64, and i386.

Summary
------------------------------------------------------------------------

kernel: 4.4.226-rc2
git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-4.4.y
git commit: d147737ac3bacf4a44c5cfc4a531c308e2fb2027
git describe: v4.4.225-48-gd147737ac3ba
Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.4-oe/build/v4.4.225-48-gd147737ac3ba

No regressions (compared to build v4.4.225)

No fixes (compared to build v4.4.225)

Ran 19482 total tests in the following environments and test suites.

Environments
--------------
- i386
- juno-r2 - arm64
- juno-r2-compat
- juno-r2-kasan
- x15 - arm
- x86_64
- x86-kasan

Test Suites
-----------
* build
* kselftest
* kselftest/drivers
* kselftest/filesystems
* libhugetlbfs
* linux-log-parser
* ltp-cap_bounds-tests
* ltp-commands-tests
* ltp-containers-tests
* ltp-cpuhotplug-tests
* ltp-crypto-tests
* ltp-cve-tests
* ltp-dio-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-mm-tests
* ltp-nptl-tests
* ltp-open-posix-tests
* ltp-pty-tests
* ltp-sched-tests
* ltp-securebits-tests
* ltp-syscalls-tests
* network-basic-tests
* perf
* v4l2-compliance
* kvm-unit-tests
* install-android-platform-tools-r2600
* install-android-platform-tools-r2800
* kselftest/net
* kselftest-vsyscall-mode-native
* kselftest-vsyscall-mode-native/drivers
* kselftest-vsyscall-mode-native/filesystems
* kselftest-vsyscall-mode-none
* kselftest-vsyscall-mode-none/drivers
* kselftest-vsyscall-mode-none/filesystems

Summary
------------------------------------------------------------------------

kernel: 4.4.226-rc2
git repo: https://git.linaro.org/lkft/arm64-stable-rc.git
git branch: 4.4.226-rc2-hikey-20200602-737
git commit: 3f551997d7233bd0a671cbf0312dd475e02c92ee
git describe: 4.4.226-rc2-hikey-20200602-737
Test details: https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4-oe/build/4.4.226-rc2-hikey-20200602-737


No regressions (compared to build 4.4.226-rc1-hikey-20200601-734)


No fixes (compared to build 4.4.226-rc1-hikey-20200601-734)

Ran 1855 total tests in the following environments and test suites.

Environments
--------------
- hi6220-hikey - arm64

Test Suites
-----------
* build
* install-android-platform-tools-r2600
* kselftest
* kselftest/drivers
* kselftest/filesystems
* libhugetlbfs
* linux-log-parser
* ltp-cap_bounds-tests
* ltp-commands-tests
* ltp-containers-tests
* ltp-cpuhotplug-tests
* ltp-cve-tests
* ltp-dio-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-mm-tests
* ltp-nptl-tests
* ltp-pty-tests
* ltp-sched-tests
* ltp-securebits-tests
* ltp-syscalls-tests
* perf
* spectre-meltdown-checker-test
* v4l2-compliance

--
Linaro LKFT
https://lkft.linaro.org