|
Revision tags: v6.15, v6.15-rc7, v6.15-rc6, v6.15-rc5, v6.15-rc4, v6.15-rc3, v6.15-rc2, v6.15-rc1, v6.14, v6.14-rc7 |
|
| #
4b73dc83 |
| 14-Mar-2025 |
Breno Leitao <[email protected]> |
selftests: netconsole: Add tests for 'release' feature in sysdata
Expands the self-tests to include the 'release' feature in sysdata.
Verifies that enabling the 'release' feature appends the correc
selftests: netconsole: Add tests for 'release' feature in sysdata
Expands the self-tests to include the 'release' feature in sysdata.
Verifies that enabling the 'release' feature appends the correct data and ensures that disabling it functions as expected.
When enabled, the message should have an item similar to in the userdata: `release=$(uname -r)`
Signed-off-by: Breno Leitao <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
show more ...
|
|
Revision tags: v6.14-rc6, v6.14-rc5 |
|
| #
d7a25224 |
| 28-Feb-2025 |
Breno Leitao <[email protected]> |
netconsole: selftest: add task name append testing
Add test coverage for the netconsole task name feature to the existing sysdata selftest script. This extends the test infrastructure to verify that
netconsole: selftest: add task name append testing
Add test coverage for the netconsole task name feature to the existing sysdata selftest script. This extends the test infrastructure to verify that task names are correctly appended when enabled and absent when disabled.
The test validates that: - Task names appear in the expected format "taskname=<name>" - Task names are included when the feature is enabled - Task names are excluded when the feature is disabled - The feature works correctly alongside other sysdata fields like CPU
Signed-off-by: Breno Leitao <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
show more ...
|
|
Revision tags: v6.14-rc4, v6.14-rc3, v6.14-rc2 |
|
| #
12fd83ca |
| 06-Feb-2025 |
Breno Leitao <[email protected]> |
netconsole: selftest: test for sysdata CPU
Add a new selftest to verify that the netconsole module correctly handles CPU runtime data in sysdata. The test validates three scenarios:
1. Basic CPU sy
netconsole: selftest: test for sysdata CPU
Add a new selftest to verify that the netconsole module correctly handles CPU runtime data in sysdata. The test validates three scenarios:
1. Basic CPU sysdata functionality - verifies that cpu=X is appended to messages 2. CPU sysdata with userdata - ensures CPU data works alongside userdata 3. Disabled CPU sysdata - confirms no CPU data is included when disabled
The test uses taskset to control which CPU sends messages and verifies the reported CPU matches the one used. This helps ensure that netconsole accurately tracks and reports the originating CPU of messages.
Signed-off-by: Breno Leitao <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
show more ...
|