linux-s390.vger.kernel.org archive mirror
 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

* Re: [PATCH] s390/boot: use the full title of the manual for facility bits
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Heiko Carstens @ 2025-06-18  9:33 UTC (permalink / raw)
  To: Xose Vazquez Perez
  Cc: Vasily Gorbik, Alexander Gordeev, Christian Borntraeger,
	Sven Schnelle, S390 ML

On Mon, Jun 16, 2025 at 06:32:47PM +0200, Xose Vazquez Perez wrote:
> 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");

Fine with me, but please let's shorten this to:

	boot_emerg("See z/Architecture Principles of Operation - Facility Indications\n");

No need to resend, I guess Alexander can change this if he agrees.

Acked-by: Heiko Carstens <hca@linux.ibm.com>

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

* Re: [PATCH] s390/boot: use the full title of the manual for facility bits
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander Gordeev @ 2025-06-18 11:43 UTC (permalink / raw)
  To: Xose Vazquez Perez
  Cc: Heiko Carstens, Vasily Gorbik, Christian Borntraeger,
	Sven Schnelle, S390 ML

On Mon, Jun 16, 2025 at 06:32:47PM +0200, Xose Vazquez Perez wrote:
> 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(-)

Reformatted the commit message and applied.

Thanks!

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

* Re: [PATCH] s390/boot: use the full title of the manual for facility bits
  2025-06-18 11:43 ` Alexander Gordeev
@ 2025-07-03  7:59   ` Xose Vazquez Perez
  0 siblings, 0 replies; 4+ messages in thread
From: Xose Vazquez Perez @ 2025-07-03  7:59 UTC (permalink / raw)
  To: Alexander Gordeev
  Cc: Heiko Carstens, Vasily Gorbik, Christian Borntraeger,
	Sven Schnelle, S390 ML

On 6/18/25 1:43 PM, Alexander Gordeev wrote:

> On Mon, Jun 16, 2025 at 06:32:47PM +0200, Xose Vazquez Perez wrote:
>> 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(-)
> 
> Reformatted the commit message and applied.

For the record, there is a new version of the manual:
Fifteenth Edition (April, 2025) SA22-7832-14
https://www.ibm.com/docs/en/module_1678991624569/pdf/SA22-7832-14.pdf

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).