From: arnaud.patard@rtp-net.org (Arnaud Patard (Rtp))
To: linux-arm-kernel@lists.infradead.org
Subject: v3.5-rc1 ARM PXA possible regression
Date: Mon, 04 Jun 2012 16:15:54 +0200 [thread overview]
Message-ID: <87fwab88o5.fsf@lebrac.rtp-net.org> (raw)
In-Reply-To: <20120604140531.GA7486@lunn.ch> (Andrew Lunn's message of "Mon, 4 Jun 2012 16:05:31 +0200")
Andrew Lunn <andrew@lunn.ch> writes:
> Hi Paul
Hi,
>
> I've got the same problem on my kirkwood based QNAP NAS box.
>
> I bisected it, and the problem patch for me is:
>
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=7ff9554bb578ba02166071d2d487b7fc7d860d62
>
> printk: convert byte-buffer to variable-length record buffer
>
> I've not looked further, so i've no idea why this is causing problems.
There has been discussions here about that iirc. I don't know when a
proper fix will be merged but one *very* *ugly* workaround is:
--- linux.orig/kernel/printk.c 2012-06-03 15:26:20.000000000 +0200
+++ linux/kernel/printk.c 2012-06-03 16:41:24.000000000 +0200
@@ -228,7 +228,7 @@ static u32 clear_idx;
/* record buffer */
#if !defined(CONFIG_64BIT) || defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)
-#define LOG_ALIGN 4
+#define LOG_ALIGN 8
#else
#define LOG_ALIGN 8
#endif
At least it seems to work here.
Arnaud
next prev parent reply other threads:[~2012-06-04 14:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-04 14:05 v3.5-rc1 ARM PXA possible regression Andrew Lunn
2012-06-04 14:15 ` Arnaud Patard (Rtp) [this message]
2012-06-04 15:23 ` Paul Parsons
2012-06-04 19:32 ` Simon Baatz
-- strict thread matches above, loose matches on Subject: below --
2012-06-04 12:35 Paul Parsons
2012-06-05 2:44 ` Eric Miao
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=87fwab88o5.fsf@lebrac.rtp-net.org \
--to=arnaud.patard@rtp-net.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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.