All of lore.kernel.org
 help / color / mirror / Atom feed
* [rcu:dev.2019.03.12a 64/65] kernel//rcu/rcuperf.c:198:1: error: expected ';' before '}' token
@ 2019-03-18 22:06 kbuild test robot
  2019-03-18 22:37 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2019-03-18 22:06 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: kbuild-all, linux-kernel

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2019.03.12a
head:   667a45dd2b898f2aaf6dcbfa471c8a23f603bde5
commit: a3f5f4fae7255e7ed4a5a8be80612cdd76c65ac6 [64/65] rcu: Forbid DEFINE{,_STATIC}_SRCU() from modules
config: i386-randconfig-x077-201911 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
        git checkout a3f5f4fae7255e7ed4a5a8be80612cdd76c65ac6
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   kernel//rcu/rcuperf.c: In function 'srcu_sync_perf_init':
>> kernel//rcu/rcuperf.c:198:1: error: expected ';' before '}' token
    }
    ^

vim +198 kernel//rcu/rcuperf.c

   194	
   195	static void srcu_sync_perf_init(void)
   196	{
   197		srcu_ctlp = &srcu_ctl_perf
 > 198	}
   199	#endif
   200	

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [rcu:dev.2019.03.12a 64/65] kernel//rcu/rcuperf.c:198:1: error: expected ';' before '}' token
  2019-03-18 22:06 [rcu:dev.2019.03.12a 64/65] kernel//rcu/rcuperf.c:198:1: error: expected ';' before '}' token kbuild test robot
@ 2019-03-18 22:37 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2019-03-18 22:37 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, linux-kernel

On Tue, Mar 19, 2019 at 06:06:12AM +0800, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2019.03.12a
> head:   667a45dd2b898f2aaf6dcbfa471c8a23f603bde5
> commit: a3f5f4fae7255e7ed4a5a8be80612cdd76c65ac6 [64/65] rcu: Forbid DEFINE{,_STATIC}_SRCU() from modules
> config: i386-randconfig-x077-201911 (attached as .config)
> compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
> reproduce:
>         git checkout a3f5f4fae7255e7ed4a5a8be80612cdd76c65ac6
>         # save the attached .config to linux build tree
>         make ARCH=i386 
> 
> All errors (new ones prefixed by >>):
> 
>    kernel//rcu/rcuperf.c: In function 'srcu_sync_perf_init':
> >> kernel//rcu/rcuperf.c:198:1: error: expected ';' before '}' token
>     }
>     ^
> 
> vim +198 kernel//rcu/rcuperf.c
> 
>    194	
>    195	static void srcu_sync_perf_init(void)
>    196	{
>    197		srcu_ctlp = &srcu_ctl_perf
>  > 198	}
>    199	#endif
>    200	

Looks like I need to break out the brown paper bag!  :-/

I have a fixup patch on my v5.1-rc1 branch.

							Thanx, Paul


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-18 22:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 22:06 [rcu:dev.2019.03.12a 64/65] kernel//rcu/rcuperf.c:198:1: error: expected ';' before '}' token kbuild test robot
2019-03-18 22:37 ` Paul E. McKenney

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.