linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: David Howells <dhowells@redhat.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 06/45] C++: Do some basic C++ type definition
Date: Mon, 2 Apr 2018 14:10:52 +0800	[thread overview]
Message-ID: <201804021258.3iUdqjhk%fengguang.wu@intel.com> (raw)
In-Reply-To: <152261525140.30503.4153878451546376512.stgit@warthog.procyon.org.uk>

[-- Attachment #1: Type: text/plain, Size: 27457 bytes --]

Hi David,

I love your patch! Yet something to improve:

[auto build test ERROR on v4.16-rc7]
[cannot apply to linus/master tip/x86/core tip/locking/core v4.16 next-20180329]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/David-Howells/C-Convert-the-kernel-to-C/20180402-120344
config: x86_64-randconfig-x006-201813 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

                    ^~~~~~~~
   include/linux/types.h:115:17: error: storage class specified for parameter 'u_int64_t'
    typedef  __u64  u_int64_t;
                    ^~~~~~~~~
   include/linux/types.h:116:17: error: storage class specified for parameter 'int64_t'
    typedef  __s64  int64_t;
                    ^~~~~~~
   include/linux/types.h:136:23: error: storage class specified for parameter 'sector_t'
    typedef unsigned long sector_t;
                          ^~~~~~~~
   include/linux/types.h:137:23: error: storage class specified for parameter 'blkcnt_t'
    typedef unsigned long blkcnt_t;
                          ^~~~~~~~
   include/linux/types.h:155:13: error: storage class specified for parameter 'dma_addr_t'
    typedef u64 dma_addr_t;
                ^~~~~~~~~~
   include/linux/types.h:160:28: error: storage class specified for parameter 'gfp_t'
    typedef unsigned __bitwise gfp_t;
                               ^~~~~
   include/linux/types.h:161:28: error: storage class specified for parameter 'slab_flags_t'
    typedef unsigned __bitwise slab_flags_t;
                               ^~~~~~~~~~~~
   include/linux/types.h:162:28: error: storage class specified for parameter 'fmode_t'
    typedef unsigned __bitwise fmode_t;
                               ^~~~~~~
   include/linux/types.h:165:13: error: storage class specified for parameter 'phys_addr_t'
    typedef u64 phys_addr_t;
                ^~~~~~~~~~~
   include/linux/types.h:170:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'resource_size_t'
    typedef phys_addr_t resource_size_t;
                        ^~~~~~~~~~~~~~~
   include/linux/types.h:176:23: error: storage class specified for parameter 'irq_hw_number_t'
    typedef unsigned long irq_hw_number_t;
                          ^~~~~~~~~~~~~~~
   include/linux/types.h:180:3: error: storage class specified for parameter 'atomic_t'
    } atomic_t;
      ^~~~~~~~
   include/linux/types.h:185:3: error: storage class specified for parameter 'atomic64_t'
    } atomic64_t;
      ^~~~~~~~~~
   include/linux/types.h:188:1: warning: empty declaration
    struct list_head {
    ^~~~~~
   include/linux/types.h:192:1: warning: empty declaration
    struct hlist_head {
    ^~~~~~
   include/linux/types.h:196:1: warning: empty declaration
    struct hlist_node {
    ^~~~~~
   include/linux/types.h:201:2: error: expected specifier-qualifier-list before '__kernel_daddr_t'
     __kernel_daddr_t f_tfree;
     ^~~~~~~~~~~~~~~~
   include/linux/types.h:200:1: warning: empty declaration
    struct ustat {
    ^~~~~~
   include/linux/types.h:226:1: warning: empty declaration
    struct callback_head {
    ^~~~~~
   include/linux/types.h:232:16: error: storage class specified for parameter 'rcu_callback_t'
    typedef void (*rcu_callback_t)(struct rcu_head *head);
                   ^~~~~~~~~~~~~~
   include/linux/types.h:233:56: error: expected declaration specifiers or '...' before 'rcu_callback_t'
    typedef void (*call_rcu_func_t)(struct rcu_head *head, rcu_callback_t func);
                                                           ^~~~~~~~~~~~~~
   In file included from include/asm-generic/bug.h:5:0,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   include/linux/compiler.h:187:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   include/linux/compiler.h:205:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   include/linux/compiler.h:210:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   In file included from arch/x86/include/asm/barrier.h:5:0,
                    from include/linux/compiler.h:245,
                    from include/asm-generic/bug.h:5,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   arch/x86/include/asm/alternative.h:48:1: warning: empty declaration
    struct alt_instr {
    ^~~~~~
   arch/x86/include/asm/alternative.h:61:12: error: storage class specified for parameter 'alternatives_patched'
    extern int alternatives_patched;
               ^~~~~~~~~~~~~~~~~~~~
   arch/x86/include/asm/alternative.h:63:13: error: storage class specified for parameter 'alternative_instructions'
    extern void alternative_instructions(void);
                ^~~~~~~~~~~~~~~~~~~~~~~~
   arch/x86/include/asm/alternative.h:64:13: error: storage class specified for parameter 'apply_alternatives'
    extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
                ^~~~~~~~~~~~~~~~~~
   arch/x86/include/asm/alternative.h:66:1: warning: empty declaration
    struct module;
    ^~~~~~
>> arch/x86/include/asm/alternative.h:69:13: error: storage class specified for parameter 'alternatives_smp_module_add'
    extern void alternatives_smp_module_add(struct module *mod, char *name,
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>> arch/x86/include/asm/alternative.h:72:13: error: storage class specified for parameter 'alternatives_smp_module_del'
    extern void alternatives_smp_module_del(struct module *mod);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>> arch/x86/include/asm/alternative.h:73:13: error: storage class specified for parameter 'alternatives_enable_smp'
    extern void alternatives_enable_smp(void);
                ^~~~~~~~~~~~~~~~~~~~~~~
>> arch/x86/include/asm/alternative.h:74:12: error: storage class specified for parameter 'alternatives_text_reserved'
    extern int alternatives_text_reserved(void *start, void *end);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~
>> arch/x86/include/asm/alternative.h:75:8: error: unknown type name 'bool'
    extern bool skip_smp_alternatives;
           ^~~~
>> arch/x86/include/asm/alternative.h:75:13: error: storage class specified for parameter 'skip_smp_alternatives'
    extern bool skip_smp_alternatives;
                ^~~~~~~~~~~~~~~~~~~~~
   In file included from arch/x86/include/asm/barrier.h:6:0,
                    from include/linux/compiler.h:245,
                    from include/asm-generic/bug.h:5,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   arch/x86/include/asm/nops.h:143:37: error: storage class specified for parameter 'ideal_nops'
    extern const unsigned char * const *ideal_nops;
                                        ^~~~~~~~~~
   arch/x86/include/asm/nops.h:144:13: error: storage class specified for parameter 'arch_init_ideal_nops'
    extern void arch_init_ideal_nops(void);
                ^~~~~~~~~~~~~~~~~~~~
   In file included from include/linux/compiler.h:245:0,
                    from include/asm-generic/bug.h:5,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   arch/x86/include/asm/barrier.h:38:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   In file included from include/asm-generic/bug.h:5:0,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   include/linux/compiler.h:268:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   In file included from include/linux/kernel.h:6:0,
                    from include/asm-generic/bug.h:18,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   /usr/lib/gcc/x86_64-linux-gnu/7/include/stdarg.h:40:27: error: storage class specified for parameter '__gnuc_va_list'
    typedef __builtin_va_list __gnuc_va_list;
                              ^~~~~~~~~~~~~~
   In file included from include/linux/kernel.h:6:0,
                    from include/asm-generic/bug.h:18,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   /usr/lib/gcc/x86_64-linux-gnu/7/include/stdarg.h:99:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'va_list'
    typedef __gnuc_va_list va_list;
                           ^~~~~~~
   In file included from include/linux/linkage.h:7:0,
                    from include/linux/kernel.h:7,
                    from include/asm-generic/bug.h:18,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   include/linux/export.h:27:1: warning: empty declaration
    struct kernel_symbol
    ^~~~~~
   In file included from include/linux/kernel.h:11:0,
                    from include/asm-generic/bug.h:18,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   include/linux/bitops.h:29:21: error: storage class specified for parameter '__sw_hweight8'
    extern unsigned int __sw_hweight8(unsigned int w);
                        ^~~~~~~~~~~~~
   include/linux/bitops.h:30:21: error: storage class specified for parameter '__sw_hweight16'
    extern unsigned int __sw_hweight16(unsigned int w);
                        ^~~~~~~~~~~~~~
   include/linux/bitops.h:31:21: error: storage class specified for parameter '__sw_hweight32'
    extern unsigned int __sw_hweight32(unsigned int w);
                        ^~~~~~~~~~~~~~
   include/linux/bitops.h:32:22: error: storage class specified for parameter '__sw_hweight64'
    extern unsigned long __sw_hweight64(__u64 w);
                         ^~~~~~~~~~~~~~
   In file included from include/linux/bitops.h:38:0,
                    from include/linux/kernel.h:11,
                    from include/asm-generic/bug.h:18,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   arch/x86/include/asm/bitops.h:74:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   arch/x86/include/asm/bitops.h:96:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   arch/x86/include/asm/bitops.h:112:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   arch/x86/include/asm/bitops.h:133:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   arch/x86/include/asm/bitops.h:139:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
--
               ^~~~~~~~~~~~~~~~~
   include/linux/printk.h:189:12: error: storage class specified for parameter 'dmesg_restrict'
    extern int dmesg_restrict;
               ^~~~~~~~~~~~~~
   include/linux/printk.h:193:6: error: expected declaration specifiers or '...' before 'size_t'
         size_t *lenp, loff_t *ppos);
         ^~~~~~
   include/linux/printk.h:193:20: error: unknown type name 'loff_t'; did you mean 'pgoff_t'?
         size_t *lenp, loff_t *ppos);
                       ^~~~~~
                       pgoff_t
   include/linux/printk.h:195:13: error: storage class specified for parameter 'wake_up_klogd'
    extern void wake_up_klogd(void);
                ^~~~~~~~~~~~~
   include/linux/printk.h:200:13: error: section attribute not allowed for 'setup_log_buf'
    void __init setup_log_buf(int early);
                ^~~~~~~~~~~~~
   include/linux/printk.h:200:1: warning: '__cold__' attribute ignored [-Wattributes]
    void __init setup_log_buf(int early);
    ^~~~
   In file included from include/linux/compiler_types.h:58:0,
                    from include/linux/kconfig.h:74,
                    from <command-line>:0:
   include/linux/compiler-gcc.h:129:25: error: expected declaration specifiers before '__attribute__'
    #define __printf(a, b)  __attribute__((format(printf, a, b)))
                            ^
   include/linux/printk.h:201:1: note: in expansion of macro '__printf'
    __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...);
    ^~~~~~~~
   In file included from include/linux/kernel.h:14:0,
                    from include/asm-generic/bug.h:18,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   include/linux/printk.h:204:13: error: storage class specified for parameter 'printk_safe_init'
    extern void printk_safe_init(void);
                ^~~~~~~~~~~~~~~~
   include/linux/printk.h:205:13: error: storage class specified for parameter 'printk_safe_flush'
    extern void printk_safe_flush(void);
                ^~~~~~~~~~~~~~~~~
   include/linux/printk.h:206:13: error: storage class specified for parameter 'printk_safe_flush_on_panic'
    extern void printk_safe_flush_on_panic(void);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/printk.h:280:12: error: storage class specified for parameter 'kptr_restrict'
    extern int kptr_restrict;
               ^~~~~~~~~~~~~
   include/linux/printk.h:282:24: error: storage class specified for parameter 'dump_stack'
    extern asmlinkage void dump_stack(void) __cold;
                           ^~~~~~~~~~
   include/linux/printk.h:282:1: warning: '__cold__' attribute ignored [-Wattributes]
    extern asmlinkage void dump_stack(void) __cold;
    ^~~~~~
   include/linux/printk.h:474:37: error: storage class specified for parameter 'kmsg_fops'
    extern const struct file_operations kmsg_fops;
                                        ^~~~~~~~~
   include/linux/printk.h:476:1: warning: empty declaration
    enum {
    ^~~~
   include/linux/printk.h:481:48: error: expected declaration specifiers or '...' before 'size_t'
    extern int hex_dump_to_buffer(const void *buf, size_t len, int rowsize,
                                                   ^~~~~~
   include/linux/printk.h:482:40: error: expected declaration specifiers or '...' before 'size_t'
             int groupsize, char *linebuf, size_t linebuflen,
                                           ^~~~~~
   include/linux/printk.h:483:10: error: unknown type name 'bool'; did you mean '_Bool'?
             bool ascii);
             ^~~~
             _Bool
   include/linux/printk.h:487:24: error: expected declaration specifiers or '...' before 'size_t'
          const void *buf, size_t len, bool ascii);
                           ^~~~~~
   include/linux/printk.h:487:36: error: unknown type name 'bool'; did you mean '_Bool'?
          const void *buf, size_t len, bool ascii);
                                       ^~~~
                                       _Bool
   include/linux/printk.h:493:23: error: expected declaration specifiers or '...' before 'size_t'
         const void *buf, size_t len);
                          ^~~~~~
   include/linux/printk.h:521:23: error: expected declaration specifiers or '...' before 'size_t'
         const void *buf, size_t len, bool ascii)
                          ^~~~~~
   include/linux/printk.h:521:35: error: unknown type name 'bool'; did you mean '_Bool'?
         const void *buf, size_t len, bool ascii)
                                      ^~~~
                                      _Bool
   In file included from include/asm-generic/bug.h:18:0,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   include/linux/kernel.h:202:1: warning: empty declaration
    struct completion;
    ^~~~~~
   include/linux/kernel.h:203:1: warning: empty declaration
    struct pt_regs;
    ^~~~~~
   include/linux/kernel.h:204:1: warning: empty declaration
    struct user;
    ^~~~~~
>> include/linux/kernel.h:207:12: error: storage class specified for parameter '_cond_resched'
    extern int _cond_resched(void);
               ^~~~~~~~~~~~~
   include/linux/kernel.h:278:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   include/linux/kernel.h:290:36: error: storage class specified for parameter 'panic_notifier_list'
    extern struct atomic_notifier_head panic_notifier_list;
                                       ^~~~~~~~~~~~~~~~~~~
   include/linux/kernel.h:291:15: error: storage class specified for parameter 'panic_blink'
    extern long (*panic_blink)(int state);
                  ^~~~~~~~~~~
   In file included from include/linux/compiler_types.h:58:0,
                    from include/linux/kconfig.h:74,
                    from <command-line>:0:
   include/linux/compiler-gcc.h:129:25: error: expected declaration specifiers before '__attribute__'
    #define __printf(a, b)  __attribute__((format(printf, a, b)))
                            ^
   include/linux/kernel.h:292:1: note: in expansion of macro '__printf'
    __printf(1, 2)
    ^~~~~~~~
   In file included from include/asm-generic/bug.h:18:0,
                    from arch/x86/include/asm/bug.h:83,
                    from include/linux/bug.h:5,
                    from include/linux/page-flags.h:10,
                    from kernel/bounds.c:10:
   include/linux/kernel.h:295:13: error: storage class specified for parameter 'oops_enter'
    extern void oops_enter(void);
                ^~~~~~~~~~
   include/linux/kernel.h:296:13: error: storage class specified for parameter 'oops_exit'
    extern void oops_exit(void);
                ^~~~~~~~~
   include/linux/kernel.h:298:12: error: storage class specified for parameter 'oops_may_print'
    extern int oops_may_print(void);
               ^~~~~~~~~~~~~~
   include/linux/kernel.h:333:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   include/linux/kernel.h:362:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   include/linux/kernel.h:378:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   include/linux/kernel.h:383:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   include/linux/kernel.h:388:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   include/linux/kernel.h:393:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
    {
    ^
   include/linux/kernel.h:401:44: error: unknown type name 'bool'; did you mean '_Bool'?
    int __must_check kstrtobool(const char *s, bool *res);
                                               ^~~~
                                               _Bool
   include/linux/kernel.h:403:60: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtoull_from_user(const char __user *s, size_t count, unsigned int base, unsigned long long *res);
                                                               ^~~~~~
   include/linux/kernel.h:404:59: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtoll_from_user(const char __user *s, size_t count, unsigned int base, long long *res);
                                                              ^~~~~~
   include/linux/kernel.h:405:59: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtoul_from_user(const char __user *s, size_t count, unsigned int base, unsigned long *res);
                                                              ^~~~~~
   include/linux/kernel.h:406:58: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtol_from_user(const char __user *s, size_t count, unsigned int base, long *res);
                                                             ^~~~~~
   include/linux/kernel.h:407:61: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtouint_from_user(const char __user *s, size_t count, unsigned int base, unsigned int *res);
                                                                ^~~~~~
   include/linux/kernel.h:408:60: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtoint_from_user(const char __user *s, size_t count, unsigned int base, int *res);
                                                               ^~~~~~
   include/linux/kernel.h:409:60: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtou16_from_user(const char __user *s, size_t count, unsigned int base, u16 *res);
                                                               ^~~~~~
   include/linux/kernel.h:410:60: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtos16_from_user(const char __user *s, size_t count, unsigned int base, s16 *res);
                                                               ^~~~~~
   include/linux/kernel.h:411:59: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtou8_from_user(const char __user *s, size_t count, unsigned int base, u8 *res);
                                                              ^~~~~~
   include/linux/kernel.h:412:59: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtos8_from_user(const char __user *s, size_t count, unsigned int base, s8 *res);
                                                              ^~~~~~
   include/linux/kernel.h:413:61: error: expected declaration specifiers or '...' before 'size_t'
    int __must_check kstrtobool_from_user(const char __user *s, size_t count, bool *res);
                                                                ^~~~~~
   include/linux/kernel.h:413:75: error: unknown type name 'bool'; did you mean '_Bool'?
    int __must_check kstrtobool_from_user(const char __user *s, size_t count, bool *res);
                                                                              ^~~~
                                                                              _Bool
   include/linux/kernel.h:415:74: error: expected declaration specifiers or '...' before 'size_t'
    static inline int __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res)
                                                                             ^~~~~~
   include/linux/kernel.h:420:74: error: expected declaration specifiers or '...' before 'size_t'
    static inline int __must_check kstrtos64_from_user(const char __user *s, size_t count, unsigned int base, s64 *res)
                                                                             ^~~~~~
   include/linux/kernel.h:425:74: error: expected declaration specifiers or '...' before 'size_t'
