mbox series

[net,V2,0/4] net: wwan: iosm: fixes

Message ID 20221107073414.1978162-1-m.chetan.kumar@linux.intel.com (mailing list archive)
Headers show
Series net: wwan: iosm: fixes | expand

Message

Kumar, M Chetan Nov. 7, 2022, 7:34 a.m. UTC
From: M Chetan Kumar <m.chetan.kumar@linux.intel.com>

This patch series contains iosm fixes.

PATCH1: Fix memory leak in ipc_pcie_read_bios_cfg.

PATCH2: Fix driver not working with INTEL_IOMMU disabled config.

PATCH3: Fix invalid mux header type.

PATCH4: Fix kernel build robot reported errors.

Please refer to individual commit message for details.

--
v2:
 * PATCH1: No Change
 * PATCH2: Kconfig change
           - Add dependency on PCI to resolve kernel build robot errors.
 * PATCH3: No Change
 * PATCH4: New (Fix kernel build robot errors)

M Chetan Kumar (4):
  net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg
  net: wwan: iosm: fix driver not working with INTEL_IOMMU disabled
  net: wwan: iosm: fix invalid mux header type
  net: wwan: iosm: fix kernel test robot reported errors

 drivers/net/wwan/Kconfig                  |  2 +-
 drivers/net/wwan/iosm/iosm_ipc_coredump.c |  1 +
 drivers/net/wwan/iosm/iosm_ipc_devlink.c  |  1 +
 drivers/net/wwan/iosm/iosm_ipc_imem_ops.c |  8 ++++++++
 drivers/net/wwan/iosm/iosm_ipc_mux.h      |  1 +
 drivers/net/wwan/iosm/iosm_ipc_pcie.c     | 18 +++++++++++++++---
 6 files changed, 27 insertions(+), 4 deletions(-)

--
2.34.1

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 9, 2022, 2:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon,  7 Nov 2022 13:04:14 +0530 you wrote:
> From: M Chetan Kumar <m.chetan.kumar@linux.intel.com>
> 
> This patch series contains iosm fixes.
> 
> PATCH1: Fix memory leak in ipc_pcie_read_bios_cfg.
> 
> PATCH2: Fix driver not working with INTEL_IOMMU disabled config.
> 
> [...]

Here is the summary with links:
  - [net,V2,1/4] net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg
    https://git.kernel.org/netdev/net/c/d38a648d2d6c
  - [net,V2,2/4] net: wwan: iosm: fix driver not working with INTEL_IOMMU disabled
    https://git.kernel.org/netdev/net/c/035e3befc191
  - [net,V2,3/4] net: wwan: iosm: fix invalid mux header type
    https://git.kernel.org/netdev/net/c/02d2d2ea4a3b
  - [net,V2,4/4] net: wwan: iosm: fix kernel test robot reported errors
    https://git.kernel.org/netdev/net/c/980ec04a88c9

You are awesome, thank you!