lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 16 Jul 2021 20:02:56 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Guenter Roeck <linux@...ck-us.net>
Cc:     linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
        akpm@...ux-foundation.org, shuah@...nel.org, patches@...nelci.org,
        lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
        f.fainelli@...il.com, stable@...r.kernel.org
Subject: Re: [PATCH 5.12 000/242] 5.12.18-rc1 review

On Fri, Jul 16, 2021 at 06:40:15AM -0700, Guenter Roeck wrote:
> 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.

Ah crap.  Quilt does not handle permissions like this.  And really, we
shouldn't be doing that either in the kernel, I thought we fixed these
all up so that the executable bit did not have to be set.

Let me go dig...

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