On Thu, Jan 07, 2021 at 12:50:34PM -0500, Eric Farman wrote:
>
>
> On 1/7/21 12:05 PM, Peter Maydell wrote:
> > On Thu, 7 Jan 2021 at 16:52, Eric Farman wrote:
> > > On 1/6/21 2:03 PM, Peter Xu wrote:
> > > > Could I ask why the const.h is installed into
> > > > include/standard-headers/linux
>
On 1/7/21 12:05 PM, Peter Maydell wrote:
On Thu, 7 Jan 2021 at 16:52, Eric Farman wrote:
On 1/6/21 2:03 PM, Peter Xu wrote:
Could I ask why the const.h is installed into include/standard-headers/linux
rather than linux-headers/linux? When I was working on my version I failed to
figure out
On Thu, 7 Jan 2021 at 16:52, Eric Farman wrote:
> On 1/6/21 2:03 PM, Peter Xu wrote:
> > Could I ask why the const.h is installed into include/standard-headers/linux
> > rather than linux-headers/linux? When I was working on my version I failed
> > to
> > figure out the difference.
>
> Consideri
On 1/6/21 2:03 PM, Peter Xu wrote:
On Mon, Jan 04, 2021 at 09:20:55PM +0100, Eric Farman wrote:
Kernel commit a85cbe6159ff ("uapi: move constants from
to ") breaks our script
because of the unrecognized include. Let's add that to
our processing.
Signed-off-by: Eric Farman
---
scripts/upd
On 1/4/21 9:20 PM, Eric Farman wrote:
> Kernel commit a85cbe6159ff ("uapi: move constants from
> to ") breaks our script
> because of the unrecognized include. Let's add that to
> our processing.
>
> Signed-off-by: Eric Farman
> ---
> scripts/update-linux-headers.sh | 5 -
> 1 file changed,
On Mon, Jan 04, 2021 at 09:20:55PM +0100, Eric Farman wrote:
> Kernel commit a85cbe6159ff ("uapi: move constants from
> to ") breaks our script
> because of the unrecognized include. Let's add that to
> our processing.
>
> Signed-off-by: Eric Farman
> ---
> scripts/update-linux-headers.sh | 5 +
Kernel commit a85cbe6159ff ("uapi: move constants from
to ") breaks our script
because of the unrecognized include. Let's add that to
our processing.
Signed-off-by: Eric Farman
---
scripts/update-linux-headers.sh | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/scripts/up