mbox series

[0/2] chardev: fixes for recent record/replay on muxed

Message ID 20240828043337.14587-1-npiggin@gmail.com (mailing list archive)
Headers show
Series chardev: fixes for recent record/replay on muxed | expand

Message

Nicholas Piggin Aug. 28, 2024, 4:33 a.m. UTC
Fix a couple of issues that Peter found with recent record/replay
fix for muxed device.

Thanks,
Nick

Nicholas Piggin (2):
  chardev: Fix record/replay error path NULL deref in device creation
  chardev: Remove __-prefixed names

 chardev/char.c | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

Comments

Marc-André Lureau Aug. 28, 2024, 6:41 a.m. UTC | #1
Hi

On Wed, Aug 28, 2024 at 8:34 AM Nicholas Piggin <npiggin@gmail.com> wrote:

> Fix a couple of issues that Peter found with recent record/replay
> fix for muxed device.
>
> Thanks,
> Nick
>
> Nicholas Piggin (2):
>   chardev: Fix record/replay error path NULL deref in device creation
>   chardev: Remove __-prefixed names
>
>  chardev/char.c | 22 ++++++++++++----------
>  1 file changed, 12 insertions(+), 10 deletions(-)
>
> --
> 2.45.2
>
>
>
Series,
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>