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.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, 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 5730CC04AA9 for ; Thu, 2 May 2019 16:55:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1A2602081C for ; Thu, 2 May 2019 16:55:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="VBKWWoTI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726633AbfEBQz2 (ORCPT ); Thu, 2 May 2019 12:55:28 -0400 Received: from mail.skyhub.de ([5.9.137.197]:36810 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726193AbfEBQz1 (ORCPT ); Thu, 2 May 2019 12:55:27 -0400 Received: from zn.tnic (p200300EC2F0E5C0069C19C6EF142D33D.dip0.t-ipconnect.de [IPv6:2003:ec:2f0e:5c00:69c1:9c6e:f142:d33d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id BCC4F1EC0B6E; Thu, 2 May 2019 18:55:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1556816125; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=PIj7f6Vl60nev2X9MXU4zduEfn5AFhZWx8S2Y6kNuFY=; b=VBKWWoTIRwRO+so2mNIFiuv8DEQ6x8Qop4ZdrGzhLGe8Vdx05fFvBonbB421hMEH5dJazr S1PF1s6nvBExTETc0yN0/MFoCLJ5k6yb64/Y1aKrNFbRQNl7GWui1P/bUmi5oXr7be2fnT UBPZT7LFq3M9ZunTN78JNPDNKgl22nU= Date: Thu, 2 May 2019 18:55:20 +0200 From: Borislav Petkov To: Andy Lutomirski Cc: Sebastian Andrzej Siewior , Greg KH , 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 ML , stable Subject: Re: [PATCH] x86/fpu: Remove the _GPL from the kernel_fpu_begin/end() export Message-ID: <20190502165520.GC6565@zn.tnic> References: <761345df6285930339aced868ebf8ec459091383.1556807897.git.luto@kernel.org> <20190502154043.gfv4iplcvzjz3mc6@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 02, 2019 at 09:29:01AM -0700, Andy Lutomirski wrote: > I'm not saying that we should export things for ZFS's benefit. But, > as far as I know, _GPL means "this interface is sufficiently specific > to Linux details that we think that any user must be a derived work". > I don't think that kernel_fpu_begin() is an example of that. But it is sufficiently specific. It is present on x86 and s390 only - other arches don't have it. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.