[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=wj2TzOJqCr0-J5H6w=d5DgAtVQBQNrYHzaTMkEwkZrwnA@mail.gmail.com>
Date: Mon, 11 Mar 2019 10:20:06 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: kernel test robot <rong.a.chen@...el.com>
Cc: Uladzislau Rezki <urezki@...il.com>, Shuah Khan <shuah@...nel.org>,
Kees Cook <keescook@...omium.org>,
Matthew Wilcox <willy@...radead.org>,
Michal Hocko <mhocko@...e.com>,
Oleksiy Avramchenko <oleksiy.avramchenko@...ymobile.com>,
Thomas Gleixner <tglx@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>, lkp@...org
Subject: Re: [LKP] [selftests/vm] a05ef00c97: kernel_selftests.vm.vmalloc_stability_smoke_test.fail
On Mon, Mar 11, 2019 at 12:43 AM kernel test robot
<rong.a.chen@...el.com> wrote:
>
> ./run_vmtests: line 217: ./test_vmalloc.sh: Permission denied
I marked that script executable:
6bc3fe8e7e17 ("tools: mark 'test_vmalloc.sh' executable")
although perhaps the better fix would have been to explicitly use the
shell to start it in the 'run_vmtests' script instead?
We have a lot of files that aren't marked executable, probably because
they came in as (or were generated as) non-git patches. Often through
Andrew's workflow.
But most of them don't seem to matter, because they get run using
explicit script engines. So I only fixed up this one case.
Linus
Powered by blists - more mailing lists