Re: [PATCH] rpmsg: reduce rpmsg_virtio verbosity

From: Ohad Ben-Cohen
Date: Mon Feb 24 2014 - 10:12:12 EST


Hi David,

Sorry for the late response.

On Thu, Oct 3, 2013 at 9:36 PM, David Cohen
<david.a.cohen@xxxxxxxxxxxxxxx> wrote:
> From: Jocelyn Falempe <jocelyn.falempe@xxxxxxxxx>
>
> rpmsg_virtio TX/RX messages are very verbose, overflowing kernel printk
> buffer. This patch makes the guilty print_hex_dump()'s to act as
> dev_dbg() and do nothing in case neither DEBUG nor CONFIG_DYNAMIC_DEBUG
> are defined.
>
> Signed-off-by: Jocelyn Falempe <jocelyn.falempe@xxxxxxxxx>
> Signed-off-by: David Cohen <david.a.cohen@xxxxxxxxxxxxxxx>

This sounds like a good thing to do, but I wonder if it should be
implemented in a more generic way, so other users of
print_hex_dump_debug can benefit from this as well?

Thanks,
Ohad.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/