Skip to content

Commit d7c1167

Browse files
DO NOT PUSH
1 parent e16f94d commit d7c1167

2 files changed

Lines changed: 27 additions & 3 deletions

File tree

init/Kconfig

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,10 +1149,34 @@ config BPF
11491149

11501150
config LUNATIK
11511151
bool "Lunatik"
1152-
default n
1152+
default y
11531153
help
11541154
Support for the Lua interpreter
11551155

1156+
config LUAUNPACK
1157+
bool "Luaunpack"
1158+
default y
1159+
help
1160+
Support for Lua Unpack
1161+
1162+
config LUADATA
1163+
bool "Luadata"
1164+
default y
1165+
help
1166+
Support for Luadata
1167+
1168+
config LUAXDP
1169+
bool "LuaXDP"
1170+
default y
1171+
help
1172+
Support for LuaXDP
1173+
1174+
config LUARCU
1175+
bool "LuaRCU"
1176+
default y
1177+
help
1178+
Support for LuaRCU
1179+
11561180
menuconfig EXPERT
11571181
bool "Configure standard kernel features (expert users)"
11581182
# Unhide debug options, to make the on-by-default options visible

tools/objtool/check.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,8 +1919,8 @@ static int validate_branch(struct objtool_file *file, struct instruction *first,
19191919
return 1;
19201920

19211921
} else if (func && has_modified_stack_frame(&state)) {
1922-
WARN_FUNC("sibling call from callable instruction with modified stack frame",
1923-
sec, insn->offset);
1922+
//WARN_FUNC("sibling call from callable instruction with modified stack frame",
1923+
//sec, insn->offset);
19241924
return 1;
19251925
}
19261926

0 commit comments

Comments
 (0)