From: Russell King <rmk@arm.linux.org.uk>
To: Petr Vandrovec <VANDROVE@vc.cvut.cz>
Cc: David Woodhouse <dwmw2@infradead.org>,
linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: bitops.h ifdef __KERNEL__ cleanup.
Date: Thu, 19 Jul 2001 12:48:42 +0100 [thread overview]
Message-ID: <20010719124842.F5024@flint.arm.linux.org.uk> (raw)
In-Reply-To: <911753F4952@vcnet.vc.cvut.cz>
In-Reply-To: <911753F4952@vcnet.vc.cvut.cz>; from VANDROVE@vc.cvut.cz on Thu, Jul 19, 2001 at 12:54:43PM +0000
On Thu, Jul 19, 2001 at 12:54:43PM +0000, Petr Vandrovec wrote:
> Please do not do this. At least ncpfs checks for usability of these
> ops from its configure script, and if they are not available/usable,
> it reverts to pthread mutex based implementation, which is slower
> dozen of times. Same applies for atomic_* functions.
Both of the above mentioned functions can only be guaranteed to act
as per their atomic description if used from kernel space on some
architectures.
I've hit this problem many times, and its not going away, because "it
works on x86".
In fact, the places I came across when it was causing me problems were
places that were just using it as a "oh, someone else has coded a function
to set a bit in the kernel, we'll use that instead of coding it in portable
C" type thing - the application was single threaded, and was altering a
private internal data structure.
Sloppy.
> I think that you should complain to userspace authors who do not
> check for bitops existence and not force other to distrbute 8+ versions
> of bitops.h with their application, together with infrastructure for
> selecting correct version...
I totally disagree here. We already say "user space should not include
kernel headers". Why should bitops.h be any different? Why should atomic.h
be any different? They contain architecture specific code, yes, which
may not work in user space.
Oh, and thanks for pointing out ncpfs breaks - I hope the authors will
fix up their sloppy coding before Davids patch makes it into the kernel.
;)
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
next prev parent reply other threads:[~2001-07-19 11:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-19 12:54 bitops.h ifdef __KERNEL__ cleanup Petr Vandrovec
2001-07-19 11:48 ` Russell King [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-07-19 19:21 Petr Vandrovec
2001-07-19 18:37 ` Russell King
2001-07-19 21:53 ` David Woodhouse
2001-07-20 4:18 ` H. Peter Anvin
2001-07-21 6:41 ` Jeff Garzik
2001-07-27 5:05 ` Eric W. Biederman
2001-07-18 22:54 David Woodhouse
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=20010719124842.F5024@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=VANDROVE@vc.cvut.cz \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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