2020-04-23 10:38:51

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 4.4 00/99] 4.4.220-rc2 review

This is the start of the stable review cycle for the 4.4.220 release.
There are 99 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 Sat, 25 Apr 2020 10:31:20 +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.220-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.220-rc2

Samuel Neves <[email protected]>
x86/vdso: Fix lsl operand order

Evalds Iodzevics <[email protected]>
x86/microcode/intel: replace sync_core() with native_cpuid_reg(eax)

Borislav Petkov <[email protected]>
x86/CPU: Add native CPUID variants returning a single datum

Wen Yang <[email protected]>
mtd: phram: fix a double free issue in error path

Dan Carpenter <[email protected]>
mtd: lpddr: Fix a double free in probe()

Paul E. McKenney <[email protected]>
locktorture: Print ratio of acquisitions, not failures

Stephen Rothwell <[email protected]>
tty: evh_bytechan: Fix out of bounds accesses

Dan Carpenter <[email protected]>
fbdev: potential information leak in do_fb_ioctl()

Adrian Huang <[email protected]>
iommu/amd: Fix the configuration of GCR3 table root pointer

Randy Dunlap <[email protected]>
ext2: fix empty body warnings when -Wextra is used

Trond Myklebust <[email protected]>
NFS: Fix memory leaks in nfs_pageio_stop_mirroring()

Vegard Nossum <[email protected]>
compiler.h: fix error in BUILD_BUG_ON() reporting

Qian Cai <[email protected]>
percpu_counter: fix a data race at vm_committed_as

Eric Sandeen <[email protected]>
ext4: do not commit super on read-only bdev

Misono Tomohiro <[email protected]>
NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails

Sowjanya Komatineni <[email protected]>
clk: tegra: Fix Tegra PMC clock out parents

Claudiu Beznea <[email protected]>
clk: at91: usb: continue if clk_hw_round_rate() return zero

Frank Rowand <[email protected]>
of: unittest: kmemleak in of_unittest_platform_populate()

Rob Herring <[email protected]>
of: fix missing kobject init for !SYSFS && OF_DYNAMIC config

Chris Lew <[email protected]>
soc: qcom: smem: Use le32_to_cpu for comparison

Mohit Aggarwal <[email protected]>
rtc: pm8xxx: Fix issue in RTC write path

Dedy Lansky <[email protected]>
wil6210: rate limit wil_rx_refill error

Subhash Jadavani <[email protected]>
scsi: ufs: ufs-qcom: remove broken hci version quirk

Dedy Lansky <[email protected]>
wil6210: fix temperature debugfs

Hamad Kadmany <[email protected]>
wil6210: increase firmware ready timeout

Joe Moriarty <[email protected]>
drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem

Nathan Chancellor <[email protected]>
video: fbdev: sis: Remove unnecessary parentheses and commented code

Takashi Iwai <[email protected]>
ALSA: hda: Don't release card at firmware loading error

Li Bin <[email protected]>
scsi: sg: add sg_remove_request in sg_common_write

Xiao Yang <[email protected]>
tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation

Borislav Petkov <[email protected]>
x86/mitigations: Clear CPU buffers on the SYSCALL fast path

Jim Mattson <[email protected]>
kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD

Goldwyn Rodrigues <[email protected]>
dm flakey: check for null arg_name in parse_features()

Jan Kara <[email protected]>
ext4: do not zeroout extents beyond i_disksize

Tuomas Tynkkynen <[email protected]>
mac80211_hwsim: Use kstrndup() in place of kasprintf()

Takashi Iwai <[email protected]>
ALSA: usb-audio: Don't override ignore_ctl_error value from the map

Colin Ian King <[email protected]>
ASoC: Intel: mrfld: return error codes when an error occurs

Colin Ian King <[email protected]>
ASoC: Intel: mrfld: fix incorrect check on p->sink

Josh Triplett <[email protected]>
ext4: fix incorrect inodes per group in error message

Josh Triplett <[email protected]>
ext4: fix incorrect group count in ext4_fill_super error message

zhangyi (F) <[email protected]>
jbd2: improve comments about freeing data buffers whose page mapping is NULL

Can Guo <[email protected]>
scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic

Tim Stallard <[email protected]>
net: ipv6: do not consider routes via gateways for anycast address check

Taras Chornyi <[email protected]>
net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin

Andy Shevchenko <[email protected]>
mfd: dln2: Fix sanity checking for endpoints

