All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] log: allow for message continuation
@ 2020-09-17 12:19 Heinrich Schuchardt
  2020-09-17 12:19 ` [PATCH 1/2] " Heinrich Schuchardt
  2020-09-17 12:19 ` [PATCH 2/2] test: log: test " Heinrich Schuchardt
  0 siblings, 2 replies; 13+ messages in thread
From: Heinrich Schuchardt @ 2020-09-17 12:19 UTC (permalink / raw)
  To: u-boot

With the first patch it becomes possible to continue a log message with
the same log level and category as the previous messages.

We need this facility to convert pr_cont() to use our logging drivers.

The second patch provides a unit test.

This patch is a prerequisite:

[PATCH 1/1] log: mute messages generated by log drivers
https://lists.denx.de/pipermail/u-boot/2020-September/426418.html

Heinrich Schuchardt (2):
  log: allow for message continuation
  test: log: test message continuation

 common/log.c            | 23 ++++++++++++++----
 doc/develop/logging.rst |  6 +++++
 include/log.h           |  2 ++
 test/log/Makefile       |  4 +++-
 test/log/cont_test.c    | 52 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 81 insertions(+), 6 deletions(-)
 create mode 100644 test/log/cont_test.c

--
2.28.0

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

end of thread, other threads:[~2020-10-11  8:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 12:19 [PATCH 0/2] log: allow for message continuation Heinrich Schuchardt
2020-09-17 12:19 ` [PATCH 1/2] " Heinrich Schuchardt
2020-09-22 18:48   ` Simon Glass
2020-09-22 19:10     ` Heinrich Schuchardt
2020-09-22 22:03       ` Simon Glass
2020-10-05  1:41         ` Simon Glass
2020-09-17 12:19 ` [PATCH 2/2] test: log: test " Heinrich Schuchardt
2020-09-22 18:48   ` Simon Glass
2020-10-10 21:28   ` Tom Rini
2020-10-10 21:47     ` Sean Anderson
2020-10-10 21:51       ` Tom Rini
2020-10-11  8:09         ` Heinrich Schuchardt
2020-10-11  8:11     ` Heinrich Schuchardt

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.