x86, mem-hotplug: update all PGDs for direct mapping and vmemmap mapping changes on 64bit.
> @@ -1033,6 +1038,7 @@ vmemmap_populate(struct page *start_page, unsigned long size, int node) } } + sync_global_pgds((unsigned long)start_page, end); Here you removed the tlb flush in the original patch. Is it safe to do so? Thanks, Fengguang -- To unsubscribe from this list: send the lin... 20 May 2010 23:45
Vous avez dépassé votre limite de quota de courriel
Il s'agit de vous informer que vous avez dépassé votre limite de quota de 425 Mo d'e-mail et vous avez besoin pour augmenter votre limite de quota de courrier électronique, car en moins de 48 heures de votre e-mail sera désactiver. Augmentez votre limite de quota de courriel et de continuer à utiliser votre compte de m... 19 May 2010 08:14
[PATCH v2] x86: update all PGDs for direct mapping changes on 64bit.
I'm sorry for my slow response ... Wu Fengguang wrote: +static void sync_global_pgds(unsigned long start, unsigned long end) It seems that this function can reuse code with vmalloc_sync_all(). agreed. __init_extra_mapping() is not related to memory hotplug (note: the __init prefix), so not ... 19 May 2010 08:14
[PATCH 2/2] x86, mem-hotplug: update all PGDs for direct mapping and vmemmap mapping changes on 64bit.
From 2e13fda80397342fcbb1b8986d99e3c2e7d8961c Mon Sep 17 00:00:00 2001 From: Haicheng Li <haicheng.li(a)linux.intel.com> Date: Wed, 19 May 2010 18:53:49 +0800 Subject: [PATCH] x86, mem-hotplug: update all PGDs for direct mapping and vmemmap mapping changes on 64bit. When memory hotadd/removal happens for a large... 19 May 2010 08:14
RFC][PATCH] inotify: Fix mask checks
The mask checks in inotify_update_existing_watch() and inotify_new_watch() are useless because inotify_arg_to_mask() sets FS_IN_IGNORED and FS_EVENT_ON_CHILD bits anyway. We should either test that at least one of the user events is set (see the untested patch below) or remove the test completely if we consider O... 19 May 2010 08:14
x86/atomic changes for v2.6.35
On Tue, May 18, 2010 at 00:45, Ingo Molnar <mingo(a)elte.hu> wrote: Please pull the latest x86-atomic-for-linus git tree from:   git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86-atomic-for-linus out-of-topic modifications in x86-atomic-for-linus: -------------------------------... 19 May 2010 16:01
x86 rwsem: minor cleanups
Michel Lespinasse <walken(a)google.com> wrote: The only functional change here is that __up_write won't call call_rwsem_wake anymore if the new rwsem value is >0. This makes no real difference since call_rwsem_wake would have noticed the active count being nonzero and done nothing anyway. Given that you ... 20 May 2010 18:18
[PATCH] [x86] NUMA implied when DISCONTIGMEM
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. x86 Kconfig implies NUMA if DISCONTIGMEM is selected (the dependency is as [1] -- excerpt from our tool's output) meaning a check for NUMA inside a DISCO... 19 May 2010 08:14
[PATCH 4/4] v4l: Remove struct v4l2_file_operations::ioctl
No more drivers use the bkl'ed callback, now drop it for good. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Acked-by: Hans Verkuil <hverkuil(a)xs4all.nl> --- drivers/media/video/v4l2-dev.c | 38 ++++---------------------------------- include/media/v4l2-dev.h | 1 - 2 files changed, 4 insert... 19 May 2010 08:14
Networking
On Tue, 2010-05-18 at 23:37 -0700, David Miller wrote: [...] Some other things that stand out: 1) Allow the administrator to reserve port ranges, such that the kernel bind allocation scheme won't use them. From Amerigo Wang. 2) ipv6 address et al. handling converted to use generic kernel lists.... 20 May 2010 12:46