Re: [PATCH 4.9 00/42] 4.9.247-rc1 review

2020-12-02 Thread Shuah Khan

On 12/1/20 1:52 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.9.247 release.
There are 42 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, 03 Dec 2020 08:46:29 +.
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.9.247-rc1.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.9.y
and the diffstat can be found below.

thanks,

greg k-h



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

Tested-by: Shuah Khan 

thanks,
-- Shuah


Re: [PATCH 4.9 00/42] 4.9.247-rc1 review

2020-12-01 Thread Naresh Kamboju
On Tue, 1 Dec 2020 at 14:26, Greg Kroah-Hartman
 wrote:
>
> This is the start of the stable review cycle for the 4.9.247 release.
> There are 42 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, 03 Dec 2020 08:46:29 +.
> 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.9.247-rc1.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.9.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.

Tested-by: Linux Kernel Functional Testing 

Summary


kernel: 4.9.247-rc1
git repo: 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-4.9.y
git commit: c2b4ff37ba1a5a9bbb5160e311d472b8185fb347
git describe: v4.9.246-43-gc2b4ff37ba1a
Test details: 
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.9.y/build/v4.9.246-43-gc2b4ff37ba1a

No regressions (compared to build v4.9.246)

No fixes (compared to build v4.9.246)

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

Environments
--
- arm
- arm64
- dragonboard-410c - arm64
- hi6220-hikey - arm64
- i386
- juno-r2 - arm64
- mips
- qemu-arm64-kasan
- qemu-x86_64-kasan
- qemu_arm
- qemu_arm64
- qemu_arm64-compat
- qemu_i386
- qemu_x86_64
- qemu_x86_64-compat
- sparc
- x15 - arm
- x86_64
- x86-kasan

Test Suites
---
* build
* linux-log-parser
* igt-gpu-tools
* install-android-platform-tools-r2600
* kvm-unit-tests
* libhugetlbfs
* ltp-cap_bounds-tests
* ltp-commands-tests
* ltp-containers-tests
* ltp-controllers-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-pty-tests
* ltp-sched-tests
* ltp-securebits-tests
* ltp-tracing-tests
* perf
* v4l2-compliance
* ltp-syscalls-tests
* network-basic-tests
* ltp-open-posix-tests

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


Re: [PATCH 4.9 00/42] 4.9.247-rc1 review

2020-12-01 Thread Guenter Roeck
On Tue, Dec 01, 2020 at 09:52:58AM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.9.247 release.
> There are 42 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, 03 Dec 2020 08:46:29 +.
> Anything received after that time might be too late.
> 

Build results:
total: 168 pass: 168 fail: 0
Qemu test results:
total: 382 pass: 382 fail: 0

Tested-by: Guenter Roeck 

Guenter


[PATCH 4.9 00/42] 4.9.247-rc1 review

2020-12-01 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.9.247 release.
There are 42 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, 03 Dec 2020 08:46:29 +.
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.9.247-rc1.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.9.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.9.247-rc1

Alan Stern 
USB: core: Fix regression in Hercules audio card

Johan Hovold 
USB: core: add endpoint-blacklist quirk

Michał Mirosław 
regulator: workaround self-referent regulators

Michał Mirosław 
regulator: avoid resolve_supply() infinite recursion

Anand K Mistry 
x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpb

Zhang Qilong 
usb: gadget: Fix memleak in gadgetfs_fill_super

Zhang Qilong 
usb: gadget: f_midi: Fix memleak in f_midi_alloc

Alan Stern 
USB: core: Change %pK for __user pointers to %px

Masami Hiramatsu 
perf probe: Fix to die_entrypc() returns error correctly

Kaixu Xia 
platform/x86: toshiba_acpi: Fix the wrong variable assignment

Marc Kleine-Budde 
can: gs_usb: fix endianess problem with candleLight firmware

Ard Biesheuvel 
efivarfs: revert "fix memory leak in efivarfs_create()"

Lijun Pan 
ibmvnic: fix NULL pointer dereference in ibmvic_reset_crq

Shay Agroskin 
net: ena: set initial DMA width to avoid intel iommu issue

Krzysztof Kozlowski 
nfc: s3fwrn5: use signed integer for parsing GPIO numbers

Xiongfeng Wang 
IB/mthca: fix return value of error branch in mthca_init_cq()

Michael Chan 
bnxt_en: Release PCI regions when DMA mask setup fails during probe.

Dexuan Cui 
video: hyperv_fb: Fix the cache type when mapping the VRAM

Zhang Changzhong 
bnxt_en: fix error return code in bnxt_init_board()

Stanley Chu 
scsi: ufs: Fix race between shutdown and runtime resume flow

Taehee Yoo 
batman-adv: set .owner to THIS_MODULE

Marc Zyngier 
phy: tegra: xusb: Fix dangling pointer on probe failure

Sami Tolvanen 
perf/x86: fix sysfs type mismatches

Mike Christie 
scsi: target: iscsi: Fix cmd abort fabric stop race

Lee Duncan 
scsi: libiscsi: Fix NOP race condition

Sugar Zhang 
dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size

Jens Axboe 
proc: don't allow async path resolution of /proc/self components

Brian Masney 
x86/xen: don't unbind uninitialized lock_kicker_irq

Marc Ferland 
dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant

Pablo Ceballos 
HID: hid-sensor-hub: Fix issue with devices with no report ID

Hans de Goede 
Input: i8042 - allow insmod to succeed on devices without an i8042 
controller

Frank Yang 
HID: cypress: Support Varmilo Keyboards' media hotkeys

Kai Vehmanen 
ALSA: hda/hdmi: fix incorrect locking in hdmi_pcm_close

Takashi Iwai 
ALSA: hda/hdmi: Use single mutex unlock in error paths

Will Deacon 
arm64: pgtable: Fix pte_accessible()

Paolo Bonzini 
KVM: x86: Fix split-irqchip vs interrupt injection window request

Qu Wenruo 
btrfs: inode: Verify inode mode to avoid NULL pointer dereference

Qu Wenruo 
btrfs: tree-checker: Enhance chunk checker to validate chunk profile

Rajat Jain 
PCI: Add device even if driver attach failed

Filipe Manana 
btrfs: fix lockdep splat when reading qgroup config on mount

Gerald Schaefer 
mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()

Igor Lubashev 
perf event: Check ref_reloc_sym before using it


-

Diffstat:

 Makefile |   4 +-
 arch/arm64/include/asm/pgtable.h |   7 +-
 arch/x86/events/intel/cstate.c   |   6 +-
 arch/x86/events/intel/rapl.c |  14 +--
 arch/x86/events/intel/uncore.c   |   4 +-
 arch/x86/events/intel/uncore.h   |  12 +--
 arch/x86/include/asm/kvm_host.h  |   1 +
 arch/x86/kernel/cpu/bugs.c   |   4 +-
 arch/x86/kvm/irq.c   |   2 +-
 arch/x86/kvm/x86.c   |  18 ++--
 arch/x86/xen/spinlock.c  |  12 ++-
 drivers/dma/pl330.c  |   2 +-
 drivers/dma/xilinx/xilinx_dma.c  |   4 +-
 drivers/hid/hid-cypress.c|  44 -
 drivers/hid/hid-ids.h|   2 +
 drivers/hid/hid-sensor-hub.c |   3 +-
 drivers/infiniband/hw/mthca/mthca_cq.c   |  10 +-
 drivers/input/serio/i8042.c  |  12 ++-
 drivers/net/can/usb/gs_usb.c | 131