public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-rdma@vger.kernel.org, linux-cxl@vger.kernel.org,
	linux-kernel@vger.kernel.org, Dave Jiang <dave.jiang@intel.com>,
	Saeed Mahameed <saeedm@nvidia.com>
Subject: [GIT PULL] Please pull FWCTL subsystem changes
Date: Thu, 16 Apr 2026 11:11:53 -0300	[thread overview]
Message-ID: <20260416141153.GA1646988@nvidia.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3149 bytes --]

Hi Linus,

Small fwctl update, another new driver for Broadcom RDMA NICs. 

this brings the number to four. At least two more seem to be in
progress, and there are some WIP rust bindings for the subsystem as
well that we may see in future PRs.

Thanks,
Jason


The following changes since commit c369299895a591d96745d6492d4888259b004a9e:

  Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/fwctl/fwctl.git tags/for-linus-fwctl

for you to fetch changes up to a55f80233f384dc89ef3425b2e1dd0e6d44bcf29:

  fwctl: Fix class init ordering to avoid NULL pointer dereference on device removal (2026-04-10 11:21:06 -0300)

----------------------------------------------------------------
fwctl 7.1 merge window pull request

- New fwctl driver for Broadcom RDMA NICs

- Bug fix for non-modular builds

----------------------------------------------------------------
Pavan Chebbi (5):
      fwctl/bnxt_en: Move common definitions to include/linux/bnxt/
      fwctl/bnxt_en: Refactor aux bus functions to be more generic
      fwctl/bnxt_en: Create an aux device for fwctl
      fwctl/bnxt_fwctl: Add bnxt fwctl device
      fwctl/bnxt_fwctl: Add documentation entries

Richard Cheng (1):
      fwctl: Fix class init ordering to avoid NULL pointer dereference on device removal

 Documentation/userspace-api/fwctl/bnxt_fwctl.rst   |  74 +++++
 Documentation/userspace-api/fwctl/fwctl.rst        |   1 +
 Documentation/userspace-api/fwctl/index.rst        |   1 +
 MAINTAINERS                                        |   6 +
 drivers/fwctl/Kconfig                              |  11 +
 drivers/fwctl/Makefile                             |   1 +
 drivers/fwctl/bnxt/Makefile                        |   4 +
 drivers/fwctl/bnxt/main.c                          | 281 +++++++++++++++++
 drivers/fwctl/main.c                               |   2 +-
 drivers/infiniband/hw/bnxt_re/debugfs.c            |   2 +-
 drivers/infiniband/hw/bnxt_re/main.c               |   2 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c           |   2 +-
 drivers/infiniband/hw/bnxt_re/qplib_res.h          |   2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  49 +--
 drivers/net/ethernet/broadcom/bnxt/bnxt.h          |  19 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c  |  10 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c  |   4 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c    |   2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c      | 349 +++++++++++++--------
 .../bnxt/bnxt_ulp.h => include/linux/bnxt/ulp.h    |  26 +-
 include/uapi/fwctl/bnxt.h                          |  26 ++
 include/uapi/fwctl/fwctl.h                         |   1 +
 22 files changed, 698 insertions(+), 177 deletions(-)
 create mode 100644 Documentation/userspace-api/fwctl/bnxt_fwctl.rst
 create mode 100644 drivers/fwctl/bnxt/Makefile
 create mode 100644 drivers/fwctl/bnxt/main.c
 rename drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h => include/linux/bnxt/ulp.h (86%)
 create mode 100644 include/uapi/fwctl/bnxt.h

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

             reply	other threads:[~2026-04-16 14:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-16 14:11 Jason Gunthorpe [this message]
2026-04-17  4:28 ` [GIT PULL] Please pull FWCTL subsystem changes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-10-01 19:35 Jason Gunthorpe
2025-10-04  1:41 ` pr-tracker-bot
2025-04-17 12:36 Jason Gunthorpe
2025-04-17 18:57 ` pr-tracker-bot
2025-03-24 15:13 [GIT PULL] Please pull fwctl " Jason Gunthorpe
2025-03-26 17:13 ` Jakub Kicinski
2025-03-29 18:24 ` pr-tracker-bot

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=20260416141153.GA1646988@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=dave.jiang@intel.com \
    --cc=linux-cxl@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=torvalds@linux-foundation.org \
    /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