Re: [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework

2013-02-05 Thread Rafael J. Wysocki
On Monday, February 04, 2013 04:04:47 PM Greg KH wrote: On Tue, Feb 05, 2013 at 12:52:30AM +0100, Rafael J. Wysocki wrote: You'd probably never try to hot-remove a disk before unmounting filesystems mounted from it or failing it as a RAID component and nobody sane wants the kernel to do

[PATCH] powerpc: fix ics_rtas_init and start_secondary section mismatch

2013-02-05 Thread Daniel Borkmann
It seems, we're fine with just annotating the two functions. Thus, this fixes the following build warnings on ppc64: WARNING: arch/powerpc/sysdev/xics/built-in.o(.text+0x1664): The function .ics_rtas_init() references the function __init .xics_register_ics(). This is often because .ics_rtas_init

Re: [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework

2013-02-05 Thread Greg KH
On Tue, Feb 05, 2013 at 12:11:17PM +0100, Rafael J. Wysocki wrote: On Monday, February 04, 2013 04:04:47 PM Greg KH wrote: On Tue, Feb 05, 2013 at 12:52:30AM +0100, Rafael J. Wysocki wrote: You'd probably never try to hot-remove a disk before unmounting filesystems mounted from it or

Re: [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework

2013-02-05 Thread Rafael J. Wysocki
On Tuesday, February 05, 2013 10:39:48 AM Greg KH wrote: On Tue, Feb 05, 2013 at 12:11:17PM +0100, Rafael J. Wysocki wrote: On Monday, February 04, 2013 04:04:47 PM Greg KH wrote: On Tue, Feb 05, 2013 at 12:52:30AM +0100, Rafael J. Wysocki wrote: You'd probably never try to hot-remove a

[PATCH] perf/powerpc: Fix compile warnings

2013-02-05 Thread Sukadev Bhattiprolu
From: Sukadev Bhattiprolu suka...@linux.vnet.ibm.com Date: Tue, 5 Feb 2013 15:04:49 -0800 Subject: [PATCH] perf/powerpc: Fix compile warnings Fix compile errors like those below: CC arch/powerpc/perf/power7-pmu.o /home/git/linux/arch/powerpc/perf/power7-pmu.c:397:2: error: initialization

Re: [PATCH v5 01/14] memory-hotplug: try to offline the memory twice to avoid dependence

2013-02-05 Thread Tang Chen
Hi Glauber, all, An old thing I want to discuss with you. :) On 01/09/2013 11:09 PM, Glauber Costa wrote: memory can't be offlined when CONFIG_MEMCG is selected. For example: there is a memory device on node 1. The address range is [1G, 1.5G). You will find 4 new directories memory8, memory9,

Re: [PATCH 1/3] powerpc/mpc512x: fix noderef sparse warnings

2013-02-05 Thread Kim Phillips
On Tue, 5 Feb 2013 08:20:16 +0100 Anatolij Gustschin ag...@denx.de wrote: Fix: warning: dereference of noderef expression Signed-off-by: Anatolij Gustschin ag...@denx.de --- arch/powerpc/platforms/512x/clock.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-)