public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: patchwork-bot+linux-riscv@kernel•org
To: =?utf-8?q?Thomas_Wei=C3=9Fschuh_=3Cthomas=2Eweissschuh=40linutronix=2Ede=3E?=@aws-us-west-2-korg-oddjob-rhel9-1•codeaurora.org
Cc: linux-riscv@lists•infradead.org, luto@kernel•org,
	tglx@linutronix•de, vincenzo.frascino@arm•com,
	paul.walmsley@sifive•com, palmer@dabbelt•com,
	aou@eecs•berkeley.edu, alex@ghiti•fr, namcao@linutronix•de,
	linux@armlinux•org.uk, mingo@redhat•com, bp@alien8•de,
	dave.hansen@linux•intel.com, x86@kernel•org, hpa@zytor•com,
	catalin.marinas@arm•com, will@kernel•org, chenhuacai@kernel•org,
	kernel@xen0n•name, tsbogend@alpha•franken.de,
	maddy@linux•ibm.com, mpe@ellerman•id.au, npiggin@gmail•com,
	christophe.leroy@csgroup•eu, hca@linux•ibm.com,
	gor@linux•ibm.com, agordeev@linux•ibm.com,
	borntraeger@linux•ibm.com, svens@linux•ibm.com, arnd@arndb•de,
	brauner@kernel•org, shuah@kernel•org,
	linux-kernel@vger•kernel.org,
	linux-arm-kernel@lists•infradead.org, loongarch@lists•linux.dev,
	linux-mips@vger•kernel.org, linuxppc-dev@lists•ozlabs.org,
	linux-s390@vger•kernel.org, linux-arch@vger•kernel.org,
	linux-kselftest@vger•kernel.org, linux@rasmusvillemoes•dk
Subject: Re: [PATCH 00/11] vdso: Various cleanups
Date: Thu, 09 Oct 2025 01:06:55 +0000	[thread overview]
Message-ID: <175997201575.3661959.11378704835584004005.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250826-vdso-cleanups-v1-0-d9b65750e49f@linutronix.de>

Hello:

This series was applied to riscv/linux.git (for-next)
by Thomas Gleixner <tglx@linutronix•de>:

On Tue, 26 Aug 2025 08:17:03 +0200 you wrote:
> Various cleanups to the generic vDSO infrastructure and a patch for ARM
> which was never applied.
> 
> This series has one trivial syntactic conflict with "dso/datastore: Allow
> prefaulting by mlockall()" [0] and a semantic one with "sparc64: vdso:
> Switch to generic vDSO library" [1], which still uses the removed
> GENERIC_VDSO_DATA_STORE.
> 
> [...]

