[PATCH 4/8] lmb: seperate region array from lmb_region struct
lmb_init() connect them back. also add nr_regions in lmb_region to tack the region array size. -v3: seperate lmb core change to seperated patch -v4: according to Ingo, change >= x -1 to > x change region_array_size to nr_regions Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/lmb.h |... 24 Mar 2010 07:43
[PATCH -v4 00/08] use lmb with x86
new early_res is lmb extension. and it could be used to replace bootmem. even could share some code before bootmem, like register_active_region, and lm_reserved_to_bootmem add test version for powerpc Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o... 24 Mar 2010 07:43
[PATCH 4/8] lmb: seperate region array from lmb_region struct
From: Yinghai Lu <yinghai@@kernel.org> lmb_init() connect them back. also add nr_regions in lmb_region to tack the region array size. -v3: seperate lmb core change to seperated patch -v4: according to Ingo, change >= x -1 to > x change region_array_size to nr_regions Signed-off-by: Yinghai Lu <yingha... 24 Mar 2010 07:43
[PATCH 7/8] early_res: prepare for other platform to use it
add weak reserver_bootmem_generic() also clean up x86 64 bit one. add include for linux/early_res.h Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/mm/init_32.c | 5 ----- arch/x86/mm/init_64.c | 18 ------------------ mm/bootmem.c | 7 +++++++ mm/page_alloc.c | 1 + ... 24 Mar 2010 07:43
[PATCH -v4 00/08] use lmb with x86
new early_res is lmb extension. and it could be used to replace bootmem. even could share some code before bootmem, like register_active_region, and lm_reserved_to_bootmem add test version for powerpc Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o... 24 Mar 2010 07:43
[PATCH 1/8] x86: do not free zero sized per cpu areas
From: Ian Campbell <ian.campbell(a)citrix.com> This avoids an infinite loop in free_early_partial(). Add a warning to free_early_partial to catch future problems. -v5: put back start > end back into WARN_ONCE() -v6: use one line for if according to linus Signed-off-by: Ian Campbell <ian.campbell(a)citrix.com> ... 24 Mar 2010 07:43
[PATCH 7/8] early_res: prepare for other platform to use it
From: Yinghai Lu <yinghai@@kernel.org> add weak reserver_bootmem_generic() also clean up x86 64 bit one. add include for linux/early_res.h Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/mm/init_32.c | 5 ----- arch/x86/mm/init_64.c | 18 ------------------ mm/bootmem.c | 7... 24 Mar 2010 07:43
musb: potential use after free
On Sat, Mar 20, 2010 at 01:24:03PM +0100, ext Dan Carpenter wrote: We assign "urb->hcpriv = qh;" a few lines down. I'm pretty sure we want it "urb->hcpriv" to be NULL not a freed value. Signed-off-by: Dan Carpenter <error27(a)gmail.com> applied, thanks -- balbi -- To unsubscribe from this list: send t... 24 Mar 2010 06:35
Two patches for fs/super.c
On Wed, Mar 24, 2010 at 04:12:23PM +1100, NeilBrown wrote: Two patches. The second removes S_BIAS which is unnecessary and so potentially confusing. The first I found the need for while preparing the second patch. It seems that get_active_super doesn't follow the pattern of all other ... 24 Mar 2010 06:35
[PATCH] hwmon: f71882fg: code cleanup
Some code cleanup: properly using previously defined functions, rather than duplicating their code. Signed-off-by: Giel van Schijndel <me(a)mortis.eu> --- drivers/hwmon/f71882fg.c | 18 ++++++------------ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/... 24 Mar 2010 05:29