All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Kuniyuki Iwashima <kuniyu@google.com>
Cc: "David S . Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>, Simon Horman <horms@kernel.org>,
	Kuniyuki Iwashima <kuni1840@gmail.com>,
	netdev@vger.kernel.org
Subject: Re: [PATCH v1 net-next 1/2] selftest: af_unix: Create its own .gitignore.
Date: Mon, 24 Nov 2025 11:51:45 -0800	[thread overview]
Message-ID: <20251124115145.0e6bb004@kernel.org> (raw)
In-Reply-To: <20251124194424.86160-2-kuniyu@google.com>

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?

> 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
-- 
pw-bot: cr

  reply	other threads:[~2025-11-24 19:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-24 19:43 [PATCH v1 net-next 0/2] selftest: af_unix: Misc updates Kuniyuki Iwashima
2025-11-24 19:43 ` [PATCH v1 net-next 1/2] selftest: af_unix: Create its own .gitignore Kuniyuki Iwashima
2025-11-24 19:51   ` Jakub Kicinski [this message]
2025-11-24 20:07     ` Kuniyuki Iwashima
2025-11-24 21:12       ` Jakub Kicinski
2025-11-24 21:23         ` Kuniyuki Iwashima
2025-11-24 19:43 ` [PATCH v1 net-next 2/2] selftest: af_unix: Extend recv() timeout in so_peek_off.c Kuniyuki Iwashima

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251124115145.0e6bb004@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuni1840@gmail.com \
    --cc=kuniyu@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.