On Wed, Sep 7, 2022 at 10:40 AM Sudip Mukherjee (Codethink) <sudipm.mukherjee@xxxxxxxxx> wrote: > > Hi Greg, > > On Tue, Sep 06, 2022 at 03:29:41PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.15.66 release. > > There are 107 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 Thu, 08 Sep 2022 13:27:58 +0000. > > Anything received after that time might be too late. > > Build test (gcc version 11.3.1 20220819): Missed reporting that the build is full of "/bin/sh: 1: ./scripts/pahole-flags.sh: Permission denied". On checking it turns out, the execute permission is not set in the v5.15.y branch, but its set in v5.19.y branch. On v5.19.y: $ ls -l scripts/pahole-flags.sh -rwxr-xr-x 1 sudip sudip 585 Sep 6 18:03 scripts/pahole-flags.sh on v5.15.y: $ ls -l scripts/pahole-flags.sh -rw-r--r-- 1 sudip sudip 627 Sep 7 12:27 scripts/pahole-flags.sh -- Regards Sudip