public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
From: SAJJA EASWAR <eshwarsajja20@gmail.com>
To: skhan@linuxfoundation.org
Cc: linux-kernel-mentees@lists.linuxfoundation.org, eshwarsajja20@gmail.com
Subject: [PATCH v2] Makefile: add custom EXTRAVERSION for mentorship task
Date: Sun, 25 Jan 2026 01:10:20 +0530	[thread overview]
Message-ID: <20260124194020.735309-1-eshwarsajja20@gmail.com> (raw)

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


                 reply	other threads:[~2026-01-24 19:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260124194020.735309-1-eshwarsajja20@gmail.com \
    --to=eshwarsajja20@gmail.com \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox