Re: [PATCH v6 7/8] dynamic_debug: add asm-generic implementation for DYNAMIC_DEBUG_RELATIVE_POINTERS

From: Rasmus Villemoes
Date: Wed Jun 26 2019 - 19:52:26 EST


On 27/06/2019 01.16, Nick Desaulniers wrote:
> On Tue, Jun 25, 2019 at 3:18 PM Nick Desaulniers
> <ndesaulniers@xxxxxxxxxx> wrote:
>
> The prints should show up in dmesg right, assuming you do something to
> trigger them? Can you provide more details for a test case that's
> easy to trip? What's an easy case to reproduce from a limited
> buildroot env (basic shell/toybox)?
>

Hm, I seemed to remember that those kobject events triggered all the
time. Oh well, try this one:

echo 'file ping.c +p' > control
ping localhost
dmesg | grep ping

Rasmus