All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Diego Fernando Mancera Gómez" <diegomancera.dev@gmail.com>
To: gregkh@linuxfoundation.org, linux-staging@lists.linux.dev
Cc: m.steinmoetzger@gmail.com, guojy.bj@gmail.com,
	straube.linux@gmail.com, error27@gmail.com,
	linux-kernel@vger.kernel.org,
	"Diego Fernando Mancera Gómez" <diegomancera.dev@gmail.com>
Subject: [PATCH] x86/build: Add custom extraversion identifier to Makefile
Date: Thu, 21 May 2026 15:05:23 -0600	[thread overview]
Message-ID: <20260521210523.133725-3-diegomancera.dev@gmail.com> (raw)
In-Reply-To: <20260521210523.133725-1-diegomancera.dev@gmail.com>

Modify the top-level Makefile EXTRAVERSION variable to append a unique
user identifier '-capihw-v1'. This provides distinct verification
for custom compiled mainline trees during development audits.

Signed-off-by: Diego Fernando Mancera Gómez <diegomancera.dev@gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b7b80e84e..d7f717d8a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 VERSION = 7
 PATCHLEVEL = 1
 SUBLEVEL = 0
-EXTRAVERSION = -rc3
+EXTRAVERSION = -rc3-capihw-v1
 NAME = Baby Opossum Posse
 
 # *DOCUMENTATION*
-- 
2.43.0


  parent reply	other threads:[~2026-05-21 21:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-21 21:05 [PATCH] staging: rtl8723bs: clean up if-else logic in odm_HWConfig.c Diego Fernando Mancera Gómez
2026-05-21 21:05 ` [PATCH] staging: sm750fb: add const to g_fbmode array Diego Fernando Mancera Gómez
2026-05-21 21:09   ` Diego Fernando Mancera Gomez
2026-05-23 20:33   ` kernel test robot
2026-05-23 21:26   ` kernel test robot
2026-05-21 21:05 ` Diego Fernando Mancera Gómez [this message]
2026-05-22  4:47 ` [PATCH] staging: rtl8723bs: clean up if-else logic in odm_HWConfig.c Ahmet Sezgin Duran

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=20260521210523.133725-3-diegomancera.dev@gmail.com \
    --to=diegomancera.dev@gmail.com \
    --cc=error27@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=guojy.bj@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=m.steinmoetzger@gmail.com \
    --cc=straube.linux@gmail.com \
    /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.