login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
1
Re: [PATCH -tip] sdhci: 'scratch' may be used uninitialized
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Ingo Molnar
Subject:
Re: [PATCH -tip] sdhci: 'scratch' may be used uninitialized
Date: Wednesday, October 1, 2008 - 1:00 am
(Cc:-ed Pierre Ossman) * Steven Noonan <steven@uplinklabs.net> wrote:
quoted text
> Signed-off-by: Steven Noonan <steven@uplinklabs.net> > --- > drivers/mmc/host/sdhci.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c > index e3a8133..6257677 100644 > --- a/drivers/mmc/host/sdhci.c > +++ b/drivers/mmc/host/sdhci.c > @@ -177,7 +177,7 @@ static void sdhci_read_block_pio(struct sdhci_host *host) > { > unsigned long flags; > size_t blksize, len, chunk; > - u32 scratch; > + u32 uninitialized_var(scratch); > u8 *buf; > > DBG("PIO reading\n"); > -- > 1.6.0.2
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH -tip] pcm_native: label out defined but not used
, Steven Noonan
, (Wed Oct 1, 12:57 am)
[PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 12:57 am)
[PATCH -tip] drivers/serial/8250.c: 'i' may be used uninit ...
, Steven Noonan
, (Wed Oct 1, 12:57 am)
Re: [PATCH -tip] pcm_native: label out defined but not used
, Ingo Molnar
, (Wed Oct 1, 12:59 am)
Re: [PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Ingo Molnar
, (Wed Oct 1, 1:00 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Wed Oct 1, 1:01 am)
[PATCH -tip] pcm_native: label out defined but not used
, Steven Noonan
, (Wed Oct 1, 1:12 am)
Re: [PATCH -tip] pcm_native: label out defined but not used
, Takashi Iwai
, (Wed Oct 1, 1:13 am)
[PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 1:14 am)
[PATCH -tip] drivers/serial/8250.c: 'i' may be used uninit ...
, Steven Noonan
, (Wed Oct 1, 1:16 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Wed Oct 1, 1:29 am)
Re: [PATCH -tip] pcm_native: label out defined but not used
, Ingo Molnar
, (Wed Oct 1, 1:32 am)
Re: [PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 1:33 am)
Re: [PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Ingo Molnar
, (Wed Oct 1, 1:35 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Steven Noonan
, (Wed Oct 1, 1:36 am)
[PATCH] drivers/serial/8250.c: 'i' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 1:47 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Wed Oct 1, 1:48 am)
[PATCH] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 1:50 am)
Re: [PATCH -tip] pcm_native: label out defined but not used
, Takashi Iwai
, (Wed Oct 1, 1:56 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Alan Cox
, (Wed Oct 1, 3:33 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Alan Cox
, (Wed Oct 1, 3:34 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Wed Oct 1, 3:57 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Alan Cox
, (Wed Oct 1, 8:41 am)
Re: [PATCH] drivers/serial/8250.c: 'i' may be used uniniti ...
, Alan Cox
, (Wed Oct 1, 2:36 pm)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Thu Oct 2, 2:00 am)
Re: [PATCH] drivers/serial/8250.c: 'i' may be used uniniti ...
, Ingo Molnar
, (Thu Oct 2, 2:02 am)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Pierre Ossman
, (Sat Oct 4, 12:57 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Adrian Bunk
, (Sun Oct 5, 7:28 am)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Sun Oct 5, 3:53 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Adrian Bunk
, (Sun Oct 5, 4:16 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Sun Oct 5, 4:48 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Adrian Bunk
, (Sun Oct 5, 10:59 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Ingo Molnar
, (Sun Oct 5, 11:30 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Pierre Ossman
, (Mon Oct 6, 12:27 am)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Ingo Molnar
, (Mon Oct 6, 1:25 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
monstr
[PATCH 46/56] microblaze_v2: headers files entry.h current.h mman.h registers.h se...
Jan Engelhardt
Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)
Dave Jones
Re: Why do so many machines need "noapic"?
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Lars-Peter Clausen
[PATCH v4] MMC: Add JZ4740 mmc driver
git
:
Andy Parkins
git-fetch fails with error code 128
Eli Zaretskii
Re: Switching from CVS to GIT
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Dan Chokola
Re: how do you "force a pull"?
Johan Herland
Re: Comment on weak refs
git-commits-head
:
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
MIPS: SMTC: Fix lockup in smtc_distribute_timer
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
linux-netdev
:
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Ilpo Järvinen
net-next/unix: BUG: using smp_processor_id() in preemptible
Herbert Xu
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Evgeniy Polyakov
Re: virt-manager broken by bind(0) in net-next.
Eric Dumazet
Re: [PATCH] conntrack: use SLAB_DESTROY_BY_RCU for nf_conn structs
openbsd-misc
:
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Laurens Vets
Re: OT: opinions on IDS / IPS solutions
Colocation donated by:
Syndicate