All of lore.kernel.org
 help / color / mirror / Atom feed
From: Taha Ed-Dafili <0rayn.dev@gmail.com>
To: skhan@linuxfoundation.org
Cc: linux-kernel-mentees@lists.linux.dev,
	Taha Ed-Dafili <0rayn.dev@gmail.com>
Subject: [PATCH] Makefile: Add EXTRAVERSION field
Date: Thu, 22 Jan 2026 14:18:58 -0500	[thread overview]
Message-ID: <20260122191858.18003-1-0rayn.dev@gmail.com> (raw)

Add unique EXTRAVERSION to the Makefile to serve as a unique
identifier for the mentorship application task.

Signed-off-by: Taha Ed-Dafili <0rayn.dev@gmail.com>
---
Proof of boot: https://imgur.com/a/YdSYhGW

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1465f715786d..157279eaca27 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 VERSION = 6
 PATCHLEVEL = 19
 SUBLEVEL = 0
-EXTRAVERSION = -rc6
+EXTRAVERSION = -rc6-0rayn-lfx
 NAME = Baby Opossum Posse
 
 # *DOCUMENTATION*
-- 
2.47.3


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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-22 19:18 Taha Ed-Dafili [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-05-15 14:06 [PATCH] Makefile: Add EXTRAVERSION field Howard Chu

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=20260122191858.18003-1-0rayn.dev@gmail.com \
    --to=0rayn.dev@gmail.com \
    --cc=linux-kernel-mentees@lists.linux.dev \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.