* [PATCH v2] Makefile: add custom EXTRAVERSION for mentorship task
@ 2026-01-24 19:40 SAJJA EASWAR
0 siblings, 0 replies; only message in thread
From: SAJJA EASWAR @ 2026-01-24 19:40 UTC (permalink / raw)
To: skhan; +Cc: linux-kernel-mentees, eshwarsajja20
This patch adds a custom EXTRAVERSION string to the kernel Makefile
as part of the LFX Mentorship 'Basic Kernel Skills' task.
This allows the compiled kernel to be uniquely identified during boot.
Signed-off-by: SAJJA EASWAR <eshwarsajja20@gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1465f715786d..b7ca09338fd4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
VERSION = 6
PATCHLEVEL = 19
SUBLEVEL = 0
-EXTRAVERSION = -rc6
+EXTRAVERSION = -sajja_easwar
NAME = Baby Opossum Posse
# *DOCUMENTATION*
--
2.52.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-24 19:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-24 19:40 [PATCH v2] Makefile: add custom EXTRAVERSION for mentorship task SAJJA EASWAR
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox