Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-20 | kexec_file, parisc: print out debugging message if required | Baoquan He | 1 | -4/+4 | |
Then when specifying '-d' for kexec_file_load interface, loaded locations of kernel/initrd/cmdline etc can be printed out to help debug. Here replace pr_debug() with the newly added kexec_dprintk() in kexec_file loading related codes. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Baoquan He <[email protected]> Cc: Conor Dooley <[email protected]> Cc: Joe Perches <[email protected]> Cc: Nathan Chancellor <[email protected]> Signed-off-by: Andrew Morton <[email protected]> | |||||
2019-09-08 | parisc: add support for kexec_file_load() syscall | Sven Schnelle | 1 | -0/+86 | |
Signed-off-by: Sven Schnelle <[email protected]> Signed-off-by: Helge Deller <[email protected]> |