Re: [PATCH v2 2/2] ACPI, APEI, ERST: Fixed leaked resources in erst_init

2016-03-08 Thread Chen, Gong
> 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

Re: [PATCH v2 1/2] ACPI, APEI: Fix leaked resources

2016-03-08 Thread Chen, Gong
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

RE: [Patch V2 2/2] x86, mce: Need to translate GPA to HPA to inject error in guest.

2015-12-11 Thread Chen, Gong
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; >

Re: [UNTESTED PATCH] x86, mce: Avoid double entry of deferred errors into the genpool.

2015-11-11 Thread Chen, Gong
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

[PATCH] Cleanup useless codes in CMCI handler

2015-11-10 Thread Chen, Gong
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

[tip:ras/core] x86/mce: Avoid potential deadlock due to printk() in MCE context

2015-08-13 Thread tip-bot for Chen, Gong
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

[tip:ras/core] x86/mce: Remove the MCE ring for Action Optional errors

2015-08-13 Thread tip-bot for Chen, Gong
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

[tip:ras/core] x86/mce: Provide a lockless memory pool to save error records

2015-08-13 Thread tip-bot for Chen, Gong
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

[tip:ras/core] x86/mce: Don't use percpu workqueues

2015-08-13 Thread tip-bot for Chen, Gong
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

Re: [PATCH 4/4 Rebase] x86, MCE: Avoid potential deadlock in MCE context

2015-05-22 Thread Chen, Gong
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

Re: [PATCH 1/4 Rebase] x86, MCE: Provide a lock-less memory pool to save error record

2015-05-22 Thread Chen, Gong
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

[PATCH 3/4 Rebase] x86, MCE: Remove mce_ring for SRAO error

2015-05-19 Thread Chen, Gong
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

[PATCH 1/4 Rebase] x86, MCE: Provide a lock-less memory pool to save error record

2015-05-19 Thread Chen, Gong
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.

[PATCH 4/4 Rebase] x86, MCE: Avoid potential deadlock in MCE context

2015-05-19 Thread Chen, Gong
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

[PATCH 2/4 Rebase] x86, MCE: Don't use percpu for MCE workqueue/irq_work

2015-05-19 Thread Chen, Gong
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

MCE ring buffer management (Rebase)

2015-05-19 Thread Chen, Gong
[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

Re: [RESEND RFC 5/5] PCIe, AER: Update initial value of UC error mask

2014-09-09 Thread Chen, Gong
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 >

Re: [RESEND 2/5] PCIe, AER: Replenish missed AER status bits for AER driver

2014-09-09 Thread Chen, Gong
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 &

Re: [RESEND 0/5] PCIe, AER: Misc cleanup

2014-09-01 Thread Chen, Gong
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

[PATCH v2 4/5] x86/mce: Simplify flow when handling recoverable memory errors

2014-08-14 Thread Chen, Gong
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/

[PATCH v2 3/5] x86, MCE: Remove mce_ring for SRAO error

2014-08-14 Thread Chen, Gong
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

[PATCH v2 2/5] x86, MCE: Don't use percpu for MCE workqueue/irq_work

2014-08-14 Thread Chen, Gong
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 v2 5/5] x86, MCE: Avoid potential deadlock in MCE context

2014-08-14 Thread Chen, Gong
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

[PATCH v2 1/5] x86, MCE: Provide a lock-less memory pool to save error record

2014-08-14 Thread Chen, Gong
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

x86, MCE: MCE event ring management

2014-08-14 Thread Chen, Gong
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

Re: [RESEND 0/5] PCIe, AER: Misc cleanup

2014-08-13 Thread Chen, Gong
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

[RESEND 3/5] PCIe, trace: Replenish missed AER status bits for PCIE trace I/F

2014-08-12 Thread Chen, Gong
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

[RESEND RFC 5/5] PCIe, AER: Update initial value of UC error mask

2014-08-12 Thread Chen, Gong
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

[RESEND 4/5] PCIe, AER: Make AER UC status naming clearer

2014-08-12 Thread Chen, Gong
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

[RESEND 2/5] PCIe, AER: Replenish missed AER status bits for AER driver

2014-08-12 Thread Chen, Gong
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

[RESEND 0/5] PCIe, AER: Misc cleanup

2014-08-12 Thread Chen, Gong
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

[RESEND 1/5] RAS, trace: Update error definition format

