in_commit_log: is the wrong token being matched for the MAINTAINERS need updating message?

2020-08-10 Thread Claudio Fontana
including the git diff stats or not? For example, lets take this sample useless patch as input: cut >From 1873ba53039d8824e37452dc39af79b4b0327085 Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Mon, 10 Aug 2020 15:36:47 +0200 Subject: [PATCH] XXX test patch moving fil

[RFC] tsacct: fixup ac_pid field to contain tgid

2019-03-05 Thread Claudio Fontana
From: Claudio Fontana commit f3cef7a99469 ("[PATCH] csa: basic accounting over taskstats") introduced accounting fields over taskstats, however the ac_pid field has been filled in with the Linux pid (the tid), instead of the POSIX pid (the tgid) like for acct.c This change aligns

[tip:x86/apic] x86/apic: Fix misspelled APIC

2016-06-10 Thread tip-bot for Claudio Fontana
Commit-ID: 3c8fad9183ab7b3b3471fd2bb3d604104dd447cb Gitweb: http://git.kernel.org/tip/3c8fad9183ab7b3b3471fd2bb3d604104dd447cb Author: Claudio Fontana <claudio.font...@huawei.com> AuthorDate: Thu, 9 Jun 2016 12:31:58 +0200 Committer: Ingo Molnar <mi...@kernel.org> CommitDate:

[tip:x86/apic] x86/apic: Fix misspelled APIC

2016-06-10 Thread tip-bot for Claudio Fontana
Commit-ID: 3c8fad9183ab7b3b3471fd2bb3d604104dd447cb Gitweb: http://git.kernel.org/tip/3c8fad9183ab7b3b3471fd2bb3d604104dd447cb Author: Claudio Fontana AuthorDate: Thu, 9 Jun 2016 12:31:58 +0200 Committer: Ingo Molnar CommitDate: Fri, 10 Jun 2016 14:48:24 +0200 x86/apic: Fix misspelled

[tip:x86/apic] x86/apic: Fix misspelled APIC

2016-06-10 Thread tip-bot for Claudio Fontana
Commit-ID: 5da5b3a6fb7ebc50c2dbdfe01b140e395c792698 Gitweb: http://git.kernel.org/tip/5da5b3a6fb7ebc50c2dbdfe01b140e395c792698 Author: Claudio Fontana <claudio.font...@huawei.com> AuthorDate: Thu, 9 Jun 2016 12:31:58 +0200 Committer: Thomas Gleixner <t...@linutronix.de> Com

[tip:x86/apic] x86/apic: Fix misspelled APIC

2016-06-10 Thread tip-bot for Claudio Fontana
Commit-ID: 5da5b3a6fb7ebc50c2dbdfe01b140e395c792698 Gitweb: http://git.kernel.org/tip/5da5b3a6fb7ebc50c2dbdfe01b140e395c792698 Author: Claudio Fontana AuthorDate: Thu, 9 Jun 2016 12:31:58 +0200 Committer: Thomas Gleixner CommitDate: Fri, 10 Jun 2016 11:43:53 +0200 x86/apic: Fix

Re: [RFC] arm64: perf: associate LL with L2 cache accesses and refills

2015-11-04 Thread Claudio Fontana
On 04.11.2015 12:39, Mark Rutland wrote: > On Wed, Nov 04, 2015 at 12:24:13PM +0100, hw.clau...@gmail.com wrote: >> From: Claudio Fontana >> >> Signed-off-by: Claudio Fontana >> Cc: Ammar Saeed >> --- >> >> Hello, > > Hi, > >> as p

Re: [RFC] arm64: perf: associate LL with L2 cache accesses and refills

2015-11-04 Thread Claudio Fontana
On 04.11.2015 12:39, Mark Rutland wrote: > On Wed, Nov 04, 2015 at 12:24:13PM +0100, hw.clau...@gmail.com wrote: >> From: Claudio Fontana <claudio.font...@huawei.com> >> >> Signed-off-by: Claudio Fontana <claudio.font...@huawei.com> >> Cc: Ammar Saeed <

Re: stand-alone kvmtool

