mbox series

[0/2] Fix and MAINTAINER update for 5.10

Message ID 20201118093942.457191-1-borntraeger@de.ibm.com (mailing list archive)
Headers show
Series Fix and MAINTAINER update for 5.10 | expand

Message

Christian Borntraeger Nov. 18, 2020, 9:39 a.m. UTC
Conny, David,

your chance for quick feedback. I plan to send a pull request for kvm
master soon.

I have agreed with Heiko to carry this via the KVM tree as
this is KVM s390 specific.

Christian Borntraeger (2):
  s390/uv: handle destroy page legacy interface
  MAINTAINERS: add uv.c also to KVM/s390

 MAINTAINERS           | 1 +
 arch/s390/kernel/uv.c | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

Comments

David Hildenbrand Nov. 18, 2020, 9:43 a.m. UTC | #1
> Am 18.11.2020 um 10:39 schrieb Christian Borntraeger <borntraeger@de.ibm.com>:
> 
> Conny, David,
> 
> your chance for quick feedback. I plan to send a pull request for kvm
> master soon.
> 

LGTM

> I have agreed with Heiko to carry this via the KVM tree as
> this is KVM s390 specific.
> 
> Christian Borntraeger (2):
>  s390/uv: handle destroy page legacy interface
>  MAINTAINERS: add uv.c also to KVM/s390
> 
> MAINTAINERS           | 1 +
> arch/s390/kernel/uv.c | 9 ++++++++-
> 2 files changed, 9 insertions(+), 1 deletion(-)
> 
> -- 
> 2.28.0
>
Cornelia Huck Nov. 18, 2020, 10:09 a.m. UTC | #2
On Wed, 18 Nov 2020 10:39:40 +0100
Christian Borntraeger <borntraeger@de.ibm.com> wrote:

> Conny, David,
> 
> your chance for quick feedback. I plan to send a pull request for kvm
> master soon.
> 
> I have agreed with Heiko to carry this via the KVM tree as
> this is KVM s390 specific.
> 
> Christian Borntraeger (2):
>   s390/uv: handle destroy page legacy interface
>   MAINTAINERS: add uv.c also to KVM/s390
> 
>  MAINTAINERS           | 1 +
>  arch/s390/kernel/uv.c | 9 ++++++++-
>  2 files changed, 9 insertions(+), 1 deletion(-)
> 

For both:

Acked-by: Cornelia Huck <cohuck@redhat.com>
David Hildenbrand Nov. 18, 2020, 10:25 a.m. UTC | #3
On 18.11.20 10:43, David Hildenbrand wrote:
> 
>> Am 18.11.2020 um 10:39 schrieb Christian Borntraeger <borntraeger@de.ibm.com>:
>>
>> Conny, David,
>>
>> your chance for quick feedback. I plan to send a pull request for kvm
>> master soon.
>>
> 
> LGTM

Translating to

Reviewed-by: David Hildenbrand <david@redhat.com>

for both :)