All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dyndbg: 2 fixes/cleanups for 5.9
@ 2020-09-21 19:04 Jim Cromie
  2020-09-21 19:04 ` [PATCH 1/2] dyndbg: dont panic over bad input Jim Cromie
  2020-09-21 19:04 ` [PATCH 2/2] dyndbg: use keyword, arg varnames for query term pairs Jim Cromie
  0 siblings, 2 replies; 8+ messages in thread
From: Jim Cromie @ 2020-09-21 19:04 UTC (permalink / raw)
  To: jbaron, gregkh, linux-kernel; +Cc: Jim Cromie

2 things which might qualify as fixes
  a bad (reverted) patch hit a BUG_ON, change that to return -EINVAL instead
  keep useful part of the reverted patch, use keyword, arg varnames

Jim Cromie (2):
  dyndbg: dont panic over bad input
  dyndbg: use keyword, arg varnames for query term pairs

 lib/dynamic_debug.c | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-09-27 12:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21 19:04 [PATCH 0/2] dyndbg: 2 fixes/cleanups for 5.9 Jim Cromie
2020-09-21 19:04 ` [PATCH 1/2] dyndbg: dont panic over bad input Jim Cromie
2020-09-21 19:29   ` Joe Perches
2020-09-22  3:57     ` jim.cromie
2020-09-22  8:08   ` Petr Mladek
2020-09-22 14:23     ` jim.cromie
2020-09-27 12:29   ` Greg KH
2020-09-21 19:04 ` [PATCH 2/2] dyndbg: use keyword, arg varnames for query term pairs Jim Cromie

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.