Re: [PATCH 5.12 000/242] 5.12.18-rc1 review

From: Guenter Roeck
Date: Fri Jul 16 2021 - 09:40:22 EST


On 7/15/21 11:36 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.12.18 release.
There are 242 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, 17 Jul 2021 18:21:07 +0000.
Anything received after that time might be too late.


Building s390:defconfig ... failed
--------------
Error log:
/bin/sh: arch/s390/kernel/vdso64/gen_vdso_offsets.sh: Permission denied
/bin/sh: arch/s390/kernel/vdso32/gen_vdso_offsets.sh: Permission denied
...

Original commit:

diff --git a/arch/s390/kernel/vdso32/gen_vdso_offsets.sh b/arch/s390/kernel/vdso32/gen_vdso_offsets.sh
new file mode 100755
^^^^^^
index 000000000000..9c4f951e227d
--- /dev/null
+++ b/arch/s390/kernel/vdso32/gen_vdso_offsets.sh

This commit:

diff --git a/arch/s390/kernel/vdso32/gen_vdso_offsets.sh b/arch/s390/kernel/vdso32/gen_vdso_offsets.sh
new file mode 100644
^^^^^^
index 000000000000..9c4f951e227d
--- /dev/null
+++ b/arch/s390/kernel/vdso32/gen_vdso_offsets.sh

Same with v5.13.y.

Guenter