From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752854AbdKXJKE (ORCPT ); Fri, 24 Nov 2017 04:10:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55058 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752420AbdKXJKB (ORCPT ); Fri, 24 Nov 2017 04:10:01 -0500 Date: Fri, 24 Nov 2017 10:09:54 +0100 From: Cornelia Huck To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Christian Borntraeger , linux-s390@vger.kernel.org, Thomas Huth , Halil Pasic , Heiko Carstens , Martin Schwidefsky Subject: Re: [PATCH v2 2/2] s390/virtio: add BSD license to virtio-ccw Message-ID: <20171124100954.5429a9a3.cohuck@redhat.com> In-Reply-To: <1511500846-24696-2-git-send-email-mst@redhat.com> References: <1511500846-24696-1-git-send-email-mst@redhat.com> <1511500846-24696-2-git-send-email-mst@redhat.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 24 Nov 2017 09:10:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Nov 2017 07:21:09 +0200 "Michael S. Tsirkin" wrote: > 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 > Acked-by: Cornelia Huck > Signed-off-by: Michael S. Tsirkin > --- > arch/s390/include/uapi/asm/virtio-ccw.h | 32 +++++++++++++++++++++++++++----- > 1 file changed, 27 insertions(+), 5 deletions(-) As noted by Thomas, patch 1 is not needed anymore. Who will merge this one?