[PATCH 1/1] powerpc/traps/e500: fix misleading error output

2014-06-17 Thread Wladislav Wiebe
In machine_check_e500 exception handler is a wrong indication in case of MCSR_BUS_WBERR - so print Write instead of Read. Signed-off-by: Wladislav Wiebe wladislav...@gmail.com --- arch/powerpc/kernel/traps.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc

PPC: set default date on PPC without RTC

2013-09-11 Thread Wladislav Wiebe
. Is there also another place which should be changed? (I know it can be changed from userspace also, but I would need it before userspace) Thanks and BR, Wladislav Wiebe ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org

Re: PPC: set default date on PPC without RTC

2013-09-11 Thread Wladislav Wiebe
; + ts-tv_sec = mktime(2011, 1, 1, 0, 0, 0); return; } ppc_md.get_rtc_time(tm); On 11/09/13 11:39, Wladislav Wiebe wrote: Hello guys, would like to ask if there is a proper possibility on PPC to set default date (basically the year). The board has no RTC chip

Re: mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver

2013-08-12 Thread Wladislav Wiebe
via kzmalloc(). Signed-off-by: Wladislav Wiebe wladislav...@gmail.com --- drivers/of/fdt.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 6bb7cf2..b10ba00 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -392,6 +392,8

Re: mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver

2013-08-06 Thread Wladislav Wiebe
Hi, On 31/07/13 19:04, Christoph Lameter wrote: On Wed, 31 Jul 2013, Wladislav Wiebe wrote: Thanks for the point, do you plan to make kmalloc_large available for extern access in a separate mainline patch? Since kmalloc_large is statically defined in slub_def.h and when including

Re: mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver

2013-08-01 Thread Wladislav Wiebe
Hi, On 31/07/13 19:34, Aaro Koskinen wrote: Hi, On Wed, Jul 31, 2013 at 01:42:31PM +0200, Wladislav Wiebe wrote: DEBUG: xxx kmalloc_slab, requested 'size' = 8388608, KMALLOC_MAX_SIZE = 4194304 [...] It seems some procfs file is trying to dump 8 MB at a single go. You need to fix

mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver

2013-07-31 Thread Wladislav Wiebe
: w4/r0 (latest is w4/r0), UUID 7570E817-F0E4-4BF4-8AB5-552B4C55AF30, small LPT model UBIFS: completing deferred recovery UBIFS: background thread ubifs_bgt0_0 started, PID 962 UBIFS: deferred recovery completed .. Thanks BR Wladislav Wiebe ___ Linuxppc

Re: mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver

2013-07-31 Thread Wladislav Wiebe
) .. Thanks BR Wladislav Wiebe Signed-off-by: Christoph Lameter c...@linux.com Index: linux/fs/seq_file.c === --- linux.orig/fs/seq_file.c 2013-07-31 10:39:03.050472030 -0500 +++ linux/fs/seq_file.c 2013-07-31 10:39