Re: 2.6.23-rc8-mm1

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>, <unionfs@...>
Cc: <linux-kernel@...>, <jsipek@...>
Date: Tuesday, September 25, 2007 - 1:26 pm

On Tue, 25 Sep 2007 01:46:25 -0700 Andrew Morton wrote:


in unionfs debug.c:

#if BITS_PER_LONG == 32
#define POISONED_PTR		((void*) 0x5a5a5a5a)
#elif BITS_PER_LONG == 64
#define POISONED_PTR		((void*) 0x5a5a5a5a5a5a5a5a)
#else
#error Unknown BITS_PER_LONG value
#endif /* BITS_PER_LONG != known */


We try to keep all poison values in include/linux/poison.h so that
when digging around for them, it's easier to locate the one in
question.

Also, on x86_64, the 64-bit version wants a L or UL suffix:

fs/unionfs/debug.c:96:30: warning: constant 0x5a5a5a5a5a5a5a5a is so big it is long
fs/unionfs/debug.c:264:30: warning: constant 0x5a5a5a5a5a5a5a5a is so big it is long

---
~Randy
Phaedrus says that Quality is about caring.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.23-rc8-mm1, Andrew Morton, (Tue Sep 25, 4:46 am)
black screen after kill X [Was: 2.6.23-rc8-mm1], Jiri Slaby, (Wed Sep 26, 3:51 am)
Re: 2.6.23-rc8-mm1 : wgt634u.c, trem, (Tue Sep 25, 6:23 pm)
Re: 2.6.23-rc8-mm1, Badari Pulavarty, (Tue Sep 25, 6:05 pm)
Re: 2.6.23-rc8-mm1, Andy Whitcroft, (Wed Sep 26, 8:28 am)
Re: 2.6.23-rc8-mm1: drivers/kvm/ioapic.o build failure, Mariusz Kozlowski, (Tue Sep 25, 4:56 pm)
Re: 2.6.23-rc8-mm1 - powerpc memory hotplug link failure, Kamalesh Babulal, (Tue Sep 25, 4:00 pm)
Re: 2.6.23-rc8-mm1 - powerpc memory hotplug link failure, KAMEZAWA Hiroyuki, (Tue Sep 25, 9:32 pm)
Re: 2.6.23-rc8-mm1 - powerpc memory hotplug link failure, KAMEZAWA Hiroyuki, (Tue Sep 25, 9:48 pm)
Re: 2.6.23-rc8-mm1 - powerpc memory hotplug link failure, Kamalesh Babulal, (Wed Sep 26, 4:19 am)
Re: 2.6.23-rc8-mm1 - powerpc memory hotplug link failure, Badari Pulavarty, (Tue Sep 25, 6:01 pm)
Re: 2.6.23-rc8-mm1 - powerpc memory hotplug link failure, Kamalesh Babulal, (Wed Sep 26, 4:18 am)
Re: 2.6.23-rc8-mm1, Randy Dunlap, (Tue Sep 25, 1:26 pm)
[PATCH 1/1] Unionfs: move poison #define into poison.h, Josef 'Jeff' Sipek, (Tue Sep 25, 1:45 pm)
Re: [PATCH 1/1] Unionfs: move poison #define into poison.h, Josef 'Jeff' Sipek, (Tue Sep 25, 9:02 pm)
Re: 2.6.23-rc8-mm1, Josef Sipek, (Tue Sep 25, 1:39 pm)
2.6.23-rc8-mm1: unscrew UFS, Alexey Dobriyan, (Tue Sep 25, 3:02 pm)
2.6.23-rc8-mm1 -- powerpc link failure, Andy Whitcroft, (Tue Sep 25, 9:46 am)
Re: 2.6.23-rc8-mm1 -- powerpc link failure, Jiri Kosina, (Tue Sep 25, 11:23 am)
Re: 2.6.23-rc8-mm1 -- powerpc link failure, Andy Whitcroft, (Thu Sep 27, 8:03 am)
Re: 2.6.23-rc8-mm1 -- powerpc link failure, Jiri Kosina, (Thu Sep 27, 8:13 am)
Re: 2.6.23-rc8-mm1 -- powerpc link failure, Andrew Morton, (Thu Sep 27, 6:13 pm)
Re: 2.6.23-rc8-mm1 -- powerpc link failure, Jiri Kosina, (Thu Sep 27, 6:17 pm)
Re: 2.6.23-rc8-mm1 -- powerpc link failure, Andrew Morton, (Thu Sep 27, 1:13 pm)
Re: 2.6.23-rc8-mm1 -- powerpc link failure, Sam Ravnborg, (Thu Sep 27, 3:31 pm)
Re: 2.6.23-rc8-mm1 - drivers/net/ibm_newemac/mal - broken, Kamalesh Babulal, (Tue Sep 25, 8:53 am)
Re: 2.6.23-rc8-mm1 - drivers/net/ibm_newemac/mal - broken, Andrew Morton, (Tue Sep 25, 12:16 pm)
Re: 2.6.23-rc8-mm1, Kamalesh Babulal, (Tue Sep 25, 6:39 am)
Re: 2.6.23-rc8-mm1, Andrew Morton, (Tue Sep 25, 11:46 am)