Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1296086
| From | Dan Streetman <ddstreet@ieee.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: Tree for Dec 16 (lib/842/842_decompress) |
| Date | 2015-12-21 18:20 +0100 |
| Message-ID | <qIchP-UU-7@gated-at.bofh.it> (permalink) |
| References | <qGd8m-66t-3@gated-at.bofh.it> <qGqRZ-6vM-17@gated-at.bofh.it> <qH4mn-6QB-47@gated-at.bofh.it> <qH5Lt-7Ro-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Dec 18, 2015 at 11:08 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
> On 12/18/15 06:32, Dan Streetman wrote:
>> On Wed, Dec 16, 2015 at 3:23 PM, Randy Dunlap <rdunlap@infradead.org> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: Tree for Dec 16 Stephen Rothwell <sfr@canb.auug.org.au> - 2015-12-16 06:50 +0100
Re: linux-next: Tree for Dec 16 (gpu/drm/vc4) Randy Dunlap <rdunlap@infradead.org> - 2015-12-16 20:30 +0100
Re: linux-next: Tree for Dec 16 (gpu/drm/vc4) Eric Anholt <eric@anholt.net> - 2015-12-17 01:50 +0100
Re: linux-next: Tree for Dec 16 (lib/842/842_decompress) Randy Dunlap <rdunlap@infradead.org> - 2015-12-16 21:30 +0100
Re: linux-next: Tree for Dec 16 (lib/842/842_decompress) Dan Streetman <ddstreet@ieee.org> - 2015-12-18 15:40 +0100
Re: linux-next: Tree for Dec 16 (lib/842/842_decompress) Dan Streetman <ddstreet@ieee.org> - 2015-12-21 18:20 +0100
[PATCH] crypto: 842 - remove WARN inside printk Dan Streetman <ddstreet@ieee.org> - 2015-12-21 19:00 +0100
Re: [PATCH] crypto: 842 - remove WARN inside printk Herbert Xu <herbert@gondor.apana.org.au> - 2015-12-23 11:30 +0100
Re: linux-next: Tree for Dec 16 (i2c/busses/i2c-emev2) Randy Dunlap <rdunlap@infradead.org> - 2015-12-16 22:10 +0100
Re: linux-next: Tree for Dec 16 (i2c/busses/i2c-emev2) Wolfram Sang <wsa@the-dreams.de> - 2015-12-16 22:20 +0100
csiph-web