From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 8 Nov 2017 18:28:44 +0100 From: Greg Kroah-Hartman Subject: Re: [PATCH] s390/virtio: mark headers as BSD licensed Message-ID: <20171108172844.GA9893@kroah.com> References: <1510159613-12930-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1510159613-12930-1-git-send-email-mst@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Christian Borntraeger , Cornelia Huck , Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org List-ID: On Wed, Nov 08, 2017 at 06:47:18PM +0200, Michael S. Tsirkin wrote: > Virtio UAPI headers aren't just for UAPI, it's for guests/hypervisors as > well. The s390 ones need to be BSD as well. > > Fixes: e2be04c7f995 ("License cleanup: add SPDX license identifier to uapi header files with a license") > Cc: Greg Kroah-Hartman > Signed-off-by: Michael S. Tsirkin > --- > > Christian, I would appreciate your ack if you agree. You are changing the license on this file, you can't just slap a BSD one on the top, and have GPL below it without saying something about both covering the file, right? > > arch/s390/include/uapi/asm/kvm_virtio.h | 26 ++++++++++++++++++++++- > arch/s390/include/uapi/asm/virtio-ccw.h | 37 ++++++++++++++++++++++++++++++++- > 2 files changed, 61 insertions(+), 2 deletions(-) > > diff --git a/arch/s390/include/uapi/asm/kvm_virtio.h b/arch/s390/include/uapi/asm/kvm_virtio.h > index 7328367..1773693 100644 > --- a/arch/s390/include/uapi/asm/kvm_virtio.h > +++ b/arch/s390/include/uapi/asm/kvm_virtio.h > @@ -1,4 +1,28 @@ > -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ There is a dual-license SPDX identifier you can use, please use that, if you agree to relicense this file. thanks, greg k-h