All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vineet Gupta <vgupta@kernel.org>
To: Arnd Bergmann <arnd@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>
Cc: Arnd Bergmann <arnd@arndb.de>, Vineet Gupta <vgupta@kernel.org>,
	Russell King <linux@armlinux.org.uk>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>, Guo Ren <guoren@kernel.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Paul Walmsley <paul.walmsley@sifive.com>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Albert Ou <aou@eecs.berkeley.edu>,
	Heiko Carstens <hca@linux.ibm.com>,
	Vasily Gorbik <gor@linux.ibm.com>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>, Jeff Dike <jdike@addtoit.com>,
	Richard Weinberger <richard@nod.at>,
	Anton Ivanov <anton.ivanov@cambridgegreys.com>,
	Chris Zankel <chris@zankel.net>,
	arcml <linux-snps-arc@lists.infradead.org>
Subject: Re: [PATCH 2/2] futex: remove futex_cmpxchg detection
Date: Sat, 30 Oct 2021 10:37:56 -0700	[thread overview]
Message-ID: <598ea503-6aae-837a-c5fc-b8dfceb04ef8@kernel.org> (raw)
In-Reply-To: <20211026100432.1730393-2-arnd@kernel.org>

On 10/26/21 3:03 AM, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
> 
> Now that all architectures have a working futex implementation
> in any configuration, remove the runtime detection code.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>   arch/arc/Kconfig              |  1 -

Acked-by: Vineet Gupta <vgupta@kernel.org>  #arch/arc

Thx,
-Vineet

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

  parent reply	other threads:[~2021-10-30 17:38 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-26 10:03 [PATCH 1/2] futex: ensure futex_atomic_cmpxchg_inatomic() is present Arnd Bergmann
2021-10-26 10:03 ` [PATCH 2/2] futex: remove futex_cmpxchg detection Arnd Bergmann
2021-10-26 10:03   ` Arnd Bergmann
2021-10-26 10:03   ` Arnd Bergmann
2021-10-26 10:03   ` Arnd Bergmann
2021-10-26 10:16   ` Geert Uytterhoeven
2021-10-26 10:16     ` Geert Uytterhoeven
2021-10-26 10:16     ` Geert Uytterhoeven
2021-10-26 10:16     ` Geert Uytterhoeven
2021-10-26 10:38   ` Russell King (Oracle)
2021-10-26 10:38     ` Russell King (Oracle)
2021-10-26 10:38     ` Russell King (Oracle)
2021-10-26 10:38     ` Russell King (Oracle)
2021-10-26 10:43   ` Christian Borntraeger
2021-10-26 10:43     ` Christian Borntraeger
2021-10-26 10:43     ` Christian Borntraeger
2021-10-26 10:43     ` Christian Borntraeger
2021-10-26 12:30   ` Max Filippov
2021-10-26 12:30     ` Max Filippov
2021-10-26 12:30     ` Max Filippov
2021-10-26 12:30     ` Max Filippov
2021-10-26 20:26   ` Rich Felker
2021-10-26 20:26     ` Rich Felker
2021-10-26 20:26     ` Rich Felker
2021-10-26 20:26     ` Rich Felker
2021-10-30 17:37   ` Vineet Gupta [this message]
2021-11-24 23:06   ` [tip: locking/core] futex: Remove " tip-bot2 for Arnd Bergmann
2021-10-26 12:29 ` [PATCH 1/2] futex: ensure futex_atomic_cmpxchg_inatomic() is present Max Filippov
2021-11-24 23:06 ` [tip: locking/core] futex: Ensure " tip-bot2 for Arnd Bergmann

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=598ea503-6aae-837a-c5fc-b8dfceb04ef8@kernel.org \
    --to=vgupta@kernel.org \
    --cc=agordeev@linux.ibm.com \
    --cc=anton.ivanov@cambridgegreys.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=borntraeger@de.ibm.com \
    --cc=catalin.marinas@arm.com \
    --cc=chris@zankel.net \
    --cc=dalias@libc.org \
    --cc=geert@linux-m68k.org \
    --cc=gor@linux.ibm.com \
    --cc=guoren@kernel.org \
    --cc=hca@linux.ibm.com \
    --cc=jdike@addtoit.com \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=mingo@redhat.com \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=peterz@infradead.org \
    --cc=richard@nod.at \
    --cc=tglx@linutronix.de \
    --cc=will@kernel.org \
    --cc=ysato@users.sourceforge.jp \
    /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.