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 @@ -1258,6 +1258,7 @@ MMAP_PAGE_ZERO
1258
1258
MNT_DETACH
1259
1259
MNT_EXPIRE
1260
1260
MNT_FORCE
1261
+ MODULE_INIT_COMPRESSED_FILE
1261
1262
MODULE_INIT_IGNORE_MODVERSIONS
1262
1263
MODULE_INIT_IGNORE_VERMAGIC
1263
1264
MPOL_BIND
Original file line number Diff line number Diff line change @@ -1647,6 +1647,7 @@ MMAP_PAGE_ZERO
1647
1647
MNT_DETACH
1648
1648
MNT_EXPIRE
1649
1649
MNT_FORCE
1650
+ MODULE_INIT_COMPRESSED_FILE
1650
1651
MODULE_INIT_IGNORE_MODVERSIONS
1651
1652
MODULE_INIT_IGNORE_VERMAGIC
1652
1653
MON_1
Original file line number Diff line number Diff line change @@ -2941,6 +2941,7 @@ pub const SIOCPROTOPRIVATE: ::c_ulong = 0x000089E0;
2941
2941
// linux/module.h
2942
2942
pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
2943
2943
pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
2944
+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
2944
2945
2945
2946
// linux/net_tstamp.h
2946
2947
pub 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;
4519
4519
// linux/module.h
4520
4520
pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
4521
4521
pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
4522
+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
4522
4523
4523
4524
// linux/net_tstamp.h
4524
4525
pub const SOF_TIMESTAMPING_TX_HARDWARE : :: c_uint = 1 << 0 ;
You can’t perform that action at this time.
0 commit comments