Re: linux-next: Tree for Dec 16 (lib/842/842_decompress)

From: Dan Streetman
Date: Mon Dec 21 2015 - 12:12:54 EST


On Fri, Dec 18, 2015 at 11:08 AM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
> On 12/18/15 06:32, Dan Streetman wrote:
>> On Wed, Dec 16, 2015 at 3:23 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>>> On 12/15/15 21:43, Stephen Rothwell wrote:
>>>> Hi all,
>>>>
>>>> Changes since 20151215:
>>>>
>>>> The drm-misc tree gained a conflict against Linus' tree.
>>>>
>>>> The i2c tree gained a build failure for which I applied a patch.
>>>>
>>>> The gpio tree gained a build failure so I used the version from
>>>> next-20151215.
>>>>
>>>
>>> on i386, when CONFIG_PRINTK is not enabled:
>>>
>>>
>>> ../lib/842/842_decompress.c: In function '__do_index':
>>> ../lib/842/842_decompress.c:205:2: error: implicit declaration of function 'no_printk' [-Werror=implicit-function-declaration]
>>> pr_debug("index%x to %lx off %lx adjoff %lx tot %lx data %lx\n",
>>> ^
>>
>> Hmm, it's not failing for me, can you send your config?
>
> Attached.
>
> FYI, I had 5 of these failures in 20 randconfig builds.

Heh, ok I figured it out, the pr_debug() uses a macro for one of its
params, which internally calls WARN, which then calls printk
again...in the case of no printk, that makes the macro no_printk() try
to recursively call no_printk()...

I'll remove the WARN so there's not a printk-inside-a-printk.

thanks!

>
>
> --
> ~Randy
--
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/