From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752329AbdKHR2p (ORCPT ); Wed, 8 Nov 2017 12:28:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38568 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbdKHR2m (ORCPT ); Wed, 8 Nov 2017 12:28:42 -0500 Date: Wed, 8 Nov 2017 18:28:02 +0100 From: Cornelia Huck To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Christian Borntraeger , Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org Subject: Re: [PATCH v2] s390/virtio: mark headers as BSD licensed Message-ID: <20171108182802.036e069a.cohuck@redhat.com> In-Reply-To: <20171108185948-mutt-send-email-mst@kernel.org> References: <1510160307-13235-1-git-send-email-mst@redhat.com> <20171108185948-mutt-send-email-mst@kernel.org> 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.29]); Wed, 08 Nov 2017 17:28:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 8 Nov 2017 19:01:07 +0200 "Michael S. Tsirkin" wrote: > On Wed, Nov 08, 2017 at 06:59:21PM +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 > > A word of warning - this is completely untested. I lost my s390 > cross-build setup. Tested-by would be nice, otherwise > I will cross-build in the next couple of days and report here. FWIW, it survives my cross build.