diff mbox series

[1/1] KVM: s390: Add facility 197 to the white list

Message ID 20220711115108.6494-1-borntraeger@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series [1/1] KVM: s390: Add facility 197 to the white list | expand

Commit Message

Christian Borntraeger July 11, 2022, 11:51 a.m. UTC
z16 also provides facility 197 (The processor-activity-instrumentation
extension 1). Lets add it to KVM.

Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
---
 arch/s390/tools/gen_facilities.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Christian Borntraeger July 11, 2022, 1:11 p.m. UTC | #1
Am 11.07.22 um 13:51 schrieb Christian Borntraeger:
> z16 also provides facility 197 (The processor-activity-instrumentation
> extension 1). Lets add it to KVM.
> 
> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
> ---
>   arch/s390/tools/gen_facilities.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/s390/tools/gen_facilities.c b/arch/s390/tools/gen_facilities.c
> index 530dd941d140..cb0aff5c0187 100644
> --- a/arch/s390/tools/gen_facilities.c
> +++ b/arch/s390/tools/gen_facilities.c
> @@ -111,6 +111,7 @@ static struct facility_def facility_defs[] = {
>   			193, /* bear enhancement facility */
>   			194, /* rdp enhancement facility */
>   			196, /* processor activity instrumentation facility */
> +			197, /* processor activity instrumentation extension 1 */
>   			-1  /* END */
>   		}
>   	},

Unless there are complaints, I will queue this with "white list" -> "allow list" and "lets" -> "let's".
Thomas Huth July 11, 2022, 1:14 p.m. UTC | #2
On 11/07/2022 15.11, Christian Borntraeger wrote:
> Am 11.07.22 um 13:51 schrieb Christian Borntraeger:
>> z16 also provides facility 197 (The processor-activity-instrumentation
>> extension 1). Lets add it to KVM.
>>
>> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
>> ---
>>   arch/s390/tools/gen_facilities.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/s390/tools/gen_facilities.c 
>> b/arch/s390/tools/gen_facilities.c
>> index 530dd941d140..cb0aff5c0187 100644
>> --- a/arch/s390/tools/gen_facilities.c
>> +++ b/arch/s390/tools/gen_facilities.c
>> @@ -111,6 +111,7 @@ static struct facility_def facility_defs[] = {
>>               193, /* bear enhancement facility */
>>               194, /* rdp enhancement facility */
>>               196, /* processor activity instrumentation facility */
>> +            197, /* processor activity instrumentation extension 1 */
>>               -1  /* END */
>>           }
>>       },
> 
> Unless there are complaints, I will queue this with "white list" -> "allow 
> list" and "lets" -> "let's".

With those modifications:

Acked-by: Thomas Huth <thuth@redhat.com>
Claudio Imbrenda July 11, 2022, 1:25 p.m. UTC | #3
On Mon, 11 Jul 2022 15:11:30 +0200
Christian Borntraeger <borntraeger@linux.ibm.com> wrote:

> Am 11.07.22 um 13:51 schrieb Christian Borntraeger:
> > z16 also provides facility 197 (The processor-activity-instrumentation
> > extension 1). Lets add it to KVM.
> > 
> > Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>

Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>

> > ---
> >   arch/s390/tools/gen_facilities.c | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/s390/tools/gen_facilities.c b/arch/s390/tools/gen_facilities.c
> > index 530dd941d140..cb0aff5c0187 100644
> > --- a/arch/s390/tools/gen_facilities.c
> > +++ b/arch/s390/tools/gen_facilities.c
> > @@ -111,6 +111,7 @@ static struct facility_def facility_defs[] = {
> >   			193, /* bear enhancement facility */
> >   			194, /* rdp enhancement facility */
> >   			196, /* processor activity instrumentation facility */
> > +			197, /* processor activity instrumentation extension 1 */
> >   			-1  /* END */
> >   		}
> >   	},  
> 
> Unless there are complaints, I will queue this with "white list" -> "allow list" and "lets" -> "let's".
diff mbox series

Patch

diff --git a/arch/s390/tools/gen_facilities.c b/arch/s390/tools/gen_facilities.c
index 530dd941d140..cb0aff5c0187 100644
--- a/arch/s390/tools/gen_facilities.c
+++ b/arch/s390/tools/gen_facilities.c
@@ -111,6 +111,7 @@  static struct facility_def facility_defs[] = {
 			193, /* bear enhancement facility */
 			194, /* rdp enhancement facility */
 			196, /* processor activity instrumentation facility */
+			197, /* processor activity instrumentation extension 1 */
 			-1  /* END */
 		}
 	},