All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Prepare for Dovetail 6.19
@ 2026-02-20 11:27 Florian Bezdeka
  2026-02-20 11:27 ` [PATCH v2 1/3] cobalt: Prepare for new signature of __request_percpu_irq() in 6.19 Florian Bezdeka
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Florian Bezdeka @ 2026-02-20 11:27 UTC (permalink / raw)
  To: Xenomai; +Cc: Jan Kiszka, Florian Bezdeka

Hi all,

This are the necessary changes required for being able to build Xenomai
against the latest Linux / Dovetail versions.

Dovetail 6.19 is currently in the making and already build / tested
against this series. Without this changes the build will simply fail.

To: Xenomai <xenomai@lists.linux.dev>
Cc: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com>
---
Changes in v2:
- Rework patch 1, switch to cobalt specific API for newer kernels 
- Link to v1: https://lore.kernel.org/r/20260216-wip-flo-prepare-for-6-19-v1-0-f7362cdd2532@siemens.com

---
Florian Bezdeka (3):
      cobalt: Prepare for new signature of __request_percpu_irq() in 6.19
      cobalt/rtdm: Prepare for new signature of mm_get_unmapped_area() in 6.19
      testsuite/switchtest: Add support for Dovetail >= 6.19

 include/cobalt/kernel/dovetail/pipeline/irq.h      |  6 +++
 include/cobalt/kernel/dovetail/pipeline/pipeline.h |  9 ++---
 include/cobalt/kernel/dovetail/pipeline/sirq.h     |  9 ++---
 .../cobalt/arch/arm/include/asm/xenomai/fptest.h   | 26 ++++---------
 .../cobalt/arch/arm64/include/asm/xenomai/fptest.h | 43 ++++++++++++++++++----
 .../cobalt/arch/x86/include/asm/xenomai/fptest.h   | 41 ++++++++++++---------
 kernel/cobalt/dovetail/tick.c                      |  8 ++--
 kernel/cobalt/rtdm/drvlib.c                        |  8 +++-
 kernel/drivers/testing/switchtest.c                | 19 +++-------
 9 files changed, 94 insertions(+), 75 deletions(-)
---
base-commit: 363115d15682076ea0766a55c3c5b1eed87e1225
change-id: 20260212-wip-flo-prepare-for-6-19-8fdbd4c58225

Best regards,
-- 
Florian Bezdeka <florian.bezdeka@siemens.com>


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

end of thread, other threads:[~2026-02-26  9:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-20 11:27 [PATCH v2 0/3] Prepare for Dovetail 6.19 Florian Bezdeka
2026-02-20 11:27 ` [PATCH v2 1/3] cobalt: Prepare for new signature of __request_percpu_irq() in 6.19 Florian Bezdeka
2026-02-20 15:21   ` Jan Kiszka
2026-02-24 21:11   ` Jan Kiszka
2026-02-25 14:36     ` Jan Kiszka
2026-02-25 16:43       ` Philippe Gerum
2026-02-25 19:08         ` Jan Kiszka
2026-02-26  8:59           ` Philippe Gerum
2026-02-26  9:01             ` Philippe Gerum
2026-02-20 11:27 ` [PATCH v2 2/3] cobalt/rtdm: Prepare for new signature of mm_get_unmapped_area() " Florian Bezdeka
2026-02-20 15:25   ` Jan Kiszka
2026-02-24 16:02     ` Florian Bezdeka
2026-02-24 16:36       ` Jan Kiszka
2026-02-20 11:27 ` [PATCH v2 3/3] testsuite/switchtest: Add support for Dovetail >= 6.19 Florian Bezdeka
2026-02-20 15:31   ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.