Nathan Chancellor <[email protected]>
misc: echo: Remove unnecessary parentheses and simplify check for zero

Laurentiu Tudor <[email protected]>
powerpc/fsl_booke: Avoid creating duplicate tlb1 entry

Wen Yang <[email protected]>
ipmi: fix hung processes in __get_guid()

Lyude Paul <[email protected]>
drm/dp_mst: Fix clearing payload state on topology disable

Filipe Manana <[email protected]>
Btrfs: fix crash during unmount due to race with delayed inode workers

Michael Ellerman <[email protected]>
powerpc/64/tm: Don't let userspace set regs->trap via sigreturn

Kai-Heng Feng <[email protected]>
libata: Return correct status in sata_pmp_eh_recover_pm() when ATA_DFLAG_DETACH is set

Simon Gander <[email protected]>
hfsplus: fix crash and filesystem corruption when deleting files

Eric Biggers <[email protected]>
kmod: make request_module() return an error when autoloading is disabled

Hans de Goede <[email protected]>
Input: i8042 - add Acer Aspire 5738z to nomux list

Michael Mueller <[email protected]>
s390/diag: fix display of diagnose call statistics

Changwei Ge <[email protected]>
ocfs2: no need try to truncate file beyond i_size

Qian Cai <[email protected]>
ext4: fix a data race at inode->i_blocks

Fredrik Strupe <[email protected]>
arm64: armv8_deprecated: Fix undef_hook mask for thumb setend

Steffen Maier <[email protected]>
scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-point

Alex Vesker <[email protected]>
IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flush

Filipe Manana <[email protected]>
Btrfs: incremental send, fix invalid memory access

Takashi Iwai <[email protected]>
ALSA: hda: Initialize power_state field properly

Vineeth Remanan Pillai <[email protected]>
xen-netfront: Rework the fix for Rx stall during OOM and network stress

Jiri Slaby <[email protected]>
futex: futex_wake_op, do not fail on invalid op

Rosioru Dragos <[email protected]>
crypto: mxs-dcp - fix scatterlist linearization for hash

Sean Christopherson <[email protected]>
KVM: x86: Allocate new rmap and large page tracking when moving memslot

Thomas Gleixner <[email protected]>
x86/entry/32: Add missing ASM_CLAC to general_protection entry

Eric W. Biederman <[email protected]>
signal: Extend exec_id to 64bits

Remi Pommarel <[email protected]>
ath9k: Handle txpower changes even when TPC is disabled

Gustavo A. R. Silva <[email protected]>
MIPS: OCTEON: irq: Fix potential NULL pointer dereference

Sungbo Eo <[email protected]>
irqchip/versatile-fpga: Apply clear-mask earlier

Yang Xu <[email protected]>
KEYS: reaching the keys quotas correctly

Martin Blumenstingl <[email protected]>
thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n

Jan Engelhardt <[email protected]>
acpi/x86: ignore unspecified bit positions in the ACPI global lock field

Takashi Iwai <[email protected]>
ALSA: pcm: oss: Fix regression by buffer overflow fix

Takashi Iwai <[email protected]>
ALSA: ice1724: Fix invalid access for enumerated ctl items

Takashi Iwai <[email protected]>
ALSA: hda: Fix potential access overflow in beep helper

Takashi Iwai <[email protected]>
ALSA: hda: Add driver blacklist

Takashi Iwai <[email protected]>
ALSA: usb-audio: Add mixer workaround for TRX40 and co

Thinh Nguyen <[email protected]>
usb: gadget: composite: Inform controller driver of self-powered

Sriharsha Allenki <[email protected]>
usb: gadget: f_fs: Fix use after free issue as part of queue failure

이경택 <[email protected]>
ASoC: topology: use name_prefix for new kcontrol

이경택 <[email protected]>
ASoC: dpcm: allow start or stop during pause for backend

이경택 <[email protected]>
ASoC: dapm: connect virtual mux with default value

이경택 <[email protected]>
ASoC: fix regwmask

YueHaibing <[email protected]>
misc: rtsx: set correct pcr_ops for rts522A

Josef Bacik <[email protected]>
btrfs: track reloc roots based on their commit root bytenr

Josef Bacik <[email protected]>
btrfs: remove a BUG_ON() from merge_reloc_roots()

Boqun Feng <[email protected]>
locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()

Arvind Sankar <[email protected]>
x86/boot: Use unsigned comparison for addresses

Bob Peterson <[email protected]>
gfs2: Don't demote a glock until its revokes are written

John Garry <[email protected]>
libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()

