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: Wed, 1 Oct 2025 16:35:34 -0300 [thread overview]
Message-ID: <20251001193534.GA3227444@nvidia.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1638 bytes --]
Hi Linus,
Small update for fwctl.
There is a driver for broadcom ethernet on the list now that will
likely come in the next cycle.
Thanks,
Jason
The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:
Linux 6.17-rc2 (2025-08-17 15:22:10 -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 479bec4cb39a1bfb2e5d3e3959d660f61399cad4:
pds_fwctl: Replace kzalloc + copy_from_user with memdup_user in pdsfc_fw_rpc (2025-09-22 10:33:10 -0300)
----------------------------------------------------------------
fwctl 6.17 merge window rc pull request
- Fix mismtached kvalloc() kfree() on error paths
- Remove NOP dev_err_probe(), shouldn't print on error paths anyhow
- For mlx5 permit:
MLX5_CMD_OP_MODIFY_CONG_STATUS
MLX5_CMD_OP_QUERY_ADJACENT_FUNCTIONS_ID
MLX5_CMD_OP_DELEGATE_VHCA_MANAGEMENT
MLX5_CMD_OP_QUERY_DELEGATED_VHCA
- Use memdup_user in pds
----------------------------------------------------------------
Akhilesh Patil (1):
fwctl/mlx5: Fix memory alloc/free in mlx5ctl_fw_rpc()
Avihai Horon (1):
fwctl/mlx5: Allow MODIFY_CONG_STATUS command
Liao Yuanhong (1):
pds_fwctl: Remove the use of dev_err_probe()
Saeed Mahameed (1):
fwctl/mlx5: Add Adjacent function query commands and their scope
Thorsten Blum (1):
pds_fwctl: Replace kzalloc + copy_from_user with memdup_user in pdsfc_fw_rpc
drivers/fwctl/mlx5/main.c | 9 ++++++++-
drivers/fwctl/pds/main.c | 18 +++++-------------
2 files changed, 13 insertions(+), 14 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next reply other threads:[~2025-10-01 19:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-01 19:35 Jason Gunthorpe [this message]
2025-10-04 1:41 ` [GIT PULL] Please pull FWCTL subsystem changes pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2026-04-16 14:11 Jason Gunthorpe
2026-04-17 4:28 ` 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=20251001193534.GA3227444@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.