linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] DYNAMIC_DEBUG for 5.13
@ 2021-05-04 22:22 Jim Cromie
  2021-05-04 22:22 ` [PATCH v2 1/2] dyndbg: avoid calling dyndbg_emit_prefix when it has no work Jim Cromie
  2021-05-04 22:22 ` [PATCH v2 2/2] dyndbg: drop uninformative vpr_info Jim Cromie
  0 siblings, 2 replies; 3+ messages in thread
From: Jim Cromie @ 2021-05-04 22:22 UTC (permalink / raw)
  To: jbaron, gregkh, linux-kernel; +Cc: Jim Cromie

Heres 2 maintenance patches;
 a minor short-circuit optimization
   v2: hoist buffer init to its alloc, #define just _ANY, not _ANYSITE
 remove useless pr_info

Jim Cromie (2):
  dyndbg: avoid calling dyndbg_emit_prefix when it has no work
  dyndbg: drop uninformative vpr_info

 include/linux/dynamic_debug.h |  9 +++++++++
 lib/dynamic_debug.c           | 10 ++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-05-04 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04 22:22 [PATCH v2 0/2] DYNAMIC_DEBUG for 5.13 Jim Cromie
2021-05-04 22:22 ` [PATCH v2 1/2] dyndbg: avoid calling dyndbg_emit_prefix when it has no work Jim Cromie
2021-05-04 22:22 ` [PATCH v2 2/2] dyndbg: drop uninformative vpr_info Jim Cromie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).