..

vim +/alternatives_smp_module_add +69 arch/x86/include/asm/alternative.h

5e907bb0 arch/x86/include/asm/alternative.h Ingo Molnar      2015-04-30  62  
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30 @63  extern void alternative_instructions(void);
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30 @64  extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  65  
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30 @66  struct module;
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  67  
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  68  #ifdef CONFIG_SMP
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30 @69  extern void alternatives_smp_module_add(struct module *mod, char *name,
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  70  					void *locks, void *locks_end,
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  71  					void *text, void *text_end);
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30 @72  extern void alternatives_smp_module_del(struct module *mod);
816afe4f arch/x86/include/asm/alternative.h Rusty Russell    2012-08-06 @73  extern void alternatives_enable_smp(void);
2cfa1978 arch/x86/include/asm/alternative.h Masami Hiramatsu 2010-02-02 @74  extern int alternatives_text_reserved(void *start, void *end);
3fb82d56 arch/x86/include/asm/alternative.h Suresh Siddha    2010-11-23 @75  extern bool skip_smp_alternatives;
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  76  #else
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  77  static inline void alternatives_smp_module_add(struct module *mod, char *name,
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  78  					       void *locks, void *locks_end,
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  79  					       void *text, void *text_end) {}
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  80  static inline void alternatives_smp_module_del(struct module *mod) {}
816afe4f arch/x86/include/asm/alternative.h Rusty Russell    2012-08-06  81  static inline void alternatives_enable_smp(void) {}
2cfa1978 arch/x86/include/asm/alternative.h Masami Hiramatsu 2010-02-02  82  static inline int alternatives_text_reserved(void *start, void *end)
2cfa1978 arch/x86/include/asm/alternative.h Masami Hiramatsu 2010-02-02  83  {
2cfa1978 arch/x86/include/asm/alternative.h Masami Hiramatsu 2010-02-02  84  	return 0;
2cfa1978 arch/x86/include/asm/alternative.h Masami Hiramatsu 2010-02-02  85  }
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  86  #endif	/* CONFIG_SMP */
6b592570 include/asm-x86/alternative.h      H. Peter Anvin   2008-01-30  87  

