public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: gpib: Fix NULL deref and code cleanup
@ 2025-01-18 14:50 Dave Penkler
  2025-01-18 14:50 ` [PATCH 1/2] staging: gpib: Fix NULL pointer dereference in detach Dave Penkler
  2025-01-18 14:50 ` [PATCH 2/2] staging: gpib: Agilent usb code cleanup Dave Penkler
  0 siblings, 2 replies; 8+ messages in thread
From: Dave Penkler @ 2025-01-18 14:50 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel; +Cc: Dave Penkler

Patch 1 Fixes a NULL dereference issue in the detach function
Patch 2 Removes useless code
        Use kzalloc
        Adds proper cleanup on failure exit in the attach function.
	Minor messaging changes

Dave Penkler (2):
  staging: gpib: Fix NULL pointer dereference in detach
  staging: gpib: Agilent usb code cleanup

 .../gpib/agilent_82357a/agilent_82357a.c      | 88 ++++++++-----------
 1 file changed, 37 insertions(+), 51 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-01-20 15:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-18 14:50 [PATCH 0/2] staging: gpib: Fix NULL deref and code cleanup Dave Penkler
2025-01-18 14:50 ` [PATCH 1/2] staging: gpib: Fix NULL pointer dereference in detach Dave Penkler
2025-01-18 15:36   ` Greg KH
2025-01-18 17:30     ` Dave Penkler
2025-01-20  6:42   ` Dan Carpenter
2025-01-18 14:50 ` [PATCH 2/2] staging: gpib: Agilent usb code cleanup Dave Penkler
2025-01-20  7:15   ` Dan Carpenter
2025-01-20 15:15     ` Dave Penkler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox