From: David Howells <dhowells@redhat.com>
To: Paul Mackerras <paulus@samba.org>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: Re: cachefs broken on ppc64
Date: Mon, 22 Nov 2004 12:01:36 +0000 [thread overview]
Message-ID: <4096.1101124896@redhat.com> (raw)
In-Reply-To: <16801.9135.264043.449911@cargo.ozlabs.ibm.com>
> I just tried compiling 2.6.10-rc2-mm2, and just for fun, I turned on
> cachefs, and found out that cachefs won't build on ppc64. The problem
> is that it is using xchg() on 16-bit quantities, which we don't
> support on ppc (32 or 64). Is there a good reason why
> cachefs_super.ujnl_serial has to be 16 bits rather than 32?
Because the on-disc value is 16 bits, I suppose.
Actually, if you are looking at the one in journal.c, that probably doesn't
need the xchg() at all. There's a write-locked rwsem covering the region.
> It worries me a bit that you are using xchg() so much, actually. It
> feels like you are trying to be clever and do things without taking
> any locks, but there are no memory barriers anywhere in fs/cachefs
> that I could see.
In many of the cases, there're spinlocks or semaphores covering the xchg(), so
those don't really need to be xchg calls, I suppose.
> So I suspect it would have problems on SMP ppc64 or ia64 systems, which have
> weak memory consistency. Or is there some serialization at a higher level
> that saves you? (If so, why do you need to use xchg()?)
There is serialisation in the form of spinlocks and semaphores covering many
of the exchanges, but not all. I'm not entirely sure where I need memory
barriers - i386 doesn't really have them.
David
prev parent reply other threads:[~2004-11-22 12:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-21 23:24 cachefs broken on ppc64 Paul Mackerras
2004-11-22 12:01 ` David Howells [this message]
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=4096.1101124896@redhat.com \
--to=dhowells@redhat.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=paulus@samba.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox