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=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 88C1FC43387 for ; Fri, 11 Jan 2019 05:41:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 501F52173B for ; Fri, 11 Jan 2019 05:41:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547185264; bh=l6/vvOnoNlma3/jNTjNg3ATfAjw5y5j+gwreGNa+24o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=b0Db15YP7JhrEYb7ajm6ADBTZo+Czqs8rgcha1LQt8pCegO+xi1pa3lq3yamXs6Mk SX6adV/JpuExP2VR29NS92UE5XqonB1kYcp40b603aJHoAJgK/V2rIYWDr9tB/2fcT GFukIYLTOvyz6bF5qIIdw1JCeEMayLxKrUSLL8xs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728882AbfAKFlD (ORCPT ); Fri, 11 Jan 2019 00:41:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:54626 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725793AbfAKFlD (ORCPT ); Fri, 11 Jan 2019 00:41:03 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 C42BC20675; Fri, 11 Jan 2019 05:41:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547185262; bh=l6/vvOnoNlma3/jNTjNg3ATfAjw5y5j+gwreGNa+24o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h5+LEOkAVIf4bU91Vvox9fzqQT7JGCMDD8RihiUTvE+/V0tc801zTZ1D94rUDZAsG a1kv8sXu8YPHV/62p6+2DY1h45I4ix1+ypfERJmHE/V/jiwwewyWR9gYo8H4Bvie2T xJ1uIMrPppK0ldbaW+JFe/x7dY2R2+h9SIxCJEnU= Date: Fri, 11 Jan 2019 06:40:58 +0100 From: Greg Kroah-Hartman To: Lukas Wunner Cc: Sebastian Andrzej Siewior , "Hutter, Tony" , Marc Dionne , Linus Torvalds , Linux Kernel Mailing List , "x86@kernel.org" , Kash Pande Subject: Re: x86/fpu: Don't export __kernel_fpu_{begin,end}() Message-ID: <20190111054058.GA27966@kroah.com> References: <20190109111951.5zvnj7ls6jv56p2u@linutronix.de> <20190109165235.GA8151@kroah.com> <20190109170935.e6b6rwzpk6dlruu4@linutronix.de> <20190110131132.GC20217@kroah.com> <20190110180752.f4cnunadzzkev24m@linutronix.de> <20190110182413.GA6932@kroah.com> <20190111050407.4k7pkir3jqtyn22o@wunner.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190111050407.4k7pkir3jqtyn22o@wunner.de> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 11, 2019 at 06:04:07AM +0100, Lukas Wunner wrote: > On Thu, Jan 10, 2019 at 07:24:13PM +0100, Greg Kroah-Hartman wrote: > > My tolerance for ZFS is pretty non-existant. Sun explicitly did not > > want their code to work on Linux, so why would we do extra work to get > > their code to work properly? > > ZoL facilitates seamless r/w cross-mounting with macOS, something no > other filesystem allows, and that feature is critical for me to work > on Linux drivers for Mac hardware. Please don't make life harder than > necessary for developers like me. Your "extra work" argument seems > disingenuous to me, Sebastian's patch is causing extra work for > ZFS developers, not the kernel community. The maintenance burden > for the kernel community to retain the export is zero. Sorry, no, we do not keep symbols exported for no in-kernel users. greg k-h