:::::: The code at line 69 was first introduced by commit
:::::: 6b59257082e136fbbce1aa017575a451c0df0592 x86: actually merge <asm/alternative.h>

:::::: TO: H. Peter Anvin <hpa@zytor.com>
:::::: CC: Ingo Molnar <mingo@elte.hu>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31781 bytes --]

  parent reply	other threads:[~2018-04-02  6:11 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-01 20:40 [PATCH 00/45] C++: Convert the kernel to C++ David Howells
2018-04-01 20:40 ` [PATCH 01/45] Use UINT_MAX, not -1, to represent an invalid UID, GID or project ID David Howells
2018-04-01 23:04   ` Randy Dunlap
2018-04-01 20:40 ` [PATCH 02/45] Fix exception_enter() return value David Howells
2018-04-05  1:34   ` Sasha Levin
2018-04-01 20:40 ` [PATCH 03/45] Fix loop var in be32_to_cpu_array() and cpu_to_be32_array() David Howells
2018-04-01 20:40 ` [PATCH 04/45] Fix use of ACPI_COMPANION_SET() David Howells
2018-04-01 20:40 ` [PATCH 05/45] C++: Set compilation as C++ for .c files David Howells
2018-04-02  6:10   ` kbuild test robot
2018-04-02  6:10   ` kbuild test robot
2018-04-03 13:16   ` David Howells
2018-04-03 13:27     ` Fengguang Wu
2018-04-10  8:44     ` David Howells
2018-04-10  9:45       ` Fengguang Wu
2018-04-11  1:13         ` Li, Philip
2018-04-01 20:40 ` [PATCH 06/45] C++: Do some basic C++ type definition David Howells
2018-04-02  4:37   ` kbuild test robot
2018-04-02  6:10   ` kbuild test robot [this message]
2018-04-01 20:40 ` [PATCH 07/45] C++: Define a header with some C++ type traits for type checking David Howells
2018-04-02  7:00   ` kbuild test robot
2018-04-01 20:41 ` [PATCH 08/45] C++: Implement abs() as an inline template function David Howells
2018-04-01 20:41 ` [PATCH 09/45] C++: x86: Fix the x86 syscall table production for C++ David Howells
2018-04-02  7:57   ` kbuild test robot
2018-04-01 20:41 ` [PATCH 10/45] C++: x86: Turn xchg(), xadd() & co. into inline template functions David Howells
2018-04-01 20:41 ` [PATCH 11/45] C++: x86: Turn cmpxchg() " David Howells
2018-04-01 20:41 ` [PATCH 12/45] C++: x86: Turn cmpxchg_double() " David Howells
2018-04-01 20:41 ` [PATCH 13/45] C++: x86: Turn cmpxchg64() " David Howells
2018-04-01 20:41 ` [PATCH 14/45] C++: x86: Turn put_user(), get_user() " David Howells
2018-04-01 20:41 ` [PATCH 15/45] C++: Need space between string and symbol David Howells
2018-04-01 20:41 ` [PATCH 16/45] C++: Disable VERIFY_OCTAL_PERMISSIONS() for the moment David Howells
2018-04-01 20:41 ` [PATCH 17/45] C++: Turn READ_ONCE(), WRITE_ONCE() & co. into inline template functions David Howells
2018-04-01 20:42 ` [PATCH 18/45] C++: Turn RCU accessors " David Howells
2018-04-01 20:42 ` [PATCH 19/45] C++: Turn ktime_add/sub_ns() " David Howells
2018-04-01 20:42 ` [PATCH 20/45] C++: init/main: Constify pointers David Howells
2018-04-01 20:42 ` [PATCH 21/45] C++: Set the type of atomic64_t to s64 David Howells
2018-04-01 20:42 ` [PATCH 22/45] C++: Define apic_intr_mode after the enum definition, not before David Howells
2018-04-01 20:42 ` [PATCH 23/45] C++: Don't do "extern asmlinkage" David Howells
2018-04-01 20:42 ` [PATCH 24/45] C++: Fix BUILD_BUG_ON_ZERO() David Howells
2018-04-01 20:42 ` [PATCH 25/45] C++: Fix void variables David Howells
2018-04-01 20:42 ` [PATCH 26/45] C++: Can't have variable/member names the same as typedef names David Howells
2018-04-01 20:42 ` [PATCH 27/45] C++: Disable __same_type() for the moment David Howells
2018-04-01 20:43 ` [PATCH 28/45] C++: Move ctx_state enum out of struct context_tracking David Howells
2018-04-01 20:43 ` [PATCH 29/45] C++: Move the print_line_t enum before first use David Howells
2018-04-01 20:43 ` [PATCH 30/45] C++: Include linux/hrtimer.h from linux/timer.h David Howells
2018-04-01 20:43 ` [PATCH 31/45] C++: Avoid using 'compl' and 'and' as names David Howells
2018-04-02  7:57   ` kbuild test robot
2018-04-01 20:43 ` [PATCH 32/45] C++: __to_fd() needs to reduce the size of v for struct fd::flags David Howells
2018-04-01 20:43 ` [PATCH 33/45] C++: Move irqchip_irq_state enum David Howells
2018-04-01 20:43 ` [PATCH 34/45] C++: Fix up use of LIST_POISON* David Howells
2018-04-01 20:43 ` [PATCH 35/45] C++: Fix static_branch_likely/unlikely() David Howells
2018-04-01 20:43 ` [PATCH 36/45] C++: Fix kernfs_type() int->enum David Howells
2018-04-01 20:43 ` [PATCH 37/45] C++: Fix page_zonenum() int->enum David Howells
2018-04-01 20:44 ` [PATCH 38/45] C++: mutex_trylock_recursive_enum() int->enum David Howells
2018-04-01 23:10   ` Randy Dunlap
2018-04-01 20:44 ` [PATCH 39/45] C++: Fix spinlock initialisation David Howells
2018-04-01 20:44 ` [PATCH 40/45] C++: Fix sema_init() David Howells
2018-04-01 20:44 ` [PATCH 41/45] C++: Cast in bitops David Howells
2018-04-02  6:10   ` kbuild test robot
2018-04-01 20:44 ` [PATCH 42/45] C++: Hide C++ keywords David Howells
2018-04-02  7:32   ` kbuild test robot
2018-04-01 20:44 ` [PATCH 43/45] C++: Don't need to declare struct pgd_t after typedef David Howells
2018-04-01 20:44 ` [PATCH 44/45] C++: Can't declare unsized-array in struct cgroup David Howells
2018-04-01 20:44 ` [PATCH 45/45] C++: Move initcall_level_names[] to __initdata section David Howells
2018-04-01 22:20 ` [PATCH 00/45] C++: Convert the kernel to C++ Randy Dunlap
2018-04-02  9:28 ` Vegard Nossum
2024-01-09 19:57 ` H. Peter Anvin
2024-01-09 23:29   ` Andrew Pinski
2024-01-11 21:01     ` Arsen Arsenović
2024-01-10  0:29   ` David Howells
2024-01-10  8:58   ` Jiri Slaby
2024-01-10 13:04     ` Neal Gompa
2024-01-10 15:52       ` Jason Gunthorpe
2024-01-10 16:05         ` H. Peter Anvin
2024-01-10 16:25         ` Neal Gompa
2024-01-10 17:57           ` Theodore Ts'o
2024-01-12  2:23             ` H. Peter Anvin
2024-01-12  2:52               ` Kent Overstreet
2024-01-11  8:06       ` Andreas Herrmann
2024-01-10 15:01   ` Michael de Lang
     [not found]     ` <69fe1c0c-b5ec-4031-b719-d9c14742929c@metux.net>
2024-01-12 21:58       ` Michael de Lang
2024-01-11  4:24   ` John Hubbard
2024-01-11  5:09     ` Dave Airlie
2024-01-11 15:24       ` Eric Curtin
2024-01-11 21:37       ` David Laight
2024-01-11 12:39   ` Chris Down
2024-01-11 19:40     ` David Laight
2024-01-24  6:53       ` Jiri Slaby
2024-01-12  2:54   ` H. Peter Anvin
2024-01-12  8:52   ` David Howells
2024-01-12 23:53     ` H. Peter Anvin
2024-01-09 23:40 ` David Howells
2024-01-10  7:13   ` Alexey Dobriyan
2024-01-12  2:25   ` H. Peter Anvin
2024-01-12  2:40   ` H. Peter Anvin
2024-01-11 23:09 ` Arsen Arsenović
2024-01-12  9:20 ` David Howells
2024-01-12 21:35   ` Arsen Arsenović
2024-01-12 23:41   ` David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201804021258.3iUdqjhk%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=dhowells@redhat.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).