You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an alignment issue with inflate code which causes some tricky problems, such as corrupted files or binaries.
Other arches don't see this because we are the only one which uses -O3 for building kernel.
There is a workaround for the issue in the arc64 branch:
There is an alignment issue with inflate code which causes some tricky problems, such as corrupted files or binaries.
Other arches don't see this because we are the only one which uses -O3 for building kernel.
There is a workaround for the issue in the arc64 branch:
linux/lib/zlib_inflate/Makefile
Line 22 in bc5fec2
Original problem: foss-for-synopsys-dwc-arc-processors/toolchain#372
GNU GCC issue (resolved invalid): https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100363
lkml thread: https://lkml.org/lkml/2021/4/30/864
Need to fix this in upstream as well.
The text was updated successfully, but these errors were encountered: