> Thanks for your response and suggestions,
> I made some mistakes. This is a resubmitted patch.
You present a need for further improvements.
> I got some errors with my local repository,
> so I lost the commit SHA-1 ID.
I wonder about such information here.
> Fixes: ("drivers: use free_netde
asm/current.h is included by some assembly files (either directly, or
indirectly). This works on some architectures (such as x86), as their
implementation of current.h is careful to not include any C, but the
asm-generic version includes linux/thread-info.h unconditionally, which
leads to errors wh
When UML is compiled under 32-bit x86, it uses its own copy of
checksum_32.S, which is terribly out-of-date and doesn't support
checksumming unaligned data.
This causes the new "checksum" KUnit test to fail:
./tools/testing/kunit/kunit.py run --kconfig_add CONFIG_64BIT=n --cross_compile
i686-linu