mirror of
https://github.com/dynup/kpatch
synced 2025-03-02 00:40:54 +00:00
Rebased against the RHEL-7.8 GA kernel-3.10.0-1127.el7. Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
13 lines
385 B
Diff
13 lines
385 B
Diff
diff -Nupr src.orig/fs/proc/cmdline.c src/fs/proc/cmdline.c
|
|
--- src.orig/fs/proc/cmdline.c 2020-03-10 10:35:54.567563836 -0400
|
|
+++ src/fs/proc/cmdline.c 2020-03-10 10:36:03.207546389 -0400
|
|
@@ -5,7 +5,7 @@
|
|
|
|
static int cmdline_proc_show(struct seq_file *m, void *v)
|
|
{
|
|
- seq_printf(m, "%s\n", saved_command_line);
|
|
+ seq_printf(m, "%s kpatch=1\n", saved_command_line);
|
|
return 0;
|
|
}
|
|
|