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>
Nicholas Piggin Nov. 27, 2024, 4:52 a.m. UTC | #2
On Wed Aug 28, 2024 at 2:33 PM AEST, Nicholas Piggin wrote:
> Fix a couple of issues that Peter found with recent record/replay
> fix for muxed device.

Hi,

I've just realised these never got merged. Sorry for losing track of
them, I was on vacation when doing them and things got a bit neglected.
Looks like I forgot to cc you, Marc-Andre.

Thanks,
Nick