2015-02-13 Thread Claudio Fontana
On 13.02.2015 15:40, Andre Przywara wrote: > Ciao Claudio, > > On 13/02/15 14:30, Claudio Fontana wrote: >> Hello Andre, >> >> On 13.02.2015 11:39, Andre Przywara wrote: >>> Hi, >>> >>> as I found it increasingly inconvenient to use kvmtool[1

Re: stand-alone kvmtool

2015-02-13 Thread Claudio Fontana
you think. I don't want to fork the > project, so I am happy if someone "official" picks it up. > > Cheers, > Andre. > > [1] https://github.com/penberg/linux-kvm/tree/master/tools/kvm > ___ > kvmarm mailing list > kvm...@lis

Re: stand-alone kvmtool

2015-02-13 Thread Claudio Fontana
://github.com/penberg/linux-kvm/tree/master/tools/kvm ___ kvmarm mailing list kvm...@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm -- Claudio Fontana Server Virtualization Architect Huawei Technologies Duesseldorf GmbH

Re: stand-alone kvmtool

2015-02-13 Thread Claudio Fontana
On 13.02.2015 15:40, Andre Przywara wrote: Ciao Claudio, On 13/02/15 14:30, Claudio Fontana wrote: Hello Andre, On 13.02.2015 11:39, Andre Przywara wrote: Hi, as I found it increasingly inconvenient to use kvmtool[1] as part of a Linux repository, I decided to give it a go and make

[PATCH RESEND 4] ARM: plat-versatile: move secondary CPU startup into cpuinit

2012-12-18 Thread Claudio Fontana
. Signed-off-by: Claudio Fontana Tested-by: Claudio Fontana diff --git a/arch/arm/plat-versatile/headsmp.S b/arch/arm/plat-versatile/headsmp.S index dd703ef..19fe180 100644 --- a/arch/arm/plat-versatile/headsmp.S +++ b/arch/arm/plat-versatile/headsmp.S @@ -11,7 +11,7 @@ #include

[PATCH RESEND 4] ARM: plat-versatile: move secondary CPU startup into cpuinit

2012-12-18 Thread Claudio Fontana
-off-by: Claudio Fontana claudio.font...@huawei.com Tested-by: Claudio Fontana claudio.font...@huawei.com diff --git a/arch/arm/plat-versatile/headsmp.S b/arch/arm/plat-versatile/headsmp.S index dd703ef..19fe180 100644 --- a/arch/arm/plat-versatile/headsmp.S +++ b/arch/arm/plat-versatile/headsmp.S

[PATCH RESEND 3] ARM: plat-versatile: move secondary CPU startup into cpuinit

2012-12-12 Thread Claudio Fontana
Using __CPUINIT instead of __INIT puts the secondary CPU startup code into the "right" section: it will not be freed in hotplug configurations, allowing hot-add of cpus, while still getting freed in non-hotplug configs. Signed-off-by: Claudio Fontana Tested-by: Claudio Fontana

[PATCH RESEND 3] ARM: plat-versatile: move secondary CPU startup into cpuinit

2012-12-12 Thread Claudio Fontana
Using __CPUINIT instead of __INIT puts the secondary CPU startup code into the right section: it will not be freed in hotplug configurations, allowing hot-add of cpus, while still getting freed in non-hotplug configs. Signed-off-by: Claudio Fontana claudio.font...@huawei.com Tested-by: Claudio

[PATCH 1/1 RESEND 2] ARM: plat-versatile: move secondary CPU startup out of .init.

2012-11-27 Thread Claudio Fontana
Using __CPUINIT instead of __INIT puts the secondary CPU startup code into the "right" section: it will not be freed in hotplug configurations, allowing hot-add of cpus, while still getting freed in non-hotplug configs. Signed-off-by: Claudio Fontana Tested-by: Claudio Fontana

[PATCH 0/1 RESEND 2] ARM: plat-versatile: move secondary CPU startup out of .init.

2012-11-27 Thread Claudio Fontana
and blue skies. Tested successfully using the ARM fast models for the Cortex-A15. -- Claudio Fontana (1): ARM: plat-versatile: move secondary CPU startup code out of .init. arch/arm/plat-versatile/headsmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.12.1 -- To unsubscribe

[PATCH 0/1 RESEND 2] ARM: plat-versatile: move secondary CPU startup out of .init.

2012-11-27 Thread Claudio Fontana
and blue skies. Tested successfully using the ARM fast models for the Cortex-A15. -- Claudio Fontana (1): ARM: plat-versatile: move secondary CPU startup code out of .init. arch/arm/plat-versatile/headsmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.12.1 -- To unsubscribe

[PATCH 1/1 RESEND 2] ARM: plat-versatile: move secondary CPU startup out of .init.

2012-11-27 Thread Claudio Fontana
Using __CPUINIT instead of __INIT puts the secondary CPU startup code into the right section: it will not be freed in hotplug configurations, allowing hot-add of cpus, while still getting freed in non-hotplug configs. Signed-off-by: Claudio Fontana claudio.font...@huawei.com Tested-by: Claudio

[PATCH 1/1 RESEND] ARM: plat-versatile: move secondary CPU startup code out of .init.

2012-11-16 Thread Claudio Fontana
Using __CPUINIT instead of __INIT puts the secondary CPU startup code into the "right" section: it will not be freed in hotplug configurations, allowing hot-add of cpus, while still getting freed in non-hotplug configs. Signed-off-by: Claudio Fontana Tested-by: Claudio Fontana

[PATCH 0/1 RESEND] ARM: plat-versatile: move secondary CPU startup out of .init.

2012-11-16 Thread Claudio Fontana
not freed, the secondary VCPUs start successfully, and it's all gardens and blue skies. Tested successfully using the ARM fast models for the Cortex-A15. -- Claudio Fontana (1): ARM: plat-versatile: move secondary CPU startup code out of .init. arch/arm/plat-versatile/headsmp.S | 2 +- 1 file

[PATCH 0/1 RESEND] ARM: plat-versatile: move secondary CPU startup out of .init.

2012-11-16 Thread Claudio Fontana
, the secondary VCPUs start successfully, and it's all gardens and blue skies. Tested successfully using the ARM fast models for the Cortex-A15. -- Claudio Fontana (1): ARM: plat-versatile: move secondary CPU startup code out of .init. arch/arm/plat-versatile/headsmp.S | 2 +- 1 file changed, 1

[PATCH 1/1 RESEND] ARM: plat-versatile: move secondary CPU startup code out of .init.

2012-11-16 Thread Claudio Fontana
Using __CPUINIT instead of __INIT puts the secondary CPU startup code into the right section: it will not be freed in hotplug configurations, allowing hot-add of cpus, while still getting freed in non-hotplug configs. Signed-off-by: Claudio Fontana claudio.font...@huawei.com Tested-by: Claudio

[PATCH] ARM: plat-versatile: move secondary CPU startup code out of .init for hotplug

2012-11-08 Thread Claudio Fontana
Using __CPUINIT instead of __INIT puts the secondary CPU startup code into the "right" section: it will not be freed in hotplug configurations, allowing hot-add of cpus, while still getting freed in non-hotplug configs. Signed-off-by: Claudio Fontana --- arch/arm/plat-versatile/hea

[PATCH] ARM: plat-versatile: move secondary CPU startup code out of .init for hotplug

2012-11-08 Thread Claudio Fontana
Using __CPUINIT instead of __INIT puts the secondary CPU startup code into the right section: it will not be freed in hotplug configurations, allowing hot-add of cpus, while still getting freed in non-hotplug configs. Signed-off-by: Claudio Fontana claudio.font...@huawei.com --- arch/arm/plat

[PATCH resend 2] net/ipv4/ipconfig: add device address to a KERN_INFO message

2012-10-25 Thread Claudio Fontana
adds a "hwaddr" to the "IP-Config: Complete" KERN_INFO message with the dev_addr of the device selected for auto configuration. Signed-off-by: Claudio Fontana --- net/ipv4/ipconfig.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/ipv4/i

[PATCH] net/ipv4/ipconfig: add device address to a KERN_INFO message

2012-10-25 Thread Claudio Fontana
adds a "hwaddr" to the "IP-Config: Complete" KERN_INFO message with the dev_addr of the device selected for auto configuration. Signed-off-by: Claudio Fontana --- net/ipv4/ipconfig.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/ipv4/i

[PATCH] net/ipv4/ipconfig: add device address to a KERN_INFO message

2012-10-25 Thread Claudio Fontana
adds a hwaddr to the IP-Config: Complete KERN_INFO message with the dev_addr of the device selected for auto configuration. Signed-off-by: Claudio Fontana claudio.font...@huawei.com --- net/ipv4/ipconfig.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/ipv4

[PATCH resend 2] net/ipv4/ipconfig: add device address to a KERN_INFO message

2012-10-25 Thread Claudio Fontana
adds a hwaddr to the IP-Config: Complete KERN_INFO message with the dev_addr of the device selected for auto configuration. Signed-off-by: Claudio Fontana claudio.font...@huawei.com --- net/ipv4/ipconfig.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/ipv4

trivial typo in CodingStyle patch

2007-05-25 Thread Claudio Fontana
Hello, I casually noticed this trivial typo while lurking the mailing list archives: Signed-off-by: Auke Kok <[EMAIL PROTECTED]> [...] diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index f518395..3635b38 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle

trivial typo in CodingStyle patch

2007-05-25 Thread Claudio Fontana
Hello, I casually noticed this trivial typo while lurking the mailing list archives: Signed-off-by: Auke Kok [EMAIL PROTECTED] [...] diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index f518395..3635b38 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle