This is the start of the stable review cycle for the 3.18.119 release. There are 15 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 Aug 18 17:16:20 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/v3.x/stable-review/patch-3.18.119-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-3.18.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 3.18.119-rc1
Mark Salyzyn salyzyn@android.com Bluetooth: hidp: buffer overflow in hidp_process_report
Eric Biggers ebiggers@google.com crypto: ablkcipher - fix crash flushing dcache in error path
Eric Biggers ebiggers@google.com crypto: blkcipher - fix crash flushing dcache in error path
Eric Biggers ebiggers@google.com crypto: vmac - separate tfm and request context
Eric Biggers ebiggers@google.com crypto: vmac - require a block cipher with 128-bit block size
Randy Dunlap rdunlap@infradead.org kbuild: verify that $DEPMOD is installed
Liwei Song liwei.song@windriver.com i2c: ismt: fix wrong device address when unmap the data buffer
Andrey Ryabinin a.ryabinin@samsung.com mm: slub: fix format mismatches in slab_err() callers
Erick Reyes erickreyes@google.com ALSA: info: Check for integer overflow in snd_info_entry_write()
Masami Hiramatsu mhiramat@kernel.org kprobes/x86: Fix %p uses in error messages
Oleksij Rempel o.rempel@pengutronix.de ARM: dts: imx6sx: fix irq for pcie bridge
Al Viro viro@zeniv.linux.org.uk fix __legitimize_mnt()/mntput() race
Al Viro viro@zeniv.linux.org.uk fix mntput/mntput race
Al Viro viro@zeniv.linux.org.uk root dentries need RCU-delayed freeing
Juergen Gross jgross@suse.com xen/netfront: don't cache skb_shinfo()
-------------
Diffstat:
Documentation/Changes | 17 +- Makefile | 4 +- arch/arm/boot/dts/imx6sx.dtsi | 2 +- arch/x86/kernel/kprobes/core.c | 4 +- crypto/ablkcipher.c | 57 +++--- crypto/blkcipher.c | 54 +++--- crypto/vmac.c | 412 ++++++++++++++++++----------------------- drivers/i2c/busses/i2c-ismt.c | 2 +- drivers/net/xen-netfront.c | 8 +- fs/dcache.c | 6 +- fs/namespace.c | 28 ++- include/crypto/vmac.h | 63 ------- mm/slub.c | 6 +- net/bluetooth/hidp/core.c | 4 +- scripts/depmod.sh | 8 +- sound/core/info.c | 4 +- 16 files changed, 297 insertions(+), 382 deletions(-)
On Thu, Aug 16, 2018 at 08:41:37PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 3.18.119 release. There are 15 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 Aug 18 17:16:20 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/v3.x/stable-review/patch-3.18.119-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-3.18.y and the diffstat can be found below.
thanks,
greg k-h
Merged, compiled with -Werror, and installed onto my Pixel XL.
No initial issues noticed in dmesg or general usage.
Thanks! Nathan
On Thu, Aug 16, 2018 at 12:44:40PM -0700, Nathan Chancellor wrote:
On Thu, Aug 16, 2018 at 08:41:37PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 3.18.119 release. There are 15 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 Aug 18 17:16:20 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/v3.x/stable-review/patch-3.18.119-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-3.18.y and the diffstat can be found below.
thanks,
greg k-h
Merged, compiled with -Werror, and installed onto my Pixel XL.
No initial issues noticed in dmesg or general usage.
Thanks for testing two of these and letting me know.
greg k-h
stable-rc/linux-3.18.y boot: 79 boots: 0 failed, 75 passed with 4 offline (v3.18.118-16-g5a3281fb14f7)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-3.18.y/kernel/v3.18... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-3.18.y/kernel/v3.18.118-16...
Tree: stable-rc Branch: linux-3.18.y Git Describe: v3.18.118-16-g5a3281fb14f7 Git Commit: 5a3281fb14f7a0581b88a01cb46d14372c4e58e9 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 27 unique boards, 12 SoC families, 19 builds out of 196
Offline Platforms:
arm:
sama5_defconfig: at91-sama5d4ek: 1 offline lab
multi_v7_defconfig: tegra124-jetson-tk1: 1 offline lab
tegra_defconfig: tegra124-jetson-tk1: 1 offline lab
bcm2835_defconfig: bcm2835-rpi-b: 1 offline lab
--- For more info write to info@kernelci.org
On 17 August 2018 12:11:37 AM IST, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 3.18.119 release. There are 15 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 Aug 18 17:16:20 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/v3.x/stable-review/patch-3.18.119-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-3.18.y and the diffstat can be found below.
Merged cleanly and compiled with -Werror, All good on the OnePlus 3T. Thanks for the update!
On Fri, Aug 17, 2018 at 07:29:25PM +0530, Harsh 'Shandilya wrote:
On 17 August 2018 12:11:37 AM IST, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 3.18.119 release. There are 15 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 Aug 18 17:16:20 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/v3.x/stable-review/patch-3.18.119-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-3.18.y and the diffstat can be found below.
Merged cleanly and compiled with -Werror, All good on the OnePlus 3T. Thanks for the update!
Wonderful, thanks for testing and letting me know.
greg k-h
On Thu, Aug 16, 2018 at 08:41:37PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 3.18.119 release. There are 15 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 Aug 18 17:16:20 UTC 2018. Anything received after that time might be too late.
Build results: total: 138 pass: 138 fail: 0 Qemu test results: total: 207 pass: 207 fail: 0
Details are available at http://kerneltests.org/builders/.
Guenter