mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH RFC] Why does cpu_cache_invalidate_memregion() return 0 if there are no handlers?
@ 2026-09-22  7:29 Bence Csokas
  2026-09-22  7:29 ` [PATCH RFC] cache: Make cpu_cache_invalidate_memregion() error out if there are no handlers Bence Csokas
  0 siblings, 1 reply; 6+ messages in thread
From: Bence Csokas @ 2026-09-22  7:29 UTC (permalink / raw)
  To: Andrew Morton, Conor Dooley, Jonathan Cameron, Yicong Yang
  Cc: linux-kernel, Bence Csokas

I noticed cpu_cache_invalidate_memregion() returns 0 if there are no
registered `cache_coherency_ops_inst`s, which I find counter-intuitive.

Is this intended?

From what I've seen, there are no in-tree users who do not check
cpu_cache_has_invalidate_memregion(). However, IMO the better solution
would be if the function would perform this check, and not the callee.

Furthermore, arch/x86/mm/pat/set_memory.c also implements this function,
but actually does the feature check, and WARNs and returns -ENXIO if it
fails that check.

As part of this RFC, I'll attach a patch that provides a low-overhead fix.

Signed-off-by: Bence Csokas <bence.csokas@arm.com>
---
Bence Csokas (1):
      cache: Make cpu_cache_invalidate_memregion() error out if there are no handlers

 lib/cache_maint.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 93f51579e7df248780214094418f205253383cc5
change-id: 20260921-cci_enxio-f3d31d9acec7

Best regards,
--  
Bence Csokas <bence.csokas@arm.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-09-23 17:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22  7:29 [PATCH RFC] Why does cpu_cache_invalidate_memregion() return 0 if there are no handlers? Bence Csokas
2026-09-22  7:29 ` [PATCH RFC] cache: Make cpu_cache_invalidate_memregion() error out if there are no handlers Bence Csokas
2026-09-23  1:48   ` Jonathan Cameron
2026-09-23  2:18   ` Andrew Morton
2026-09-23  8:21     ` Bence Csókás
2026-09-23 17:31       ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®