Re: linux-next: build failure after merge of the final tree (powerpc related)

2012-01-02 Thread Grant Likely
On Wed, Dec 28, 2011 at 09:32:14PM +1100, Benjamin Herrenschmidt wrote: > On Wed, 2011-12-28 at 19:49 +1100, Stephen Rothwell wrote: > > Hi , > > > > After merging the final tree, today's linux-next build (powerpc > > allyesconfig) failed like this: > > > > kernel/built-in.o: In function `irq_dis

Re: linux-next: build failure after merge of the final tree (powerpc related)

2012-01-02 Thread Grant Likely
On Mon, Jan 2, 2012 at 1:25 AM, Grant Likely wrote: > On Wed, Dec 28, 2011 at 09:32:14PM +1100, Benjamin Herrenschmidt wrote: >> On Wed, 2011-12-28 at 19:49 +1100, Stephen Rothwell wrote: >> > Hi , >> > >> > After merging the final tree, today's linux-next build (powerpc >> > allyesconfig) failed

Mac address change in linux

2012-01-02 Thread smitha.vanga
Hi Scott, When I execute below statements in linux to change the mac address I get the error Host name look up error. Below are the commands I execute to change the mac address and the console output. 1. ifconfig eth0.246 down 2. ifconfig eth0.246 hw ether 00:11:22:33:44:55 ifconfig: hw: Ho

Re: p1020 unstable with 3.2

2012-01-02 Thread Alexander Graf
On 28.12.2011, at 06:01, Benjamin Herrenschmidt wrote: > On Sun, 2011-12-25 at 11:48 +0100, Alexander Graf wrote: >> On 24.12.2011, at 07:53, Benjamin Herrenschmidt wrote: >> >>> On Fri, 2011-12-23 at 17:54 +0100, Alexander Graf wrote: Hi guys, While trying to test my latest patc

Re: [PATCH] KVM: Move gfn_to_memslot() to kvm_host.h

2012-01-02 Thread Alexander Graf
On 26.12.2011, at 14:22, Avi Kivity wrote: > On 12/20/2011 11:21 AM, Paul Mackerras wrote: >> This moves gfn_to_memslot(), and the functions it calls, that is, >> search_memslots() and __gfn_to_memslot(), from kvm_main.c to kvm_host.h >> so that gfn_to_memslot() can be called from non-modular cod

Re: Mac address change in linux

2012-01-02 Thread Lorenz Kolb
Hi Smitha, first of: please try changing the MAC of the adapter, not of the virtual interface (btw: are you sure, that you really intend to have a physical and a virtual interface that have the same configurations and the same metric?). second: guess your copy+pasted log shows: that you conca

Re: [PATCH] KVM: Move gfn_to_memslot() to kvm_host.h

2012-01-02 Thread Avi Kivity
On 01/02/2012 05:23 PM, Alexander Graf wrote: > > Or we could move the implementation into a header file, with an extra __ > > prefix, and have the C stubs call those inlines, so we have exactly on > > instantiation. Your real mode code can then call the inlines. > > I like this version. That way

Re: [PATCH 1/2][v2] Integrated Flash Controller support

2012-01-02 Thread Scott Wood
On 12/28/2011 07:30 AM, dmitry pervushin wrote: > If you're using memory-mapped structure, shouldn't it be announced with > __attribute__(packed) ? Why? We know this isn't going to be compiled on some strange ABI where a struct with nothing but u32 gets padding. __attribute__((packed)) also tell

Re: Mac address in the DTS file

2012-01-02 Thread Scott Wood
On 12/30/2011 06:51 AM, smitha.va...@wipro.com wrote: > > Hi Scott, > > In my DTS file for mpc8247 I have defined the ether MAC in the node as below. > > ethernet@24000 { >#address-cells = <1>; >#size-cells = <0>; >device_t

Re: [PATCH] DTS: fix the bug and add the chip compatible for eSDHC

2012-01-02 Thread Scott Wood
On 12/23/2011 12:10 AM, r66...@freescale.com wrote: > From: Jerry Huang > > Accordint to latest kernel, the auto-cmd12 property should be > "sdhci,auto-cmd12", and according to the SDHC binding and the workaround for > the special chip, add the chip compatible for eSDHC: "fsl,p1022-esdhc", > "fsl

Re: [PATCH] DTS: fix the bug and add the chip compatible for eSDHC

2012-01-02 Thread Tabi Timur-B04825
On Fri, Dec 23, 2011 at 12:10 AM, wrote: > > Accordint to latest kernel, the auto-cmd12 property should be > "sdhci,auto-cmd12", and according to the SDHC binding and the workaround for > the special chip, add the chip compatible for eSDHC: "fsl,p1022-esdhc", > "fsl,mpc8536-esdhc", "fsl,p2020-esd

Problem in getting shared memory access on P1022RDK

2012-01-02 Thread Arshad, Farrukh
Greetings All, Please excuse me for a 'not very precise' question but I just need some clue or point to look for the trouble. I am running linux in AMP configuration on P1022RDK dual core. My memory partitioning is given below Core Base Address (CONFIG_PHYSICAL_START / bootm_low) Size (bootm_si

Re: [PATCH powerpc] fix unpaired __trace_hcall_entry and __trace_hcall_exit

2012-01-02 Thread Benjamin Herrenschmidt
On Mon, 2011-12-19 at 10:06 +0800, Li Zhong wrote: > Unpaired calling of __trace_hcall_entry and __trace_hcall_exit could > cause incorrect preempt count. And it might happen as the global > variable hcall_tracepoint_refcount is checked separately before calling > them. > > I don't know much abou