2013-05-02 17:54:35

by H. Peter Anvin

[permalink] [raw]
Subject: modpost command line still is a problem

At least as far as current linus, "make allmodconfig" still fails with
O= in a sufficiently deep directory due to the modpost command line
being too long.

There was a bunch of talk about how to address that, but did anything
ever come of it?

-hpa


2013-05-02 20:15:15

by Sam Ravnborg

[permalink] [raw]
Subject: Re: modpost command line still is a problem

On Thu, May 02, 2013 at 10:54:24AM -0700, H. Peter Anvin wrote:
> At least as far as current linus, "make allmodconfig" still fails with
> O= in a sufficiently deep directory due to the modpost command line
> being too long.
>
> There was a bunch of talk about how to address that, but did anything
> ever come of it?

Following patch:
http://marc.info/?l=linux-kbuild&m=136723776203823&w=2

is waiting for Michal to pick it up.
It is on top of the kbuild branck of the kbuild tree (yet to be merged).

Sam

2013-05-04 00:44:45

by Rusty Russell

[permalink] [raw]
Subject: Re: modpost command line still is a problem

"H. Peter Anvin" <[email protected]> writes:

> At least as far as current linus, "make allmodconfig" still fails with
> O= in a sufficiently deep directory due to the modpost command line
> being too long.
>
> There was a bunch of talk about how to address that, but did anything
> ever come of it?
>
> -hpa

There were issues with merging my modules-next branch, but that should
contain the fixes.

Thanks,
Rusty.