From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH, USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F613C04AAD for ; Wed, 8 May 2019 12:51:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1622F20989 for ; Wed, 8 May 2019 12:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557319878; bh=WFgd7FOMXRMBabJAYM7lx2Yy3vvxcjaRtwoc4EcrLeY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JktCP2r9GC4Gf3eIehIIXxP1D0pki2Syv7emz3HpZ7NzWHooJZqiIKDMYHNjQOoTV JMImdW4xyBrJ8T843yqcgDsP2wJFAuA4LqJr72ckyfZlNk6bIkgRID0DkxbIJ6Bd4h xSdkAA3gqcH030T2yYflnURYM7TJ0um3lbDvMn4U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728616AbfEHMvR (ORCPT ); Wed, 8 May 2019 08:51:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:34868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726444AbfEHMvR (ORCPT ); Wed, 8 May 2019 08:51:17 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D675720644; Wed, 8 May 2019 12:51:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557319876; bh=WFgd7FOMXRMBabJAYM7lx2Yy3vvxcjaRtwoc4EcrLeY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FGyGJeWAOfSo+dp1zbIkhSj9++qRrl1+poO7MXog6uDMNiWG7kES6uBgUy2u6s9kK 9OOacN8dQyLfQWDdydBH8ahumLfbzP4V9rbB4QyVT4vnOAulT4z9ohZjdKmfNIGt4Z wqeipADOVjLhaF0CBse92uqjpWLUvToiskXVYs40= Date: Wed, 8 May 2019 14:51:14 +0200 From: Greg KH To: Sebastian Gottschall Cc: David Laight , 'Jiri Kosina' , Sebastian Andrzej Siewior , Andy Lutomirski , LKML , Rik van Riel , "H. Peter Anvin" , "Jason A. Donenfeld" , Ard Biesheuvel , Dave Hansen , Ingo Molnar , Nicolai Stange , Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , Thomas Gleixner , "x86@kernel.org" , "stable@vger.kernel.org" Subject: Re: [PATCH] x86/fpu: Remove the _GPL from the kernel_fpu_begin/end() export Message-ID: <20190508125114.GG8646@kroah.com> References: <761345df6285930339aced868ebf8ec459091383.1556807897.git.luto@kernel.org> <20190502154043.gfv4iplcvzjz3mc6@linutronix.de> <957b01f742ed47d1ac9e0ea1277d155b@AcuMS.aculab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 08, 2019 at 02:28:21PM +0200, Sebastian Gottschall wrote: > so the question is if it isnt possible to create a EXPORT_SYMBOL variant > which includes acceptable license models, but still restricts unacceptable > licenses It's not very difficult, "acceptable" license models are all described in the kernel LICENSES/ directory, and must be GPLv2 compatible. greg k-h