Linux-arch Archive mirror
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: Linux-Arch <linux-arch@vger.kernel.org>,
	linux-kernel@vger.kernel.org,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Vincenzo Frascino" <vincenzo.frascino@arm.com>,
	"Anna-Maria Behnsen" <anna-maria@linutronix.de>,
	"Yan Zhao" <yan.y.zhao@intel.com>
Subject: [GIT PULL] asm-generic updates for 6.9
Date: Tue, 12 Mar 2024 17:50:12 +0100	[thread overview]
Message-ID: <84ad750e-7234-429f-b43c-17464fbfc58b@app.fastmail.com> (raw)

The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:

  Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-6.9

for you to fetch changes up to 5394f1e9b687bcf26595cabf83483e568676128d:

  arch: define CONFIG_PAGE_SIZE_*KB on all architectures (2024-03-06 19:29:09 +0100)

----------------------------------------------------------------
asm-generic updates for 6.9

Just two small updates this time:

 - A series I did to unify the definition of PAGE_SIZE through Kconfig,
   intended to help with a vdso rework that needs the constant but
   cannot include the normal kernel headers when building the compat
   VDSO on arm64 and potentially others.

 - a patch from Yan Zhao to remove the pfn_to_virt() definitions from
   a couple of architectures after finding they were both incorrect
   and entirely unused.

----------------------------------------------------------------
Arnd Bergmann (3):
      arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
      arch: simplify architecture specific page size configuration
      arch: define CONFIG_PAGE_SIZE_*KB on all architectures

Yan Zhao (1):
      mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc

 arch/Kconfig                       | 94 +++++++++++++++++++++++++++++++++++++-
 arch/alpha/Kconfig                 |  1 +
 arch/alpha/include/asm/page.h      |  2 +-
 arch/arc/Kconfig                   |  3 ++
 arch/arc/include/uapi/asm/page.h   |  6 +--
 arch/arm/Kconfig                   |  1 +
 arch/arm/include/asm/page.h        |  2 +-
 arch/arm64/Kconfig                 | 29 ++++++------
 arch/arm64/include/asm/page-def.h  |  2 +-
 arch/csky/Kconfig                  |  1 +
 arch/csky/include/asm/page.h       |  7 +--
 arch/hexagon/Kconfig               | 24 ++--------
 arch/hexagon/include/asm/page.h    | 12 +----
 arch/loongarch/Kconfig             | 21 +++------
 arch/loongarch/include/asm/page.h  | 10 +---
 arch/m68k/Kconfig                  |  3 ++
 arch/m68k/Kconfig.cpu              |  2 +
 arch/m68k/include/asm/page.h       |  6 +--
 arch/microblaze/Kconfig            |  1 +
 arch/microblaze/include/asm/page.h |  2 +-
 arch/mips/Kconfig                  | 58 ++---------------------
 arch/mips/include/asm/page.h       | 16 +------
 arch/nios2/Kconfig                 |  1 +
 arch/nios2/include/asm/page.h      |  2 +-
 arch/openrisc/Kconfig              |  1 +
 arch/openrisc/include/asm/page.h   |  7 +--
 arch/parisc/Kconfig                |  3 ++
 arch/parisc/include/asm/page.h     | 10 +---
 arch/powerpc/Kconfig               | 31 +++----------
 arch/powerpc/include/asm/page.h    |  2 +-
 arch/riscv/Kconfig                 |  1 +
 arch/riscv/include/asm/page.h      |  2 +-
 arch/s390/Kconfig                  |  1 +
 arch/s390/include/asm/page.h       |  2 +-
 arch/sh/include/asm/page.h         | 13 +-----
 arch/sh/mm/Kconfig                 | 42 +++++------------
 arch/sparc/Kconfig                 |  2 +
 arch/sparc/include/asm/page_32.h   |  2 +-
 arch/sparc/include/asm/page_64.h   |  3 +-
 arch/um/Kconfig                    |  1 +
 arch/um/include/asm/page.h         |  2 +-
 arch/x86/Kconfig                   |  1 +
 arch/x86/include/asm/page_types.h  |  2 +-
 arch/xtensa/Kconfig                |  1 +
 arch/xtensa/include/asm/page.h     |  2 +-
 scripts/gdb/linux/constants.py.in  |  2 +-
 scripts/gdb/linux/mm.py            |  2 +-
 47 files changed, 187 insertions(+), 254 deletions(-)

             reply	other threads:[~2024-03-12 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12 16:50 Arnd Bergmann [this message]
2024-03-12 18:20 ` [GIT PULL] asm-generic updates for 6.9 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=84ad750e-7234-429f-b43c-17464fbfc58b@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=anna-maria@linutronix.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=vincenzo.frascino@arm.com \
    --cc=yan.y.zhao@intel.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).