Linux-arch Archive mirror
 help / color / mirror / Atom feed
From: Huacai Chen <chenhuacai@loongson.cn>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Huacai Chen <chenhuacai@kernel.org>
Cc: loongarch@lists.linux.dev, linux-arch@vger.kernel.org,
	linux-kernel@vger.kernel.org, Guo Ren <guoren@kernel.org>,
	Xuerui Wang <kernel@xen0n.name>,
	Jiaxun Yang <jiaxun.yang@flygoat.com>,
	Huacai Chen <chenhuacai@loongson.cn>
Subject: [GIT PULL] LoongArch fixes for v6.9-rc4
Date: Thu, 11 Apr 2024 18:30:00 +0800	[thread overview]
Message-ID: <20240411103000.2655846-1-chenhuacai@loongson.cn> (raw)

The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.9-1

for you to fetch changes up to a07c772fa658645887119184de48b255bf19a46e:

  LoongArch: Include linux/sizes.h in addrspace.h to prevent build errors (2024-04-10 21:08:51 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.9-rc4

Make {virt, phys, page, pfn} translation work with KFENCE for LoongArch
(otherwise NVMe and virtio-blk cannot work with KFENCE enabled), update
dts files for Loongson-2K series to make devices work correctly, and fix
a build error.
----------------------------------------------------------------
Huacai Chen (7):
      mm: Move lowmem_page_address() a little later
      LoongArch: Make {virt, phys, page, pfn} translation work with KFENCE
      LoongArch: Make virt_addr_valid()/__virt_addr_valid() work with KFENCE
      LoongArch: Update dts for Loongson-2K1000 to support ISA/LPC
      LoongArch: Update dts for Loongson-2K2000 to support ISA/LPC
      LoongArch: Update dts for Loongson-2K2000 to support PCI-MSI
      LoongArch: Update dts for Loongson-2K2000 to support GMAC/GNET

Randy Dunlap (1):
      LoongArch: Include linux/sizes.h in addrspace.h to prevent build errors

 arch/loongarch/boot/dts/loongson-2k1000.dtsi    |  7 ++++++
 arch/loongarch/boot/dts/loongson-2k2000-ref.dts | 33 +++++++++++++++++++++++++
 arch/loongarch/boot/dts/loongson-2k2000.dtsi    | 24 +++++++++++++++---
 arch/loongarch/include/asm/addrspace.h          |  1 +
 arch/loongarch/include/asm/io.h                 | 20 +++++++++++----
 arch/loongarch/include/asm/kfence.h             |  9 +++++++
 arch/loongarch/include/asm/page.h               | 26 ++++++++++++++++++-
 arch/loongarch/mm/mmap.c                        |  4 +++
 arch/loongarch/mm/pgtable.c                     |  4 +--
 include/linux/mm.h                              | 10 ++++----
 10 files changed, 121 insertions(+), 17 deletions(-)

             reply	other threads:[~2024-04-11 10:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11 10:30 Huacai Chen [this message]
2024-04-11 19:09 ` [GIT PULL] LoongArch fixes for v6.9-rc4 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=20240411103000.2655846-1-chenhuacai@loongson.cn \
    --to=chenhuacai@loongson.cn \
    --cc=arnd@arndb.de \
    --cc=chenhuacai@kernel.org \
    --cc=guoren@kernel.org \
    --cc=jiaxun.yang@flygoat.com \
    --cc=kernel@xen0n.name \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loongarch@lists.linux.dev \
    --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 read-only IMAP folder(s) and NNTP newsgroup(s).