All of lore.kernel.org
 help / color / mirror / Atom feed
* [rcu:rcu/next 96/97] include/linux/rcutiny.h:120:20: error: static declaration of 'rcu_scheduler_starting' follows non-static declaration
@ 2017-05-31  6:26 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-05-31  6:26 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: kbuild-all, linux-kernel

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/next
head:   8995eb05b8c6f9bde96bc2713ec9b7bb9072093f
commit: 32bc295e22be3b484ee3324f6aeeaae93234c429 [96/97] srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCU
config: sparc64-allnoconfig (attached as .config)
compiler: sparc64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 32bc295e22be3b484ee3324f6aeeaae93234c429
        # save the attached .config to linux build tree
        make.cross ARCH=sparc64 

All errors (new ones prefixed by >>):

   warning: (COMPAT) selects COMPAT_BINFMT_ELF which has unmet direct dependencies (COMPAT && BINFMT_ELF)
   warning: (COMPAT) selects COMPAT_BINFMT_ELF which has unmet direct dependencies (COMPAT && BINFMT_ELF)
   In file included from include/linux/rcupdate.h:211:0,
                    from include/linux/rculist.h:10,
                    from include/linux/pid.h:4,
                    from include/linux/sched.h:13,
                    from arch/sparc/kernel/asm-offsets.c:13:
>> include/linux/rcutiny.h:120:20: error: static declaration of 'rcu_scheduler_starting' follows non-static declaration
    static inline void rcu_scheduler_starting(void) { }
                       ^~~~~~~~~~~~~~~~~~~~~~
   In file included from include/linux/rculist.h:10:0,
                    from include/linux/pid.h:4,
                    from include/linux/sched.h:13,
                    from arch/sparc/kernel/asm-offsets.c:13:
   include/linux/rcupdate.h:106:6: note: previous declaration of 'rcu_scheduler_starting' was here
    void rcu_scheduler_starting(void);
         ^~~~~~~~~~~~~~~~~~~~~~
   make[2]: *** [arch/sparc/kernel/asm-offsets.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

vim +/rcu_scheduler_starting +120 include/linux/rcutiny.h

5fde209e Paul E. McKenney 2017-05-03  114  static inline bool rcu_irq_enter_disabled(void) { return false; }
5fde209e Paul E. McKenney 2017-05-03  115  static inline void rcu_irq_exit_irqson(void) { }
5fde209e Paul E. McKenney 2017-05-03  116  static inline void rcu_irq_enter_irqson(void) { }
5fde209e Paul E. McKenney 2017-05-03  117  static inline void rcu_irq_exit(void) { }
5fde209e Paul E. McKenney 2017-05-03  118  static inline void exit_rcu(void) { }
32bc295e Paul E. McKenney 2017-05-26  119  #ifndef CONFIG_SRCU
5fde209e Paul E. McKenney 2017-05-03 @120  static inline void rcu_scheduler_starting(void) { }
32bc295e Paul E. McKenney 2017-05-26  121  #endif /* #ifndef CONFIG_SRCU */
ddeb83e7 Paul E. McKenney 2017-05-11  122  static inline void rcu_end_inkernel_boot(void) { }
5fde209e Paul E. McKenney 2017-05-03  123  static inline bool rcu_is_watching(void) { return true; }

:::::: The code at line 120 was first introduced by commit
:::::: 5fde209ef72d68e8a955e434753258eb33f85431 rcu: Move rcutiny.h to new empty/true/false-function style

:::::: TO: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
:::::: CC: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

---
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: 5266 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-31  6:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31  6:26 [rcu:rcu/next 96/97] include/linux/rcutiny.h:120:20: error: static declaration of 'rcu_scheduler_starting' follows non-static declaration kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.