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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 1A248C5ACD6 for ; Wed, 18 Mar 2020 13:27:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E1BDB20773 for ; Wed, 18 Mar 2020 13:27:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584538070; bh=oIHo118B/P4ps6bCbCVqy1PT/9fV4w7MXfcifS4hIdI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KLWFqeTebX+aPNNKrJCHo3j30gFsqvcxXOnCFidtAYo6hQP8hVDozliI3ULrLmteF RM4mkPCAY9n/IsXDYlaclqgFP76vcR1+WvVWBJaPY28PgKD16fsbFjQ0ZT10IPZRMU ObKdXWmEh8HVlR6qaDK4z/Gq6kLF0cIdBDctN0KQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726777AbgCRN1q (ORCPT ); Wed, 18 Mar 2020 09:27:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:35842 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726738AbgCRN1p (ORCPT ); Wed, 18 Mar 2020 09:27:45 -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 E0A2C20772; Wed, 18 Mar 2020 13:27:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584538063; bh=oIHo118B/P4ps6bCbCVqy1PT/9fV4w7MXfcifS4hIdI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MvBTxOqdmnHsDg1WiZ0CR7fg6rQLSQUb/sx1NYSgsIpiLfoMcF+ZEqhKUZHMdL/Es 16436zOaucxfW4wE1Kmm0fpm8NAgBEFAv0c2jXykiWkXGFjWNOUAZwr2RrRRSsZR2A 6OKUexXnmMm5q3bx5th2BjaAg7CLS9TgTfBTRwb8= Date: Wed, 18 Mar 2020 14:27:41 +0100 From: Greg Kroah-Hartman To: Hans de Goede Cc: Andy Lutomirski , Ard Biesheuvel , Darren Hart , Andy Shevchenko , Luis Chamberlain , "Rafael J . Wysocki" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , Jonathan Corbet , Dmitry Torokhov , Peter Jones , Dave Olsthoorn , x86@kernel.org, platform-driver-x86@vger.kernel.org, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH v12 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS Message-ID: <20200318132741.GA2794545@kroah.com> References: <20200115163554.101315-1-hdegoede@redhat.com> <20200115163554.101315-4-hdegoede@redhat.com> <20200124085751.GA2957916@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Fri, Jan 24, 2020 at 10:16:48AM +0100, Hans de Goede wrote: > Hi, > > On 1/24/20 9:57 AM, Greg Kroah-Hartman wrote: > > On Wed, Jan 15, 2020 at 05:35:47PM +0100, Hans de Goede wrote: > > > This is a preparation patch for adding a new platform fallback mechanism, > > > which will have its own enable/disable FW_OPT_xxx option. > > > > > > Note this also fixes a typo in one of the re-wordwrapped comments: > > > enfoce -> enforce. > > > > > > Acked-by: Luis Chamberlain > > > Signed-off-by: Hans de Goede > > > > I've taken this in my tree for now in a quest to try to get others to > > pay attention to this series... > > Thank you. > > As mentioned before I believe that this series is ready for merging now. > > Andy Lutomirski had one last change request for v12 of the second > patch in the series, specifically to replace the loop searching for > the prefix with a memem, but the kernel does not have memmem. > > Andy, are you ok with v12 as is, given that we don't have memmem ? > > Assuming Andy is ok with v12 as is, then to merge this we need > to probably wait for 5.6-rc1 and then have the x86/efi folks do > an immutable branch with the first 2 patches of the series. Did this every happen? Or do I need to dump this all into my tree? thanks, greg k-h