From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/4] log: Add a flag to enable log drivers
Date: Sun, 11 Oct 2020 21:14:51 -0400 [thread overview]
Message-ID: <20201012011451.GN14816@bill-the-cat> (raw)
In-Reply-To: <20200912122845.1.I35e547d3c773391e4102e3dbec0760c76fadd092@changeid>
On Sat, Sep 12, 2020 at 12:28:47PM -0600, Simon Glass wrote:
> At present there is no way to disable a log driver. But the syslog driver
> causes (attempted) network traffic in sandbox every time a log message
> is printed, which is often.
>
> Add a flag to enable a log driver. Adjust struct log_device to use a short
> for next_filter_num so that no more memory is used for devices. Also fix
> a missing line in the struct log_driver comment while here.
>
> To maintain compatibility, enable it for all drivers for now.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201011/d716825b/attachment.sig>
next prev parent reply other threads:[~2020-10-12 1:14 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-12 18:28 [PATCH 0/4] log: Fix the syslog spam when running tests Simon Glass
2020-09-12 18:28 ` [PATCH 1/4] log: Add a flag to enable log drivers Simon Glass
2020-10-12 1:14 ` Tom Rini [this message]
2020-09-12 18:28 ` [PATCH 2/4] log: Drop #ifdef in log_test Simon Glass
2020-10-12 1:14 ` Tom Rini
2020-09-12 18:28 ` [PATCH 3/4] log: Add a way to enable/disable a log device Simon Glass
2020-09-12 20:24 ` Heinrich Schuchardt
2020-09-13 1:24 ` Simon Glass
2020-10-12 1:15 ` Tom Rini
2020-09-12 18:28 ` [PATCH 4/4] log: Disable the syslog driver by default Simon Glass
2020-09-12 20:16 ` Heinrich Schuchardt
2020-09-12 20:24 ` Simon Glass
2020-09-12 20:34 ` Heinrich Schuchardt
2020-09-13 1:24 ` Simon Glass
2020-09-13 6:47 ` Heinrich Schuchardt
2020-09-13 13:26 ` Simon Glass
2020-10-12 1:15 ` Tom Rini
2020-09-14 8:24 ` [PATCH 0/4] log: Fix the syslog spam when running tests Heinrich Schuchardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201012011451.GN14816@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox