Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPDATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ do
done

# these headers are missing from headers_install_all
cp -a $1/include/uapi/linux/{a.out,kvm,kvm_para}.h generic/include/linux/
cp -a $1/include/uapi/linux/{a.out,kvm,kvm_para,module}.h generic/include/linux/

find generic -name '..install.cmd' | xargs rm
find generic -name '.install' | xargs rm
Expand Down
8 changes: 8 additions & 0 deletions generic/include/linux/module.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef _UAPI_LINUX_MODULE_H
#define _UAPI_LINUX_MODULE_H

/* Flags for sys_finit_module: */
#define MODULE_INIT_IGNORE_MODVERSIONS 1
#define MODULE_INIT_IGNORE_VERMAGIC 2

#endif /* _UAPI_LINUX_MODULE_H */