Re: [PATCH 4.14 00/36] 4.14.91-stable review

2018-12-28 Thread Guenter Roeck
On Fri, Dec 28, 2018 at 12:52:16PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.14.91 release.
> There are 36 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 Dec 30 11:30:54 UTC 2018.
> Anything received after that time might be too late.
> 

Build results:
total: 171 pass: 171 fail: 0
Qemu test results:
total: 317 pass: 317 fail: 0

Details are available at https://kerneltests.org/builders/.

Guenter


Re: [PATCH 4.14 00/36] 4.14.91-stable review

2018-12-28 Thread shuah

On 12/28/18 4:52 AM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 4.14.91 release.
There are 36 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 Dec 30 11:30:54 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.91-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.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


Re: [PATCH 4.14 00/36] 4.14.91-stable review

2018-12-28 Thread Dan Rue
On Fri, Dec 28, 2018 at 12:52:16PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.14.91 release.
> There are 36 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.

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

Summary


kernel: 4.14.91-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: 4554bd6c9c0c321f2e9d6603b687afc95fb0253b
git describe: v4.14.90-37-g4554bd6c9c0c
Test details: 
https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe/build/v4.14.90-37-g4554bd6c9c0c

No regressions (compared to build v4.14.89-73-g592f5569e184)

No fixes (compared to build v4.14.89-73-g592f5569e184)

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

Environments
--
- dragonboard-410c - arm64
- hi6220-hikey - arm64
- i386
- juno-r2 - arm64
- qemu_arm
- qemu_arm64
- qemu_i386
- qemu_x86_64
- x15 - arm
- x86_64

Test Suites
---
* boot
* install-android-platform-tools-r2600
* kselftest
* libhugetlbfs
* ltp-cap_bounds-tests
* ltp-containers-tests
* ltp-cpuhotplug-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-nptl-tests
* ltp-pty-tests
* ltp-sched-tests
* ltp-securebits-tests
* ltp-syscalls-tests
* ltp-timers-tests
* spectre-meltdown-checker-test
* ltp-math-tests
* ltp-open-posix-tests
* kselftest-vsyscall-mode-native
* kselftest-vsyscall-mode-none

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


[PATCH 4.14 00/36] 4.14.91-stable review

2018-12-28 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.14.91 release.
There are 36 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 Dec 30 11:30:54 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.91-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.14.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.14.91-rc1

Gustavo A. R. Silva 
drm/ioctl: Fix Spectre v1 vulnerabilities

Ivan Delalande 
proc/sysctl: don't return ENOMEM on lookup when a table is unregistering

Roman Gushchin 
mm: don't miss the last page because of round-off error

Richard Weinberger 
ubifs: Handle re-linking of inodes correctly while recovery

Uwe Kleine-König 
spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.

Uwe Kleine-König 
spi: imx: add a device specific prepare_message callback

Ihab Zhaika 
iwlwifi: add new cards for 9560, 9462, 9461 and killer series

Emmanuel Grumbach 
iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT to old firmwares

Sergey Senozhatsky 
panic: avoid deadlocks in re-entrant console drivers

Colin Ian King 
x86/mtrr: Don't copy uninitialized gentry fields back to userspace

Dexuan Cui 
Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channels

Cfir Cohen 
KVM: Fix UAF in nested posted interrupt processing

Eduardo Habkost 
kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs

Thomas Gleixner 
posix-timers: Fix division by zero bug

Hans de Goede 
gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers

Christophe Leroy 
gpio: max7301: fix driver for use with CONFIG_VMAP_STACK

Russell King 
mmc: omap_hsmmc: fix DMA API warning

Ulf Hansson 
mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrl

Ulf Hansson 
mmc: core: Allow BKOPS and CACHE ctrl even if no HPI support

Ulf Hansson 
mmc: core: Reset HPI enabled state during re-init and in case of errors

Jens Axboe 
scsi: sd: use mempool for discard special page

Jörgen Storvist 
USB: serial: option: add Telit LN940 series

Jörgen Storvist 
USB: serial: option: add Fibocom NL668 series

Jörgen Storvist 
USB: serial: option: add Simcom SIM7500/SIM7600 (MBIM mode)

Tore Anderson 
USB: serial: option: add HP lt4132

Jörgen Storvist 
USB: serial: option: add GosunCn ZTE WeLink ME3630

Nicolas Saenz Julienne 
USB: xhci: fix 'broken_suspend' placement in struct xchi_hcd

Mathias Nyman 
xhci: Don't prevent USB2 bus suspend in state check intended for USB3 only

Hui Peng 
USB: hso: Fix OOB memory access in hso_probe/hso_get_config_data

Dan Carpenter 
cifs: integer overflow in in SMB2_ioctl()

Jiri Olsa 
perf record: Synthesize features before events in pipe mode

Bart Van Assche 
ib_srpt: Fix a use-after-free in __srpt_close_all_ch()

Richard Weinberger 
ubifs: Fix directory size calculation for symlinks

Daniel Mack 
ASoC: sta32x: set ->component pointer in private struct

Mikulas Patocka 
block: fix infinite loop if the device loses discard capability

Jens Axboe 
block: break discard submissions into the user defined size


-

Diffstat:

 Makefile  |   4 +-
 arch/x86/include/asm/msr-index.h  |   1 +
 arch/x86/kernel/cpu/mtrr/if.c |   2 +
 arch/x86/kvm/vmx.c|   2 +
 arch/x86/kvm/x86.c|   2 +
 block/blk-lib.c   |  22 +++-
 drivers/gpio/gpio-max7301.c   |  12 +--
 drivers/gpio/gpiolib-acpi.c   | 144 +++---
 drivers/gpu/drm/drm_ioctl.c   |  10 +-
 drivers/hv/vmbus_drv.c|  20 
 drivers/infiniband/ulp/srpt/ib_srpt.c |   4 +-
 drivers/mmc/core/mmc.c|  24 +++--
 drivers/mmc/host/omap_hsmmc.c |  12 ++-
 drivers/net/usb/hso.c |  18 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |   9 ++
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c |  50 +
 drivers/scsi/sd.c |  23 +++-
 drivers/spi/spi-imx.c |  91 
 drivers/usb/host/xhci-hub.c   |   3 +-
 drivers/usb/host/xhci.h   |   4 +-
 drivers/usb/serial/option.c   |  16 ++-
 fs/cifs/smb2pdu.c |   4 +-
 fs/proc/proc_sysctl.c |  13 ++-
 fs/ubifs/dir.c|   5 +-