> Yes, it might be better. Although, because of broken -fconserve-stack, this > may > not work in some cases - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533 > Function splitter may split original function into two parts and it always > puts one split > part in default .text section.
Interesting. I guess could just add noinline too. It only happens with inlining, right? Probably that needs to be added to all the existing section users too, like __kprobes. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/