All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390/boot: use the full title of the manual for facility bits
@ 2025-06-16 16:32 Xose Vazquez Perez
  2025-06-18  9:33 ` Heiko Carstens
  2025-06-18 11:43 ` Alexander Gordeev
  0 siblings, 2 replies; 4+ messages in thread
From: Xose Vazquez Perez @ 2025-06-16 16:32 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Christian Borntraeger, Sven Schnelle, S390 ML

Also indicate the name of the section where they are listed, because it has a
length of 2124 pages:
z/Architecture Principles of Operation - Facility Indications

The current version is: Fourteenth Edition (May, 2022) SA22-7832-13

Cc: Heiko Carstens <hca@linux.ibm.com> (maintainer:S390 ARCHITECTURE,commit_signer:3/4=75%,authored:2/4=50%,added_lines:8/14=57%,removed_lines:41/47=87%)
Cc: Vasily Gorbik <gor@linux.ibm.com> (maintainer:S390 ARCHITECTURE,commit_signer:1/4=25%,authored:1/4=25%,added_lines:5/14=36%,removed_lines:5/47=11%)
Cc: Alexander Gordeev <agordeev@linux.ibm.com> (maintainer:S390 ARCHITECTURE,commit_signer:1/4=25%)
Cc: Christian Borntraeger <borntraeger@linux.ibm.com> (reviewer:S390 ARCHITECTURE)
Cc: Sven Schnelle <svens@linux.ibm.com> (reviewer:S390 ARCHITECTURE,commit_signer:2/4=50%)
Cc: S390 ML <linux-s390@vger.kernel.org> (open list:S390 ARCHITECTURE)
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 arch/s390/boot/als.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/s390/boot/als.c b/arch/s390/boot/als.c
index 79afb5fa7f1f..7d4cec1975c6 100644
--- a/arch/s390/boot/als.c
+++ b/arch/s390/boot/als.c
@@ -65,7 +65,7 @@ static void facility_mismatch(void)
 	boot_emerg("The Linux kernel requires more recent processor hardware\n");
 	boot_emerg("Detected machine-type number: %4x\n", id.machine);
 	print_missing_facilities();
-	boot_emerg("See Principles of Operations for facility bits\n");
+	boot_emerg("For facility bits, see: z/Architecture Principles of Operation - Facility Indications\n");
 	disabled_wait();
 }
 
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-03  7:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16 16:32 [PATCH] s390/boot: use the full title of the manual for facility bits Xose Vazquez Perez
2025-06-18  9:33 ` Heiko Carstens
2025-06-18 11:43 ` Alexander Gordeev
2025-07-03  7:59   ` Xose Vazquez Perez

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.