From: Rodrigo Gobbi <rodrigo.gobbi.7@gmail.com>
To: skhan@linuxfoundation.org
Cc: ~lkcamp/patches@lists.sr.ht,
linux-kernel-mentees@lists.linuxfoundation.org
Subject: [PATCH] Makefile: add a custom EXTRAVERSION string for LKMP
Date: Sun, 25 Jan 2026 16:39:09 -0300 [thread overview]
Message-ID: <20260125195049.25230-1-rodrigo.gobbi.7@gmail.com> (raw)
Add a custom EXTRAVERSION suffix to allow easier identification during
local testing.
Signed-off-by: Rodrigo Gobbi <rodrigo.gobbi.7@gmail.com>
---
Hi, all,
Tested this patch at QEMU/arm64 as part of LKMP tasks:
Booting Linux on physical CPU 0x0000000000 [0x410fd034]
Linux version 6.19.0-rc6-to-skhan+ (gobbi@yoga) (aarch64-linux-gnu-gcc (Ubuntu 14.2.0-19ubuntu2) 14.2.0, GNU ld (GNU Binutils for Ubuntu) 2.44) #79 SMP PREEMPT_DYNAMIC Sun Jan 25 16:20:12 -03 2026
...
# uname -a
Linux buildroot 6.19.0-rc6-to-skhan+ #79 SMP PREEMPT_DYNAMIC Sun Jan 25 16:20:12 -03 2026 aarch64 GNU/Linux
...
# dmesg | head
Booting Linux on physical CPU 0x0000000000 [0x410fd034]
Linux version 6.19.0-rc6-to-skhan+ (gobbi@yoga) (aarch64-linux-gnu-gcc (Ubuntu 14.2.0-19ubuntu2) 14.2.0, GNU ld (GNU Binutils for Ubuntu) 2.44) #79 SMP PREEMPT_DYNAMIC Sun Jan 25 16:20:12 -03 2026
KASLR enabled
random: crng init done
Machine model: linux,dummy-virt
earlycon: pl11 at MMIO 0x0000000009000000 (options '')
printk: legacy bootconsole [pl11] enabled
OF: reserved mem: Reserved memory: No reserved-memory node in the DT
Zone ranges:
DMA [mem 0x0000000040000000-0x0000000047ffffff]
Tks and regards.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1465f715786d..3604b5a07cdd 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
VERSION = 6
PATCHLEVEL = 19
SUBLEVEL = 0
-EXTRAVERSION = -rc6
+EXTRAVERSION = -rc6-to-skhan
NAME = Baby Opossum Posse
# *DOCUMENTATION*
--
2.48.1
reply other threads:[~2026-01-25 19:50 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=20260125195049.25230-1-rodrigo.gobbi.7@gmail.com \
--to=rodrigo.gobbi.7@gmail.com \
--cc=linux-kernel-mentees@lists.linuxfoundation.org \
--cc=skhan@linuxfoundation.org \
--cc=~lkcamp/patches@lists.sr.ht \
/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