All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip:auto-latest 25/37] kernel/softirq.c:843:36: sparse: incorrect type in initializer (different ad
@ 2012-08-14 20:38 Fengguang Wu
  0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-08-14 20:38 UTC (permalink / raw)
  To: kernel-janitors

Hi Thomas,

FYI, there are new sparse warnings show up in

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git auto-latest
head:   e42942691c8262b7fe2a7b88577623082b988217
commit: 3e339b5dae24a7065e196eb8d0145ab2f8cc2d2d [25/37] softirq: Use hotplug thread infrastructure

All sparse warnings:

  kernel/softirq.c:408:8: sparse: symbol 'tasklet_vec' was not declared. Should it be static?
  kernel/softirq.c:409:8: sparse: symbol 'tasklet_hi_vec' was not declared. Should it be static?
+ kernel/softirq.c:843:36: sparse: incorrect type in initializer (different address spaces)
  kernel/softirq.c:843:36:    expected struct task_struct [noderef] <asn:3>**store
  kernel/softirq.c:843:36:    got struct task_struct *[noderef] [toplevel] <asn:3>*<noident>

vim +843 kernel/softirq.c
   840	};
   841	
   842	static struct smp_hotplug_thread softirq_threads = {
 > 843		.store			= &ksoftirqd,
   844		.thread_should_run	= ksoftirqd_should_run,
   845		.thread_fn		= run_ksoftirqd,
   846		.thread_comm		= "ksoftirqd/%u",

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com>                     Intel Corporation

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

only message in thread, other threads:[~2012-08-14 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 20:38 [tip:auto-latest 25/37] kernel/softirq.c:843:36: sparse: incorrect type in initializer (different ad Fengguang Wu

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.