All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Rientjes <rientjes@google.com>
To: Xiubo Li <Li.Xiubo@freescale.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	vbabka@suse.cz, mgorman@suse.de, minchan@kernel.org,
	linux-mm@kvack.org
Subject: Re: [PATCH] mm/compaction: Fix warning of 'flags' may be used uninitialized
Date: Wed, 10 Sep 2014 11:50:41 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.02.1409101149500.27173@chino.kir.corp.google.com> (raw)
In-Reply-To: <1410329540-40708-1-git-send-email-Li.Xiubo@freescale.com>

On Wed, 10 Sep 2014, Xiubo Li wrote:

> C      mm/compaction.o
> mm/compaction.c: In function isolate_freepages_block:
> mm/compaction.c:364:37: warning: flags may be used uninitialized in
> this function [-Wmaybe-uninitialized]
>        && compact_unlock_should_abort(&cc->zone->lock, flags,
>                                      ^
> In file included from include/linux/irqflags.h:15:0,
>                  from ./arch/arm/include/asm/bitops.h:27,
>                  from include/linux/bitops.h:33,
>                  from include/linux/kernel.h:10,
>                  from include/linux/list.h:8,
>                  from include/linux/preempt.h:10,
>                  from include/linux/spinlock.h:50,
>                  from include/linux/swap.h:4,
>                  from mm/compaction.c:10:
> mm/compaction.c: In function isolate_migratepages_block:
> ./arch/arm/include/asm/irqflags.h:152:2: warning: flags may be used
> uninitialized in this function [-Wmaybe-uninitialized]
>   asm volatile(
>   ^
> mm/compaction.c:576:16: note: flags as declared here
>   unsigned long flags;
>                 ^
> 
> Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>

Arnd Bergmann already sent a patch for this to use uninitialized_var() 
privately but it didn't get cc'd to any mailing list, sorry.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2014-09-10 18:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10  6:12 [PATCH] mm/compaction: Fix warning of 'flags' may be used uninitialized Xiubo Li
2014-09-10 18:50 ` David Rientjes [this message]
2014-09-11  8:04   ` Michal Hocko
2014-09-11  9:27     ` Li.Xiubo
2014-09-11  9:02   ` Arnd Bergmann

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=alpine.DEB.2.02.1409101149500.27173@chino.kir.corp.google.com \
    --to=rientjes@google.com \
    --cc=Li.Xiubo@freescale.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@suse.de \
    --cc=minchan@kernel.org \
    --cc=vbabka@suse.cz \
    /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 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.