Re: [Xen-devel] [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3

2016-01-26 Thread Shannon Zhao
On 2016/1/25 22:35, Jan Beulich wrote: On 23.01.16 at 09:00, wrote: >> > --- a/xen/include/xen/config.h >> > +++ b/xen/include/xen/config.h >> > @@ -7,7 +7,7 @@ >> > #ifndef __XEN_CONFIG_H__ >> > #define __XEN_CONFIG_H__ >> > >> > -#include >> > +#include > Why? I don't see why all so

Re: [Xen-devel] [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3

2016-01-25 Thread Jan Beulich
>>> On 23.01.16 at 09:00, wrote: > --- a/xen/include/xen/config.h > +++ b/xen/include/xen/config.h > @@ -7,7 +7,7 @@ > #ifndef __XEN_CONFIG_H__ > #define __XEN_CONFIG_H__ > > -#include > +#include Why? I don't see why all source files need to include this new header, no matter whether they

Re: [Xen-devel] [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3

2016-01-24 Thread Shannon Zhao
On 2016/1/24 2:42, Andrew Cooper wrote: > On 23/01/16 17:14, Jonathan Creekmore wrote: >> Shannon Zhao writes: >> >>> From: Shannon Zhao >>> >>> To support using CONFIG_ options in C/CPP expressions, import kconfig.h >>> from the Linux v4.3 tag (commit id >>> 6a13feb9c82803e2b815eca72fa7a9f5561d

Re: [Xen-devel] [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3

2016-01-23 Thread Andrew Cooper
On 23/01/16 17:14, Jonathan Creekmore wrote: > Shannon Zhao writes: > >> From: Shannon Zhao >> >> To support using CONFIG_ options in C/CPP expressions, import kconfig.h >> from the Linux v4.3 tag (commit id >> 6a13feb9c82803e2b815eca72fa7a9f5561d7861). >> >> CC: Doug Goldstein >> Signed-off-by:

Re: [Xen-devel] [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3

2016-01-23 Thread Jonathan Creekmore
Shannon Zhao writes: > From: Shannon Zhao > > To support using CONFIG_ options in C/CPP expressions, import kconfig.h > from the Linux v4.3 tag (commit id > 6a13feb9c82803e2b815eca72fa7a9f5561d7861). > > CC: Doug Goldstein > Signed-off-by: Shannon Zhao > --- > xen/include/xen/config.h | 2 +

[Xen-devel] [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3

2016-01-23 Thread Shannon Zhao
From: Shannon Zhao To support using CONFIG_ options in C/CPP expressions, import kconfig.h from the Linux v4.3 tag (commit id 6a13feb9c82803e2b815eca72fa7a9f5561d7861). CC: Doug Goldstein Signed-off-by: Shannon Zhao --- xen/include/xen/config.h | 2 +- xen/include/xen/kconfig.h | 54 +++