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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EA9FC4321E for ; Fri, 2 Dec 2022 12:46:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233574AbiLBMql (ORCPT ); Fri, 2 Dec 2022 07:46:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233425AbiLBMqf (ORCPT ); Fri, 2 Dec 2022 07:46:35 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3EE29DC879; Fri, 2 Dec 2022 04:46:32 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CF1D0622B0; Fri, 2 Dec 2022 12:46:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFCD9C433C1; Fri, 2 Dec 2022 12:46:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669985191; bh=KeNvmjz5yvwkCbeUh8yprX3SS1E82mOsKB5RGfR5hEg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=w4LU94ggBx5nwibSkrnjbrVqxN2IFd6JPBrCaH4U0Yco++e5i9hibsP9EL9jALtpz V8BaOLFOxU4eF6lAbiKr/Oq6jFdsmOQ2lXvpafxtZKROQAAiSBwLz1TwDENvkdRfG7 AYDmBRJpek27DBrCTZyo6dFQSM5R2w3hNi94EBSs= Date: Fri, 2 Dec 2022 13:46:26 +0100 From: Greg Kroah-Hartman To: Allen Webb Cc: "linux-modules@vger.kernel.org" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Luis Chamberlain , "Rafael J. Wysocki" Subject: Re: [PATCH v5 0/1] Fix CONFIG_USB=y && CONFIG_MODULES not set Message-ID: References: <20221201211630.101541-1-allenwebb@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221201211630.101541-1-allenwebb@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 01, 2022 at 03:16:29PM -0600, Allen Webb wrote: > # Patch Review Discussion > > Luis Chamberlain would prefer something generic and > mentioned kmod already has builtin.alias.bin. Wait, how can 0/1 have a patch in it? Take some time and read the mailing list for hundreds of examples of how people submit patch series and how they document the changes in them and why they should be accepted. I think you are making this much harder than it has to be. even more confused, greg k-h