> into apei_resources_all and can be freed when we're done with it.
>
> Signed-off-by: Josh Hunt
Reviewed-by: Chen, Gong
signature.asc
Description: Digital signature
t they are never freed at the end of the function. Free them now.
>
> Signed-off-by: Josh Hunt
>
Reviewed-by: Chen, Gong
signature.asc
Description: Digital signature
Hi, Ashok
Please add " original author by Huang Ying " at some
place.
Thanks.
> -Original Message-
> From: Raj, Ashok
> Sent: Friday, December 11, 2015 3:41 AM
> To: k...@vger.kernel.org
> Cc: Chen, Gong; Gleb Natapov; Paolo Bonzini; qemu-de...@nongnu.org;
>
On Wed, Nov 11, 2015 at 02:01:51PM -0800, Luck, Tony wrote:
> Date: Wed, 11 Nov 2015 14:01:51 -0800
> From: Tony Luck
> To: "Chen, Gong"
> Cc: b...@alien8.de, linux-e...@vger.kernel.org, linux-kernel@vger.kernel.org
> Subject: [UNTESTED PATCH] x86, mce: Avoid double
UCNA errors share the same handler with CMCI. But it doesn't
need extra operation to save error record in genpool. Remove
these uselss codes.
Signed-off-by: Chen, Gong
---
arch/x86/kernel/cpu/mcheck/mce.c | 14 --
1 file changed, 14 deletions(-)
diff --git a/arch/x86/kerne
Commit-ID: f29a7aff4bd60ebc3da4982f80144a4158c4c74a
Gitweb: http://git.kernel.org/tip/f29a7aff4bd60ebc3da4982f80144a4158c4c74a
Author: Chen, Gong
AuthorDate: Wed, 12 Aug 2015 18:29:37 +0200
Committer: Ingo Molnar
CommitDate: Thu, 13 Aug 2015 10:12:51 +0200
x86/mce: Avoid potential
Commit-ID: fd4cf79fcc4b5130ced8fd8c40378d3cec2e5fa8
Gitweb: http://git.kernel.org/tip/fd4cf79fcc4b5130ced8fd8c40378d3cec2e5fa8
Author: Chen, Gong
AuthorDate: Wed, 12 Aug 2015 18:29:36 +0200
Committer: Ingo Molnar
CommitDate: Thu, 13 Aug 2015 10:12:51 +0200
x86/mce: Remove the MCE ring
Commit-ID: 648ed94038c030245a06e4be59744fd5cdc18c40
Gitweb: http://git.kernel.org/tip/648ed94038c030245a06e4be59744fd5cdc18c40
Author: Chen, Gong
AuthorDate: Wed, 12 Aug 2015 18:29:34 +0200
Committer: Ingo Molnar
CommitDate: Thu, 13 Aug 2015 10:12:50 +0200
x86/mce: Provide a lockless
Commit-ID: 061120aed7081b9a4393fbe07b558192f40ad911
Gitweb: http://git.kernel.org/tip/061120aed7081b9a4393fbe07b558192f40ad911
Author: Chen, Gong
AuthorDate: Wed, 12 Aug 2015 18:29:35 +0200
Committer: Ingo Molnar
CommitDate: Thu, 13 Aug 2015 10:12:51 +0200
x86/mce: Don't use p
On Wed, May 20, 2015 at 11:28:00AM +0200, Borislav Petkov wrote:
> Date: Wed, 20 May 2015 11:28:00 +0200
> From: Borislav Petkov
> To: "Chen, Gong" , tony.l...@intel.com
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: [PATCH 4/4 Rebase] x86, MCE: Avoid potential d
On Wed, May 20, 2015 at 12:36:10PM +0200, Borislav Petkov wrote:
> Date: Wed, 20 May 2015 12:36:10 +0200
> From: Borislav Petkov
> To: "Chen, Gong"
> Cc: linux-kernel@vger.kernel.org, tony.l...@intel.com
> Subject: Re: [PATCH 1/4 Rebase] x86, MCE: Provide a lock-less mem
Use unified genpool to save SRAO error events and put AO error
handling in the same notification chain with mce error decoding.
Signed-off-by: Chen, Gong
Link:
http://lkml.kernel.org/r/1406797523-28710-4-git-send-email-gong.c...@linux.intel.com
[ Boris: correct a lot. ]
Signed-off-by: Borislav
t but since
we're going to use those pages throughout the system's lifetime, we
allocate them statically to avoid early boot time allocation woes.
Signed-off-by: Chen, Gong
Link:
http://lkml.kernel.org/r/1407830375-11087-1-git-send-email-gong.c...@linux.intel.com
[Boris: rewrite.
Signed-off-by: Chen, Gong
Link:
http://lkml.kernel.org/r/1406797523-28710-6-git-send-email-gong.c...@linux.intel.com
[ Boris: rewrite a bit. ]
Signed-off-by: Borislav Petkov
---
arch/x86/include/asm/mce.h | 1 +
arch/x86/kernel/cpu/mcheck/mce-apei.c| 2 +-
arch/x86/kernel/cpu
An MCE is considered a rare event. Therefore, there's no need to have
per-CPU instances of both normal and IRQ workqueues. Make them both
global.
Signed-off-by: Chen, Gong
Link:
http://lkml.kernel.org/r/1406797523-28710-3-git-send-email-gong.c...@linux.intel.com
[Boris: massage commit me
[PATCH 1/4 Rebase] x86, MCE: Provide a lock-less memory pool to save error
[PATCH 2/4 Rebase] x86, MCE: Don't use percpu for MCE workqueue/irq_work
[PATCH 3/4 Rebase] x86, MCE: Remove mce_ring for SRAO error
[PATCH 4/4 Rebase] x86, MCE: Avoid potential deadlock in MCE context
We have too many ring
On Fri, Sep 05, 2014 at 05:34:21PM -0600, Bjorn Helgaas wrote:
> Date: Fri, 5 Sep 2014 17:34:21 -0600
> From: Bjorn Helgaas
> To: "Chen, Gong"
> Cc: rdun...@infradead.org, b...@alien8.de, tony.l...@intel.com,
> linux-...@vger.kernel.org, linux-kernel@vger.kernel.org
>
On Fri, Sep 05, 2014 at 05:15:43PM -0600, Bjorn Helgaas wrote:
> Date: Fri, 5 Sep 2014 17:15:43 -0600
> From: Bjorn Helgaas
> To: "Chen, Gong"
> Cc: rdun...@infradead.org, b...@alien8.de, tony.l...@intel.com,
> linux-...@vger.kernel.org, linux-kernel@vger.kernel.org
&
On Wed, Aug 13, 2014 at 09:52:36PM -0400, Chen, Gong wrote:
> Date: Wed, 13 Aug 2014 21:52:36 -0400
> From: "Chen, Gong"
> To: Bjorn Helgaas
> Cc: Randy Dunlap , Borislav Petkov ,
> Tony Luck , "linux-...@vger.kernel.org"
> , "linux-kernel@vger.kerne
end of printk
message, while at it.
Signed-off-by: Tony Luck
Signed-off-by: Chen, Gong
Acked-by: Borislav Petkov
---
arch/x86/include/asm/mce.h | 2 ++
arch/x86/kernel/cpu/mcheck/mce.c | 67 +++-
arch/x86/kernel/signal.c | 2 +-
include/linux/
Use unified genpool to save SRAO error events and put AO error
handling in the same notification chain with mce error decoding.
Signed-off-by: Chen, Gong
Link:
http://lkml.kernel.org/r/1406797523-28710-4-git-send-email-gong.c...@linux.intel.com
[ Boris: correct a lot. ]
Signed-off-by: Borislav
An MCE is considered a rare event. Therefore, there's no need to have
per-CPU instances of both normal and IRQ workqueues. Make them both
global.
Signed-off-by: Chen, Gong
Link:
http://lkml.kernel.org/r/1406797523-28710-3-git-send-email-gong.c...@linux.intel.com
[Boris: massage commit me
Signed-off-by: Chen, Gong
Link:
http://lkml.kernel.org/r/1406797523-28710-6-git-send-email-gong.c...@linux.intel.com
[ Boris: rewrite a bit. ]
Signed-off-by: Borislav Petkov
---
arch/x86/include/asm/mce.h | 1 +
arch/x86/kernel/cpu/mcheck/mce-apei.c| 2 +-
arch/x86/kernel/cpu
t but since
we're going to use those pages throughout the system's lifetime, we
allocate them statically to avoid early boot time allocation woes.
Signed-off-by: Chen, Gong
Link:
http://lkml.kernel.org/r/1407830375-11087-1-git-send-email-gong.c...@linux.intel.com
[Boris: rewrite. ]
Signed-o
We have too many rings for different H/W error events management.
All of them can be merged into one kind of unified mechanism.
Furthermore, this management mechanism should be reliable enough
even in MCE context to avoid deadlock like calling printk in MCE
context. This patch series is used for th
On Wed, Aug 13, 2014 at 07:52:45AM -0600, Bjorn Helgaas wrote:
> I haven't responded because I've been on vacation for the past three
> weeks. If there's no change in the patches themselves, and if they
> are still in http://patchwork.ozlabs.org/project/linux-pci/list, the
> only thing reposting t
This patch adds all missed AER error bits(CE & UC) existed in PCI-e
SPEC r3.0 for trace interface.
Signed-off-by: Chen, Gong
---
include/ras/ras_event.h | 35 ++-
1 file changed, 22 insertions(+), 13 deletions(-)
diff --git a/include/ras/ras_event.h b/inc
In PCI-e SPEC r3.0, BIT 0 of Uncorrectable Error Status Register
is redefined and it has an explicit requirement that when writing
this field, a value of 1b is the only choice. So change previous
initial maks from 0 to 1.
Signed-off-by: Chen, Gong
---
NOTE: After scratching all use cases, this
Error.
System software must ignore the value read from
this bit. System software must only write a value
of 1b to this bit.
Update related MACRO definition to reflect this change.
Signed-off-by: Chen, Gong
---
drivers/vfio/pci/vfio_pci_config.c | 2
Since commit 6c2b374d is commited, the capability of PCI-e AER
has changed a lot. This patch adds all missed CE/UC error bits
existed in PCI-e SPEC r3.0. Meanwhile, adjust the code format
to make it simpler to read/maintain.
Signed-off-by: Chen, Gong
---
drivers/pci/pcie/aer/aerdrv_errprint.c
No response since last commit so spread it to a bigger range.
This patch series is for AER related cleanup & update based on PCIe
SPEC r3.0.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at htt
nd these uses, which will make
maintenance easier."
Now here it is.
Signed-off-by: Chen, Gong
---
include/ras/ras_event.h | 33 +
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/include/ras/ras_event.h b/include/ras/ras_event.h
index 47da53c2
On Wed, Jul 30, 2014 at 10:48:52AM +0200, Borislav Petkov wrote:
> Date: Wed, 30 Jul 2014 10:48:52 +0200
> From: Borislav Petkov
> To: "Chen, Gong"
> Cc: linux-kernel@vger.kernel.org, mi...@kernel.org, t...@linutronix.de,
> pau...@samba.org, b...@kernel.crashing.org,
On Wed, Jul 23, 2014 at 10:36:28PM +0200, Borislav Petkov wrote:
> /*
>* At CPU state changes, update the x2apic cluster sibling info.
>*/
> @@ -151,9 +166,14 @@ static int
> update_clusterinfo(struct notifier_block *nfb, unsigned long action, void
> *hcpu)
> {
> unsigned int thi
On Tue, Jul 29, 2014 at 10:44:33AM +0200, Borislav Petkov wrote:
> > switch (action) {
> > case CPU_UP_PREPARE:
> > if (!zalloc_cpumask_var(&per_cpu(cpus_in_cluster, this_cpu),
> > - GFP_KERNEL)) {
> > + GFP_KER
please.
>
8<
Subject: [RFC PATCH v2 14/70] x86, microcode, core: _FROZEN Cleanup
Remove XXX_FROZEN state from x86/microcode/core.
Signed-off-by: Chen, Gong
Suggested-by: Borislav Petkov
---
arch/x86/kernel/cpu/microcode/core.c | 11 +++
1 file changed, 7 inserti
:
>
8<
Subject: [RFC PATCH v2 13/70] x86, x2apic_cluster: _FROZEN Cleanup
Remove XXX_FROZEN state from x86/x2apic_cluster.
Signed-off-by: Chen, Gong
Suggested-by: Borislav Petkov
---
arch/x86/kernel/apic/x2apic_cluster.c | 37 +++
1 file c
On Thu, Jul 24, 2014 at 10:28:47AM +0200, Borislav Petkov wrote:
> On Wed, Jul 23, 2014 at 09:31:30PM -0400, Chen, Gong wrote:
> > But what if new action is added? We have to change it back. If you
> > prefer to use that style I can update in next version.
>
> Not likely.
On Fri, Jul 25, 2014 at 05:00:02PM +0200, Robert Richter wrote:
> > Back to long time ago (about 1.5 years), Thomas began the work
> > for CPU hot-plug, one first thing is CPU hotplug flag cleanup.
> > Paul hoped all the _FROZEN variants of the notifier actions
> > can be removed at that time. Now
On Fri, Jul 25, 2014 at 09:10:25AM +0200, Borislav Petkov wrote:
> On Thu, Jul 24, 2014 at 09:35:12PM -0400, Chen, Gong wrote:
> > Until now only Boris gave me some comments. Isn't interesting enough?
> > Or I head into wrong way? Please let me know. Sincere thanks for
>
On Tue, Jul 22, 2014 at 09:58:36PM -0400, Chen, Gong wrote:
> Back to long time ago (about 1.5 years), Thomas began the work
> for CPU hot-plug, one first thing is CPU hotplug flag cleanup.
> Paul hoped all the _FROZEN variants of the notifier actions
> can be removed at that time. No
On Wed, Jul 23, 2014 at 08:07:18PM +0200, Borislav Petkov wrote:
> Date: Wed, 23 Jul 2014 20:07:18 +0200
> From: Borislav Petkov
> To: "Chen, Gong"
> Cc: linux-kernel@vger.kernel.org, mi...@kernel.org, t...@linutronix.de,
> pau...@samba.org, b...@kernel.crashing.org,
: remove XXX_FROZEN from the kernel thoroughly
Not sure if removing XXX_FROZEN flags thoroughly is overkilled.
Fix me if I'm wrong.
P.S. My last post is banned because of the capital Triple-X in subject :-(
Chen, Gong (69):
Remove XXX_FROZEN state from ia64/err_inject.
Signed-off-by: Chen, Gong
---
arch/ia64/kernel/err_inject.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/ia64/kernel/err_inject.c b/arch/ia64/kernel/err_inject.c
index 0c161ed..a8b70d4 100644
--- a/arch/ia64/kernel
Remove XXX_FROZEN state from kvm.
Signed-off-by: Chen, Gong
---
arch/x86/kernel/kvm.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/arch/x86/kernel/kvm.c b/arch/x86/kernel/kvm.c
index 3dd8e2c..22d472b 100644
--- a/arch/x86/kernel/kvm.c
+++ b/arch/x86/kernel/kvm.c
Remove XXX_FROZEN state from mce/therm_throt.
Signed-off-by: Chen, Gong
---
arch/x86/kernel/cpu/mcheck/therm_throt.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/arch/x86/kernel/cpu/mcheck/therm_throt.c
b/arch/x86/kernel/cpu/mcheck/therm_throt.c
index 36a1bb6
Remove XXX_FROZEN state from arm/vfp/vfpmodule.
Signed-off-by: Chen, Gong
---
arch/arm/vfp/vfpmodule.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c
index 2f37e1d..a1a6154 100644
--- a/arch/arm/vfp/vfpmodule.c
+++ b
Remove XXX_FROZEN state from powerpc/sysfs.
Signed-off-by: Chen, Gong
---
arch/powerpc/kernel/sysfs.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/powerpc/kernel/sysfs.c b/arch/powerpc/kernel/sysfs.c
index 67fd2fd..8a3739c 100644
--- a/arch/powerpc/kernel/sysfs.c
Remove XXX_FROZEN state from powerpc/mm/numa.
Signed-off-by: Chen, Gong
---
arch/powerpc/mm/numa.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index 3b181b2..080ef52 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch
Remove XXX_FROZEN state from x86/microcode/core.
Signed-off-by: Chen, Gong
---
arch/x86/kernel/cpu/microcode/core.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/x86/kernel/cpu/microcode/core.c
b/arch/x86/kernel/cpu/microcode/core.c
index dd9d619..27e47be
Remove XXX_FROZEN state from powermac/smp.
Signed-off-by: Chen, Gong
---
arch/powerpc/platforms/powermac/smp.c | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/arch/powerpc/platforms/powermac/smp.c
b/arch/powerpc/platforms/powermac/smp.c
index 5cbd4d6..980605f
Remove XXX_FROZEN state from sched/core.
Signed-off-by: Chen, Gong
---
kernel/sched/core.c | 55 -
1 file changed, 25 insertions(+), 30 deletions(-)
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index bc1638b..f0aff5f 100644
--- a
Remove XXX_FROZEN state from kernel/profile.
Signed-off-by: Chen, Gong
---
kernel/profile.c | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/kernel/profile.c b/kernel/profile.c
index 54bf5ba..22bca4b 100644
--- a/kernel/profile.c
+++ b/kernel/profile.c
@@ -333,9 +333,8
Remove XXX_FROZEN state from kernel/hrtimer.
Signed-off-by: Chen, Gong
---
kernel/hrtimer.c | 10 +-
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index 3ab2899..a37958e 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -1756,27
Remove XXX_FROZEN state from mm/memcontrol.
Signed-off-by: Chen, Gong
---
mm/memcontrol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index a2c7bcb..871667d 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -2540,7 +2540,7 @@ static
Remove XXX_FROZEN state from mm/slab.
Signed-off-by: Chen, Gong
---
mm/slab.c | 8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/mm/slab.c b/mm/slab.c
index 3070b92..5490528 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -1325,20 +1325,17 @@ static int cpuup_callback(struct
Remove XXX_FROZEN state from fs/buffer.
Signed-off-by: Chen, Gong
---
fs/buffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/buffer.c b/fs/buffer.c
index eba6e4f..47960b7 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -3373,7 +3373,7 @@ static void buffer_exit_cpu(int
Remove XXX_FROZEN state from cpuidle/cpuidle-powernv.
Signed-off-by: Chen, Gong
---
drivers/cpuidle/cpuidle-powernv.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/cpuidle/cpuidle-powernv.c
b/drivers/cpuidle/cpuidle-powernv.c
index 74f5788..78575a8 100644
--- a
Remove XXX_FROZEN state from clocksource/metag_generic.
Signed-off-by: Chen, Gong
---
drivers/clocksource/metag_generic.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/clocksource/metag_generic.c
b/drivers/clocksource/metag_generic.c
index 9e4db41..eefa164
Remove XXX_FROZEN state from irqchip/irq-gic.
Signed-off-by: Chen, Gong
---
drivers/irqchip/irq-gic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
index 7c131cf..a8df097 100644
--- a/drivers/irqchip/irq-gic.c
+++ b
Remove XXX_FROZEN state from scsi/bnx2i_init.
Signed-off-by: Chen, Gong
---
drivers/scsi/bnx2i/bnx2i_init.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/scsi/bnx2i/bnx2i_init.c b/drivers/scsi/bnx2i/bnx2i_init.c
index 80c03b4..bd71179 100644
--- a/drivers/scsi
Remove XXX_FROZEN state from scsi/bnx2fc_fcoe.
Signed-off-by: Chen, Gong
---
drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
index 785d0d7..c56281d 100644
--- a
Remove XXX_FROZEN state from md/raid5.
Signed-off-by: Chen, Gong
---
drivers/md/raid5.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c
index 6234b2e..3d76235 100644
--- a/drivers/md/raid5.c
+++ b/drivers/md/raid5.c
@@ -5665,9
Remove XXX_FROZEN state from oprofile/timer_int.
Signed-off-by: Chen, Gong
---
drivers/oprofile/timer_int.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/oprofile/timer_int.c b/drivers/oprofile/timer_int.c
index 61be1d9..ab5a0a9 100644
--- a/drivers/oprofile
Remove XXX_FROZEN state from kvm/arm/vgic.
Signed-off-by: Chen, Gong
---
virt/kvm/arm/vgic.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/virt/kvm/arm/vgic.c b/virt/kvm/arm/vgic.c
index 56ff9be..f93b8c5 100644
--- a/virt/kvm/arm/vgic.c
+++ b/virt/kvm/arm/vgic.c
Remove XXX_FROZEN state from trace/ring_buffer.
Signed-off-by: Chen, Gong
---
kernel/trace/ring_buffer.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c
index ff70271..1cd5793 100644
--- a/kernel/trace/ring_buffer.c
Remove XXX_FROZEN state from lib/cpu-notifier-error-inject.
Signed-off-by: Chen, Gong
---
lib/cpu-notifier-error-inject.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/cpu-notifier-error-inject.c b/lib/cpu-notifier-error-inject.c
index 707ca24..78c28db 100644
Remove XXX_FROZEN state from lib/percpu_counter.
Signed-off-by: Chen, Gong
---
lib/percpu_counter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/percpu_counter.c b/lib/percpu_counter.c
index 7dd33577..9a833ea 100644
--- a/lib/percpu_counter.c
+++ b/lib
Remove XXX_FROZEN state from lib/radix-tree.
Signed-off-by: Chen, Gong
---
lib/radix-tree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/radix-tree.c b/lib/radix-tree.c
index 3291a8e..5f7231c 100644
--- a/lib/radix-tree.c
+++ b/lib/radix-tree.c
@@ -1465,7 +1465,7
By now all usages of XXX_FROZEN have been removed. It can
be deleted safely.
Signed-off-by: Chen, Gong
---
include/linux/cpu.h | 9 -
1 file changed, 9 deletions(-)
diff --git a/include/linux/cpu.h b/include/linux/cpu.h
index 95978ad..9de61cc 100644
--- a/include/linux/cpu.h
+++ b
Remove XXX_FROZEN state from lustre/linux-cpu.
Signed-off-by: Chen, Gong
---
drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.c
b/drivers/staging/lustre/lustre
Remove XXX_FROZEN state from scsi/virtio_scsi.
Signed-off-by: Chen, Gong
---
drivers/scsi/virtio_scsi.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/scsi/virtio_scsi.c b/drivers/scsi/virtio_scsi.c
index 308256b..22f4a6e5 100644
--- a/drivers/scsi/virtio_scsi.c
Remove XXX_FROZEN state from cpuidle/cpuidle-pseries.
Signed-off-by: Chen, Gong
---
drivers/cpuidle/cpuidle-pseries.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/cpuidle/cpuidle-pseries.c
b/drivers/cpuidle/cpuidle-pseries.c
index 6f7b019..11902eb 100644
--- a
Remove XXX_FROZEN state from scsi/fcoe.
Signed-off-by: Chen, Gong
---
drivers/scsi/fcoe/fcoe.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c
index 00ee0ed..f1d3f6a 100644
--- a/drivers/scsi/fcoe/fcoe.c
+++ b/drivers
Remove XXX_FROZEN state from irqchip/irq-armada-370-xp.
Signed-off-by: Chen, Gong
---
drivers/irqchip/irq-armada-370-xp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-armada-370-xp.c
b/drivers/irqchip/irq-armada-370-xp.c
index 574aba0..1c46257 100644
Remove XXX_FROZEN state from kvm/arm/arch_timer.
Signed-off-by: Chen, Gong
---
virt/kvm/arm/arch_timer.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/virt/kvm/arm/arch_timer.c b/virt/kvm/arm/arch_timer.c
index 22fa819..169512d 100644
--- a/virt/kvm/arm/arch_timer.c
Remove XXX_FROZEN state from cpufreq/acpi-cpufreq.
Signed-off-by: Chen, Gong
---
drivers/cpufreq/acpi-cpufreq.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/cpufreq/acpi-cpufreq.c b/drivers/cpufreq/acpi-cpufreq.c
index b0c18ed..2b7ffc1 100644
--- a/drivers
Remove XXX_FROZEN state from powercap/intel_rapl.
Signed-off-by: Chen, Gong
---
drivers/powercap/intel_rapl.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/powercap/intel_rapl.c b/drivers/powercap/intel_rapl.c
index b1cda6f..c55de1a 100644
--- a/drivers
Remove XXX_FROZEN state from block/blk-softirq.
Signed-off-by: Chen, Gong
---
block/blk-softirq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/blk-softirq.c b/block/blk-softirq.c
index 53b1737..3ab9c2e 100644
--- a/block/blk-softirq.c
+++ b/block/blk-softirq.c
Remove XXX_FROZEN state from driver/base/topology.
Signed-off-by: Chen, Gong
---
drivers/base/topology.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/base/topology.c b/drivers/base/topology.c
index be7c1fb..369e437 100644
--- a/drivers/base/topology.c
+++ b
Remove XXX_FROZEN state from net/iucv.
Signed-off-by: Chen, Gong
---
net/iucv/iucv.c | 8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c
index da78793..4a44595 100644
--- a/net/iucv/iucv.c
+++ b/net/iucv/iucv.c
@@ -663,28 +663,22
Remove XXX_FROZEN state from net/core/dev.
Signed-off-by: Chen, Gong
---
net/core/dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/core/dev.c b/net/core/dev.c
index 7990984..2c3801a 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -6805,7 +6805,7 @@ static int
Remove XXX_FROZEN state from xfs/xfs_mount.
Signed-off-by: Chen, Gong
---
fs/xfs/xfs_mount.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c
index 3507cd0..b701946 100644
--- a/fs/xfs/xfs_mount.c
+++ b/fs/xfs/xfs_mount.c
Remove XXX_FROZEN state from block/blk-mq.
Signed-off-by: Chen, Gong
---
block/blk-mq.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/block/blk-mq.c b/block/blk-mq.c
index ad69ef6..b5cd279 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -1522,9 +1522,11
Remove XXX_FROZEN state from net/core/flow.
Signed-off-by: Chen, Gong
---
net/core/flow.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/net/core/flow.c b/net/core/flow.c
index a0348fd..3bb5dc0 100644
--- a/net/core/flow.c
+++ b/net/core/flow.c
@@ -417,15 +417,13
Remove XXX_FROZEN state from block/blk-iopoll.
Signed-off-by: Chen, Gong
---
block/blk-iopoll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/blk-iopoll.c b/block/blk-iopoll.c
index 0736729..ba88c82 100644
--- a/block/blk-iopoll.c
+++ b/block/blk-iopoll.c
@@ -193,7
Remove XXX_FROZEN state from mm/page_alloc.
Signed-off-by: Chen, Gong
---
mm/page_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 0ea758b..c52c2a8 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -5537,7 +5537,7 @@ static
Remove XXX_FROZEN state from mm/vmstat.
Signed-off-by: Chen, Gong
---
mm/vmstat.c | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/mm/vmstat.c b/mm/vmstat.c
index b37bd49..a29a3d8 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -1268,24 +1268,20 @@ static int
Remove XXX_FROZEN state from mm/slub.
Signed-off-by: Chen, Gong
---
mm/slub.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/mm/slub.c b/mm/slub.c
index 7300480..0504f6b 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -3796,11 +3796,9 @@ static int slab_cpuup_callback(struct
Remove XXX_FROZEN state from kernel/timer.
Signed-off-by: Chen, Gong
---
kernel/timer.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/kernel/timer.c b/kernel/timer.c
index 3bb01a3..cc11324 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -1642,16 +1642,14 @@ static
Remove XXX_FROZEN state from kernel/softirq.
Signed-off-by: Chen, Gong
---
kernel/softirq.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kernel/softirq.c b/kernel/softirq.c
index 5918d22..c4d4484 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -726,10 +726,9
Remove XXX_FROZEN state from kernel/smp.
Signed-off-by: Chen, Gong
---
kernel/smp.c | 8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/kernel/smp.c b/kernel/smp.c
index 80c33f8..808ec06 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -37,9 +37,8 @@ hotplug_cfd(struct
Remove XXX_FROZEN state from mm/vmscan.
Signed-off-by: Chen, Gong
---
mm/vmscan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/vmscan.c b/mm/vmscan.c
index 0f16ffe..25c0109 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -3454,7 +3454,7 @@ static int cpu_callback(struct
Remove XXX_FROZEN state from fs/relay.
Signed-off-by: Chen, Gong
---
kernel/relay.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/kernel/relay.c b/kernel/relay.c
index 5a56d3c..3f7b6b1 100644
--- a/kernel/relay.c
+++ b/kernel/relay.c
@@ -523,9 +523,8 @@ static int
Remove XXX_FROZEN state from s390/perf_cpum_sf.
Signed-off-by: Chen, Gong
---
arch/s390/kernel/perf_cpum_sf.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/s390/kernel/perf_cpum_sf.c b/arch/s390/kernel/perf_cpum_sf.c
index ea0c7b2..1cbd3c7 100644
--- a/arch/s390/kernel/perf_cpum_sf.c
Remove XXX_FROZEN state from arm/kvm.
Signed-off-by: Chen, Gong
---
arch/arm/kvm/arm.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c
index 3c82b37..0014464 100644
--- a/arch/arm/kvm/arm.c
+++ b/arch/arm/kvm/arm.c
@@ -860,9 +860,8
Remove XXX_FROZEN state from sparc/sysfs.
Signed-off-by: Chen, Gong
---
arch/sparc/kernel/sysfs.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/sparc/kernel/sysfs.c b/arch/sparc/kernel/sysfs.c
index 7f41d40..e15a4b8 100644
--- a/arch/sparc/kernel/sysfs.c
+++ b/arch
Remove XXX_FROZEN state from padata.
Signed-off-by: Chen, Gong
---
kernel/padata.c | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/kernel/padata.c b/kernel/padata.c
index 161402f..3a6bc6e 100644
--- a/kernel/padata.c
+++ b/kernel/padata.c
@@ -842,11 +842,9 @@ static int
Remove XXX_FROZEN state from loongson/smp.
Signed-off-by: Chen, Gong
---
arch/mips/loongson/loongson-3/smp.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/arch/mips/loongson/loongson-3/smp.c
b/arch/mips/loongson/loongson-3/smp.c
index 1e88940..30b91e8 100644
--- a
Remove XXX_FROZEN state from rcu/tree.
Signed-off-by: Chen, Gong
---
kernel/rcu/tree.c | 12 +---
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index 625d0b0..8518338 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -3440,28
1 - 100 of 248 matches
Mail list logo