public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Russell King <rmk@arm.linux.org.uk>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>,
	Aaro Koskinen <aaro.koskinen@nokia.com>,
	linux-omap@vger.kernel.org
Subject: Re: Open issues after 2.6.38 merge window
Date: Mon, 17 Jan 2011 10:29:01 -0800	[thread overview]
Message-ID: <20110117182901.GZ4957@atomide.com> (raw)
In-Reply-To: <20110117122456.GB18600@flint.arm.linux.org.uk>

* Russell King <rmk@arm.linux.org.uk> [110117 04:24]:
> On Mon, Jan 17, 2011 at 05:49:00PM +0530, Santosh Shilimkar wrote:
> > > -----Original Message-----
> > > From: Russell King [mailto:rmk@arm.linux.org.uk]
> > > Sent: Monday, January 17, 2011 5:42 PM
> > > To: Santosh Shilimkar
> > > Cc: Aaro Koskinen; Tony Lindgren; linux-omap@vger.kernel.org
> > > Subject: Re: Open issues after 2.6.38 merge window
> > >
> > > On Mon, Jan 17, 2011 at 05:29:01PM +0530, Santosh Shilimkar wrote:
> > > > > On Fri, 14 Jan 2011, Tony Lindgren wrote:
> > > > > > Before I update out master branch, let's try to summarize the
> > > > > > open issues after the merge window. Here's a list of issues
> > > > > > in omap-fixes-for-linus that I'm aware of:
> > > > > >
> > > > > > - NFS root oopses while mounting root
> > > > > >
> > > > > > - omap4430 es1.0 hangs if L2X0 cache is enabled
> > > > > >
> > > > > > - omap4 panda powers down after boot (watchdog?)
> > > > > >
> > > > > > - omap3 ldp board powers down after boot?
> > >
> > > This doesn't happen for me.

OK, good to hear that's a separate issue and fixed.

> > > > > >
> > > > > > Any other issues?
> > > > >
> > > > > Amstrad E3 fails during the boot. Bisection points to:
> > > > >
> > > > >  	commit 211baa7016894c02fc18693e21ca479cd08ac0c0
> > > > >  	Author: Russell King <rmk+kernel@arm.linux.org.uk>
> > > > >  	Date:   Tue Jan 11 16:23:04 2011 +0000
> > > > >
> > > > >  	    ARM: sched_clock: allow init_sched_clock() to be called
> > > > > early
> > > > >
> > > > > The board does not have sched_clock(), although HAVE_SCHED_CLOCK
> > > is
> > > > > defined for all OMAP.
> > > > >
> > > > I guess above is sorted out by the attached patch from Paul.
> > >
> > > There's an issue missing from Tony's list:
> > >
> > > - running an omap2plus_defconfig kernel on SMP is unsafe to the
> > > point
> > >   of being data corrupting for filesystems, especially for ext2/ext3
> > >   mounted read-write.
> > >
> > > This is because when CPU_32v6K is disabled - which is required to
> > > build
> > > a kernel to boot on ARMv6, it turns off the SMP safe bitops - the
> > > SMP
> > > safe bitops only use instructions available to ARMv6K and above.
> > > They
> > > are reduced to local-irq-disabling, plain byte loads and stores.
> > >
> > > So, running omap2plus_defconfig on SMP is risking filesystem
> > > corruption.
> > >
> > > Patches for this are being worked on, but they won't be ready for -
> > > rc1.
> > > I strongly suggest someone restores some kind of build or runtime
> > > error
> > > (eg, by removing CPU_32v6K's dependence on !OMAP2 - thereby
> > > _intentionally_
> > > breaking omap2plus_defconfig) before someone ends up with a
> > > corrupted
> > > filesystem.  Or just make sure that everyone is aware that
> > > omap2plus_defconfig can eat filesystems at the moment.
> > >
> > Thanks. I missed your other patch of removing !OMAP2 from
> > CPU_32v6K config.
> 
> With the problems addressed, I think that removal of !OMAP2 is not
> strictly required - but I don't like the idea of disabling CPU_32v6K
> in general as we can't ensure that this kind of thing doesn't happen
> in the future.

For the current -rc cycle, is the spinlock fix is enough while
keeping CPU_32v6K disabled?
 
> Not disabling CPU_32v6K also fixes the swp_emulate build problem too
> (which is why I've never seen it here.)
> 
> There are several V6K bits that need to be addressed (such as a single
> clrex vs two instruction strex) before we can properly build a kernel
> supporting V6 but also containing V6K extensions.

I agree building in the V6K extensions would the best solution in
the long run.

Regards,

Tony


  reply	other threads:[~2011-01-17 18:29 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-14 19:47 Open issues after 2.6.38 merge window Tony Lindgren
2011-01-14 20:24 ` Tony Lindgren
2011-01-14 20:37 ` Jarkko Nikula
2011-01-14 20:54   ` Tony Lindgren
2011-01-14 22:22     ` Nishanth Menon
2011-01-14 20:57 ` David Anders
2011-01-14 23:38   ` Tony Lindgren
2011-01-14 23:59     ` Tony Lindgren
2011-01-14 23:54 ` Thomas Weber
2011-01-15  5:19 ` Santosh Shilimkar
2011-01-17 10:15   ` Santosh Shilimkar
2011-01-27 18:41     ` Tony Lindgren
2011-01-17 11:37 ` Aaro Koskinen
2011-01-17 11:59   ` Santosh Shilimkar
2011-01-17 12:11     ` Russell King
2011-01-17 12:19       ` Santosh Shilimkar
2011-01-17 12:24         ` Russell King
2011-01-17 18:29           ` Tony Lindgren [this message]
2011-01-17 12:22     ` Aaro Koskinen
2011-01-17 12:35       ` Santosh Shilimkar
2011-01-17 12:50         ` Russell King
2011-01-17 18:20           ` Tony Lindgren
2011-01-17 20:31       ` Paul Walmsley
2011-01-17 20:39         ` Russell King
2011-01-17 21:00           ` Paul Walmsley
2011-01-17 21:19             ` Russell King
2011-01-17 22:49               ` Paul Walmsley

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=20110117182901.GZ4957@atomide.com \
    --to=tony@atomide.com \
    --cc=aaro.koskinen@nokia.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=santosh.shilimkar@ti.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox