Re: [PATCH] kselftest: add generated objects to .gitignore
From: Kees Cook
Date: Fri Feb 25 2022 - 21:23:31 EST
On Fri, Feb 25, 2022 at 04:59:58PM -0700, Shuah Khan wrote:
> On 2/25/22 3:27 AM, Muhammad Usama Anjum wrote:
> > Add kselftests_install directory and some other files to the
> > .gitignore.
> >
> > Signed-off-by: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
> > ---
> > tools/testing/selftests/.gitignore | 1 +
> > tools/testing/selftests/exec/.gitignore | 2 ++
> > tools/testing/selftests/kvm/.gitignore | 1 +
> > tools/testing/selftests/net/.gitignore | 1 +
> > 4 files changed, 5 insertions(+)
> >
>
> It is better to split these patches per test - makes it easier
> to apply. Please send separate patches for each test. This patch
> doesn't apply as is.
Once fixed, please consider them:
Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>
--
Kees Cook