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 B335EEB64D9 for ; Fri, 7 Jul 2023 22:12:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232391AbjGGWMR (ORCPT ); Fri, 7 Jul 2023 18:12:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229600AbjGGWMP (ORCPT ); Fri, 7 Jul 2023 18:12:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EAB651FEB for ; Fri, 7 Jul 2023 15:12:08 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6B9DD61AA5 for ; Fri, 7 Jul 2023 22:12:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85FC6C433C8; Fri, 7 Jul 2023 22:12:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688767927; bh=3GVQ87GFe/N128MNUePXr84Z9uHM4Shi5hKdcsz++pk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UCsdXbwFZFiiJemnLWCQWnzrj2oZ3dKL/+o7acuwgqUaBAyKgov0z53Ajpfg1yYvw 62GtDgzdZwQfVJbN1vQkblhb1t3WJcLicm1xUtgwab6zJlV8EAodg0FLIA13tFHzhZ sR5pjSjo+5gdgzrJOa+D1rOqt7PRhjn/tbIgYqROLl8lazsX6Vewi4a0ACenVtd+1h few1IE8yrG9wAepF6R0qdlG+C9/7B51P5v3eKX/WQyR7VD+r2lQ/0rzedIdymWzMNn FhXhYR9RpYck/Vr+tKjYTiz2HIDTRsxZnPVlqM/fMhHh1304cbzmBqld+L8yqKMrP+ vmlHyal6159IA== Date: Fri, 7 Jul 2023 15:12:06 -0700 From: Jakub Kicinski To: Justin Forbes Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Jacob Keller , Andrew Lunn , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jmforbes@linuxtx.org Subject: Re: [PATCH] Move rmnet out of NET_VENDOR_QUALCOMM dependency Message-ID: <20230707151206.137d3a94@kernel.org> In-Reply-To: References: <20230706145154.2517870-1-jforbes@fedoraproject.org> <20230706084433.5fa44d4c@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 7 Jul 2023 11:50:16 -0500 Justin Forbes wrote: > > On Thu, 6 Jul 2023 09:51:52 -0500 Justin M. Forbes wrote: > > > The rmnet driver is useful for chipsets that are not hidden behind > > > NET_VENDOR_QUALCOMM. Move sourcing the rmnet Kconfig outside of the if > > > NET_VENDOR_QUALCOMM as there is no dependency here. > > > > > > Signed-off-by: Justin M. Forbes > > > > Examples of the chipsets you're talking about would be great to have in > > the commit message. > > The user in the Fedora bug was using mhi_net with qmi_wwan. Hm, if anything mhi_net should not be sitting directly in drivers/net/ I don't think this is a change in the right direction, just enable VENDOR_QUALCOMM? Or am I missing something?