All of lore.kernel.org
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Thomas Weißschuh" <thomas.weissschuh@linutronix.de>
Cc: linux-s390@vger.kernel.org, "Vasily Gorbik" <gor@linux.ibm.com>,
	"Christian Borntraeger" <borntraeger@linux.ibm.com>,
	"Alexander Gordeev" <agordeev@linux.ibm.com>,
	"Heiko Carstens" <hca@linux.ibm.com>
Subject: Re: [PATCH 07/15] sparc/vdso: Move __VDSO_PAGES to asm/vdso.h
Date: Wed, 09 Sep 2026 09:01:12 +0000	[thread overview]
Message-ID: <20260909090113.45B4E1F00A3A@smtp.kernel.org> (raw)
In-Reply-To: <20260909-vdso-asm-generic-vsyscall-h-v1-7-63ae856cc659@linutronix.de>

> Most architectures define the __VDSO_PAGES page macro in asm/vdso.h.
> 
> Align the SPARC headers.
> 
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>

Sashiko has reviewed this patch and found no issues. It looks great!

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260909-vdso-asm-generic-vsyscall-h-v1-0-63ae856cc659@linutronix.de?part=7


  reply	other threads:[~2026-09-09  9:01 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-09  8:51 [PATCH 00/15] vdso: Clean up the vsyscall.h headers Thomas Weißschuh
2026-09-09  8:51 ` Thomas Weißschuh
2026-09-09  8:51 ` [PATCH 01/15] vdso: Move the kernel-side time update helpers to a new header Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  9:03   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 02/15] vdso/gettimeofday: Define fallback __arch_get_vdso_u_time_data() in gettimeofday.c Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  8:57   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 03/15] vdso/getrandom: Define fallback __arch_get_vdso_u_rng_data() in getrandom.c Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  8:54   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 04/15] vdso/vsyscall: Define fallback time synchronization functions in vsyscall.c Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  9:13   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 05/15] vdso: Delete asm-generic/vdso/vsyscall.h Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  8:54   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 06/15] x86/vdso: Move vDSO page definitions to asm/vdso.h Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  9:00   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 07/15] sparc/vdso: Move __VDSO_PAGES " Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  9:01   ` sashiko-bot [this message]
2026-09-09  8:51 ` [PATCH 08/15] s390/vdso: Delete asm/vdso/vsyscall.h inclusions Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  8:56   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 09/15] sparc/vdso: Delete asm/vdso/vsyscall.h inclusion Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  8:55   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 10/15] x86/vdso: Delete asm/vdso/vsyscall.h inclusions Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  9:02   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 11/15] arm64/vdso: " Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  8:56   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 12/15] riscv/hwprobe: Include vdso/datapage.h Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  8:55   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 13/15] vdso: Remove unnecessary vdso/vsyscall.h includes Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  9:01   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 14/15] vdso: Add asm-generic/vdso/vsyscall.h Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  9:04   ` sashiko-bot
2026-09-09  8:51 ` [PATCH 15/15] vdso: Remove __ASSEMBLER__ guards from vsyscall.h Thomas Weißschuh
2026-09-09  8:51   ` Thomas Weißschuh
2026-09-09  9:00   ` sashiko-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=20260909090113.45B4E1F00A3A@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=agordeev@linux.ibm.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=linux-s390@vger.kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    --cc=thomas.weissschuh@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 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.