88e6c02076
Pull vfs updates from Al Viro: "Assorted bits and pieces" * 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: aio: drop needless assignment in aio_read() clean overflow checks in count_mounts() a bit seq_file: fix NULL pointer arithmetic warning uml/x86: use x86 load_unaligned_zeropad() asm/user.h: killed unused macros constify struct path argument of finish_automount()/do_add_mount() fs: Remove FIXME comment in generic_write_checks()
30 lines
695 B
Makefile
30 lines
695 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generic-y += bpf_perf_event.h
|
|
generic-y += bug.h
|
|
generic-y += compat.h
|
|
generic-y += current.h
|
|
generic-y += device.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += exec.h
|
|
generic-y += extable.h
|
|
generic-y += fb.h
|
|
generic-y += ftrace.h
|
|
generic-y += hw_irq.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kdebug.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mmiowb.h
|
|
generic-y += module.lds.h
|
|
generic-y += param.h
|
|
generic-y += parport.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += softirq_stack.h
|
|
generic-y += switch_to.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += kprobes.h
|
|
generic-y += mm_hooks.h
|
|
generic-y += vga.h
|