BPF List
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@kernel.org>
To: "Arnd Bergmann" <arnd@arndb.de>,
	"Alexander Lobakin" <aleksander.lobakin@intel.com>
Cc: "Jakub Kicinski" <kuba@kernel.org>,
	"David S . Miller" <davem@davemloft.net>,
	"Eric Dumazet" <edumazet@google.com>,
	"Paolo Abeni" <pabeni@redhat.com>,
	"Siddharth Vadapalli" <s-vadapalli@ti.com>,
	"Ravi Gunasekaran" <r-gunasekaran@ti.com>,
	"Roger Quadros" <rogerq@kernel.org>,
	"MD Danish Anwar" <danishanwar@ti.com>,
	"Vignesh Raghavendra" <vigneshr@ti.com>,
	"Diogo Ivo" <diogo.ivo@siemens.com>,
	"Tanmay Patil" <t-patil@ti.com>,
	"Simon Horman" <horms@kernel.org>,
	"Ratheesh Kannoth" <rkannoth@marvell.com>,
	"Grygorii Strashko" <grygorii.strashko@ti.com>,
	Netdev <netdev@vger.kernel.org>,
	linux-kernel@vger.kernel.org,
	Linux-OMAP <linux-omap@vger.kernel.org>,
	bpf@vger.kernel.org
Subject: Re: [PATCH 1/2] [v2] net: ethernet: ti-cpsw: fix linking built-in code to modules
Date: Wed, 17 Apr 2024 14:14:49 +0200	[thread overview]
Message-ID: <5c02841b-b398-4a18-8b82-a80e53d4ecb0@app.fastmail.com> (raw)
In-Reply-To: <d752e7c9-7793-4b50-bc2a-344b63ffa6cb@app.fastmail.com>

On Wed, Apr 17, 2024, at 14:07, Arnd Bergmann wrote:
> On Wed, Apr 17, 2024, at 13:49, Alexander Lobakin wrote:
>> From: Arnd Bergmann <arnd@kernel.org>
>> Date: Wed, 17 Apr 2024 10:43:01 +0200
>>
>>> From: Arnd Bergmann <arnd@arndb.de>
>>> 
>>> There are six variants of the cpsw driver, sharing various parts of
>>> the code: davinci-emac, cpsw, cpsw-switchdev, netcp, netcp_ethss and
>>> am65-cpsw-nuss.
>>
>> https://lore.kernel.org/all/20221119225650.1044591-10-alobakin@pm.me
>
> I also sent a version of this patch before, but there were conflicting
> changes in the past. The version I sent should apply to the
> current code.

FWIW, I also still carry this patch in my randconfig build
tree, with a lot of the same changes as your other patches:

 drivers/edac/Makefile                              | 10 ++--
 drivers/edac/skx_common.c                          | 19 +++++-
 drivers/edac/skx_common.h                          |  4 +-
 drivers/hid/Makefile                               | 12 ++--
 drivers/hid/hid-uclogic-params.c                   |  6 ++
 drivers/hid/hid-uclogic-rdesc.c                    | 69 ++++++++++++++++++++++
 drivers/mfd/Makefile                               |  6 +-
 drivers/mfd/rsmu_core.c                            |  2 +
 drivers/mtd/tests/Makefile                         | 34 +++++------
 drivers/mtd/tests/mtd_test.c                       |  7 +++
 drivers/net/ethernet/hisilicon/hns3/Makefile       | 11 ++--
 .../hisilicon/hns3/hns3_common/hclge_comm_cmd.c    |  9 +++
 .../hisilicon/hns3/hns3_common/hclge_comm_rss.c    | 14 +++++
 .../hns3/hns3_common/hclge_comm_tqp_stats.c        |  5 ++
 .../net/ethernet/marvell/octeontx2/nic/Makefile    | 14 +++--
 .../ethernet/marvell/octeontx2/nic/otx2_dcbnl.c    |  9 +++
 .../ethernet/marvell/octeontx2/nic/otx2_devlink.c  |  4 ++
 drivers/platform/x86/intel/int3472/Makefile        |  9 ++-
 drivers/platform/x86/intel/int3472/common.c        |  5 ++
 20 files changed, 198 insertions(+), 53 deletions(-)

     Arnd

  reply	other threads:[~2024-04-17 12:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-17  8:43 [PATCH 1/2] [v2] net: ethernet: ti-cpsw: fix linking built-in code to modules Arnd Bergmann
2024-04-17 11:49 ` Alexander Lobakin
2024-04-17 12:07   ` Arnd Bergmann
2024-04-17 12:14     ` Arnd Bergmann [this message]
2024-04-18 13:34 ` Paolo Abeni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5c02841b-b398-4a18-8b82-a80e53d4ecb0@app.fastmail.com \
    --to=arnd@kernel.org \
    --cc=aleksander.lobakin@intel.com \
    --cc=arnd@arndb.de \
    --cc=bpf@vger.kernel.org \
    --cc=danishanwar@ti.com \
    --cc=davem@davemloft.net \
    --cc=diogo.ivo@siemens.com \
    --cc=edumazet@google.com \
    --cc=grygorii.strashko@ti.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=r-gunasekaran@ti.com \
    --cc=rkannoth@marvell.com \
    --cc=rogerq@kernel.org \
    --cc=s-vadapalli@ti.com \
    --cc=t-patil@ti.com \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox