Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp736514pxb; Thu, 5 Nov 2020 11:34:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJxl16udqaWRkdSUB304/4jOGE9fHMTT6UOdfpHML2Lw1DdOljV9I/vDOxkUWZwODV9eaUL6 X-Received: by 2002:a17:906:4351:: with SMTP id z17mr3855172ejm.110.1604604874057; Thu, 05 Nov 2020 11:34:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604604874; cv=none; d=google.com; s=arc-20160816; b=nja/bJ8Ui0nI1KRAtxyDaqQ+yDQbj9vswVwhyCYjPwgzi7IpZVBxXps2O9DdTwtdLz DNCWE5H2kN/zyLkh2vb3yfky5Dp30IMVinKdDR5ueKYW2AhlLAGjtY9MC6RssiCd0DfV 8rkaHKk1wnu/WJNAV2Dh3UV1EZpzXzBWtrAYRKu91SkpEpzonwKwwA828cHM8w4lmIgO mkoRIi9lW39dMP/vuboRaeEFZyKqqsLwoBoKbQeqNfG9GfC3aFEWCXzTzAU0IXduyKpd P2TY5l92KFPDBZYPBzAZNPrhdRmj3NAA3+5yA/yE/v51OqDLh6Xd2vzeWA0ufyvQXuaa IZGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=8onMCnXIO+U87NO8aarTZmh0Fea/gc5K1XE1cp7pLGA=; b=rCf0fcDCWCWSKRq3A0tTl13+ya0Inilboh+1gqjh7CoO84qINoTcF/8racwEefHAJd iAPQsVaBT4LkDqqfhXecnRY1JvcWxm+q3XT9Kv+aiMsm5sC8l+M83wlCf6M6FkvweY3w Rxznc7IB4Opzu4VvWnSxtWQaZFVJgrxqJsVLXDDfLIDaZujrargPKGKNn1vFL6/GA24V indbG0mGY3kjeK/E7gEh2ECVE1IHIkcC23AiKSaN5e5T8dzLOah9icG1o4ZZ5aXdB06A pHeMCHcKSsB+9RB78k0cz4/FtPB1wqVI+ezAizLWcrFV4stqEGEe1Z4UYSh5L8dkGoMI uDjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f21si1941499ejf.631.2020.11.05.11.34.11; Thu, 05 Nov 2020 11:34:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732319AbgKETaP (ORCPT + 99 others); Thu, 5 Nov 2020 14:30:15 -0500 Received: from mail.kernel.org ([198.145.29.99]:42656 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727836AbgKETaO (ORCPT ); Thu, 5 Nov 2020 14:30:14 -0500 Received: from localhost (searspoint.nvidia.com [216.228.112.21]) (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 0EB7A20728; Thu, 5 Nov 2020 19:30:12 +0000 (UTC) Date: Thu, 5 Nov 2020 21:30:09 +0200 From: Leon Romanovsky To: Dan Williams Cc: Dave Ertman , alsa-devel@alsa-project.org, Takashi Iwai , Mark Brown , linux-rdma , Jason Gunthorpe , Doug Ledford , Netdev , David Miller , Jakub Kicinski , Greg KH , Ranjani Sridharan , Pierre-Louis Bossart , Fred Oh , Parav Pandit , "Saleem, Shiraz" , "Patil, Kiran" , Linux Kernel Mailing List Subject: Re: [PATCH v3 01/10] Add auxiliary bus support Message-ID: <20201105193009.GA5475@unreal> References: <20201023003338.1285642-1-david.m.ertman@intel.com> <20201023003338.1285642-2-david.m.ertman@intel.com> <20201105094719.GQ5429@unreal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 05, 2020 at 09:12:51AM -0800, Dan Williams wrote: > On Thu, Nov 5, 2020 at 1:47 AM Leon Romanovsky wrote: > > > > On Thu, Nov 05, 2020 at 01:19:09AM -0800, Dan Williams wrote: > > > Some doc fixups, and minor code feedback. Otherwise looks good to me. > > > > > > On Thu, Oct 22, 2020 at 5:35 PM Dave Ertman wrote: > > > > > > > > <...> > > > > > > > > > > +config AUXILIARY_BUS > > > > + bool > > > > > > tristate? Unless you need non-exported symbols, might as well let this > > > be a module. > > > > I asked it to be "bool", because bus as a module is an invitation for > > a disaster. For example if I compile-in mlx5 which is based on this bus, > > and won't add auxiliary_bus as a module to initramfs, the system won't boot. > > Something is broken if module dependencies don't arrange for > auxiliary_bus.ko to be added to the initramfs automatically, but yes, > it is another degree of freedom for something to go wrong if you build > the initramfs by hand. And this is something that I would like to avoid for now. > > > > > <...> > > > > > > > > Per above SPDX is v2 only, so... > > > > Isn't it default for the Linux kernel? > > SPDX eliminated the need to guess a default, and MODULE_LICENSE("GPL") > implies the "or later" language. The only default assumption is that > the license is GPL v2 compatible, those possibilities are myriad, but > v2-only is the first preference. I mean that plain GPL == GPL v2 in the kernel. Thanks