From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753735AbdKXQY6 (ORCPT ); Fri, 24 Nov 2017 11:24:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50912 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753484AbdKXQY4 (ORCPT ); Fri, 24 Nov 2017 11:24:56 -0500 Date: Fri, 24 Nov 2017 18:24:53 +0200 From: "Michael S. Tsirkin" To: Cornelia Huck 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: <20171124182444-mutt-send-email-mst@kernel.org> References: <1511500846-24696-1-git-send-email-mst@redhat.com> <1511500846-24696-2-git-send-email-mst@redhat.com> <20171124100954.5429a9a3.cohuck@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171124100954.5429a9a3.cohuck@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 24 Nov 2017 16:24:56 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 24, 2017 at 10:09:54AM +0100, Cornelia Huck wrote: > 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? Pls merge through the s390 tree.