mbox series

[net,v2,0/3] selftests: net: add missing gitignore and EXTRA_CLEAN entries.

Message ID 20241005-net-selftests-gitignore-v2-0-3a0b2876394a@gmail.com (mailing list archive)
Headers show
Series selftests: net: add missing gitignore and EXTRA_CLEAN entries. | expand

Message

Javier Carrasco Oct. 5, 2024, 5:29 a.m. UTC
This series is a cherry-pick on top of v6.12-rc1 from the one I sent
for selftests with other patches that were not net-related:

https://lore.kernel.org/all/20240925-selftests-gitignore-v3-0-9db896474170@gmail.com/

The patches have not been modified, and the Reviewed-by tags have
been kept.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
---
Changes in v2:
- rebase to net/main and solve conflicts in rds/Makefile
- Tag series for net.
- Link to v1: https://lore.kernel.org/r/20240930-net-selftests-gitignore-v1-0-65225a855946@gmail.com

---
Javier Carrasco (3):
      selftests: net: add msg_oob to gitignore
      selftests: net: rds: add include.sh to EXTRA_CLEAN
      selftests: net: rds: add gitignore file for include.sh

 tools/testing/selftests/net/.gitignore     | 1 +
 tools/testing/selftests/net/rds/.gitignore | 1 +
 tools/testing/selftests/net/rds/Makefile   | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)
---
base-commit: 9234a2549cb6ac038bec36cc7c084218e9575513
change-id: 20240930-net-selftests-gitignore-18b844f29391

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 8, 2024, 3:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sat, 05 Oct 2024 07:29:39 +0200 you wrote:
> This series is a cherry-pick on top of v6.12-rc1 from the one I sent
> for selftests with other patches that were not net-related:
> 
> https://lore.kernel.org/all/20240925-selftests-gitignore-v3-0-9db896474170@gmail.com/
> 
> The patches have not been modified, and the Reviewed-by tags have
> been kept.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/3] selftests: net: add msg_oob to gitignore
    (no matching commit)
  - [net,v2,2/3] selftests: net: rds: add include.sh to EXTRA_CLEAN
    https://git.kernel.org/netdev/net/c/4227b50cff05
  - [net,v2,3/3] selftests: net: rds: add gitignore file for include.sh
    https://git.kernel.org/netdev/net/c/0e43a5a7b253

You are awesome, thank you!