Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965734AbcKJTti (ORCPT ); Thu, 10 Nov 2016 14:49:38 -0500 Received: from mail.kernel.org ([198.145.29.136]:46210 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965662AbcKJTte (ORCPT ); Thu, 10 Nov 2016 14:49:34 -0500 MIME-Version: 1.0 In-Reply-To: <20161110191836.GB4775@kroah.com> References: <20161030145048.6291-1-corsac@corsac.net> <20161030145048.6291-2-corsac@corsac.net> <20161109203921.GH13978@wotan.suse.de> <20161110155511.GA10806@kroah.com> <20161110191836.GB4775@kroah.com> From: "Luis R. Rodriguez" Date: Thu, 10 Nov 2016 11:49:08 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] firmware: fix async/manual firmware loading To: Greg Kroah-Hartman Cc: Yves-Alexis Perez , "linux-kernel@vger.kernel.org" , Yves-Alexis Perez , Ming Lei , Johannes Berg , Jouni Malinen , Kees Cook , Jiri Kosina , Jiri Slaby , Tom Gundersen , Kay Sievers , Josh Boyer , Dmitry Torokhov , Andy Lutomirski , Harald Hoyer , Seth Forshee , Bjorn Andersson , Daniel Wagner , "4.2+" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 20 On Thu, Nov 10, 2016 at 11:18 AM, Greg Kroah-Hartman wrote: > On Thu, Nov 10, 2016 at 08:07:58AM -0800, Luis R. Rodriguez wrote: >> > It shouldn't be hard to figure out if a patch should be in stable or not... >> >> Well with the only caveat now that I am suggesting we consider remove >> this logic completely as only 2 drivers were using it explicitly >> (second argument to request_firmware_nowait() set to false), it seems >> they had good reasons for it but ... this has been broken for ages and >> we seem to be happy to compartamentalize the UMH further, its unclear >> why we would want to expand and "fix" that instead of just removing >> crap that never worked. Thoughts? > > Why would you want to remove stuff that works and people rely on? Don't > be foolish, you know we can't do that... I was not advocating removing it if it had worked, I advocated removing it if it truly was something that never worked. Luis