On 2/5/19 12:46 AM, Greg Kroah-Hartman wrote:
On Mon, Feb 04, 2019 at 01:44:44PM -0800, Guenter Roeck wrote:
On Mon, Feb 04, 2019 at 11:36:15AM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 3.18.134 release.
There are 31 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 Wed Feb 6 10:35:28 UTC 2019.
Anything received after that time might be too late.
Build results:
total: 155 pass: 153 fail: 2
Failed builds:
arm64:defconfig
arm64:allmodconfig
Qemu test results:
total: 222 pass: 222 fail: 0
Error log:
Error log:
arch/arm64/kernel/head.o: In function `el2_setup':
(.head.text+0x130): relocation truncated to fit: R_AARCH64_ADR_PREL_LO21 against
symbol `__hyp_stub_vectors' defined in .hyp.text section in arch/arm64/kernel/built-in.o
Looks like this is due to commit 8640f2308921 ("arm64: hyp-stub: Forbid
kprobing of the hyp-stub").
Ah, thanks, let me go fix this up...
Ok, pushed out a -rc2 with that patch dropped.
greg k-h
Now fixed:
Build results:
total: 155 pass: 155 fail: 0
Qemu test results:
total: 226 pass: 226 fail: 0
Guenter