From: Jacob Keller <jacob.e.keller@intel.com>
To: Alexander Lobakin <aleksander.lobakin@intel.com>,
Jakub Kicinski <kuba@kernel.org>
Cc: <anthony.l.nguyen@intel.com>, <netdev@vger.kernel.org>,
<sdf@fomichev.me>, <andrew+netdev@lunn.ch>, <ast@kernel.org>,
<sx.rinitha@intel.com>, <horms@kernel.org>,
<yury.norov@gmail.com>, <john.fastabend@gmail.com>,
<kohei@enjuk.jp>, <przemyslaw.kitszel@intel.com>,
<richardcochran@gmail.com>, <alexander.nowlin@intel.com>,
<daniel@iogearbox.net>, <maciej.fijalkowski@intel.com>,
<nxne.cnse.osdt.itp.upstreaming@intel.com>, <edumazet@google.com>,
<aleksandr.loktionov@intel.com>, <marcin.szycik@linux.intel.com>,
<hawk@kernel.org>, <magnus.karlsson@intel.com>,
<pmenzel@molgen.mpg.de>, <pabeni@redhat.com>,
<bpf@vger.kernel.org>, <davem@davemloft.net>,
<andriy.shevchenko@linux.intel.com>
Subject: Re: [net-next,3/9] ice: migrate to netdev ops lock
Date: Wed, 11 Feb 2026 10:46:35 -0800 [thread overview]
Message-ID: <da2faa88-7d81-4b2b-bf2e-f7a4e4a22615@intel.com> (raw)
In-Reply-To: <3b134d22-30ec-4532-9b89-f96761d3abc9@intel.com>
On 2/11/2026 9:13 AM, Alexander Lobakin wrote:
> I'm not frustrated at all :> I mentioned those 1.5 months only to say
> that during that time, none of the users of our tree faced any bugs,
> except one case which was fixed a long ago.
>
I wouldn't trust an absence of reports in the case of subtle locking
issues like this. At least one of the reports here is obviously valid:
ice_vsi_cfg_def_locked holds the netdev lock but calls
ice_vsi_free_q_vectors in its goto cleanup logic.
Its a mistake in cleanup flow which is likely untested. Of course users
haven't reproduced this because they haven't managed to get a failure
that would trigger a cleanup.
> I can't say it's a false positive, but I can't confirm the AI is
> absolutely correct here. At least a couple places mentioned that
> "shouldn't work" in fact works. It's not just me being Sarah Connor when
> it comes to AI, I just don't want people to trust it too much or authors
> to waste time proving that AI is wrong.
>
I agree it is important to take the AI report with a grain of salt, and
it is incredibly frustrating when you see a bogus report that
hallucinated some data.
Unfortunately, in this case its a real (if extremely unlikely to trigger
in practice) issue.
> Your call whether to drop it or take (this PR also contains several
> patches not related to netmem, I think they shouldn't be dropped?).
>
> Thanks,
> Olek
next prev parent reply other threads:[~2026-02-11 18:46 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-06 17:48 [PATCH net-next 0/9][pull request] Intel Wired LAN Driver Updates 2026-02-06 (libeth, ice, i40e, ixgbe) Tony Nguyen
2026-02-06 17:48 ` [PATCH net-next 1/9] libeth: pass Rx queue index to PP when creating a fill queue Tony Nguyen
2026-02-06 17:48 ` [PATCH net-next 2/9] libeth: handle creating pools with unreadable buffers Tony Nguyen
2026-02-06 17:49 ` [PATCH net-next 3/9] ice: migrate to netdev ops lock Tony Nguyen
2026-02-11 4:24 ` [net-next,3/9] " Jakub Kicinski
2026-02-11 13:51 ` Alexander Lobakin
2026-02-11 16:55 ` Jakub Kicinski
2026-02-11 17:13 ` Alexander Lobakin
2026-02-11 18:46 ` Jacob Keller [this message]
2026-02-06 17:49 ` [PATCH net-next 4/9] ice: implement Rx queue management ops Tony Nguyen
2026-02-06 17:49 ` [PATCH net-next 5/9] ice: add support for transmitting unreadable frags Tony Nguyen
2026-02-06 17:49 ` [PATCH net-next 6/9] ice: Make name member of struct ice_cgu_pin_desc const Tony Nguyen
2026-02-06 17:49 ` [PATCH net-next 7/9] i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields() Tony Nguyen
2026-02-06 17:49 ` [PATCH net-next 8/9] i40e: Add missing header Tony Nguyen
2026-02-06 17:49 ` [PATCH net-next 9/9] ixgbe: refactor: use DECLARE_BITMAP for ring state field Tony Nguyen
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=da2faa88-7d81-4b2b-bf2e-f7a4e4a22615@intel.com \
--to=jacob.e.keller@intel.com \
--cc=aleksander.lobakin@intel.com \
--cc=aleksandr.loktionov@intel.com \
--cc=alexander.nowlin@intel.com \
--cc=andrew+netdev@lunn.ch \
--cc=andriy.shevchenko@linux.intel.com \
--cc=anthony.l.nguyen@intel.com \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hawk@kernel.org \
--cc=horms@kernel.org \
--cc=john.fastabend@gmail.com \
--cc=kohei@enjuk.jp \
--cc=kuba@kernel.org \
--cc=maciej.fijalkowski@intel.com \
--cc=magnus.karlsson@intel.com \
--cc=marcin.szycik@linux.intel.com \
--cc=netdev@vger.kernel.org \
--cc=nxne.cnse.osdt.itp.upstreaming@intel.com \
--cc=pabeni@redhat.com \
--cc=pmenzel@molgen.mpg.de \
--cc=przemyslaw.kitszel@intel.com \
--cc=richardcochran@gmail.com \
--cc=sdf@fomichev.me \
--cc=sx.rinitha@intel.com \
--cc=yury.norov@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox