All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Enablement of compat tests in CI
@ 2022-08-18  7:14 Florian Bezdeka
  2022-08-18  7:14 ` [PATCH 1/3] rtnet: Enable compat ioctl interface Florian Bezdeka
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Florian Bezdeka @ 2022-08-18  7:14 UTC (permalink / raw)
  To: xenomai; +Cc: jan.kiszka, Florian Bezdeka

Hi all,

this is a spin-off out of my y2038 queue. This helps to shorten the
y2038 stuff. The following 3 patches are necessary for getting the smokey 
testsuite sucessfully running in compat mode.

The necessary adjustments to the CI infrastructure (part of the
xenomai-images project) will follow soon.

At the end the following issue will be resolved: 
https://gitlab.com/Xenomai/xenomai-hacker-space/-/issues/21

Best regards,
Florian

Florian Bezdeka (3):
  rtnet: Enable compat ioctl interface
  drivers/rtcan: Implement compat support for the rtcan driver
  drivers/net/stack/ipv4/udp/udp.c: Add compat support

 include/cobalt/kernel/rtdm/fd.h         |  16 ++++
 kernel/cobalt/rtdm/drvlib.c             |  17 +---
 kernel/cobalt/rtdm/fd.c                 | 122 ++++++++++++++++++++++++
 kernel/drivers/can/rtcan_raw.c          |  42 ++++----
 kernel/drivers/net/stack/ipv4/udp/udp.c |  29 +++---
 kernel/drivers/net/stack/rtnet_chrdev.c |   1 +
 6 files changed, 174 insertions(+), 53 deletions(-)

-- 
2.37.2


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

end of thread, other threads:[~2022-09-15 13:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18  7:14 [PATCH 0/3] Enablement of compat tests in CI Florian Bezdeka
2022-08-18  7:14 ` [PATCH 1/3] rtnet: Enable compat ioctl interface Florian Bezdeka
2022-09-05 11:49   ` Jan Kiszka
2022-08-18  7:14 ` [PATCH 2/3] drivers/rtcan: Implement compat support for the rtcan driver Florian Bezdeka
2022-09-05 11:44   ` Jan Kiszka
2022-09-05 11:49     ` Jan Kiszka
2022-09-15 13:11       ` Bezdeka, Florian
2022-08-18  7:14 ` [PATCH 3/3] drivers/net/stack/ipv4/udp/udp.c: Add compat support Florian Bezdeka

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.