[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAAVpQUATnxEVBE8uNt01eih=CnonmnLwYSrEZEhDk_EEk7Pemg@mail.gmail.com>
Date: Mon, 24 Nov 2025 12:07:28 -0800
From: Kuniyuki Iwashima <kuniyu@...gle.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: "David S . Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>,
Kuniyuki Iwashima <kuni1840@...il.com>, netdev@...r.kernel.org
Subject: Re: [PATCH v1 net-next 1/2] selftest: af_unix: Create its own .gitignore.
On Mon, Nov 24, 2025 at 11:51 AM Jakub Kicinski <kuba@...nel.org> wrote:
>
> On Mon, 24 Nov 2025 19:43:33 +0000 Kuniyuki Iwashima wrote:
> > Somehow AF_UNIX tests have reused ../.gitignore,
> > but now NIPA warns about it.
> >
> > Let's create .gitignore under af_unix/.
>
> Thanks for following up!
>
> NIPA says it doesn't apply:
>
> error: patch failed: tools/testing/selftests/net/.gitignore:35
> error: tools/testing/selftests/net/.gitignore: patch does not apply
> hint: Use 'git am --show-current-patch=diff' to see the failed patch
> hint: When you have resolved this problem, run "git am --continue".
> hint: If you prefer to skip this patch, run "git am --skip" instead.
> hint: To restore the original branch and stop patching, run "git am --abort".
> hint: Disable this message with "git config set advice.mergeConflict false"
>
> Does it have a dependency in net or on the list?
Oh sorry, I forgot I had some downstream tests.
Will rebase on clean net-next.
>
> > new file mode 100644
> > index 000000000000..694bcb11695b
> > --- /dev/null
> > +++ b/tools/testing/selftests/net/af_unix/.gitignore
> > @@ -0,0 +1,8 @@
> > +diag_uid
> > +msg_oob
> > +scm_inq
> > +scm_pidfd
> > +scm_rights
> > +so_peek_off
> > +unix_connect
> > +unix_connreset
> > \ No newline at end of file
>
> nit: missing new line
Will add in v2.
Thanks!
Powered by blists - more mailing lists