mirror of
https://github.com/torvalds/linux.git
synced 2025-11-12 06:29:40 +02:00
now that can be done conveniently - all non-trivial cases have _HAVE_ARCH_COPY_AND_CSUM_FROM_USER defined, so the fallback in net/checksum.h is used only for dummy (copy_from_user, then csum_partial) implementation. Allowing us to get rid of all dummy instances, both of csum_and_copy_from_user() and csum_partial_copy_from_user(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |
||
|---|---|---|
| .. | ||
| apic.h | ||
| arch_hweight.h | ||
| archparam.h | ||
| barrier.h | ||
| checksum.h | ||
| checksum_32.h | ||
| checksum_64.h | ||
| desc.h | ||
| elf.h | ||
| irq_vectors.h | ||
| mm_context.h | ||
| module.h | ||
| processor.h | ||
| processor_32.h | ||
| processor_64.h | ||
| ptrace.h | ||
| required-features.h | ||
| segment.h | ||
| syscall.h | ||
| vm-flags.h | ||