[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210530174739.17066-1-gabrielkis65@gmail.com>
Date: Sun, 30 May 2021 14:47:39 -0300
From: gkis <gabrielkis65@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] My First Patch - Gabriel e Felipe
Signed-off-by: gkis <gabrielkis65@...il.com>
---
init/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/init/main.c b/init/main.c
index 598e278b4..bc366b166 100644
--- a/init/main.c
+++ b/init/main.c
@@ -1082,6 +1082,7 @@ static int __ref kernel_init(void *unused)
numa_default_policy();
rcu_end_inkernel_boot();
+ printk(KERN_ERR "###################################\nI can hack the Linux kernel!\n###################################\n");
if (ramdisk_execute_command) {
ret = run_init_process(ramdisk_execute_command);
--
2.17.1
Powered by blists - more mailing lists