public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Juri Lelli <juri.lelli@redhat.com>
Cc: linux-kernel@vger.kernel.org,
	"André Almeida" <andrealmeid@igalia.com>,
	"Darren Hart" <dvhart@infradead.org>,
	"Davidlohr Bueso" <dave@stgolabs.net>,
	"Ingo Molnar" <mingo@redhat.com>,
	"Peter Zijlstra" <peterz@infradead.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Valentin Schneider" <vschneid@redhat.com>,
	"Waiman Long" <longman@redhat.com>
Subject: Re: [RFC PATCH v3 0/9] futex: Add support task local hash maps.
Date: Tue, 3 Dec 2024 19:27:40 +0100	[thread overview]
Message-ID: <20241203182740.NQdnjPBd@linutronix.de> (raw)
In-Reply-To: <Z0nX2olCQtSciY7-@jlelli-thinkpadt14gen4.remote.csb>

On 2024-11-29 16:03:54 [+0100], Juri Lelli wrote:
> Hi Sebastian,
Hi Juri,

> On 15/11/24 17:58, Sebastian Andrzej Siewior wrote:
> > Hi,
> > 
> > this is a follow up on
> > 	https://lore.kernel.org/ZwVOMgBMxrw7BU9A@jlelli-thinkpadt14gen4.remote.csb
> > 
> > and adds support for task local futex_hash_bucket. It can be created via
> > prctl().
> > 
> > This version supports resize at runtime. This fun part is limited is to
> > FUTEX_LOCK_PI which means any other waiter will break.
> > 
> > I posted performance numbers of "perf bench futex hash"
> > 	https://lore.kernel.org/all/20241101110810.R3AnEqdu@linutronix.de/
> 
> Performance looks generally good on our side as well. However, while
> testing the set manually with a debug enabled config (attached) I hit
> the following BUG (decoded) while booting the machine.

Thanks. That sounds good. Sorry for getting so late back. I posted v4
which fixes the bug you reported.  The new version has auto resizing of
the hash table :)

Sebastian

      parent reply	other threads:[~2024-12-03 18:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15 16:58 [RFC PATCH v3 0/9] futex: Add support task local hash maps Sebastian Andrzej Siewior
2024-11-15 16:58 ` [RFC PATCH v3 1/9] futex: Create helper function to initialize a hash slot Sebastian Andrzej Siewior
2024-11-15 16:58 ` [RFC PATCH v3 2/9] futex: Add basic infrastructure for local task local hash Sebastian Andrzej Siewior
2024-11-15 16:58 ` [RFC PATCH v3 3/9] futex: Allow automatic allocation of process wide futex hash Sebastian Andrzej Siewior
2024-11-15 16:58 ` [RFC PATCH v3 4/9] futex: Hash only the address for private futexes Sebastian Andrzej Siewior
2024-11-15 16:58 ` [RFC PATCH v3 5/9] futex: Track the futex hash bucket Sebastian Andrzej Siewior
2024-11-22 10:08   ` kernel test robot
2024-11-22 14:28     ` Sebastian Andrzej Siewior
2024-11-15 16:58 ` [RFC PATCH v3 6/9] futex: Allow to re-allocate the private " Sebastian Andrzej Siewior
2024-11-15 16:58 ` [RFC PATCH v3 7/9] tools/perf: Add the prctl(PR_FUTEX_HASH,…) to futex-hash Sebastian Andrzej Siewior
2024-11-15 16:58 ` [RFC PATCH v3 8/9] tools/perf: The the current affinity for CPU pinning in futex-hash Sebastian Andrzej Siewior
2024-11-15 16:58 ` [RFC PATCH v3 9/9] tools/perf: Allocate futex locks on the local CPU-node Sebastian Andrzej Siewior
2024-11-29 15:03 ` [RFC PATCH v3 0/9] futex: Add support task local hash maps Juri Lelli
2024-11-29 15:23   ` Juri Lelli
2024-12-03 18:27   ` Sebastian Andrzej Siewior [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=20241203182740.NQdnjPBd@linutronix.de \
    --to=bigeasy@linutronix.de \
    --cc=andrealmeid@igalia.com \
    --cc=dave@stgolabs.net \
    --cc=dvhart@infradead.org \
    --cc=juri.lelli@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=longman@redhat.com \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=vschneid@redhat.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