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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 8E473C2BB55 for ; Fri, 17 Apr 2020 07:48:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 78C1C208E4 for ; Fri, 17 Apr 2020 07:48:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729523AbgDQHsO (ORCPT ); Fri, 17 Apr 2020 03:48:14 -0400 Received: from verein.lst.de ([213.95.11.211]:56236 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729049AbgDQHsM (ORCPT ); Fri, 17 Apr 2020 03:48:12 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id E8D2E68BEB; Fri, 17 Apr 2020 09:48:07 +0200 (CEST) Date: Fri, 17 Apr 2020 09:48:07 +0200 From: Christoph Hellwig To: Greg Kroah-Hartman Cc: Christoph Hellwig , Kees Cook , Iurii Zaikin , Luis Chamberlain , "Rafael J. Wysocki" , Alexei Starovoitov , Daniel Borkmann , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org Subject: Re: [PATCH 2/6] firmware_loader: remove unused exports Message-ID: <20200417074807.GA19954@lst.de> References: <20200417064146.1086644-1-hch@lst.de> <20200417064146.1086644-3-hch@lst.de> <20200417074330.GB23015@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200417074330.GB23015@kroah.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 17, 2020 at 09:43:30AM +0200, Greg Kroah-Hartman wrote: > On Fri, Apr 17, 2020 at 08:41:42AM +0200, Christoph Hellwig wrote: > > Neither fw_fallback_config nor firmware_config_table are used by modules. > > > > Signed-off-by: Christoph Hellwig > > --- > > drivers/base/firmware_loader/fallback_table.c | 2 -- > > 1 file changed, 2 deletions(-) > > I have no objection to this patch, and can take it in my tree, but I > don't see how it fits in with your larger patch series... firmware_config_table is a sysctl table, and I looked for users but didn't find them. But yes, it isn't really related and you can take it separately.