| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | asmlinkage Make __stack_chk_failed and memcmp visible | Andi Kleen | 2018-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | In LTO symbols implicitely referenced by the compiler need to be visible. Earlier these symbols were visible implicitely from being exported, but we disabled implicit visibility fo EXPORTs when modules are disabled to improve code size. So now these symbols have to be marked visible explicitely. Do this for __stack_chk_fail (with stack protector) and memcmp. Signed-off-by: Andi Kleen <ak@linux.intel.com> Link: http://lkml.kernel.org/r/1391845930-28580-10-git-send-email-ak@linux.intel.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> | ||||
| * | kernel/panic.c: add missing \n | Jiri Slaby | 2017-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | When a system panics, the "Rebooting in X seconds.." message is never printed because it lacks a new line. Fix it. Link: http://lkml.kernel.org/r/20170119114751.2724-1-jslaby@suse.cz Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
| * | 3.10.102-> 3.10.103 | Jan Engelmohr | 2016-09-10 | 1 | -0/+3 |
| | | |||||
| * | first commit | Meizu OpenSource | 2016-08-15 | 1 | -0/+490 |
