forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
3 / 73 of 7 issues completedDescription
- remove #warnings
- done in v6.14-safefetch-v2 branch
-
Movedon'tunsafe_op_wrapcopy out ofarch/x86/include/asm/uaccess.h - testing:
- v5.11
- v5.12
- v5.13
- v5.14
- v5.15
- v5.16
- v5.17
- v5.18
- v5.19
- v6.0
- v6.1
- KASAN testing (appears to work, but qemu is slow)
- v6.2
- Needs
-Wno-errorat the moment for some warnings that are inserted by the patchset, could probably change those from#warning. Fixing in Update GCC / remove compilation warnings and errors #6 / v6.14-safefetch-v2 branch.
- Needs
- v6.3
- v6.4
- v6.5
- v6.6
- v6.7
-
arch/x86/Kconfig,arch/x86/entry/common.c, andlib/iov_iter.c, my old friends, need conflicts resolved.
-
- v6.8
- v6.9
- v6.10
- v6.11
-
include/linux/uaccess.h's_copy_from_user_no_dfcachehad some compiler flags altered for Rust support. I will need to figure out how the flags should look - these tests were suspiciously slow (current solution to conditional compilation vars is affecting cache strategy, possibly bypassing the cache or leading to many cache misses)
-
objtool: fault_in_readable+0x100: call to __get_user_nocheck_1() with UACCESS enabledWarning: objtool: fault_in_readable()+0x94 #4
-
- v6.12
- v6.13
-
kernel/futex/core.cconflict
-
- V6.14
- v6.15
- v6.16
- Compiler testing
- gcc-8
- gcc-9
- gcc-10
- gcc-11
- gcc-12
- gcc-13
- missing make executable in build container
- clang-13
- clang-14
- Weird series of warnings noted below.
- clang-15
- Document various options and include #warnings in docs #8
- Warning: objtool: fault_in_readable()+0x94 #4
- testing works however
- add conditions to Kconfigs for enabling/disabling options like HAVE_ARCH_SOFT_DIRTY depending on SAFEFETCH status #9
clang-14 and clang-15 compile warnings:
readelf: Warning: Unrecognized form: 0x22
readelf: Warning: Bogus end-of-siblings marker detected at offset f18 in .debug_info section
readelf: Warning: Unrecognized form: 0x22
readelf: Warning: Bogus end-of-siblings marker detected at offset f3b in .debug_info section
readelf: Warning: Bogus end-of-siblings marker detected at offset f3c in .debug_info section
readelf: Warning: Further warnings about bogus end-of-sibling markers suppressed
readelf: Warning: Unrecognized form: 0x23
readelf: Warning: Unrecognized form: 0x22
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels