* [PATCH] Makefile: add a custom EXTRAVERSION string for LKMP
@ 2026-01-25 19:39 Rodrigo Gobbi
0 siblings, 0 replies; only message in thread
From: Rodrigo Gobbi @ 2026-01-25 19:39 UTC (permalink / raw)
To: skhan; +Cc: ~lkcamp/patches, linux-kernel-mentees
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-25 19:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-25 19:39 [PATCH] Makefile: add a custom EXTRAVERSION string for LKMP Rodrigo Gobbi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox