mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Get rid of lkmc_assert_fail in favor of abort + assert
What was missing previously was implementing abort in baremetal. I had done that previously and forgotten to do this conversion!
This commit is contained in:
@@ -261,7 +261,6 @@ path_properties_tuples = (
|
||||
}
|
||||
),
|
||||
'assert_fail.c': {'exit_status': 134},
|
||||
'lkmc_assert_fail.c': {'exit_status': 1},
|
||||
'exit1.c': {'exit_status': 1},
|
||||
'infinite_loop.c': {'more_than_1s': True},
|
||||
'lib': {'no_executable': True},
|
||||
@@ -376,7 +375,6 @@ path_properties_tuples = (
|
||||
'lkmc': (
|
||||
{'extra_objs_lkmc_common': True},
|
||||
{
|
||||
'assert_fail.c': {'exit_status': 1},
|
||||
}
|
||||
),
|
||||
'libs': (
|
||||
|
||||
Reference in New Issue
Block a user