[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
This patch adds the ability to mark symbols that will be changed in the
future, so that kernel modules that don't include MODULE_LICENSE("GPL")
and use the symbols, will be flagged and printed out to the system log.
Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- arch/m68knommu/kernel/vmlinux.lds.S 10 additions, 0 deletionsarch/m68knommu/kernel/vmlinux.lds.S
- arch/v850/kernel/vmlinux.lds.S 8 additions, 0 deletionsarch/v850/kernel/vmlinux.lds.S
- include/asm-generic/vmlinux.lds.h 14 additions, 0 deletionsinclude/asm-generic/vmlinux.lds.h
- include/linux/module.h 9 additions, 0 deletionsinclude/linux/module.h
- kernel/module.c 47 additions, 2 deletionskernel/module.c
- scripts/genksyms/keywords.c_shipped 46 additions, 45 deletionsscripts/genksyms/keywords.c_shipped
- scripts/genksyms/keywords.gperf 1 addition, 0 deletionsscripts/genksyms/keywords.gperf
Loading
Please register or sign in to comment