Commit e1a9dda
objtool: Properly disable uaccess validation
If opts.uaccess isn't set, the uaccess validation is disabled, but only
partially: it doesn't read the uaccess_safe_builtin list but still tries
to do the validation. Disable it completely to prevent false warnings.
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/0e95581c1d2107fb5f59418edf2b26bba38b0cbb.1742852846.git.jpoimboe@kernel.org1 parent 6b023c7 commit e1a9dda
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3187 | 3187 | | |
3188 | 3188 | | |
3189 | 3189 | | |
3190 | | - | |
| 3190 | + | |
3191 | 3191 | | |
3192 | 3192 | | |
3193 | 3193 | | |
| |||
3647 | 3647 | | |
3648 | 3648 | | |
3649 | 3649 | | |
| 3650 | + | |
| 3651 | + | |
| 3652 | + | |
3650 | 3653 | | |
3651 | 3654 | | |
3652 | 3655 | | |
| |||
3656 | 3659 | | |
3657 | 3660 | | |
3658 | 3661 | | |
| 3662 | + | |
| 3663 | + | |
| 3664 | + | |
3659 | 3665 | | |
3660 | 3666 | | |
3661 | 3667 | | |
| |||
4114 | 4120 | | |
4115 | 4121 | | |
4116 | 4122 | | |
4117 | | - | |
| 4123 | + | |
| 4124 | + | |
4118 | 4125 | | |
4119 | 4126 | | |
4120 | 4127 | | |
| |||
0 commit comments