Re: [PATCH] powerpc: enable heap randomization for linkstations

2008-10-18 Thread Rogério Brito
Hi again. On Oct 18 2008, Rogério Brito wrote: > And it seems that there is something not quite right for these embedded > systems. Here is something that I get with a vanilla linkstation_defconfig: > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > drivers/rtc/hctosys.c: u

Re: [PATCH] powerpc: enable heap randomization for linkstations

2008-10-18 Thread Rogério Brito
Hi. On Oct 13 2008, Scott Wood wrote: > On Mon, Oct 13, 2008 at 08:05:09PM +0200, Guennadi Liakhovetski wrote: > > On Mon, 13 Oct 2008, Rogério Brito wrote: > > > The current defconfig for Linkstation/Kuroboxes has the "Disable > > > Heap Randomization" option enabled. > > > > > > Since some of t

Re: [PATCH] Add new framebuffer driver for Fujitsu MB862xx GDCs

2008-10-18 Thread Andrew Morton
On Tue, 14 Oct 2008 17:25:06 +0200 Anatolij Gustschin <[EMAIL PROTECTED]> wrote: > This patch adds framebuffer driver for Fujitsu > Carmine/Coral-P(A)/Lime graphics controllers. > Lime GDC support is known to work on PPC440EPx > based lwmon5 and MPC8544E based socrates embedded > boards, both equi

[PATCH] Implement polling for 5200FEC to make netconsole work.

2008-10-18 Thread Jon Smirl
Implement polling for 5200FEC to make netconsole work. Tested on Phytec pcm030 and Efika. Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> --- drivers/net/fec_mpc52xx.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/net/fec_mpc52xx.c b/drivers/net/

Re: [PATCH 1/2] powerpc: add 16K/64K pages support for the 44x PPC32 architectures.

2008-10-18 Thread prodyut hazarika
> It helps if you CC the person you're writing too :). Thanks Josh for pointing this out :-) I will be careful in future. > Anyway, I looked over it briefly and agree it looks pretty good. A bit > late for 2.6.28, but I'll do a more thorough review and get it in for > 2.6.29. > Great. Look forwar

Re: 4xx 'next' branch updated

2008-10-18 Thread Josh Boyer
On Sat, 18 Oct 2008 14:54:58 +0200 Niklaus Giger <[EMAIL PROTECTED]> wrote: > Am Samstag 18 Oktober 2008 02.32:05 schrieb Josh Boyer: > > Hi All, > <..> > > Niklaus Giger (1): > > powerpc/40x: Add support for Netstal HCU4 board > Checked out the branch and tested it. The HCU4 board compiled

Re: [PATCH 1/2] powerpc: add 16K/64K pages support for the 44x PPC32 architectures.

2008-10-18 Thread Josh Boyer
On Fri, 17 Oct 2008 08:54:52 -0700 "prodyut hazarika" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 15, 2008 at 7:22 PM, Ilya Yanok <[EMAIL PROTECTED]> wrote: > > This patch adds support for page sizes bigger than 4K (16K/64K) on > > PPC 44x. > > > > This patch looks good to me. Seems that all the rev

Re: 4xx 'next' branch updated

2008-10-18 Thread Niklaus Giger
Am Samstag 18 Oktober 2008 02.32:05 schrieb Josh Boyer: > Hi All, <..> > Niklaus Giger (1): > powerpc/40x: Add support for Netstal HCU4 board Checked out the branch and tested it. The HCU4 board compiled and ran without problems. Thanks a lot for your advise and help. Getting it into the li

Re: powerpc allmodconfig

2008-10-18 Thread Johannes Berg
On Thu, 2008-10-16 at 13:02 -0700, Arjan van de Ven wrote: > On Thu, 16 Oct 2008 12:49:23 -0700 (PDT) > David Miller <[EMAIL PROTECTED]> wrote: > > #endif > > #define __WARN() warn_on_slowpath(__FILE__, __LINE__) > > #define __WARN_printf(arg...) warn_slowpath(__FILE__, __LINE__, arg) > > #else > >