All of lore.kernel.org
 help / color / mirror / Atom feed
From: Breno Leitao <leitao@debian.org>
To: Jakub Kicinski <kuba@kernel.org>
Cc: sdf@fomichev.me, "David S. Miller" <davem@davemloft.net>,
	"Eric Dumazet" <edumazet@google.com>,
	"Paolo Abeni" <pabeni@redhat.com>,
	"Simon Horman" <horms@kernel.org>,
	"Alexander Aring" <alex.aring@gmail.com>,
	"Stefan Schmidt" <stefan@datenfreihafen.org>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Remi Denis-Courmont" <courmisch@gmail.com>,
	"Rémi Denis-Courmont" <remi.denis-courmont@nokia.com>,
	"John Fastabend" <john.fastabend@gmail.com>,
	"Sabrina Dubroca" <sd@queasysnail.net>,
	"Shuah Khan" <shuah@kernel.org>,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-wpan@vger.kernel.org, linux-kselftest@vger.kernel.org,
	kernel-team@meta.com, "Rémi Denis-Courmont" <remi@remlab.net>,
	"Joe Damato" <joe@dama.to>
Subject: Re: [PATCH net-next v3 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls
Date: Wed, 29 Jul 2026 01:28:57 -0700	[thread overview]
Message-ID: <amm4M6UIEMFTgVtg@gmail.com> (raw)
In-Reply-To: <20260728153735.7e449d76@kernel.org>

On Tue, Jul 28, 2026 at 03:37:35PM -0700, Jakub Kicinski wrote:
> On Tue, 28 Jul 2026 03:04:21 -0700 Breno Leitao wrote:
> > On Mon, Jul 27, 2026 at 04:16:52PM -0700, Jakub Kicinski wrote:
> > > On Mon, 27 Jul 2026 03:06:41 -0700 Breno Leitao wrote:  
> > > >   - ieee802154: WPAN_WANTACK dgram int path + non-SOL_IEEE802154 level
> > > >                 rejection.
> > > >   - phonet:     PNPIPE_ENCAP pep int path + non-SOL_PNPIPE level
> > > >                 rejection.  
> > > 
> > > The config options for these are not enabled in the config for net
> > > selftest target. Doesn't look like we're testing anything particularly
> > > meaningful here, so maybe just drop the cases for these?  
> > 
> > Sure. Just to confirm my understanding: you'd like me to keep the
> > selftest patch but drop the ieee802154 and phonet test cases, while
> > retaining the rawv6 and tls cases. Is that correct?
> 
> Yes, that's right.

Ack. Thanks for the clarification.

I will update it.
--breno

      reply	other threads:[~2026-07-29  8:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-27 10:06 [PATCH net-next v3 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t Breno Leitao
2026-07-27 10:06 ` [PATCH net-next v3 1/7] ipv6: raw: drop unused level argument from do_rawv6_getsockopt Breno Leitao
2026-07-27 15:07   ` Stanislav Fomichev
2026-07-27 10:06 ` [PATCH net-next v3 2/7] ipv6: raw: convert do_rawv6_getsockopt to sockopt_t Breno Leitao
2026-07-27 15:24   ` Stanislav Fomichev
2026-07-27 10:06 ` [PATCH net-next v3 3/7] ieee802154: convert dgram getsockopt " Breno Leitao
2026-07-27 15:24   ` Stanislav Fomichev
2026-07-27 10:06 ` [PATCH net-next v3 4/7] phonet: pep: do not write beyond optlen in getsockopt Breno Leitao
2026-07-27 15:25   ` Stanislav Fomichev
2026-07-27 10:06 ` [PATCH net-next v3 5/7] phonet: pep: convert getsockopt to sockopt_t Breno Leitao
2026-07-27 15:25   ` Stanislav Fomichev
2026-07-27 10:06 ` [PATCH net-next v3 6/7] tls: " Breno Leitao
2026-07-27 15:25   ` Stanislav Fomichev
2026-07-27 10:06 ` [PATCH net-next v3 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls Breno Leitao
2026-07-27 15:26   ` Stanislav Fomichev
2026-07-27 23:16   ` Jakub Kicinski
2026-07-28 10:04     ` Breno Leitao
2026-07-28 22:37       ` Jakub Kicinski
2026-07-29  8:28         ` Breno Leitao [this message]

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=amm4M6UIEMFTgVtg@gmail.com \
    --to=leitao@debian.org \
    --cc=alex.aring@gmail.com \
    --cc=courmisch@gmail.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=joe@dama.to \
    --cc=john.fastabend@gmail.com \
    --cc=kernel-team@meta.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=remi.denis-courmont@nokia.com \
    --cc=remi@remlab.net \
    --cc=sd@queasysnail.net \
    --cc=sdf@fomichev.me \
    --cc=shuah@kernel.org \
    --cc=stefan@datenfreihafen.org \
    /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.