mbox series

[0/6] bus: fsl-mc: fixes and .shutdown() op for dprc driver

Message ID 20220208145928.12468-1-laurentiu.tudor@nxp.com (mailing list archive)
Headers show
Series bus: fsl-mc: fixes and .shutdown() op for dprc driver | expand

Message

Laurentiu Tudor Feb. 8, 2022, 2:59 p.m. UTC
From: Laurentiu Tudor <laurentiu.tudor@nxp.com>

The patch series addresses various issues showing up on DPAA2
driver bring down, fixing scenarios such as kexec, bind/unbind
and halt/reboot. Most notable change is the addition of the
.shutdown() op for the DPRC driver.

Laurentiu Tudor (6):
  bus: fsl-mc: drop useless cleanup
  bus: fsl-mc: fix a use-after-free issue
  bus: fsl-mc: fix double free of the root DPRC fsl-mc device
  bus: fsl-mc: check for null irq array
  bus: fsl-mc: move uapi misc dev create/remove in probe and remove
  bus: fsl-mc: add .shutdown() op for DPRC driver

 drivers/bus/fsl-mc/dprc-driver.c      | 61 ++++++++++++++++++++-------
 drivers/bus/fsl-mc/fsl-mc-allocator.c | 24 -----------
 drivers/bus/fsl-mc/fsl-mc-bus.c       | 34 +++++++++------
 drivers/bus/fsl-mc/fsl-mc-private.h   |  2 -
 4 files changed, 67 insertions(+), 54 deletions(-)

Comments

Ioana Ciornei Feb. 10, 2022, 5:18 p.m. UTC | #1
On Tue, Feb 08, 2022 at 04:59:22PM +0200, laurentiu.tudor@nxp.com wrote:
> From: Laurentiu Tudor <laurentiu.tudor@nxp.com>
> 
> The patch series addresses various issues showing up on DPAA2
> driver bring down, fixing scenarios such as kexec, bind/unbind
> and halt/reboot. Most notable change is the addition of the
> .shutdown() op for the DPRC driver.
> 
> Laurentiu Tudor (6):
>   bus: fsl-mc: drop useless cleanup
>   bus: fsl-mc: fix a use-after-free issue
>   bus: fsl-mc: fix double free of the root DPRC fsl-mc device
>   bus: fsl-mc: check for null irq array
>   bus: fsl-mc: move uapi misc dev create/remove in probe and remove
>   bus: fsl-mc: add .shutdown() op for DPRC driver
> 

Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Diana Madalina Craciun Feb. 11, 2022, 11 a.m. UTC | #2
Reviewed-by: Diana Craciun <diana.craciun@oss.nxp.com>

On 2/8/2022 4:59 PM, laurentiu.tudor@nxp.com wrote:
> From: Laurentiu Tudor <laurentiu.tudor@nxp.com>
>
> The patch series addresses various issues showing up on DPAA2
> driver bring down, fixing scenarios such as kexec, bind/unbind
> and halt/reboot. Most notable change is the addition of the
> .shutdown() op for the DPRC driver.
>
> Laurentiu Tudor (6):
>    bus: fsl-mc: drop useless cleanup
>    bus: fsl-mc: fix a use-after-free issue
>    bus: fsl-mc: fix double free of the root DPRC fsl-mc device
>    bus: fsl-mc: check for null irq array
>    bus: fsl-mc: move uapi misc dev create/remove in probe and remove
>    bus: fsl-mc: add .shutdown() op for DPRC driver
>
>   drivers/bus/fsl-mc/dprc-driver.c      | 61 ++++++++++++++++++++-------
>   drivers/bus/fsl-mc/fsl-mc-allocator.c | 24 -----------
>   drivers/bus/fsl-mc/fsl-mc-bus.c       | 34 +++++++++------
>   drivers/bus/fsl-mc/fsl-mc-private.h   |  2 -
>   4 files changed, 67 insertions(+), 54 deletions(-)
>