login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
April
»
28
Re: [PATCH] mm/memory.c: remove warning from an uninitialized spinlock. was: Re: 2.6.21-rc7-mm2
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Jeremy Fitzhardinge <jeremy@...>
To: Andrew Morton <akpm@...>
Cc: <bbpetkov@...>, <linux-kernel@...>, Jeremy Fitzhardinge <jeremy@...>
Subject:
Re: [PATCH] mm/memory.c: remove warning from an uninitialized spinlock. was: Re: 2.6.21-rc7-mm2
Date: Friday, April 27, 2007 - 8:27 pm
Andrew Morton wrote:
quoted text
> --- a/mm/memory.c~add-apply_to_page_range-which-applies-a-function-to-a-pte-range-fix > +++ a/mm/memory.c > @@ -1455,7 +1455,7 @@ static int apply_to_pte_range(struct mm_ > pte_t *pte; > int err; > struct page *pmd_page; > - spinlock_t *ptl; > + spinlock_t *ptl = ptl; /* Suppress gcc warning */ >
Sigh. I guess so. J -
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:
2.6.21-rc7-mm2
, Andrew Morton
, (Thu Apr 26, 1:57 am)
Re: 2.6.21-rc7-mm2 hangs in boot
, Randy Dunlap
, (Mon Apr 30, 1:01 am)
Re: 2.6.21-rc7-mm2 hangs in boot
, Andrew Morton
, (Mon Apr 30, 1:23 am)
Re: 2.6.21-rc7-mm2 hangs in boot
, Randy Dunlap
, (Mon Apr 30, 11:16 am)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Randy Dunlap
, (Mon Apr 30, 7:51 pm)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Andrew Morton
, (Mon Apr 30, 8:12 pm)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Randy Dunlap
, (Mon Apr 30, 8:45 pm)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Andrew Morton
, (Mon Apr 30, 9:08 pm)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Andi Kleen
, (Mon Apr 30, 11:43 pm)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Randy Dunlap
, (Tue May 1, 1:16 am)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Andi Kleen
, (Tue May 1, 2:22 am)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Randy Dunlap
, (Tue May 1, 12:22 pm)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Randy Dunlap
, (Tue May 1, 1:26 pm)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Andrew Morton
, (Tue May 1, 1:23 am)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Andi Kleen
, (Tue May 1, 2:24 am)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Andrew Morton
, (Tue May 1, 1:38 am)
Re: 2.6.21-rc7-mm2 hangs in boot (netconsole)
, Randy Dunlap
, (Tue May 1, 12:15 pm)
Re: 2.6.21-rc7-mm2
, Dan Kruchinin
, (Sun Apr 29, 3:19 pm)
Re: 2.6.21-rc7-mm2
, Andrew Morton
, (Sun Apr 29, 3:48 pm)
[-mm patch] scsi/lpfc/lpfc_init.c: remove unused variable
, Adrian Bunk
, (Sat Apr 28, 3:20 pm)
[-mm patch] drivers/rtc/rtc-dev.c should #include "rtc-core.h"
, Adrian Bunk
, (Sat Apr 28, 3:20 pm)
[-mm patch] MMC: make tifm_sd_set_dma_data() static
, Adrian Bunk
, (Sat Apr 28, 3:19 pm)
Re: [-mm patch] MMC: make tifm_sd_set_dma_data() static
, Pierre Ossman
, (Tue May 1, 10:14 am)
[-mm patch] make drivers/misc/thinkpad_acpi:fan_mutex static
, Adrian Bunk
, (Sat Apr 28, 3:19 pm)
Re: [-mm patch] make drivers/misc/thinkpad_acpi:fan_mutex st...
, Henrique de Moraes Holschuh...
, (Sat Apr 28, 3:58 pm)
Re: [-mm patch] make drivers/misc/thinkpad_acpi:fan_mutex st...
, Adrian Bunk
, (Sat Apr 28, 10:50 pm)
Re: [-mm patch] make drivers/misc/thinkpad_acpi:fan_mutex st...
, Henrique de Moraes Holschuh...
, (Sun Apr 29, 12:09 am)
Re: [-mm patch] make drivers/misc/thinkpad_acpi:fan_mutex st...
, Len Brown
, (Sat Apr 28, 9:53 pm)
2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went negativ...
, Tilman Schmidt
, (Sat Apr 28, 1:56 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Andrew Morton
, (Sat Apr 28, 5:10 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Tilman Schmidt
, (Mon Apr 30, 1:17 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Andrew Morton
, (Mon Apr 30, 2:21 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Tilman Schmidt
, (Mon Apr 30, 3:28 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Andrew Morton
, (Mon Apr 30, 3:46 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Tilman Schmidt
, (Wed May 2, 3:01 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Andrew Morton
, (Wed May 2, 3:10 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Greg KH
, (Wed May 2, 3:52 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Tilman Schmidt
, (Wed May 2, 1:36 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Andrew Morton
, (Wed May 2, 4:07 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Tilman Schmidt
, (Wed May 2, 5:22 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Greg KH
, (Wed May 2, 3:43 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Kay Sievers
, (Wed May 2, 8:14 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Tilman Schmidt
, (Wed May 2, 5:41 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Greg KH
, (Wed May 2, 6:06 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Greg KH
, (Wed May 2, 3:28 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Nick Piggin
, (Wed May 2, 3:10 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Greg KH
, (Wed May 2, 3:02 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Tilman Schmidt
, (Tue May 1, 7:26 am)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Greg KH
, (Tue May 1, 11:10 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Tilman Schmidt
, (Mon Apr 30, 5:32 pm)
Re: 2.6.21-rc7-mm2 crash: Eeek! page_mapcount(page) went neg...
, Hugh Dickins
, (Sat Apr 28, 6:06 pm)
2.6.21-rc7-mm2 breaks 'lvm vgscan'.
,
, (Thu Apr 26, 10:31 pm)
Re: 2.6.21-rc7-mm2 breaks 'lvm vgscan'.
,
, (Sat May 5, 2:04 pm)
Re: 2.6.21-rc7-mm2 breaks 'lvm vgscan'.
, Andrew Morton
, (Thu Apr 26, 10:55 pm)
[-mm patch] make drivers/hwmon/applesmc.c:backlight_work sta...
, Adrian Bunk
, (Thu Apr 26, 7:47 pm)
[-mm patch] unexport highlevel_host_reset
, Adrian Bunk
, (Thu Apr 26, 7:47 pm)
Re: [-mm patch] unexport highlevel_host_reset
, Stefan Richter
, (Thu Apr 26, 8:16 pm)
[PATCH] mm/memory.c: remove warning from an uninitialized sp...
, Borislav Petkov
, (Thu Apr 26, 2:25 pm)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Andrew Morton
, (Fri Apr 27, 8:22 pm)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Andy Whitcroft
, (Sat Apr 28, 7:48 pm)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Borislav Petkov
, (Sun Apr 29, 2:50 am)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Andrew Morton
, (Sun Apr 29, 5:24 am)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Steven Rostedt
, (Wed Nov 7, 3:20 pm)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Borislav Petkov
, (Thu Nov 8, 1:15 am)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Dave Jones
, (Sun Apr 29, 5:36 pm)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Andrew Morton
, (Sun Apr 29, 5:45 pm)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Andrew Morton
, (Sun Apr 29, 4:19 am)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Andrew Morton
, (Sat Apr 28, 11:25 pm)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Borislav Petkov
, (Sat Apr 28, 1:57 am)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Borislav Petkov
, (Sat Apr 28, 2:25 am)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Jeremy Fitzhardinge
, (Sat Apr 28, 3:03 am)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Andrew Morton
, (Sat Apr 28, 2:54 am)
Re: [PATCH] mm/memory.c: remove warning from an uninitialize...
, Jeremy Fitzhardinge
, (Fri Apr 27, 8:27 pm)
Re: 2.6.21-rc7-mm2
, Andy Whitcroft
, (Thu Apr 26, 9:17 am)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Andy Whitcroft
, (Thu Apr 26, 9:41 am)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Andy Whitcroft
, (Thu Apr 26, 2:14 pm)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Christoph Lameter
, (Thu Apr 26, 2:27 pm)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Andy Whitcroft
, (Thu Apr 26, 2:40 pm)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Christoph Lameter
, (Thu Apr 26, 3:12 pm)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Andy Whitcroft
, (Thu Apr 26, 3:48 pm)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Christoph Lameter
, (Thu Apr 26, 4:23 pm)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Andy Whitcroft
, (Fri Apr 27, 12:55 pm)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Christoph Lameter
, (Fri Apr 27, 12:58 pm)
Re: 2.6.21-rc7-mm2 -- PPC link failure
, Christoph Lameter
, (Thu Apr 26, 2:49 pm)
Re: 2.6.21-rc7-mm2 -- x86_64 blade hard hangs
, Andy Whitcroft
, (Thu Apr 26, 8:30 am)
Re: 2.6.21-rc7-mm2 -- x86_64 blade hard hangs
, Andi Kleen
, (Thu Apr 26, 9:51 am)
Re: 2.6.21-rc7-mm2 -- x86_64 blade hard hangs
, Mel Gorman
, (Thu Apr 26, 9:33 am)
Re: 2.6.21-rc7-mm2 -- x86_64 blade hard hangs
, Mel Gorman
, (Thu Apr 26, 10:46 am)
Re: 2.6.21-rc7-mm2 -- x86_64 blade hard hangs
, Mel Gorman
, (Thu Apr 26, 1:40 pm)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error
, Andy Whitcroft
, (Thu Apr 26, 8:16 am)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error
, Mel Gorman
, (Thu Apr 26, 9:27 am)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error II
, Andi Kleen
, (Thu Apr 26, 10:13 am)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error II
, Mel Gorman
, (Thu Apr 26, 10:39 am)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error II
, Mel Gorman
, (Thu Apr 26, 11:20 am)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error II
, Andi Kleen
, (Thu Apr 26, 11:24 am)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error II
, Mel Gorman
, (Thu Apr 26, 11:45 am)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error II
, Andi Kleen
, (Thu Apr 26, 8:39 pm)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error II
, Mel Gorman
, (Fri Apr 27, 4:59 am)
[PATCH] Add vDSO for x86-64 with gettimeofday/clock_gettime/...
, Mel Gorman
, (Fri Apr 27, 11:50 am)
Re: [PATCH] Add vDSO for x86-64 with gettimeofday/clock_gett...
, Andi Kleen
, (Fri Apr 27, 12:34 pm)
Re: [PATCH] Add vDSO for x86-64 with gettimeofday/clock_gett...
, Mel Gorman
, (Fri Apr 27, 12:49 pm)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error
, Andi Kleen
, (Thu Apr 26, 10:11 am)
Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error
, Mel Gorman
, (Thu Apr 26, 10:31 am)
Re: 2.6.21-rc7-mm2
, Gabriel C
, (Thu Apr 26, 7:47 am)
Re: 2.6.21-rc7-mm2
, Andrew Morton
, (Thu Apr 26, 4:37 pm)
Re: 2.6.21-rc7-mm2
, Timur Tabi
, (Thu Apr 26, 4:57 pm)
Re: 2.6.21-rc7-mm2
, Andrew Morton
, (Thu Apr 26, 5:33 pm)
Re: 2.6.21-rc7-mm2
, Gabriel C
, (Thu Apr 26, 5:13 pm)
Re: 2.6.21-rc7-mm2
, Randy Dunlap
, (Thu Apr 26, 4:46 pm)
Re: 2.6.21-rc7-mm2
, Geert Uytterhoeven
, (Sun Apr 29, 4:05 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
david
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Linus Torvalds
Linux 2.6.27-rc5
Greg KH
[GIT PATCH] driver core patches against 2.6.24
David Miller
Slow DOWN, please!!!
git
:
openbsd-misc
:
linux-netdev
:
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
[GIT]: Networking
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Natalie Protasevich
[BUG] New Kernel Bugs
Colocation donated by:
Who's online
There are currently
0 users
and
733 guests
online.
Syndicate