[PATCH net v2 3/3] selftests: net: rds: add gitignore file for include.sh

2024-10-04 Thread Javier Carrasco
The generated include.sh should be ignored by git. Create a new gitignore and add the file to the list. Reviewed-by: Allison Henderson Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net

[PATCH net v2 2/3] selftests: net: rds: add include.sh to EXTRA_CLEAN

2024-10-04 Thread Javier Carrasco
The include.sh file is generated when building the net/rds selftests, but there is no rule to delete it with the clean target. Add the file to EXTRA_CLEAN in order to remove it when required. Reviewed-by: Allison Henderson Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds

[PATCH net v2 1/3] selftests: net: add msg_oob to gitignore

2024-10-04 Thread Javier Carrasco
This executable is missing from the corresponding gitignore file. Add msg_oob to the net gitignore list. Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing

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

2024-10-04 Thread Javier Carrasco
. Signed-off-by: Javier Carrasco --- 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-65225a855...@gmail.com --- Javier Carrasco (3): selftests: net: add msg_oob to

Re: [PATCH v3 0/5] selftests: gitignore and clean target file additions

2024-09-30 Thread Javier Carrasco
On 25/09/2024 23:55, Javier Carrasco wrote: > Trivial patches to update the gitignore files unders selftests, and a > little addition to EXTRA_CLEAN under net/rds to account for the > automatically generated include.sh. > > Signed-off-by: Javier Carrasco > --- > Changes

[PATCH 3/3] selftests: net: rds: add gitignore file for include.sh

2024-09-30 Thread Javier Carrasco
The generated include.sh should be ignored by git. Create a new gitignore and add the file to the list. Reviewed-by: Allison Henderson Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net

[PATCH 2/3] selftests: net: rds: add include.sh to EXTRA_CLEAN

2024-09-30 Thread Javier Carrasco
The include.sh file is generated when building the net/rds selftests, but there is no rule to delete it with the clean target. Add the file to EXTRA_CLEAN in order to remove it when required. Reviewed-by: Allison Henderson Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds

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

2024-09-30 Thread Javier Carrasco
. Signed-off-by: Javier Carrasco --- 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

[PATCH 1/3] selftests: net: add msg_oob to gitignore

2024-09-30 Thread Javier Carrasco
This executable is missing from the corresponding gitignore file. Add msg_oob to the net gitignore list. Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing

