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(-)