[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230829150236.2701631-1-guoren@kernel.org>
Date: Tue, 29 Aug 2023 11:02:36 -0400
From: guoren@...nel.org
To: torvalds@...ux-foundation.org, guoren@...nel.org
Cc: arnd@...db.de, linux-kernel@...r.kernel.org,
linux-arch@...r.kernel.org, linux-csky@...r.kernel.org
Subject: [GIT PULL] csky changes for v6.6
Hi Linus,
Please pull the latest csky changes from:
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
https://github.com/c-sky/csky-linux.git tags/csky-for-linus-6.6
for you to fetch changes up to c8171a86b27401aa1f492dd1f080f3102264f1ab:
csky: Fixup -Wmissing-prototypes warning (2023-08-10 23:06:32 -0400)
----------------------------------------------------------------
arch/csky patches for 6.6
The pull request we've done:
- Fixup compile warning
- Fixup update_mmu_cache
----------------------------------------------------------------
Arnd Bergmann (1):
csky: fix old style declaration in module.c
Guo Ren (2):
csky: pgtable: Invalidate stale I-cache lines in update_mmu_cache
csky: Fixup -Wmissing-prototypes warning
Linus Walleij (2):
csky: Cast argument to virt_to_pfn() to (void *)
csky: Make pfn accessors static inlines
arch/arc/include/asm/page.h | 2 +-
arch/csky/abiv2/cacheflush.c | 4 +---
arch/csky/include/asm/page.h | 13 ++++++++++---
arch/csky/include/asm/ptrace.h | 2 ++
arch/csky/include/asm/sections.h | 2 ++
arch/csky/include/asm/traps.h | 15 +++++++++++++++
arch/csky/kernel/module.c | 2 +-
arch/csky/kernel/vdso/vgettimeofday.c | 11 +++++++++++
8 files changed, 43 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists