File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1260,6 +1260,7 @@ MNT_EXPIRE
12601260MNT_FORCE
12611261MODULE_INIT_IGNORE_MODVERSIONS
12621262MODULE_INIT_IGNORE_VERMAGIC
1263+ MODULE_INIT_COMPRESSED_FILE
12631264MPOL_BIND
12641265MPOL_DEFAULT
12651266MPOL_F_NUMA_BALANCING
Original file line number Diff line number Diff line change @@ -1649,6 +1649,7 @@ MNT_EXPIRE
16491649MNT_FORCE
16501650MODULE_INIT_IGNORE_MODVERSIONS
16511651MODULE_INIT_IGNORE_VERMAGIC
1652+ MODULE_INIT_COMPRESSED_FILE
16521653MON_1
16531654MON_10
16541655MON_11
Original file line number Diff line number Diff line change @@ -2941,6 +2941,7 @@ pub const SIOCPROTOPRIVATE: ::c_ulong = 0x000089E0;
29412941// linux/module.h
29422942pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
29432943pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
2944+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
29442945
29452946// linux/net_tstamp.h
29462947pub const SOF_TIMESTAMPING_TX_HARDWARE : :: c_uint = 1 << 0 ;
Original file line number Diff line number Diff line change @@ -4519,6 +4519,7 @@ pub const RTNLGRP_STATS: ::c_uint = 0x24;
45194519// linux/module.h
45204520pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
45214521pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
4522+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
45224523
45234524// linux/net_tstamp.h
45244525pub const SOF_TIMESTAMPING_TX_HARDWARE : :: c_uint = 1 << 0 ;
You can’t perform that action at this time.
0 commit comments