Re: linux-next: Tree for Jun 25

From: Sedat Dilek
Date: Tue Jun 25 2013 - 05:26:34 EST


On Tue, Jun 25, 2013 at 11:21 AM, Yann E. MORIN <yann.morin.1998@xxxxxxx> wrote:
> Sedat, All,
>
> On Tuesday 25 June 2013 10:55:20 Sedat Dilek wrote:
>> Not sure what's going on, but I get this with today's Linux-Next.
>> ( Yesterday's next-20130624 was OK. )
>>
>> $ LANG=C LC_ALL=C yes "" | make oldconfig && LANG=C LC_ALL=C make
>> silentoldconfig </dev/null
> [--SNIP--]
>> RapidIO support (RAPIDIO) [Y/n/?] y
>> IDT Tsi721 PCI Express SRIO Controller support (RAPIDIO_TSI721) [Y/n/?] y
>> Discovery timeout duration (seconds) (RAPIDIO_DISC_TIMEOUT) [30] 30
>> Enable RapidIO Input/Output Ports (RAPIDIO_ENABLE_RX_TX_PORTS) [N/y/?] n
>> DMA Engine support for RapidIO (RAPIDIO_DMA_ENGINE) [Y/n/?] y
>> RapidIO subsystem debug messages (RAPIDIO_DEBUG) [N/y/?] n
>> Enumeration method [M/y/?] (NEW) aborted!
>>
>> Console input/output is redirected. Run 'make oldconfig' to update
>> configuration.
>
> Yes, the same error as reported by Fengguang earlier:
> http://marc.info/?l=linux-kbuild&m=137214773928335&w=4
>

Hmm, I read that posting, but was not aware it affects me.

> And caused by (yet once more):
> 8357b48: kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG
>
> Basically, the issue is:
>
> - 'Enumeration method' is a tristate choice

Yupp.

http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=a11650e11093ed57dca78bf16e7836517c599098

> - for tristate choices, it is possible to select zero, one or more of the
> symbols in the choice
> - if no symbol is selected (randomly or otherwise) in a tristate choice,
> then the choice symbol itself has no assigned 'value'
> - then silentoldconfig whines

Bad bad bad Yann, didn't Marek told you to test always with...

$ yes "" | make oldconfig; make silentoldconfig </dev/null

Anyway, have fun.

- Sedat -

>
> It worked so far as a side effect of another bug (which 8357b48 tries to
> fix), and now this new one has been exposed.
>
> I have to think in a calm place tonight, when I'm back from work...
>
> This one is starting to drive me crazy, really... :-(
>
> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +0/33 662376056 | Software Designer | \ / CAMPAIGN | ^ |
> | --==< O_o >==-- '------------.-------: X AGAINST | /e\ There is no |
> | http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL | """ conspiracy. |
> '------------------------------'-------'------------------'--------------------'
--
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/