Re: [PATCH 001/001] kconfig: fix pointer conversion error when runningmake xconfig

From: Michal Marek
Date: Thu May 02 2013 - 04:57:31 EST


On 30.4.2013 19:38, Steve Russo wrote:
> From: Steve Russo <svrusso1@xxxxxxxxx <mailto:svrusso1@xxxxxxxxx>>
>
> I could not compile "make xconfig" on the linux-next git, as of
> 20130430, due to a pointer type conversion in line 128/129 of list.h
> (couldn't convert from void* to struct list_head).

Thanks for the patch, but it has already been posted here:
http://lkml.org/lkml/2013/4/29/322

This is my first
> patch; please forgive me if I haven't done something correctly.

First and foremost: No html email.


> Signed-off-by: Steve Russo <svrusso1@xxxxxxxxx <mailto:svrusso1@xxxxxxxxx>>
> ---
> ---
> /home/russosv/Dev/Kernel/generic/linux-next/20130429/scripts/kconfig/list.h.orig2013-04-30
> 13:09:34.708075512 -0400
> +++
> /home/russosv/Dev/Kernel/generic/linux-next/20130429/scripts/kconfig/list.h2013-04-30
> 13:07:30.113329353 -0400

Second: Please send patches so that they apply with -p1. The best is to
first send the patch to yourself and pipe the email to 'git am.' If that
works, then the odds are that it will work for the receiver as well.

Otherwise the content was OK.

Michal
--
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/