mbox series

[kvm-unit-tests,0/2] s390x: Quick fixes

Message ID 20190925135623.9740-1-frankja@linux.ibm.com (mailing list archive)
Headers show
Series s390x: Quick fixes | expand

Message

Janosch Frank Sept. 25, 2019, 1:56 p.m. UTC
Missing free and missing import.

Janosch Frank (2):
  s390x: Add missing include in smp.h
  s390x: Free allocated page in iep test

 lib/s390x/smp.h | 2 ++
 s390x/iep.c     | 1 +
 2 files changed, 3 insertions(+)

Comments

David Hildenbrand Sept. 25, 2019, 1:57 p.m. UTC | #1
On 25.09.19 15:56, Janosch Frank wrote:
> Missing free and missing import.
> 
> Janosch Frank (2):
>   s390x: Add missing include in smp.h
>   s390x: Free allocated page in iep test
> 
>  lib/s390x/smp.h | 2 ++
>  s390x/iep.c     | 1 +
>  2 files changed, 3 insertions(+)
> 

To both

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