linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] My First Patch - Gabriel e Felipe
@ 2021-05-30 17:47 gkis
  2021-05-30 20:37 ` Bhaskar Chowdhury
  0 siblings, 1 reply; 2+ messages in thread
From: gkis @ 2021-05-30 17:47 UTC (permalink / raw)
  To: linux-kernel

Signed-off-by: gkis <gabrielkis65@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-30 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30 17:47 [PATCH] My First Patch - Gabriel e Felipe gkis
2021-05-30 20:37 ` Bhaskar Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).