Re: [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore

2024-09-26 Thread Javier Carrasco
On 26/09/2024 11:32, Paolo Abeni wrote: > On 9/25/24 18:41, Shuah Khan wrote: >> On 9/25/24 06:23, Javier Carrasco wrote: >>> These executables are missing from their corresponding gitignore files. >>> Add them to the lists. >>> >>> Signed-off-by:

[PATCH v3 5/5] selftests: exec: update gitignore for load_address

2024-09-25 Thread Javier Carrasco
The name of the "load_address" objects has been modified, but the corresponding entry in the gitignore file must be updated. Update the load_address entry in the gitignore file to account for the new names, adding an exception to keep on tracking load_address.c. Signed-off-by: Javie

[PATCH v3 4/5] selftests: rds: add gitignore file for include.sh

2024-09-25 Thread Javier Carrasco
The generated include.sh should be ignored by git. Create a new gitignore and add the file to the list. Reviewed-by: Allison Henderson Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net

[PATCH v3 3/5] selftests: rds: add include.sh to EXTRA_CLEAN

2024-09-25 Thread Javier Carrasco
The include.sh file is generated when building the net/rds selftests, but there is no rule to delete it with the clean target. Add the file to EXTRA_CLEAN in order to remove it when required. Reviewed-by: Allison Henderson Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds

[PATCH v3 2/5] selftests: net: add msg_oob to gitignore

2024-09-25 Thread Javier Carrasco
This executable is missing from the corresponding gitignore file. Add msg_oob to the net gitignore list. Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing

[PATCH v3 1/5] selftests: core: add unshare_test to gitignore

2024-09-25 Thread Javier Carrasco
This executable is missing from the corresponding gitignore file. Add unshare_test to the core gitignore list. Signed-off-by: Javier Carrasco --- tools/testing/selftests/core/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/core/.gitignore b/tools/testing

[PATCH v3 0/5] selftests: gitignore and clean target file additions

2024-09-25 Thread Javier Carrasco
Trivial patches to update the gitignore files unders selftests, and a little addition to EXTRA_CLEAN under net/rds to account for the automatically generated include.sh. Signed-off-by: Javier Carrasco --- Changes in v3: - Split new entries in core and net gitignore files into two patches. - Link

Re: [PATCH 4/4] selftests: exec: update gitignore for load_address

2024-09-25 Thread Javier Carrasco
On 25/09/2024 17:46, Shuah Khan wrote: > On 9/24/24 06:49, Javier Carrasco wrote: >> The name of the "load_address" objects has been modified, but the >> corresponding entry in the gitignore file must be updated. >> >> Update the load_address entry in the git

[PATCH v2 4/4] selftests: exec: update gitignore for load_address

2024-09-25 Thread Javier Carrasco
The name of the "load_address" objects has been modified, but the corresponding entry in the gitignore file must be updated. Update the load_address entry in the gitignore file to account for the new names, adding an exception to keep on tracking load_address.c. Signed-off-by: Javie

[PATCH v2 2/4] selftests: rds: add include.sh to EXTRA_CLEAN

2024-09-25 Thread Javier Carrasco
The include.sh file is generated when building the net/rds selftests, but there is no rule to delete it with the clean target. Add the file to EXTRA_CLEAN in order to remove it when required. Reviewed-by: Allison Henderson Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds

[PATCH v2 3/4] selftests: rds: add gitignore file for include.sh

2024-09-25 Thread Javier Carrasco
The generated include.sh should be ignored by git. Create a new gitignore and add the file to the list. Reviewed-by: Allison Henderson Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net

[PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore

2024-09-25 Thread Javier Carrasco
These executables are missing from their corresponding gitignore files. Add them to the lists. Signed-off-by: Javier Carrasco --- tools/testing/selftests/core/.gitignore | 1 + tools/testing/selftests/net/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/testing/selftests

[PATCH v2 0/4] selftsets: gitignore and clean target file additions

2024-09-25 Thread Javier Carrasco
Trivial patches to update the gitignore files unders selftests, and a little addition to EXTRA_CLEAN under net/rds to account for the automatically generated include.sh. Signed-off-by: Javier Carrasco --- Changes in v2: - [PATCH 4/4] add excepction for load_address.c (must be tracked). - Link to

[PATCH 4/4] selftests: exec: update gitignore for load_address

2024-09-24 Thread Javier Carrasco
The name of the "load_address" objects has been modified, but the corresponding entry in the gitignore file must be updated. Update the load_address entry in the gitignore file to account for the new names. Signed-off-by: Javier Carrasco --- tools/testing/selftests/exec/.gitignore

[PATCH 3/4] selftests: rds: add gitignore file for include.sh

2024-09-24 Thread Javier Carrasco
The generated include.sh should be ignored by git. Create a new gitignore and add the file to the list. Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/rds/.gitignore b/tools/testing

[PATCH 2/4] selftests: rds: add include.sh to EXTRA_CLEAN

2024-09-24 Thread Javier Carrasco
The include.sh file is generated when building the net/rds selftests, but there is no rule to delete it with the clean target. Add the file to EXTRA_CLEAN in order to remove it when required. Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds/Makefile | 2 +- 1 file changed, 1

[PATCH 1/4] selftests: add unshare_test and msg_oob to gitignore

2024-09-24 Thread Javier Carrasco
These executables are missing from their corresponding gitignore files. Add them to the lists. Signed-off-by: Javier Carrasco --- tools/testing/selftests/core/.gitignore | 1 + tools/testing/selftests/net/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/testing/selftests

[PATCH 0/4] selftsets: gitignore and clean target file additions

2024-09-24 Thread Javier Carrasco
Trivial patches to update the gitignore files unders selftests, and a little addition to EXTRA_CLEAN under net/rds to account for the automatically generated include.sh. Signed-off-by: Javier Carrasco --- Javier Carrasco (4): selftests: add unshare_test and msg_oob to gitignore

[PATCH 3/3] Documentation/smatch: fix typo in submitting-patches.md

2024-04-01 Thread Javier Carrasco
Fix a small typo in the smatch documentation about the patch submission process. Signed-off-by: Javier Carrasco --- Documentation/submitting-patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/submitting-patches.md b/Documentation/submitting-patches.md

[PATCH 2/3] Documentation/smatch: convert to RST

2024-04-01 Thread Javier Carrasco
Convert existing smatch documentation to RST, and add it to the index accordingly. Signed-off-by: Javier Carrasco --- Documentation/index.rst | 1 + Documentation/{smatch.txt => smatch.rst} | 56 +--- 2 files changed, 31 insertions(+), 26 deleti

[PATCH 1/3] Documentation/smatch: fix paths in the examples

2024-04-01 Thread Javier Carrasco
s already used in some examples. Signed-off-by: Javier Carrasco --- Documentation/smatch.txt | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/smatch.txt b/Documentation/smatch.txt index 59106d49..b2c3ac4e 100644 --- a/Documentation/smatch.txt +++ b

[PATCH 0/3] Documentation/smatch: RST conversion and fixes

2024-04-01 Thread Javier Carrasco
This series converts the existing smatch.txt to RST and adds it to the index, so it can be built together with the sparse documentation. When at it, a couple of small fixes has been included. Signed-off-by: Javier Carrasco Javier Carrasco (3): Documentation/smatch: fix paths in the examples