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