2014-08-12 Thread Chen, Gong
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

Re: [RFC PATCH v1 13/70] x86, x2apic_cluster: _FROZEN Cleanup

2014-07-31 Thread Chen, Gong
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,

Re: [RFC PATCH v1 13/70] x86, x2apic_cluster: _FROZEN Cleanup

2014-07-29 Thread Chen, Gong
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

Re: [RFC PATCH v1 13/70] x86, x2apic_cluster: _FROZEN Cleanup

2014-07-29 Thread Chen, Gong
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

Re: [RFC PATCH v1 14/70] x86, microcode, core: _FROZEN Cleanup

2014-07-27 Thread Chen, Gong
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

Re: [RFC PATCH v1 13/70] x86, x2apic_cluster: _FROZEN Cleanup

2014-07-27 Thread Chen, Gong
: > 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

Re: [RFC PATCH v1 12/70] x86, pci, amd_bus: _FROZEN Cleanup

2014-07-27 Thread Chen, Gong
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.

Re: [RESEND RFC PATCH v1 0/70] Gloabl CPU Hot-plug flag _FROZEN Clean up

2014-07-27 Thread Chen, Gong
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

Re: [RESEND RFC PATCH v1 0/70] Gloabl CPU Hot-plug flag _FROZEN Clean up

2014-07-25 Thread Chen, Gong
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 >

Re: [RESEND RFC PATCH v1 0/70] Gloabl CPU Hot-plug flag _FROZEN Clean up

2014-07-24 Thread Chen, Gong
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

Re: [RFC PATCH v1 12/70] x86, pci, amd_bus: _FROZEN Cleanup

2014-07-23 Thread Chen, Gong
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,

[RESEND RFC PATCH v1 0/70] Gloabl CPU Hot-plug flag _FROZEN Clean up

2014-07-22 Thread Chen, Gong
: 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):

[RFC PATCH v1 02/70] ia64, err_inject: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 10/70] x86, kvm: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 08/70] x86, mce, therm_throt: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 17/70] arm, vfp, vfpmodule: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 19/70] powerpc, sysfs: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 20/70] powerpc, mm, numa: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 14/70] x86, microcode, core: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 21/70] powerpc, powermac, smp: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 29/70] kernel, sched, core: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 28/70] kernel, profile: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 30/70] kernel, hrtimer: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 38/70] mm, memcontrol: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 35/70] mm, slab: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 41/70] fs, buffer: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 52/70] cpuidle, cpuidle-powernv: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 50/70] clocksource, metag_generic: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 56/70] irqchip, irq-gic: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 58/70] scsi, bnx2i, bnx2i_init: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 57/70] scsi, bnx2fc, bnx2fc_fcoe: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 61/70] md, raid5: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 65/70] oprofile, timer_int: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 63/70] virt, kvm, arm, vgic: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 64/70] trace, ring_buffer: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 66/70] lib, cpu-notifier-error-inject: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 67/70] lib, percpu_counter: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 68/70] lib, radix-tree: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 70/70] cpu: Eliminate _FROZEN flags thoroughly

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 69/70] staging, lustre, linux-cpu: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 60/70] scsi, virtio_scsi: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 53/70] cpuidle, cpuidle-pseries: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 59/70] scsi, fcoe: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 55/70] irqchip, irq-armada-370-xp: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 62/70] virt, kvm, arm, arch_timer: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 54/70] cpufreq, acpi-cpufreq: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 51/70] powercap, intel_rapl: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 48/70] block, blk-softirq: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 49/70] driver, base, topology: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 43/70] net, iucv: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 45/70] net, core, dev: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 42/70] xfs, xfs_mount: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 46/70] block, blk-mq: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 44/70] net, core, flow: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 47/70] block, blk-iopoll: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 39/70] mm, page_alloc: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 37/70] mm, vmstat: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 40/70] mm, slub: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 33/70] kernel, timer: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 34/70] kernel, softirq: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 32/70] kernel, smp: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 36/70] mm, vmscan: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 31/70] kernel, relay: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 24/70] s390, perf_cpum_sf: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 18/70] arm, kvm: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 25/70] sparc, sysfs: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 27/70] kernel, padata: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 23/70] mips, loongson, smp: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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

[RFC PATCH v1 26/70] rcu, tree: _FROZEN Cleanup

2014-07-22 Thread Chen, Gong
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   2   3   >