linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	"Peter Zijlstra" <peterz@infradead.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Darren Hart" <dvhart@infradead.org>,
	"Davidlohr Bueso" <dave@stgolabs.net>,
	"Andr� Almeida" <andrealmeid@igalia.com>,
	"Oleg Nesterov" <oleg@redhat.com>
Subject: [GIT PULL] futex updates for v6.19
Date: Wed, 10 Dec 2025 08:59:56 +0100	[thread overview]
Message-ID: <aTkofG4TzLOMgjr4@gmail.com> (raw)
In-Reply-To: aTQUVQ941vIAqZKy@gmail.com

Linus,

Please pull the latest locking/futex Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking-futex-2025-12-10

   # HEAD: c42ba5a87bdccbca11403b7ca8bad1a57b833732 futex: Store time as ktime_t in restart block

Futex changes for v6.19:

 - Standardize on ktime_t in restart_block::time as well
   (Thomas Weißschuh)

 - Futex selftests:
   - Add robust list testcases (André Almeida)
   - Formatting fixes/cleanups (Carlos Llamas)

 Thanks,

	Ingo

------------------>
André Almeida (2):
      selftests/futex: Remove unused test_futex_mpol()
      selftests/futex: Create test for robust list

Carlos Llamas (2):
      selftests/futex: Add newline to ksft_exit_fail_msg()
      selftests/futex: Skip tests if shmget unsupported

Thomas Weißschuh (1):
      futex: Store time as ktime_t in restart block


 include/linux/restart_block.h                      |   2 +-
 kernel/futex/waitwake.c                            |   9 +-
 .../testing/selftests/futex/functional/.gitignore  |   1 +
 tools/testing/selftests/futex/functional/Makefile  |   3 +-
 .../selftests/futex/functional/futex_numa_mpol.c   |   5 -
 .../selftests/futex/functional/futex_wait.c        |   8 +-
 .../selftests/futex/functional/futex_waitv.c       |   2 +
 .../selftests/futex/functional/robust_list.c       | 552 +++++++++++++++++++++
 8 files changed, 567 insertions(+), 15 deletions(-)
 create mode 100644 tools/testing/selftests/futex/functional/robust_list.c

  parent reply	other threads:[~2025-12-10  8:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-06 11:32 [GIT PULL] locking fixes Ingo Molnar
2025-12-06 20:42 ` pr-tracker-bot
2025-12-10  7:59 ` Ingo Molnar [this message]
2025-12-10  8:44   ` [GIT PULL] futex updates for v6.19 pr-tracker-bot

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=aTkofG4TzLOMgjr4@gmail.com \
    --to=mingo@kernel.org \
    --cc=andrealmeid@igalia.com \
    --cc=dave@stgolabs.net \
    --cc=dvhart@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleg@redhat.com \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /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).