From: Vincenzo Frascino <vincenzo.frascino@arm.com>
To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
linux-mm@kvack.org
Cc: Vincenzo Frascino <vincenzo.frascino@arm.com>
Subject: [PATCH v5 0/3] vdso: Use only headers from the vdso/ namespace
Date: Mon, 14 Oct 2024 16:13:37 +0100 [thread overview]
Message-ID: <20241014151340.1639555-1-vincenzo.frascino@arm.com> (raw)
The recent implementation of getrandom in the generic vdso library,
includes headers from outside of the vdso/ namespace.
The purpose of this series is to refactor the code to make sure
that the library uses only the allowed namespace.
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Changes:
--------
v5:
- Fix an issue on s390 reported by kernel test robot.
v4:
- Address review comments.
v3:
- Discard vdso/mman.h changes in favor of [1].
- Refactor vdso/page.h.
- Add a fix to drm/intel_gt.
v2:
- Added common PAGE_SIZE and PAGE_MASK definitions.
- Added opencoded macros where not defined.
- Dropped VDSO_PAGE_* redefinitions.
[1] https://lore.kernel.org/lkml/20240925210615.2572360-1-arnd@kernel.org
Vincenzo Frascino (3):
drm: i915: Change fault type to unsigned long
vdso: Introduce vdso/page.h
s390: Remove remaining _PAGE_* macros
arch/alpha/include/asm/page.h | 6 +-----
arch/arc/include/uapi/asm/page.h | 7 +++----
arch/arm/include/asm/page.h | 5 +----
arch/arm64/include/asm/page-def.h | 5 +----
arch/csky/include/asm/page.h | 8 ++------
arch/hexagon/include/asm/page.h | 4 +---
arch/loongarch/include/asm/page.h | 7 +------
arch/m68k/include/asm/page.h | 6 ++----
arch/microblaze/include/asm/page.h | 5 +----
arch/mips/include/asm/page.h | 7 +------
arch/nios2/include/asm/page.h | 7 +------
arch/openrisc/include/asm/page.h | 11 +----------
arch/parisc/include/asm/page.h | 4 +---
arch/powerpc/include/asm/page.h | 10 +---------
arch/riscv/include/asm/page.h | 4 +---
arch/s390/include/asm/page.h | 10 ++--------
arch/s390/include/asm/pgtable.h | 2 +-
arch/s390/mm/fault.c | 2 +-
arch/s390/mm/gmap.c | 6 +++---
arch/s390/mm/pgalloc.c | 4 ++--
arch/sh/include/asm/page.h | 6 ++----
arch/sparc/include/asm/page_32.h | 4 +---
arch/sparc/include/asm/page_64.h | 4 +---
arch/um/include/asm/page.h | 5 +----
arch/x86/include/asm/page_types.h | 5 +----
arch/xtensa/include/asm/page.h | 8 +-------
drivers/gpu/drm/i915/gt/intel_gt.c | 6 +++---
include/vdso/page.h | 30 ++++++++++++++++++++++++++++++
28 files changed, 68 insertions(+), 120 deletions(-)
create mode 100644 include/vdso/page.h
--
2.34.1
next reply other threads:[~2024-10-14 15:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-14 15:13 Vincenzo Frascino [this message]
2024-10-14 15:13 ` [PATCH v5 1/3] drm: i915: Change fault type to unsigned long Vincenzo Frascino
2024-10-14 15:13 ` [PATCH v5 2/3] vdso: Introduce vdso/page.h Vincenzo Frascino
2024-10-14 15:13 ` [PATCH v5 3/3] s390: Remove remaining _PAGE_* macros Vincenzo Frascino
2024-10-18 6:46 ` Alexander Gordeev
2024-10-22 11:26 ` Vincenzo Frascino
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=20241014151340.1639555-1-vincenzo.frascino@arm.com \
--to=vincenzo.frascino@arm.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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