Skip to content

[PW_SID:969798] [v1] mm: Remove arch_flush_tlb_batched_pending() arch helper#490

Closed
linux-riscv-bot wants to merge 2 commits into
workflowfrom
pw969798
Closed

[PW_SID:969798] [v1] mm: Remove arch_flush_tlb_batched_pending() arch helper#490
linux-riscv-bot wants to merge 2 commits into
workflowfrom
pw969798

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 969798 applied to workflow

Name: [v1] mm: Remove arch_flush_tlb_batched_pending() arch helper
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=969798
Version: 1

Linux RISC-V bot and others added 2 commits June 8, 2025 21:17
Since commit 4b63491 ("arm64/mm: Close theoretical race where stale
TLB entry remains valid"), all arches that use tlbbatch for reclaim
(arm64, riscv, x86) implement arch_flush_tlb_batched_pending() with a
flush_tlb_mm().

So let's simplify by removing the unnecessary abstraction and doing the
flush_tlb_mm() directly in flush_tlb_batched_pending(). This effectively
reverts commit db6c1f6 ("mm/tlbbatch: introduce
arch_flush_tlb_batched_pending()").

Suggested-by: Will Deacon <will@kernel.org>
Signed-off-by: Ryan Roberts <ryan.roberts@arm.com>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 103.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 2015.39 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 2732.59 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 21.01 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 21.95 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.53 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 73.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
kdoc
Desc: Detects for kdoc errors
Duration: 0.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
module-param
Desc: Detect module_param changes
Duration: 0.49 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] mm: Remove arch_flush_tlb_batched_pending() arch helper"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot force-pushed the workflow branch 15 times, most recently from 9c8b1c4 to 0cd7f2c Compare June 16, 2025 19:16
@linux-riscv-bot linux-riscv-bot deleted the pw969798 branch June 17, 2025 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants