Displaying 3 results from an estimated 3 matches for "164a1e1".
Did you mean:
164,11
2017 Nov 28
2
[PATCH v4] s390/virtio: add BSD license to virtio-ccw
The original intent of the virtio header relicensing
from 2008 was to make sure anyone can implement compatible
devices/drivers. The virtio-ccw was omitted by mistake.
We have an ack from the only contributor as well as the
maintainer from IBM, so it's not too late to fix that.
Make it dual-licensed with GPLv2, as the whole kernel is GPL2.
Acked-by: Christian Borntraeger <borntraeger at
2017 Nov 28
2
[PATCH v4] s390/virtio: add BSD license to virtio-ccw
The original intent of the virtio header relicensing
from 2008 was to make sure anyone can implement compatible
devices/drivers. The virtio-ccw was omitted by mistake.
We have an ack from the only contributor as well as the
maintainer from IBM, so it's not too late to fix that.
Make it dual-licensed with GPLv2, as the whole kernel is GPL2.
Acked-by: Christian Borntraeger <borntraeger at
2017 Nov 28
0
[PATCH v3] s390/virtio: add BSD license to virtio-ccw
...General Public License (version 2 only)
> - * as published by the Free Software Foundation.
> - *
> * Author(s): Cornelia Huck <cornelia.huck at de.ibm.com>
> */
> #ifndef __KVM_VIRTIO_CCW_H
> diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
> index 164a1e1..c022007 100644
> --- a/arch/s390/kernel/setup.c
> +++ b/arch/s390/kernel/setup.c
> @@ -60,7 +60,6 @@
> #include <asm/ptrace.h>
> #include <asm/sections.h>
> #include <asm/ebcdic.h>
> -#include <asm/kvm_virtio.h>
> #include <asm/diag.h>
>...