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 CB73BC4332F for ; Wed, 16 Feb 2022 16:35:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236452AbiBPQfa (ORCPT ); Wed, 16 Feb 2022 11:35:30 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:52680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229836AbiBPQf2 (ORCPT ); Wed, 16 Feb 2022 11:35:28 -0500 Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BCC1C25AE47; Wed, 16 Feb 2022 08:35:15 -0800 (PST) Received: by angie.orcam.me.uk (Postfix, from userid 500) id 9609A92009C; Wed, 16 Feb 2022 17:35:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 8799192009B; Wed, 16 Feb 2022 16:35:14 +0000 (GMT) Date: Wed, 16 Feb 2022 16:35:14 +0000 (GMT) From: "Maciej W. Rozycki" To: Christoph Hellwig cc: Sudip Mukherjee , Catalin Marinas , Will Deacon , Guo Ren , Paul Walmsley , Palmer Dabbelt , Albert Ou , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Alexander Gordeev , Sven Schnelle , Jeff Dike , Richard Weinberger , Anton Ivanov , Chris Zankel , Max Filippov , linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-um@lists.infradead.org, linux-xtensa@linux-xtensa.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] parport_pc: Also enable driver for PCI systems In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Feb 2022, Christoph Hellwig wrote: > > > Instead of adding generic-y just ad a mandatory-y in > > > include/asm-generic/Kbuild. > > > > I'm inconvinced. Not all archs want it, 5 don't. > > Which is exactly what mandatory-y is for. Provide the asm-generic > version by default, but let architectures override it. I don't think so. Those 5 architectures don't want it at all; 7 other ones have their own versions. Otherwise we could blanket-list all asm-generic headers as mandatory-y. Maciej