Re: [PATCH 0/9] Fix some typos (found by codespell)

2015-01-02 Thread Samuel Thibault
Hello, Stefan Weil, le Fri 02 Jan 2015 16:02:45 +0100, a écrit : > This patch series fixes a number of typos which were found and fixed by > codespell. Thanks! I have applied it all, except > [PATCH 9/9] xen: Fix typos in comments (found by codespell) Which is the API interface imported from

Re: [PATCH 2/9] ddb: Fix typos in comments (found by codespell)

2015-01-02 Thread Samuel Thibault
Stefan Weil, le Fri 02 Jan 2015 16:02:47 +0100, a écrit : > Signed-off-by: Stefan Weil Applied, thanks.

[PATCH 1/9] Makefile.am: Fix typos and grammar in comment

2015-01-02 Thread Stefan Weil
Signed-off-by: Stefan Weil --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index cb8c096..1afddab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,8 +104,8 @@ CPP = @CPP@ -x c # Other Tools' Configuration. # -# Don't needless

[PATCH 8/9] vm: Fix typo in comment (found by codespell)

2015-01-02 Thread Stefan Weil
Signed-off-by: Stefan Weil --- vm/vm_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/vm_object.c b/vm/vm_object.c index 582487e..71c0edb 100644 --- a/vm/vm_object.c +++ b/vm/vm_object.c @@ -1466,7 +1466,7 @@ vm_object_t vm_object_copy_delayed( *

[PATCH 6/9] ipc: Fix typo in comment (found by codespell)

2015-01-02 Thread Stefan Weil
Signed-off-by: Stefan Weil --- ipc/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/port.h b/ipc/port.h index d6fb59b..d359115 100644 --- a/ipc/port.h +++ b/ipc/port.h @@ -45,7 +45,7 @@ * mach_port_t must be an unsigned type. Port values * have two parts

[PATCH 0/9] Fix some typos (found by codespell)

2015-01-02 Thread Stefan Weil
This patch series fixes a number of typos which were found and fixed by codespell. Regards Stefan Weil [PATCH 1/9] Makefile.am: Fix typos and grammar in comment [PATCH 2/9] ddb: Fix typos in comments (found by codespell) [PATCH 3/9] device: Fix typos in comments (found by codespell) [PATCH 4/9]

[PATCH 4/9] i386: Fix typos in comments (found by codespell)

2015-01-02 Thread Stefan Weil
Signed-off-by: Stefan Weil --- i386/i386/io_perm.c | 2 +- i386/i386/pcb.c | 2 +- i386/i386/trap.c | 2 +- i386/i386at/com.c | 2 +- i386/i386at/kd.c | 6 +++--- i386/include/mach/i386/vm_param.h | 2 +- 6 files ch

[PATCH 7/9] kern: Fix typos in comments (found by codespell)

2015-01-02 Thread Stefan Weil
Signed-off-by: Stefan Weil --- kern/ipc_kobject.c | 2 +- kern/ipc_mig.c | 2 +- kern/mach_clock.c | 2 +- kern/profile.c | 2 +- kern/sched_prim.c | 2 +- kern/strings.c | 4 ++-- kern/xpr.h | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kern/ipc_kob

[PATCH 3/9] device: Fix typos in comments (found by codespell)

2015-01-02 Thread Stefan Weil
Signed-off-by: Stefan Weil --- device/dev_name.c | 2 +- device/net_io.c | 2 +- device/tty.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device/dev_name.c b/device/dev_name.c index 5bf62a0..175e389 100644 --- a/device/dev_name.c +++ b/device/dev_name.c @@ -207,7

[PATCH 2/9] ddb: Fix typos in comments (found by codespell)

2015-01-02 Thread Stefan Weil
Signed-off-by: Stefan Weil --- ddb/db_sym.c | 2 +- ddb/db_task_thread.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ddb/db_sym.c b/ddb/db_sym.c index 0179137..2abd574 100644 --- a/ddb/db_sym.c +++ b/ddb/db_sym.c @@ -293,7 +293,7 @@ db_name_is_ambiguous(char *sy

[PATCH 5/9] include: Fix typos in comments (found by codespell)

2015-01-02 Thread Stefan Weil
Signed-off-by: Stefan Weil --- include/mach/profil.h | 2 +- include/mach/vm_param.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mach/profil.h b/include/mach/profil.h index 0eb4ce4..866f267 100644 --- a/include/mach/profil.h +++ b/include/mach/profil.h @@ -137

[PATCH 9/9] xen: Fix typos in comments (found by codespell)

2015-01-02 Thread Stefan Weil
Signed-off-by: Stefan Weil --- xen/public/arch-x86/xen.h | 2 +- xen/public/domctl.h | 2 +- xen/public/elfnote.h | 4 ++-- xen/public/elfstructs.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xen/public/arch-x86/xen.h b/xen/public/arch-x86/xen.h index 08434

Re: Rework of the kernel message buffer cache

2015-01-02 Thread Justus Winter
Quoting Samuel Thibault (2015-01-02 01:26:10) > Justus Winter, le Thu 18 Dec 2014 11:30:23 +0100, a écrit : > > Otoh I believe this is the right thing to do even if it doesn't > > improve the performance, as the current solution might be worse in a > > multi-cpu setting, as the `ipc_kmsg_cache' wou