Andy Lutomirski <[email protected]>
selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault

Sungbo Eo <[email protected]>
irqchip/versatile-fpga: Handle chained IRQs properly

Alain Volmat <[email protected]>
i2c: st: fix missing struct parameter description

Xu Wang <[email protected]>
qlcnic: Fix bad kzalloc null test

Zheng Wei <[email protected]>
net: vxge: fix wrong __VA_ARGS__ usage

Ondrej Jirman <[email protected]>
bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit reads


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

Diffstat:

Makefile | 4 +-
arch/arm64/kernel/armv8_deprecated.c | 2 +-
arch/mips/cavium-octeon/octeon-irq.c | 3 ++
arch/powerpc/kernel/signal_64.c | 4 +-
arch/powerpc/mm/tlb_nohash_low.S | 12 ++++-
arch/s390/kernel/diag.c | 2 +-
arch/x86/boot/compressed/head_32.S | 2 +-
arch/x86/boot/compressed/head_64.S | 4 +-
arch/x86/entry/entry_32.S | 1 +
arch/x86/entry/entry_64.S | 2 +
arch/x86/include/asm/microcode_intel.h | 2 +-
arch/x86/include/asm/processor.h | 18 +++++++
arch/x86/include/asm/spec-ctrl.h | 2 +
arch/x86/include/asm/vgtod.h | 2 +-
arch/x86/kernel/acpi/boot.c | 2 +-
arch/x86/kernel/cpu/bugs.c | 5 ++
arch/x86/kvm/cpuid.c | 3 +-
arch/x86/kvm/x86.c | 11 ++++
drivers/ata/libata-pmp.c | 1 +
drivers/ata/libata-scsi.c | 9 ++--
drivers/bus/sunxi-rsb.c | 2 +-
drivers/char/ipmi/ipmi_msghandler.c | 4 +-
drivers/clk/at91/clk-usb.c | 3 ++
drivers/clk/tegra/clk-tegra-pmc.c | 12 ++---
drivers/crypto/mxs-dcp.c | 58 +++++++++++-----------
drivers/gpu/drm/drm_dp_mst_topology.c | 15 ++++--
drivers/i2c/busses/i2c-st.c | 1 +
drivers/infiniband/ulp/ipoib/ipoib_ib.c | 7 ++-
drivers/input/serio/i8042-x86ia64io.h | 11 ++++
drivers/iommu/amd_iommu_types.h | 2 +-
drivers/irqchip/irq-versatile-fpga.c | 18 +++++--
drivers/md/dm-flakey.c | 5 ++
drivers/mfd/dln2.c | 9 +++-
drivers/mfd/rts5227.c | 1 +
drivers/misc/echo/echo.c | 2 +-
drivers/mtd/devices/phram.c | 15 +++---
drivers/mtd/lpddr/lpddr_cmds.c | 1 -
drivers/net/ethernet/neterion/vxge/vxge-config.h | 2 +-
drivers/net/ethernet/neterion/vxge/vxge-main.h | 14 +++---
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 2 +-
drivers/net/wireless/ath/ath9k/main.c | 3 ++
drivers/net/wireless/ath/wil6210/debugfs.c | 7 +--
drivers/net/wireless/ath/wil6210/main.c | 2 +-
drivers/net/wireless/ath/wil6210/txrx.c | 4 +-
drivers/net/wireless/mac80211_hwsim.c | 12 ++---
drivers/net/xen-netfront.c | 14 ++++--
drivers/of/base.c | 3 --
drivers/of/unittest.c | 7 ++-
drivers/rtc/rtc-pm8xxx.c | 49 ++++++++++++++----
drivers/s390/scsi/zfcp_erp.c | 2 +-
drivers/scsi/sg.c | 4 +-
drivers/scsi/ufs/ufs-qcom.c | 2 +-
drivers/scsi/ufs/ufshcd.c | 5 ++
drivers/soc/qcom/smem.c | 2 +-
drivers/tty/ehv_bytechan.c | 21 ++++++--
drivers/usb/gadget/composite.c | 9 ++++
drivers/usb/gadget/function/f_fs.c | 1 +
drivers/video/fbdev/core/fbmem.c | 2 +-
drivers/video/fbdev/sis/init301.c | 4 +-
fs/btrfs/async-thread.c | 8 +++
fs/btrfs/async-thread.h | 2 +
fs/btrfs/disk-io.c | 13 +++++
fs/btrfs/relocation.c | 33 ++++++++----
fs/btrfs/send.c | 7 +--
fs/exec.c | 2 +-
fs/ext2/xattr.c | 5 +-
fs/ext4/extents.c | 8 +--
fs/ext4/inode.c | 2 +-
fs/ext4/super.c | 9 ++--
fs/gfs2/glock.c | 3 ++
fs/hfsplus/attributes.c | 4 ++
fs/jbd2/commit.c | 7 +--
fs/nfs/direct.c | 2 +
fs/nfs/pagelist.c | 17 +++----
fs/ocfs2/alloc.c | 4 ++
include/linux/compiler.h | 2 +-
include/linux/devfreq_cooling.h | 2 +-
include/linux/percpu_counter.h | 4 +-
include/linux/sched.h | 4 +-
include/net/ip6_route.h | 1 +
kernel/futex.c | 12 ++++-
kernel/kmod.c | 4 +-
kernel/locking/lockdep.c | 4 ++
kernel/locking/locktorture.c | 8 +--
kernel/signal.c | 2 +-
kernel/trace/trace_events_trigger.c | 10 ++--
net/ipv4/devinet.c | 13 +++--
security/keys/key.c | 2 +-
security/keys/keyctl.c | 4 +-
sound/core/oss/pcm_plugin.c | 32 +++++++++---
sound/pci/hda/hda_beep.c | 6 ++-
sound/pci/hda/hda_codec.c | 1 +
sound/pci/hda/hda_intel.c | 35 +++++++------
sound/pci/ice1712/prodigy_hifi.c | 4 +-
sound/soc/intel/atom/sst-atom-controls.c | 2 +-
sound/soc/intel/atom/sst/sst_pci.c | 2 +-
sound/soc/soc-dapm.c | 8 ++-
sound/soc/soc-ops.c | 4 +-
sound/soc/soc-pcm.c | 6 ++-
sound/soc/soc-topology.c | 2 +-
sound/usb/mixer.c | 2 +-
sound/usb/mixer_maps.c | 28 +++++++++++
tools/testing/selftests/x86/ptrace_syscall.c | 8 ++-
103 files changed, 531 insertions(+), 235 deletions(-)



