From: patchwork-bot+netdevbpf@kernel.org
To: Chenguang Zhao <zhaochenguang@kylinos.cn>
Cc: andrew@lunn.ch, kuba@kernel.org, davem@davemloft.net,
edumazet@google.com, pabeni@redhat.com, leitao@debian.org,
horms@kernel.org, maxime.chevallier@bootlin.com,
netdev@vger.kernel.org
Subject: Re: [PATCH v3] ethtool: fix ethnl_bitmap32_not_zero() bit interval semantics
Date: Wed, 13 May 2026 03:45:15 +0000 [thread overview]
Message-ID: <177864391554.3173643.17820946029425811910.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260511014343.133328-1-zhaochenguang@kylinos.cn>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 11 May 2026 09:43:43 +0800 you wrote:
> ethnl_bitmap32_not_zero() should return true if some bit in [start, end)
> is set:
>
> - Fix inverted memchr_inv() sense: return true when the scan finds a
> non-zero byte, not when the middle words are all zero.
> - Return false for an empty interval (end <= start).
> - When end is 32-bit aligned, indices in [start, end) do not include any
> bits from map[end_word]; return false after earlier checks found no
> non-zero data.
>
> [...]
Here is the summary with links:
- [v3] ethtool: fix ethnl_bitmap32_not_zero() bit interval semantics
https://git.kernel.org/netdev/net/c/3d042592ebd4
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-05-13 3:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 1:43 [PATCH v3] ethtool: fix ethnl_bitmap32_not_zero() bit interval semantics Chenguang Zhao
2026-05-13 3:45 ` patchwork-bot+netdevbpf [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=177864391554.3173643.17820946029425811910.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=leitao@debian.org \
--cc=maxime.chevallier@bootlin.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=zhaochenguang@kylinos.cn \
/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