Here is the summary with links:
  - [01/11] vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY
    https://git.kernel.org/riscv/c/7c0c01a216e6
  - [02/11] ARM: VDSO: remove cntvct_ok global variable
    https://git.kernel.org/riscv/c/39f1ee1299c9
  - [03/11] vdso: Move ENABLE_COMPAT_VDSO from core to arm64
    https://git.kernel.org/riscv/c/7d298d25ce81
  - [04/11] vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs
    https://git.kernel.org/riscv/c/f145d6bf8d59
  - [05/11] time: Build generic update_vsyscall() only with generic time vDSO
    https://git.kernel.org/riscv/c/ea1a1fa919a5
  - [06/11] riscv: vdso: Untangle kconfig logic
    https://git.kernel.org/riscv/c/eb3b66aab72c
  - [07/11] vdso: Drop kconfig GENERIC_VDSO_32
    https://git.kernel.org/riscv/c/278f1c933c3f
  - [08/11] vdso: Drop kconfig GENERIC_COMPAT_VDSO
    https://git.kernel.org/riscv/c/bb5bc7bfab06
  - [09/11] vdso: Drop kconfig GENERIC_VDSO_DATA_STORE
    https://git.kernel.org/riscv/c/7b338f6d4e3d
  - [10/11] vdso: Drop kconfig GENERIC_VDSO_TIME_NS
    https://git.kernel.org/riscv/c/bad53ae2dc42
  - [11/11] vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO
    https://git.kernel.org/riscv/c/258b37c6e626

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html




      parent reply	other threads:[~2025-10-09  1:07 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-26  6:17 [PATCH 00/11] vdso: Various cleanups Thomas Weißschuh
2025-08-26  6:17 ` [PATCH 01/11] vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY Thomas Weißschuh
2025-08-26  6:17 ` [PATCH 02/11] ARM: VDSO: remove cntvct_ok global variable Thomas Weißschuh
2025-08-26  6:17 ` [PATCH 03/11] vdso: Move ENABLE_COMPAT_VDSO from core to arm64 Thomas Weißschuh
2025-08-26 19:33   ` Catalin Marinas
2025-08-26  6:17 ` [PATCH 04/11] vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs Thomas Weißschuh
2025-08-26  6:17 ` [PATCH 05/11] time: Build generic update_vsyscall() only with generic time vDSO Thomas Weißschuh
2025-08-26  6:17 ` [PATCH 06/11] riscv: vdso: Untangle kconfig logic Thomas Weißschuh
2025-08-26  6:17 ` [PATCH 07/11] vdso: Drop kconfig GENERIC_VDSO_32 Thomas Weißschuh
2025-08-26  6:17 ` [PATCH 08/11] vdso: Drop kconfig GENERIC_COMPAT_VDSO Thomas Weißschuh
2025-08-26 19:33   ` Catalin Marinas
2025-08-26  6:17 ` [PATCH 09/11] vdso: Drop kconfig GENERIC_VDSO_DATA_STORE Thomas Weißschuh
2025-08-26 19:33   ` Catalin Marinas
2025-08-26  6:17 ` [PATCH 10/11] vdso: Drop kconfig GENERIC_VDSO_TIME_NS Thomas Weißschuh
2025-08-26 19:34   ` Catalin Marinas
2025-08-26  6:17 ` [PATCH 11/11] vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO Thomas Weißschuh
2025-10-09  1:06 ` patchwork-bot+linux-riscv [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=175997201575.3661959.11378704835584004005.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+linux-riscv@kernel$(echo .)org \
    --cc==?utf-8?q?Thomas_Wei=C3=9Fschuh_=3Cthomas=2Eweissschuh=40linutronix=2Ede=3E?=@aws-us-west-2-korg-oddjob-rhel9-1$(echo .)codeaurora.org \
    --cc=agordeev@linux$(echo .)ibm.com \
    --cc=alex@ghiti$(echo .)fr \
    --cc=aou@eecs$(echo .)berkeley.edu \
    --cc=arnd@arndb$(echo .)de \
    --cc=borntraeger@linux$(echo .)ibm.com \
    --cc=bp@alien8$(echo .)de \
    --cc=brauner@kernel$(echo .)org \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=chenhuacai@kernel$(echo .)org \
    --cc=christophe.leroy@csgroup$(echo .)eu \
    --cc=dave.hansen@linux$(echo .)intel.com \
    --cc=gor@linux$(echo .)ibm.com \
    --cc=hca@linux$(echo .)ibm.com \
    --cc=hpa@zytor$(echo .)com \
    --cc=kernel@xen0n$(echo .)name \
    --cc=linux-arch@vger$(echo .)kernel.org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-kselftest@vger$(echo .)kernel.org \
    --cc=linux-mips@vger$(echo .)kernel.org \
    --cc=linux-riscv@lists$(echo .)infradead.org \
    --cc=linux-s390@vger$(echo .)kernel.org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=linux@rasmusvillemoes$(echo .)dk \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=loongarch@lists$(echo .)linux.dev \
    --cc=luto@kernel$(echo .)org \
    --cc=maddy@linux$(echo .)ibm.com \
    --cc=mingo@redhat$(echo .)com \
    --cc=mpe@ellerman$(echo .)id.au \
    --cc=namcao@linutronix$(echo .)de \
    --cc=npiggin@gmail$(echo .)com \
    --cc=palmer@dabbelt$(echo .)com \
    --cc=paul.walmsley@sifive$(echo .)com \
    --cc=shuah@kernel$(echo .)org \
    --cc=svens@linux$(echo .)ibm.com \
    --cc=tglx@linutronix$(echo .)de \
    --cc=tsbogend@alpha$(echo .)franken.de \
    --cc=vincenzo.frascino@arm$(echo .)com \
    --cc=will@kernel$(echo .)org \
    --cc=x86@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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