2020-04-23 16:11:09

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 4.4 00/99] 4.4.220-rc2 review

On 4/23/20 3:34 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.220 release.
> There are 99 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 Sat, 25 Apr 2020 10:31:20 +0000.
> Anything received after that time might be too late.
>

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

Guenter

2020-04-23 16:19:16

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 4.4 00/99] 4.4.220-rc2 review

On Thu, 23 Apr 2020 at 16:04, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 4.4.220 release.
> There are 99 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 Sat, 25 Apr 2020 10:31:20 +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.220-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.220-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: b7353bd580c08b4aef6e29998477a8c6c44e0e4b
git describe: v4.4.219-100-gb7353bd580c0
Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.4-oe/build/v4.4.219-100-gb7353bd580c0

No regressions (compared to build v4.4.219)

No fixes (compared to build v4.4.219)

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

Environments
--------------
- i386
- juno-r2 - arm64
- juno-r2-compat
- juno-r2-kasan
- qemu_arm
- qemu_arm64
- qemu_i386
- qemu_x86_64
- x15 - arm
- x86_64
- x86-kasan

Test Suites
-----------
* build
* linux-log-parser
* libhugetlbfs
* 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
* kselftest
* kselftest/drivers
* kselftest/filesystems
* spectre-meltdown-checker-test
* install-android-platform-tools-r2600
* install-android-platform-tools-r2800
* kvm-unit-tests


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

kernel: 4.4.220-rc2
git repo: https://git.linaro.org/lkft/arm64-stable-rc.git
git branch: 4.4.220-rc2-hikey-20200423-702
git commit: fbc771dad6485f27aa5ae4cbaf83d47cd02a943e
git describe: 4.4.220-rc2-hikey-20200423-702
Test details: https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4-oe/build/4.4.220-rc2-hikey-20200423-702


No regressions (compared to build 4.4.220-rc1-hikey-20200422-701)

No fixes (compared to build 4.4.220-rc1-hikey-20200422-701)

Ran 1814 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

2020-04-23 19:06:05

by Chris Paterson

[permalink] [raw]
Subject: RE: [PATCH 4.4 00/99] 4.4.220-rc2 review

Hi Greg,

> From: [email protected] <[email protected]> On
> Behalf Of Greg Kroah-Hartman
> Sent: 23 April 2020 11:34
>
> This is the start of the stable review cycle for the 4.4.220 release.
> There are 99 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.

