LoongArch architecture development
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mfd: loongson-se: Fix miscellaneous issues and add multi-node support
@ 2026-06-29  7:11 Qunqin Zhao
  2026-06-29  7:11 ` [PATCH v4 1/2] mfd: loongson-se: Fix miscellaneous issues Qunqin Zhao
  2026-06-29  7:11 ` [PATCH v4 2/2] mfd: loongson-se: Add multi-node support Qunqin Zhao
  0 siblings, 2 replies; 5+ messages in thread
From: Qunqin Zhao @ 2026-06-29  7:11 UTC (permalink / raw)
  To: lee; +Cc: chenhuacai, xry111, linux-kernel, loongarch, linux-crypto,
	Qunqin Zhao

- Patch 1 focuses entirely on structural and error-path hardening for the
  pre-existing baseline code. This includes resolving critical issues such as
  uninitialized stack memory writes, engines array out-of-bounds writes.

  v4: new patch

- Patch 2 introduces the multi-node platform support.

  v4: Safely handling shared interrupt handler returns.
  v3: Using shared interrupts (IRQF_SHARED) instead of manually
      iterating through all devices to check for interrupts.


Qunqin Zhao (2):
  mfd: loongson-se: Fix miscellaneous issues
  mfd: loongson-se: Add multi-node support

 drivers/mfd/loongson-se.c       | 32 ++++++++++++++++++++++++++------
 include/linux/mfd/loongson-se.h |  1 +
 2 files changed, 27 insertions(+), 6 deletions(-)


base-commit: dc59e4fea9d83f03bad6bddf3fa2e52491777482
-- 
2.47.2


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

end of thread, other threads:[~2026-07-08 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29  7:11 [PATCH v4 0/2] mfd: loongson-se: Fix miscellaneous issues and add multi-node support Qunqin Zhao
2026-06-29  7:11 ` [PATCH v4 1/2] mfd: loongson-se: Fix miscellaneous issues Qunqin Zhao
2026-07-08 15:03   ` Lee Jones
2026-06-29  7:11 ` [PATCH v4 2/2] mfd: loongson-se: Add multi-node support Qunqin Zhao
2026-07-08 15:03   ` Lee Jones

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