From: Andrew Ruder <andy@aeruder.net>
To: Richard Weinberger <richard@nod.at>
Cc: Richard Weinberger <richard.weinberger@gmail.com>,
"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [BUG] reproducable ubifs reboot assert and corruption
Date: Wed, 29 Jan 2014 09:46:22 -0600 [thread overview]
Message-ID: <20140129154622.GB7278@gmail.com> (raw)
In-Reply-To: <52E8AE25.8080502@nod.at>
[-- Attachment #1: Type: text/plain, Size: 2025 bytes --]
On Wed, Jan 29, 2014 at 08:30:45AM +0100, Richard Weinberger wrote:
> BTW: Can you please share your .config?
No problem. FYI, this is for a board that is still in development so
not all my changes have been submitted for inclusion yet. I would be
happy to share the changes now if necessary but I've attached the --stat
to show that as far as mtd/ubifs goes, i'm basically running a stock
v3.12:
% git diff --stat v3.12..HEAD
Documentation/devicetree/bindings/usb/pxa-usb.txt | 5 +-
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/pxa270-elecsys_z2.dts | 330 ++++++
arch/arm/boot/dts/pxa270-elecsys_z4.dts | 434 +++++++
arch/arm/boot/dts/pxa27x.dtsi | 13 +-
arch/arm/boot/dts/pxa2xx.dtsi | 14 +-
arch/arm/boot/dts/pxa3xx.dtsi | 4 +
arch/arm/configs/elecsys_z2_defconfig | 3089 +++++++++++++++
arch/arm/mach-pxa/Kconfig | 18 +
arch/arm/mach-pxa/Makefile | 3 +-
arch/arm/mach-pxa/generic.c | 3 +-
arch/arm/mach-pxa/include/mach/hardware.h | 2 +-
arch/arm/mach-pxa/irq.c | 8 +-
arch/arm/mach-pxa/{pxa-dt.c => pxa27x-dt.c} | 44 +-
arch/arm/mach-pxa/pxa27x.c | 25 +-
arch/arm/mach-pxa/{pxa-dt.c => pxa3xx-dt.c} | 11 +-
arch/arm/mach-pxa/sleep.S | 2 +-
drivers/irqchip/Kconfig | 8 +
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-zeus.c | 192 +++
drivers/mmc/host/pxamci.c | 33 +-
drivers/net/ethernet/8390/ne.c | 4 +-
drivers/net/ethernet/davicom/dm9000.c | 68 +-
drivers/tty/serial/pxa.c | 6 +-
24 files changed, 4222 insertions(+), 97 deletions(-)
And the .config I'm using is attached.
Thanks,
Andy
[-- Attachment #2: config.gz --]
[-- Type: application/x-gunzip, Size: 14745 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: andy@aeruder.net (Andrew Ruder)
To: linux-arm-kernel@lists.infradead.org
Subject: [BUG] reproducable ubifs reboot assert and corruption
Date: Wed, 29 Jan 2014 09:46:22 -0600 [thread overview]
Message-ID: <20140129154622.GB7278@gmail.com> (raw)
In-Reply-To: <52E8AE25.8080502@nod.at>
On Wed, Jan 29, 2014 at 08:30:45AM +0100, Richard Weinberger wrote:
> BTW: Can you please share your .config?
No problem. FYI, this is for a board that is still in development so
not all my changes have been submitted for inclusion yet. I would be
happy to share the changes now if necessary but I've attached the --stat
to show that as far as mtd/ubifs goes, i'm basically running a stock
v3.12:
% git diff --stat v3.12..HEAD
Documentation/devicetree/bindings/usb/pxa-usb.txt | 5 +-
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/pxa270-elecsys_z2.dts | 330 ++++++
arch/arm/boot/dts/pxa270-elecsys_z4.dts | 434 +++++++
arch/arm/boot/dts/pxa27x.dtsi | 13 +-
arch/arm/boot/dts/pxa2xx.dtsi | 14 +-
arch/arm/boot/dts/pxa3xx.dtsi | 4 +
arch/arm/configs/elecsys_z2_defconfig | 3089 +++++++++++++++
arch/arm/mach-pxa/Kconfig | 18 +
arch/arm/mach-pxa/Makefile | 3 +-
arch/arm/mach-pxa/generic.c | 3 +-
arch/arm/mach-pxa/include/mach/hardware.h | 2 +-
arch/arm/mach-pxa/irq.c | 8 +-
arch/arm/mach-pxa/{pxa-dt.c => pxa27x-dt.c} | 44 +-
arch/arm/mach-pxa/pxa27x.c | 25 +-
arch/arm/mach-pxa/{pxa-dt.c => pxa3xx-dt.c} | 11 +-
arch/arm/mach-pxa/sleep.S | 2 +-
drivers/irqchip/Kconfig | 8 +
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-zeus.c | 192 +++
drivers/mmc/host/pxamci.c | 33 +-
drivers/net/ethernet/8390/ne.c | 4 +-
drivers/net/ethernet/davicom/dm9000.c | 68 +-
drivers/tty/serial/pxa.c | 6 +-
24 files changed, 4222 insertions(+), 97 deletions(-)
And the .config I'm using is attached.
Thanks,
Andy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.gz
Type: application/x-gunzip
Size: 14745 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140129/c86abdca/attachment.bin>
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Ruder <andy@aeruder.net>
To: Richard Weinberger <richard@nod.at>
Cc: Richard Weinberger <richard.weinberger@gmail.com>,
"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [BUG] reproducable ubifs reboot assert and corruption
Date: Wed, 29 Jan 2014 09:46:22 -0600 [thread overview]
Message-ID: <20140129154622.GB7278@gmail.com> (raw)
In-Reply-To: <52E8AE25.8080502@nod.at>
[-- Attachment #1: Type: text/plain, Size: 2025 bytes --]
On Wed, Jan 29, 2014 at 08:30:45AM +0100, Richard Weinberger wrote:
> BTW: Can you please share your .config?
No problem. FYI, this is for a board that is still in development so
not all my changes have been submitted for inclusion yet. I would be
happy to share the changes now if necessary but I've attached the --stat
to show that as far as mtd/ubifs goes, i'm basically running a stock
v3.12:
% git diff --stat v3.12..HEAD
Documentation/devicetree/bindings/usb/pxa-usb.txt | 5 +-
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/pxa270-elecsys_z2.dts | 330 ++++++
arch/arm/boot/dts/pxa270-elecsys_z4.dts | 434 +++++++
arch/arm/boot/dts/pxa27x.dtsi | 13 +-
arch/arm/boot/dts/pxa2xx.dtsi | 14 +-
arch/arm/boot/dts/pxa3xx.dtsi | 4 +
arch/arm/configs/elecsys_z2_defconfig | 3089 +++++++++++++++
arch/arm/mach-pxa/Kconfig | 18 +
arch/arm/mach-pxa/Makefile | 3 +-
arch/arm/mach-pxa/generic.c | 3 +-
arch/arm/mach-pxa/include/mach/hardware.h | 2 +-
arch/arm/mach-pxa/irq.c | 8 +-
arch/arm/mach-pxa/{pxa-dt.c => pxa27x-dt.c} | 44 +-
arch/arm/mach-pxa/pxa27x.c | 25 +-
arch/arm/mach-pxa/{pxa-dt.c => pxa3xx-dt.c} | 11 +-
arch/arm/mach-pxa/sleep.S | 2 +-
drivers/irqchip/Kconfig | 8 +
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-zeus.c | 192 +++
drivers/mmc/host/pxamci.c | 33 +-
drivers/net/ethernet/8390/ne.c | 4 +-
drivers/net/ethernet/davicom/dm9000.c | 68 +-
drivers/tty/serial/pxa.c | 6 +-
24 files changed, 4222 insertions(+), 97 deletions(-)
And the .config I'm using is attached.
Thanks,
Andy
[-- Attachment #2: config.gz --]
[-- Type: application/x-gunzip, Size: 14745 bytes --]
next prev parent reply other threads:[~2014-01-29 15:49 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-22 5:15 [BUG] reproducable ubifs reboot assert and corruption Andrew Ruder
2014-01-24 13:31 ` Andrew Ruder
2014-01-24 13:31 ` Andrew Ruder
2014-01-24 13:31 ` Andrew Ruder
2014-01-25 15:02 ` Richard Weinberger
2014-01-27 16:39 ` Andrew Ruder
2014-01-27 16:39 ` Andrew Ruder
2014-01-27 16:39 ` Andrew Ruder
2014-01-29 5:32 ` Andrew Ruder
2014-01-29 5:32 ` Andrew Ruder
2014-01-29 7:17 ` Richard Weinberger
2014-01-29 7:17 ` Richard Weinberger
2014-01-29 15:39 ` Andrew Ruder
2014-01-29 15:39 ` Andrew Ruder
2014-01-29 15:39 ` Andrew Ruder
2014-01-29 7:30 ` Richard Weinberger
2014-01-29 7:30 ` Richard Weinberger
2014-01-29 9:12 ` Andrea Adami
2014-01-29 15:46 ` Andrew Ruder [this message]
2014-01-29 15:46 ` Andrew Ruder
2014-01-29 15:46 ` Andrew Ruder
2014-01-29 15:56 ` Richard Weinberger
2014-01-29 15:56 ` Richard Weinberger
2014-01-29 19:13 ` Andrew Ruder
2014-01-29 19:13 ` Andrew Ruder
2014-01-29 19:56 ` Richard Weinberger
2014-01-29 19:56 ` Richard Weinberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140129154622.GB7278@gmail.com \
--to=andy@aeruder.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=richard.weinberger@gmail.com \
--cc=richard@nod.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.