LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Lennert Buytenhek <buytenh@wantstofly.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Adrian Bunk <adrian.bunk@movial.fi>, Ingo Molnar <mingo@elte.hu>,
linux-kernel@vger.kernel.org, Riku Voipio <riku.voipio@movial.fi>,
Mikael Pettersson <mikpe@it.uu.se>,
Rusty Russell <rusty@rustcorp.com.au>
Subject: Re: futex local DoS on most architectures
Date: Mon, 11 Feb 2008 15:16:12 +0100 [thread overview]
Message-ID: <20080211141612.GC20381@xi.wantstofly.org> (raw)
In-Reply-To: <alpine.LFD.1.00.0802111442130.12988@apollo.tec.linutronix.de>
On Mon, Feb 11, 2008 at 02:59:34PM +0100, Thomas Gleixner wrote:
> Subject: futex: disable PI/robust on archs w/o valid implementation
> From: Thomas Gleixner <tglx@linutronix.de>
>
> We have to disable the complete PI/robust functionality for those
> archs, which do not implement futex_atomic_cmpxchg_inatomic(). The
> code in question relies on a valid implementation and does not expect
> -ENOSYS, which is returned by the stub implementation in
> asm-generic/futex.h
>
> Pointed out by: Mikael Pettersson, Riku Voipio and Adrian Bunk
FWIW, I reported it originally.
> This patch is intended for easy backporting and needs to be cleaned up
> further for current mainline.
>
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Acked-by: Ingo Molnar <mingo@elte.hu>
Looks good to me. Thanks.
next prev parent reply other threads:[~2008-02-11 14:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-11 13:07 Adrian Bunk
2008-02-11 13:56 ` Mikael Pettersson
2008-02-11 13:59 ` Thomas Gleixner
2008-02-11 14:16 ` Lennert Buytenhek [this message]
2008-02-12 12:50 ` Riku Voipio
2008-02-14 21:46 ` Andrew Morton
2008-02-15 1:19 ` Thomas Gleixner
2008-02-15 1:23 ` [PATCH 1/2] futex: fix init order Thomas Gleixner
2008-02-15 1:36 ` [PATCH 2/2] futex: runtime enable pi and robust functionality Thomas Gleixner
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=20080211141612.GC20381@xi.wantstofly.org \
--to=buytenh@wantstofly.org \
--cc=adrian.bunk@movial.fi \
--cc=linux-kernel@vger.kernel.org \
--cc=mikpe@it.uu.se \
--cc=mingo@elte.hu \
--cc=riku.voipio@movial.fi \
--cc=rusty@rustcorp.com.au \
--cc=tglx@linutronix.de \
--subject='Re: futex local DoS on most architectures' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).