lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251121134757.120782-1-lukas.bulwahn@redhat.com>
Date: Fri, 21 Nov 2025 14:47:55 +0100
From: Lukas Bulwahn <lbulwahn@...hat.com>
To: Conor Dooley <conor@...nel.org>,
	Clément Léger <cleger@...osinc.com>,
	Himanshu Chauhan <himanshu@...chauhan.dev>,
	Paul Walmsley <pjw@...nel.org>,
	Palmer Dabbelt <palmer@...belt.com>,
	Albert Ou <aou@...s.berkeley.edu>,
	Alexandre Ghiti <alex@...ti.fr>,
	linux-riscv@...ts.infradead.org
Cc: kernel-janitors@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Lukas Bulwahn <lukas.bulwahn@...hat.com>
Subject: [PATCH] MAINTAINERS: refer to intended files in RISC-V SSE DRIVER

From: Lukas Bulwahn <lukas.bulwahn@...hat.com>

Commit 5ffe60d26107 ("drivers: firmware: add riscv SSE support") adds the
files riscv_sbi_sse.[ch] and intends to refer to them in the new
MAINTAINERS section RISC-V SSE DRIVER. This section however refers to the
non-existing files riscv_sse.[ch].

Adjust the file entries to the intended file names.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...hat.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e2ed9827be3f..4a29af3f9d74 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22483,8 +22483,8 @@ M:	Clément Léger <cleger@...osinc.com>
 R:	Himanshu Chauhan <himanshu@...chauhan.dev>
 L:	linux-riscv@...ts.infradead.org
 S:	Maintained
-F:	drivers/firmware/riscv/riscv_sse.c
-F:	include/linux/riscv_sse.h
+F:	drivers/firmware/riscv/riscv_sbi_sse.c
+F:	include/linux/riscv_sbi_sse.h
 
 RISC-V TENSTORRENT SoC SUPPORT
 M:	Drew Fustini <dfustini@....tenstorrent.com>
-- 
2.51.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