linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: "André Almeida" <andrealmeid@igalia.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Darren Hart <dvhart@infradead.org>,
	Davidlohr Bueso <dave@stgolabs.net>,
	Shuah Khan <shuah@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Waiman Long <longman@redhat.com>,
	linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
	linux-api@vger.kernel.org, kernel-dev@igalia.com
Subject: Re: [PATCH RESEND v4 0/7] futex: Create set_robust_list2
Date: Wed, 18 Jun 2025 09:08:33 +0200	[thread overview]
Message-ID: <20250618070833._qeCcHLx@linutronix.de> (raw)
In-Reply-To: <20250617-tonyk-robust_futex-v4-0-6586f5fb9d33@igalia.com>

On 2025-06-17 15:34:17 [-0300], André Almeida wrote:
> This patch adds a new robust_list() syscall. The current syscall
> can't be expanded to cover the following use case, so a new one is
> needed. This new syscall allows users to set multiple robust lists per
> process and to have either 32bit or 64bit pointers in the list.

Thank you for the reminder. It was on my list, it slipped. Two
questions:
- there was a bot warning for v3 but this v4 is a RESEND. It the warning
  addressed in any way?

- You say 64bit x86-64 does not have the problem due the compat syscall.
  Arm64 has this problem. New arm64 do not provide arm32 facility. You
  introduce the syscall here. Why not introduce the compat syscall
  instead? I'm sorry if this has been answered somewhere below but this
  was one question I had while I initially skimmed over the patches.

Sebastian

  parent reply	other threads:[~2025-06-18  7:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-17 18:34 [PATCH RESEND v4 0/7] futex: Create set_robust_list2 André Almeida
2025-06-17 18:34 ` [PATCH RESEND v4 1/7] selftests/futex: Add ASSERT_ macros André Almeida
2025-06-17 18:34 ` [PATCH RESEND v4 2/7] selftests/futex: Create test for robust list André Almeida
2025-06-17 18:34 ` [PATCH RESEND v4 3/7] futex: Use explicit sizes for compat_exit_robust_list André Almeida
2025-06-17 18:34 ` [PATCH RESEND v4 4/7] futex: Create set_robust_list2 André Almeida
2025-06-17 18:34 ` [PATCH RESEND v4 5/7] futex: Wire up set_robust_list2 syscall André Almeida
2025-06-17 18:34 ` [PATCH RESEND v4 6/7] futex: Remove the limit of elements for sys_set_robust_list2 lists André Almeida
2025-06-17 18:34 ` [PATCH RESEND v4 7/7] selftests: futex: Expand robust list test for the new interface André Almeida
2025-06-18  7:08 ` Sebastian Andrzej Siewior [this message]
2025-06-18 16:39   ` [PATCH RESEND v4 0/7] futex: Create set_robust_list2 André Almeida
2025-06-18 16:56     ` Sebastian Andrzej Siewior
2025-06-18 17:03       ` 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=20250618070833._qeCcHLx@linutronix.de \
    --to=bigeasy@linutronix.de \
    --cc=andrealmeid@igalia.com \
    --cc=arnd@arndb.de \
    --cc=dave@stgolabs.net \
    --cc=dvhart@infradead.org \
    --cc=kernel-dev@igalia.com \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=longman@redhat.com \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=shuah@kernel.org \
    --cc=tglx@linutronix.de \
    /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;
as well as URLs for NNTP newsgroup(s).