s 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 unsubs
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
di
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
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
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
di
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
.
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
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
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
di
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
luding 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 file
what 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
>
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
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
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
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
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
17 matches
Mail list logo