Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250811130938.375450-1-achill@achill.org>
Date: Mon, 11 Aug 2025 15:09:33 +0200
From: Achill Gilgenast <achill@...ill.org>
To: musl@...ts.openwall.com
Cc: Achill Gilgenast <achill@...ill.org>,
	Szabolcs Nagy <nsz@...t70.net>
Subject: [PATCH] riscv64/syscall.h: add __NR_riscv_hwprobe from linux v6.4

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ea3de9ce8aa280c5175c835bd3e94a3a9b814b74

Co-Authored-By: Szabolcs Nagy <nsz@...t70.net>
Signed-off-by: Achill Gilgenast <achill@...ill.org>
---
 arch/riscv64/bits/syscall.h.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/riscv64/bits/syscall.h.in b/arch/riscv64/bits/syscall.h.in
index e362bd0e..50cdec9d 100644
--- a/arch/riscv64/bits/syscall.h.in
+++ b/arch/riscv64/bits/syscall.h.in
@@ -307,3 +307,4 @@
 
 #define __NR_sysriscv __NR_arch_specific_syscall
 #define __NR_riscv_flush_icache (__NR_sysriscv + 15)
+#define __NR_riscv_hwprobe (__NR_sysriscv + 14)
-- 
2.50.1

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.