From: Linus Torvalds <torvalds@linux-foundation.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: David Rientjes <rientjes@google.com>,
Mel Gorman <mgorman@suse.de>,
KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Ingo Molnar <mingo@elte.hu>
Subject: Re: [patch 3.5-rc3] mm, mempolicy: fix mbind() to do synchronous migration
Date: Thu, 21 Jun 2012 20:59:07 -0700 [thread overview]
Message-ID: <CA+55aFydstt7+oBy+ABVdkwUmiwDp-3qyAFmZbzi=PYTVyOXLw@mail.gmail.com> (raw)
In-Reply-To: <CA+55aFwBc=OxwU=qNYQs0rg4dPGBQObqg-EGnDDS-TWWpy0G2A@mail.gmail.com>
On Thu, Jun 21, 2012 at 8:33 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> I'll see what it looks like if I only warn about casting *to* an enum.
Hmm. That results in much fewer warnings. Not that I'm sure that my
sparse hack is right. But for my normal build (which is pretty
minimal), I get:
drivers/ata/libahci.c:1786:16: warning: casting to an enum type
drivers/ata/libata-sff.c:1662:16: warning: casting to an enum type
drivers/gpu/drm/i915/i915_irq.c:2300:16: warning: casting to an enum type
drivers/gpu/drm/i915/i915_irq.c:2544:16: warning: casting to an enum type
drivers/gpu/drm/i915/i915_irq.c:740:16: warning: casting to an enum type
drivers/gpu/drm/i915/intel_panel.c:319:50: warning: casting to an enum type
drivers/input/mouse/lifebook.c:148:59: warning: casting to an enum type
drivers/input/mouse/lifebook.c:153:80: warning: casting to an enum type
drivers/input/mouse/lifebook.c:156:59: warning: casting to an enum type
drivers/input/mouse/lifebook.c:159:73: warning: casting to an enum type
drivers/input/mouse/synaptics.c:1129:86: warning: casting to an enum type
drivers/input/serio/i8042.c:533:16: warning: casting to an enum type
drivers/input/serio/i8042.c:693:16: warning: casting to an enum type
drivers/net/ethernet/realtek/r8169.c:5860:16: warning: casting to
an enum type
drivers/pci/probe.c:511:26: warning: casting to an enum type
drivers/tty/serial/8250/8250.c:1556:16: warning: casting to an enum type
drivers/usb/host/xhci-ring.c:2419:24: warning: casting to an enum type
fs/sysfs/sysfs.h:114:51: warning: casting to an enum type
include/linux/mm.h:660:47: warning: casting to an enum type
kernel/sched/rt.c:32:21: warning: casting to an enum type
kernel/time/alarmtimer.c:231:16: warning: casting to an enum type
kernel/time/alarmtimer.c:439:16: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1035:13: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1041:13: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1044:5: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1045:30: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1138:21: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1140:5: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1141:30: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1233:25: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1262:5: warning: casting to an enum type
lib/zlib_deflate/deflate.c:1263:30: warning: casting to an enum type
net/ipv4/ipmr.c:449:24: warning: casting to an enum type
net/ipv4/netfilter/nf_defrag_ipv4.c:58:47: warning: casting to an enum type
net/ipv4/netfilter/nf_defrag_ipv4.c:60:48: warning: casting to an enum type
net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:49:48: warning: casting
to an enum type
net/ipv6/netfilter/nf_defrag_ipv6_hooks.c:51:49: warning: casting
to an enum type
sound/pci/intel8x0.c:821:24: warning: casting to an enum type
but the ones I looked at were all ok. Admittedly I only looked at a
few (maybe five), though.
That said, the drivers/pci/probe.c case is actually ugly code. That
"agp_speeds[]" array *could* be an array of the proper enum's, rather
than "unsigned char". I don't know why it isn't (but 'unsigned char'
may be more efficient than a compiler that might make it an 'int').
So the warning *may* be useful. However, to get sparse to give that
warning I had to do some hacks that broke other parts of sparse, so I
don't have a good sparse patch yet. I'll look at it some more
tomorrow.
Linus
--
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>
next prev parent reply other threads:[~2012-06-22 3:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-21 1:00 David Rientjes
2012-06-21 12:42 ` Mel Gorman
2012-06-21 23:46 ` Andrew Morton
2012-06-22 0:46 ` Linus Torvalds
2012-06-22 1:45 ` Andrew Morton
2012-06-22 2:22 ` Linus Torvalds
2012-06-22 3:33 ` Linus Torvalds
2012-06-22 3:59 ` Linus Torvalds [this message]
2012-06-22 7:12 ` Ingo Molnar
2012-06-22 7:41 ` Ingo Molnar
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='CA+55aFydstt7+oBy+ABVdkwUmiwDp-3qyAFmZbzi=PYTVyOXLw@mail.gmail.com' \
--to=torvalds@linux-foundation.org \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=kosaki.motohiro@jp.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=mingo@elte.hu \
--cc=rientjes@google.com \
/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