All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] uio: Convert to platform remove callback returning void
@ 2024-03-08 21:31 Uwe Kleine-König
  2024-03-08 21:31 ` [PATCH 1/2] uio: fsl_elbc_gpcm: " Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2024-03-08 21:31 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, kernel

Hello,

this series converts the two platform drivers below drivers/uio that
make use of .remove() to use .remove_new() instead.

See commit 5c5a7680e67b ("platform: Provide a remove callback that
returns no value") for an extended explanation and the eventual goal.
The TL;DR; is to make it harder for driver authors to leak resources
without noticing. The drivers here get it right though and so can be
converted trivially.

This is merge window material. The two patches are independent of each
other so they can be applied individually if necessary. But I assume
and suggest that Greg will pick them up together.

Best regards
Uwe

Uwe Kleine-König (2):
  uio: fsl_elbc_gpcm: Convert to platform remove callback returning void
  uio: pruss: Convert to platform remove callback returning void

 drivers/uio/uio_fsl_elbc_gpcm.c | 6 ++----
 drivers/uio/uio_pruss.c         | 5 ++---
 2 files changed, 4 insertions(+), 7 deletions(-)


base-commit: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd
-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-15  7:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08 21:31 [PATCH 0/2] uio: Convert to platform remove callback returning void Uwe Kleine-König
2024-03-08 21:31 ` [PATCH 1/2] uio: fsl_elbc_gpcm: " Uwe Kleine-König
2024-03-08 21:31 ` [PATCH 2/2] uio: pruss: " Uwe Kleine-König
2024-04-15  7:19 ` [PATCH 0/2] uio: " Uwe Kleine-König
2024-04-15  7:31   ` Greg Kroah-Hartman
2024-04-15  7:41     ` Uwe Kleine-König

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.