[PATCH] ubd: Remove unused mutex 'ubd_mutex'

2024-05-04 Thread linux
From: "Dr. David Alan Gilbert" Commit fb5d1d389c9e ("ubd: open the backing files in ubd_add") removed the last use of ubd_mutex. Remove it. Build and kernel startup test only. Signed-off-by: Dr. David Alan Gilbert --- arch/um/drivers/ubd_kern.c | 1 - 1 file changed, 1 deletion(-) diff --gi

Re: [PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs

2023-02-28 Thread patchwork-bot+linux-riscv
el.org/patchwork/pwbot.html ___ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um

Re: [PATCH v2 1/2] kbuild: unify vdso_install rules

2023-11-11 Thread patchwork-bot+linux-riscv
https://git.kernel.org/riscv/c/9d361173edc4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html ___ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um

Re: [PATCH v2 0/6] Account page tables at all levels

2025-02-03 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Andrew Morton : On Fri, 3 Jan 2025 18:44:09 + you wrote: > v1: > https://lore.kernel.org/linux-mm/20241219164425.2277022-1-kevin.brod...@arm.com/ > > This series should be considered in conjunction with Qi

Re: [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations

2024-12-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Arnd Bergmann : On Wed, 23 Oct 2024 07:36:36 +0200 you wrote: > page_to_phys is duplicated by all architectures, and from some strange > reason placed in where it doesn't fit at all. > > phys_to_page is only provided by a few architec