Searched hist:"06188 bc80ccbec0dc2f9e451b53b2e48321acbd3" (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/base/test/ |
H A D | .kunitconfig | 06188bc80ccbec0dc2f9e451b53b2e48321acbd3 Thu Jul 20 14:45:07 CEST 2023 Maxime Ripard <mripard@kernel.org> drivers: base: Add basic devm tests for root devices
The root devices show some odd behaviours compared to regular "bus" devices that have been probed through the usual mechanism, so let's create kunit tests to exercise those paths and odd cases.
It's not clear whether root devices are even allowed to use device managed resources, but the fact that it works in some cases but not others like shown in that test suite shouldn't happen either way: we want to make it consistent and documented.
These tests will (after the following patches) ensure that consistency and effectively document that it's allowed.
If it ever turns out to be a bad idea, we can always roll back and modify the tests then.
Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230720-kunit-devm-inconsistencies-test-v3-1-6aa7e074f373@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | root-device-test.c | 06188bc80ccbec0dc2f9e451b53b2e48321acbd3 Thu Jul 20 14:45:07 CEST 2023 Maxime Ripard <mripard@kernel.org> drivers: base: Add basic devm tests for root devices
The root devices show some odd behaviours compared to regular "bus" devices that have been probed through the usual mechanism, so let's create kunit tests to exercise those paths and odd cases.
It's not clear whether root devices are even allowed to use device managed resources, but the fact that it works in some cases but not others like shown in that test suite shouldn't happen either way: we want to make it consistent and documented.
These tests will (after the following patches) ensure that consistency and effectively document that it's allowed.
If it ever turns out to be a bad idea, we can always roll back and modify the tests then.
Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230720-kunit-devm-inconsistencies-test-v3-1-6aa7e074f373@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Makefile | diff 06188bc80ccbec0dc2f9e451b53b2e48321acbd3 Thu Jul 20 14:45:07 CEST 2023 Maxime Ripard <mripard@kernel.org> drivers: base: Add basic devm tests for root devices
The root devices show some odd behaviours compared to regular "bus" devices that have been probed through the usual mechanism, so let's create kunit tests to exercise those paths and odd cases.
It's not clear whether root devices are even allowed to use device managed resources, but the fact that it works in some cases but not others like shown in that test suite shouldn't happen either way: we want to make it consistent and documented.
These tests will (after the following patches) ensure that consistency and effectively document that it's allowed.
If it ever turns out to be a bad idea, we can always roll back and modify the tests then.
Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230720-kunit-devm-inconsistencies-test-v3-1-6aa7e074f373@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Kconfig | diff 06188bc80ccbec0dc2f9e451b53b2e48321acbd3 Thu Jul 20 14:45:07 CEST 2023 Maxime Ripard <mripard@kernel.org> drivers: base: Add basic devm tests for root devices
The root devices show some odd behaviours compared to regular "bus" devices that have been probed through the usual mechanism, so let's create kunit tests to exercise those paths and odd cases.
It's not clear whether root devices are even allowed to use device managed resources, but the fact that it works in some cases but not others like shown in that test suite shouldn't happen either way: we want to make it consistent and documented.
These tests will (after the following patches) ensure that consistency and effectively document that it's allowed.
If it ever turns out to be a bad idea, we can always roll back and modify the tests then.
Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230720-kunit-devm-inconsistencies-test-v3-1-6aa7e074f373@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|