From: patchwork-bot+netdevbpf@kernel.org
To: Guenter Roeck <linux@roeck-us.net>
Cc: shuah@kernel.org, kuba@kernel.org, brauner@kernel.org,
tglx@linutronix.de, mingo@redhat.com, edumazet@google.com,
kees@kernel.org, linux-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org, wine-devel@winehq.org,
netdev@vger.kernel.org, bpf@vger.kernel.org
Subject: Re: [PATCH v2 00/13] selftests: Fix build warnings and errors
Date: Wed, 10 Dec 2025 09:20:14 +0000 [thread overview]
Message-ID: <176535841403.523551.9003145966659603890.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251205171010.515236-1-linux@roeck-us.net>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 5 Dec 2025 09:09:54 -0800 you wrote:
> This series fixes build warnings and errors observed when trying to build
> selftests.
>
> v2: Emphasize that the patch series fixes build warnings and errors
> which are seen even if -Werror is not provided.
> Fix usage of cc-option.
> For "ignoring return value" warnings, use perror() to display an error
> message if the affected function returns an error.
>
> [...]
Here is the summary with links:
- [v2,01/13] clone3: clone3_cap_checkpoint_restore: Fix build warnings
(no matching commit)
- [v2,02/13] selftests: ntsync: Fix build warnings
(no matching commit)
- [v2,03/13] selftests/filesystems: fclog: Fix build warnings and errors
(no matching commit)
- [v2,04/13] selftests/filesystems: file_stressor: Fix build warning
(no matching commit)
- [v2,05/13] selftests/filesystems: anon_inode_test: Fix build warning
(no matching commit)
- [v2,06/13] selftest: af_unix: Support compilers without flex-array-member-not-at-end support
https://git.kernel.org/netdev/net/c/06f7cae92fe3
- [v2,07/13] selftest/futex: Comment out test_futex_mpol
(no matching commit)
- [v2,08/13] selftests: net: netlink-dumps: Avoid uninitialized variable warning
(no matching commit)
- [v2,09/13] selftests/seccomp: Fix build warning
(no matching commit)
- [v2,10/13] selftests: net: Fix build warnings
https://git.kernel.org/netdev/net/c/59546e874403
- [v2,11/13] selftests/fs/mount-notify: Fix build warning
(no matching commit)
- [v2,12/13] selftests/fs/mount-notify-ns: Fix build warning
(no matching commit)
- [v2,13/13] selftests: net: tfo: Fix build warning
https://git.kernel.org/netdev/net/c/91dc09a609d9
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:[~2025-12-10 9:23 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-05 17:09 [PATCH v2 00/13] selftests: Fix build warnings and errors Guenter Roeck
2025-12-05 17:09 ` [PATCH v2 01/13] clone3: clone3_cap_checkpoint_restore: Fix build warnings Guenter Roeck
2025-12-05 17:09 ` [PATCH v2 02/13] selftests: ntsync: " Guenter Roeck
2025-12-08 19:27 ` Elizabeth Figura
2025-12-05 17:09 ` [PATCH v2 03/13] selftests/filesystems: fclog: Fix build warnings and errors Guenter Roeck
2025-12-05 17:09 ` [PATCH v2 04/13] selftests/filesystems: file_stressor: Fix build warning Guenter Roeck
2025-12-05 17:09 ` [PATCH v2 05/13] selftests/filesystems: anon_inode_test: " Guenter Roeck
2025-12-05 17:10 ` [PATCH v2 06/13] selftest: af_unix: Support compilers without flex-array-member-not-at-end support Guenter Roeck
2025-12-05 17:10 ` [PATCH v2 07/13] selftest/futex: Comment out test_futex_mpol Guenter Roeck
2025-12-05 17:10 ` [PATCH v2 08/13] selftests: net: netlink-dumps: Avoid uninitialized variable warning Guenter Roeck
2025-12-10 9:13 ` Jakub Kicinski
2025-12-10 19:09 ` Guenter Roeck
2025-12-05 17:10 ` [PATCH v2 09/13] selftests/seccomp: Fix build warning Guenter Roeck
2025-12-05 22:21 ` Kees Cook
2025-12-05 17:10 ` [PATCH v2 10/13] selftests: net: Fix build warnings Guenter Roeck
2025-12-05 17:10 ` [PATCH v2 11/13] selftests/fs/mount-notify: Fix build warning Guenter Roeck
2025-12-05 17:10 ` [PATCH v2 12/13] selftests/fs/mount-notify-ns: " Guenter Roeck
2025-12-05 17:31 ` Amir Goldstein
2025-12-05 18:26 ` Guenter Roeck
2025-12-05 17:10 ` [PATCH v2 13/13] selftests: net: tfo: " Guenter Roeck
2025-12-10 9:20 ` 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=176535841403.523551.9003145966659603890.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=brauner@kernel.org \
--cc=edumazet@google.com \
--cc=kees@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mingo@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=shuah@kernel.org \
--cc=tglx@linutronix.de \
--cc=wine-devel@winehq.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.