No build/boot issues seen for CIP configs for Linux 4.4.220-rc2 (b7353bd580c0).

Build/test pipeline/logs: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/pipelines/139078991
GitLab CI pipeline: https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/-/blob/master/trees/linux-4.4.y.yml
Relevant LAVA jobs: https://lava.ciplatform.org/scheduler/alljobs?length=25&search=b7353bd#table

Kind regards, Chris

>
> Responses should be made by Sat, 25 Apr 2020 10:31:20 +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.220-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.220-rc2
>
> Samuel Neves <[email protected]>
> x86/vdso: Fix lsl operand order
>
> Evalds Iodzevics <[email protected]>
> x86/microcode/intel: replace sync_core() with native_cpuid_reg(eax)
>
> Borislav Petkov <[email protected]>
> x86/CPU: Add native CPUID variants returning a single datum
>
> Wen Yang <[email protected]>
> mtd: phram: fix a double free issue in error path
>
> Dan Carpenter <[email protected]>
> mtd: lpddr: Fix a double free in probe()
>
> Paul E. McKenney <[email protected]>
> locktorture: Print ratio of acquisitions, not failures
>
> Stephen Rothwell <[email protected]>
> tty: evh_bytechan: Fix out of bounds accesses
>
> Dan Carpenter <[email protected]>
> fbdev: potential information leak in do_fb_ioctl()
>
> Adrian Huang <[email protected]>
> iommu/amd: Fix the configuration of GCR3 table root pointer
>
> Randy Dunlap <[email protected]>
> ext2: fix empty body warnings when -Wextra is used
>
> Trond Myklebust <[email protected]>
> NFS: Fix memory leaks in nfs_pageio_stop_mirroring()
>
> Vegard Nossum <[email protected]>
> compiler.h: fix error in BUILD_BUG_ON() reporting
>
> Qian Cai <[email protected]>
> percpu_counter: fix a data race at vm_committed_as
>
> Eric Sandeen <[email protected]>
> ext4: do not commit super on read-only bdev
>
> Misono Tomohiro <[email protected]>
> NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails
>
> Sowjanya Komatineni <[email protected]>
> clk: tegra: Fix Tegra PMC clock out parents
>
> Claudiu Beznea <[email protected]>
> clk: at91: usb: continue if clk_hw_round_rate() return zero
>
> Frank Rowand <[email protected]>
> of: unittest: kmemleak in of_unittest_platform_populate()
>
> Rob Herring <[email protected]>
> of: fix missing kobject init for !SYSFS && OF_DYNAMIC config
>
> Chris Lew <[email protected]>
> soc: qcom: smem: Use le32_to_cpu for comparison
>
> Mohit Aggarwal <[email protected]>
> rtc: pm8xxx: Fix issue in RTC write path
>
> Dedy Lansky <[email protected]>
> wil6210: rate limit wil_rx_refill error
>
> Subhash Jadavani <[email protected]>
> scsi: ufs: ufs-qcom: remove broken hci version quirk
>
> Dedy Lansky <[email protected]>
> wil6210: fix temperature debugfs
>
> Hamad Kadmany <[email protected]>
> wil6210: increase firmware ready timeout
>
> Joe Moriarty <[email protected]>
> drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
>
> Nathan Chancellor <[email protected]>
> video: fbdev: sis: Remove unnecessary parentheses and commented code
>
> Takashi Iwai <[email protected]>
> ALSA: hda: Don't release card at firmware loading error
>
> Li Bin <[email protected]>
> scsi: sg: add sg_remove_request in sg_common_write
>
> Xiao Yang <[email protected]>
> tracing: Fix the race between registering 'snapshot' event trigger and
> triggering 'snapshot' operation
>
> Borislav Petkov <[email protected]>
> x86/mitigations: Clear CPU buffers on the SYSCALL fast path
>
> Jim Mattson <[email protected]>
> kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD
>
> Goldwyn Rodrigues <[email protected]>
> dm flakey: check for null arg_name in parse_features()
>
> Jan Kara <[email protected]>
> ext4: do not zeroout extents beyond i_disksize
>
> Tuomas Tynkkynen <[email protected]>
> mac80211_hwsim: Use kstrndup() in place of kasprintf()
>
> Takashi Iwai <[email protected]>
> ALSA: usb-audio: Don't override ignore_ctl_error value from the map
>
> Colin Ian King <[email protected]>
> ASoC: Intel: mrfld: return error codes when an error occurs
>
> Colin Ian King <[email protected]>
> ASoC: Intel: mrfld: fix incorrect check on p->sink
>
> Josh Triplett <[email protected]>
> ext4: fix incorrect inodes per group in error message
>
> Josh Triplett <[email protected]>
> ext4: fix incorrect group count in ext4_fill_super error message
>
> zhangyi (F) <[email protected]>
> jbd2: improve comments about freeing data buffers whose page mapping is
> NULL
>
> Can Guo <[email protected]>
> scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic
>
> Tim Stallard <[email protected]>
> net: ipv6: do not consider routes via gateways for anycast address check
>
> Taras Chornyi <[email protected]>
> net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin
>
> Andy Shevchenko <[email protected]>
> mfd: dln2: Fix sanity checking for endpoints
>
> Nathan Chancellor <[email protected]>
> misc: echo: Remove unnecessary parentheses and simplify check for zero
>
> Laurentiu Tudor <[email protected]>
> powerpc/fsl_booke: Avoid creating duplicate tlb1 entry
>
> Wen Yang <[email protected]>
> ipmi: fix hung processes in __get_guid()
>
> Lyude Paul <[email protected]>
> drm/dp_mst: Fix clearing payload state on topology disable
>
> Filipe Manana <[email protected]>
> Btrfs: fix crash during unmount due to race with delayed inode workers
>
> Michael Ellerman <[email protected]>
> powerpc/64/tm: Don't let userspace set regs->trap via sigreturn
>
> Kai-Heng Feng <[email protected]>
> libata: Return correct status in sata_pmp_eh_recover_pm() when
> ATA_DFLAG_DETACH is set
>
> Simon Gander <[email protected]>
> hfsplus: fix crash and filesystem corruption when deleting files
>
> Eric Biggers <[email protected]>
> kmod: make request_module() return an error when autoloading is disabled
>
> Hans de Goede <[email protected]>
> Input: i8042 - add Acer Aspire 5738z to nomux list
>
> Michael Mueller <[email protected]>
> s390/diag: fix display of diagnose call statistics
>
> Changwei Ge <[email protected]>
> ocfs2: no need try to truncate file beyond i_size
>
> Qian Cai <[email protected]>
> ext4: fix a data race at inode->i_blocks
>
> Fredrik Strupe <[email protected]>
> arm64: armv8_deprecated: Fix undef_hook mask for thumb setend
>
> Steffen Maier <[email protected]>
> scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-point
>
> Alex Vesker <[email protected]>
> IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flush
>
> Filipe Manana <[email protected]>
> Btrfs: incremental send, fix invalid memory access
>
> Takashi Iwai <[email protected]>
> ALSA: hda: Initialize power_state field properly
>
> Vineeth Remanan Pillai <[email protected]>
> xen-netfront: Rework the fix for Rx stall during OOM and network stress
>
> Jiri Slaby <[email protected]>
> futex: futex_wake_op, do not fail on invalid op
>
> Rosioru Dragos <[email protected]>
> crypto: mxs-dcp - fix scatterlist linearization for hash
>
> Sean Christopherson <[email protected]>
> KVM: x86: Allocate new rmap and large page tracking when moving memslot
>
> Thomas Gleixner <[email protected]>
> x86/entry/32: Add missing ASM_CLAC to general_protection entry
>
> Eric W. Biederman <[email protected]>
> signal: Extend exec_id to 64bits
>
> Remi Pommarel <[email protected]>
> ath9k: Handle txpower changes even when TPC is disabled
>
> Gustavo A. R. Silva <[email protected]>
> MIPS: OCTEON: irq: Fix potential NULL pointer dereference
>
> Sungbo Eo <[email protected]>
> irqchip/versatile-fpga: Apply clear-mask earlier
>
> Yang Xu <[email protected]>
> KEYS: reaching the keys quotas correctly
>
> Martin Blumenstingl <[email protected]>
> thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n
>
> Jan Engelhardt <[email protected]>
> acpi/x86: ignore unspecified bit positions in the ACPI global lock field
>
> Takashi Iwai <[email protected]>
> ALSA: pcm: oss: Fix regression by buffer overflow fix
>
> Takashi Iwai <[email protected]>
> ALSA: ice1724: Fix invalid access for enumerated ctl items
>
> Takashi Iwai <[email protected]>
> ALSA: hda: Fix potential access overflow in beep helper
>
> Takashi Iwai <[email protected]>
> ALSA: hda: Add driver blacklist
>
> Takashi Iwai <[email protected]>
> ALSA: usb-audio: Add mixer workaround for TRX40 and co
>
> Thinh Nguyen <[email protected]>
> usb: gadget: composite: Inform controller driver of self-powered
>
> Sriharsha Allenki <[email protected]>
> usb: gadget: f_fs: Fix use after free issue as part of queue failure
>
> 이경택 <[email protected]>
> ASoC: topology: use name_prefix for new kcontrol
>
> 이경택 <[email protected]>
> ASoC: dpcm: allow start or stop during pause for backend
>
> 이경택 <[email protected]>
> ASoC: dapm: connect virtual mux with default value
>
> 이경택 <[email protected]>
> ASoC: fix regwmask
>
> YueHaibing <[email protected]>
> misc: rtsx: set correct pcr_ops for rts522A
>
> Josef Bacik <[email protected]>
> btrfs: track reloc roots based on their commit root bytenr
>
> Josef Bacik <[email protected]>
> btrfs: remove a BUG_ON() from merge_reloc_roots()
>
> Boqun Feng <[email protected]>
> locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()
>
> Arvind Sankar <[email protected]>
> x86/boot: Use unsigned comparison for addresses
>
> Bob Peterson <[email protected]>
> gfs2: Don't demote a glock until its revokes are written
>
> John Garry <[email protected]>
> libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
>
> Andy Lutomirski <[email protected]>
> selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault
>
> Sungbo Eo <[email protected]>
> irqchip/versatile-fpga: Handle chained IRQs properly
>
> Alain Volmat <[email protected]>
> i2c: st: fix missing struct parameter description
>
> Xu Wang <[email protected]>
> qlcnic: Fix bad kzalloc null test
>
> Zheng Wei <[email protected]>
> net: vxge: fix wrong __VA_ARGS__ usage
>
> Ondrej Jirman <[email protected]>
> bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit reads
>
>
> -------------
>
> Diffstat:
>
> Makefile | 4 +-
> arch/arm64/kernel/armv8_deprecated.c | 2 +-
> arch/mips/cavium-octeon/octeon-irq.c | 3 ++
> arch/powerpc/kernel/signal_64.c | 4 +-
> arch/powerpc/mm/tlb_nohash_low.S | 12 ++++-
> arch/s390/kernel/diag.c | 2 +-
> arch/x86/boot/compressed/head_32.S | 2 +-
> arch/x86/boot/compressed/head_64.S | 4 +-
> arch/x86/entry/entry_32.S | 1 +
> arch/x86/entry/entry_64.S | 2 +
> arch/x86/include/asm/microcode_intel.h | 2 +-
> arch/x86/include/asm/processor.h | 18 +++++++
> arch/x86/include/asm/spec-ctrl.h | 2 +
> arch/x86/include/asm/vgtod.h | 2 +-
> arch/x86/kernel/acpi/boot.c | 2 +-
> arch/x86/kernel/cpu/bugs.c | 5 ++
> arch/x86/kvm/cpuid.c | 3 +-
> arch/x86/kvm/x86.c | 11 ++++
> drivers/ata/libata-pmp.c | 1 +
> drivers/ata/libata-scsi.c | 9 ++--
> drivers/bus/sunxi-rsb.c | 2 +-
> drivers/char/ipmi/ipmi_msghandler.c | 4 +-
> drivers/clk/at91/clk-usb.c | 3 ++
> drivers/clk/tegra/clk-tegra-pmc.c | 12 ++---
> drivers/crypto/mxs-dcp.c | 58 +++++++++++-----------
> drivers/gpu/drm/drm_dp_mst_topology.c | 15 ++++--
> drivers/i2c/busses/i2c-st.c | 1 +
> drivers/infiniband/ulp/ipoib/ipoib_ib.c | 7 ++-
> drivers/input/serio/i8042-x86ia64io.h | 11 ++++
> drivers/iommu/amd_iommu_types.h | 2 +-
> drivers/irqchip/irq-versatile-fpga.c | 18 +++++--
> drivers/md/dm-flakey.c | 5 ++
> drivers/mfd/dln2.c | 9 +++-
> drivers/mfd/rts5227.c | 1 +
> drivers/misc/echo/echo.c | 2 +-
> drivers/mtd/devices/phram.c | 15 +++---
> drivers/mtd/lpddr/lpddr_cmds.c | 1 -
> drivers/net/ethernet/neterion/vxge/vxge-config.h | 2 +-
> drivers/net/ethernet/neterion/vxge/vxge-main.h | 14 +++---
> .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 2 +-
> drivers/net/wireless/ath/ath9k/main.c | 3 ++
> drivers/net/wireless/ath/wil6210/debugfs.c | 7 +--
> drivers/net/wireless/ath/wil6210/main.c | 2 +-
> drivers/net/wireless/ath/wil6210/txrx.c | 4 +-
> drivers/net/wireless/mac80211_hwsim.c | 12 ++---
> drivers/net/xen-netfront.c | 14 ++++--
> drivers/of/base.c | 3 --
> drivers/of/unittest.c | 7 ++-
> drivers/rtc/rtc-pm8xxx.c | 49 ++++++++++++++----
> drivers/s390/scsi/zfcp_erp.c | 2 +-
> drivers/scsi/sg.c | 4 +-
> drivers/scsi/ufs/ufs-qcom.c | 2 +-
> drivers/scsi/ufs/ufshcd.c | 5 ++
> drivers/soc/qcom/smem.c | 2 +-
> drivers/tty/ehv_bytechan.c | 21 ++++++--
> drivers/usb/gadget/composite.c | 9 ++++
> drivers/usb/gadget/function/f_fs.c | 1 +
> drivers/video/fbdev/core/fbmem.c | 2 +-
> drivers/video/fbdev/sis/init301.c | 4 +-
> fs/btrfs/async-thread.c | 8 +++
> fs/btrfs/async-thread.h | 2 +
> fs/btrfs/disk-io.c | 13 +++++
> fs/btrfs/relocation.c | 33 ++++++++----
> fs/btrfs/send.c | 7 +--
> fs/exec.c | 2 +-
> fs/ext2/xattr.c | 5 +-
> fs/ext4/extents.c | 8 +--
> fs/ext4/inode.c | 2 +-
> fs/ext4/super.c | 9 ++--
> fs/gfs2/glock.c | 3 ++
> fs/hfsplus/attributes.c | 4 ++
> fs/jbd2/commit.c | 7 +--
> fs/nfs/direct.c | 2 +
> fs/nfs/pagelist.c | 17 +++----
> fs/ocfs2/alloc.c | 4 ++
> include/linux/compiler.h | 2 +-
> include/linux/devfreq_cooling.h | 2 +-
> include/linux/percpu_counter.h | 4 +-
> include/linux/sched.h | 4 +-
> include/net/ip6_route.h | 1 +
> kernel/futex.c | 12 ++++-
> kernel/kmod.c | 4 +-
> kernel/locking/lockdep.c | 4 ++
> kernel/locking/locktorture.c | 8 +--
> kernel/signal.c | 2 +-
> kernel/trace/trace_events_trigger.c | 10 ++--
> net/ipv4/devinet.c | 13 +++--
> security/keys/key.c | 2 +-
> security/keys/keyctl.c | 4 +-
> sound/core/oss/pcm_plugin.c | 32 +++++++++---
> sound/pci/hda/hda_beep.c | 6 ++-
> sound/pci/hda/hda_codec.c | 1 +
> sound/pci/hda/hda_intel.c | 35 +++++++------
> sound/pci/ice1712/prodigy_hifi.c | 4 +-
> sound/soc/intel/atom/sst-atom-controls.c | 2 +-
> sound/soc/intel/atom/sst/sst_pci.c | 2 +-
> sound/soc/soc-dapm.c | 8 ++-
> sound/soc/soc-ops.c | 4 +-
> sound/soc/soc-pcm.c | 6 ++-
> sound/soc/soc-topology.c | 2 +-
> sound/usb/mixer.c | 2 +-
> sound/usb/mixer_maps.c | 28 +++++++++++
> tools/testing/selftests/x86/ptrace_syscall.c | 8 ++-
> 103 files changed, 531 insertions(+), 235 deletions(-)
>

2020-04-24 07:43:24

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 4.4 00/99] 4.4.220-rc2 review


On 23/04/2020 11:34, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.220 release.
> There are 99 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 Sat, 25 Apr 2020 10:31:20 +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.220-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.220-rc2-gb7353bd580c0
Boards tested: tegra124-jetson-tk1, tegra20-ventana,
tegra30-cardhu-a04

Cheers
Jon

--
nvpublic

2020-04-24 16:53:18

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 4.4 00/99] 4.4.220-rc2 review

On 4/23/20 4:34 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.4.220 release.
> There are 99 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 Sat, 25 Apr 2020 10:31:20 +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.220-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
>

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah