[PATCH 0/1] rwsem_down_write_slowpath check if oob() before skipping schedule()
2023-05-31 21:48 UTC (5+ messages)
` [External] - "
Xenomai crash in timer IRQ
2023-05-31 20:40 UTC (6+ messages)
[PATCH [REPOST] 0/4] Fix build issues against kernel 6.4, modernize some API usage
2023-05-31 11:11 UTC (5+ messages)
` [PATCH [REPOST] 1/4] kernel: Account for signature change of class_create in 6.4
` [PATCH [REPOST] 2/4] cobalt/registry: Convert export_mutex to real mutex
` [PATCH [REPOST] 3/4] drivers/can: Convert rtcan_devices_nrt_lock "
` [PATCH [REPOST] 4/4] drivers/gpio: Ensure compatibility with kernel 6.4
[PATCH 1/4] kernel: Account for signature change of class_create in 6.4
2023-05-31 11:03 UTC (4+ messages)
` [PATCH 2/4] cobalt/registry: Convert export_mutex to real mutex
` [PATCH 3/4] drivers/can: Convert rtcan_devices_nrt_lock "
` [PATCH 4/4] drivers/gpio: Ensure compatibility with kernel 6.4
Xenomai Community Call Minutes - May 31, 2023
2023-05-31 7:25 UTC
[PATCH 1/1] rwsem_down_write_slowpath check if oob() before skipping schedule()
2023-05-31 5:27 UTC (2+ messages)
[PATCH v3 0/4] y2038: Part three - support for select()
2023-05-31 5:23 UTC (6+ messages)
` [PATCH v3 1/4] y2038: cobalt/posix/select: Refactor __cobalt_select()
` [PATCH v3 2/4] y2038: cobalt/posix/select: Adding pselect64
` [PATCH v3 3/4] y2038: testsuite/smokey/y2038: Adding tests for pselect64
` [PATCH v3 4/4] cobalt/posix/select: Fix timeout update in case of -EINTR
Reminder: Xenomai community call on Wednesday, May 31, 2023, UTC 7:00 AM
2023-05-31 2:43 UTC
[PATCH v2 0/4] y2038: Part three - support for select()
2023-05-30 9:51 UTC (13+ messages)
` [PATCH v2 1/4] y2038: cobalt/posix/select: Refactor __cobalt_select()
` [PATCH v2 2/4] y2038: cobalt/posix/select: Adding pselect64
` [PATCH v2 3/4] y2038: testsuite/smokey/y2038: Adding tests for pselect64
` [PATCH v2 4/4] cobalt/posix/select: Fix timeout update in case of -EINTR
[PATCH 0/3] y2038: Part three - support for select()
2023-05-23 9:13 UTC (7+ messages)
` [PATCH 1/3] y2038: cobalt/posix/select: Refactor __cobalt_select()
` [PATCH 2/3] y2038: cobalt/posix/select: Adding pselect64
` [PATCH 3/3] y2038: testsuite/smokey/y2038: Adding tests for pselect64
[PATCH v2 0/9] Revive alchemy, pSOS and VxWorks tests
2023-05-20 14:57 UTC (10+ messages)
` [PATCH v3 0/11] "
` [PATCH 11/11] vxworkstests: fix Makefile.am reference
Xenomai Community Call Minutes - May 17, 2023
2023-05-18 0:24 UTC
Meet-up around EOSS (Prague, end of June)
2023-05-17 7:26 UTC (4+ messages)
Reminder: Xenomai community call on Wednesday, May 17, 2023, UTC 7:00 AM
2023-05-17 1:17 UTC
[PATCH 1/3] [POC] test implementaion of rt-signals
2023-05-16 6:52 UTC (9+ messages)
` [PATCH 2/3] [POC] Add rt_signal test
` [PATCH 3/3] [POC] add a tool to measure rt_signal latency
[PATCH v2 00/14] y2038: Part two - timer and timerfd support
2023-05-16 6:43 UTC (16+ messages)
` [PATCH v2 01/14] y2038: cobalt: Introduce some itimerspec64 related helpers
` [PATCH v2 02/14] y2038: cobalt/posix/timer: Adding timer_settime64
` [PATCH v2 03/14] y2038: cobalt/posix/timer: Use timespec64_valid() for validation
` [PATCH v2 04/14] y2038: lib/cobalt: Dispatch timer_settime
` [PATCH v2 05/14] y2038: testsuite/smokey/y2038: Adding tests for timer_settime
` [PATCH v2 06/14] y2038: cobalt/posix/timer: Adding timer_gettime64
` [PATCH v2 07/14] y2038: lib/cobalt: Dispatch timer_gettime
` [PATCH v2 08/14] y2038: testsuite/smokey/y2038: Adding tests for timer_gettime
` [PATCH v2 09/14] y2038: cobalt/posix/timerfd: Adding timerfd_settime64
` [PATCH v2 10/14] y2038: lib/cobalt: Dispatch timerfd_settime
` [PATCH v2 11/14] y2038: testsuite/smokey/y2038: Adding tests for timerfd_settime
` [PATCH v2 12/14] y2038: cobalt/posix/timerfd: Adding timerfd_gettime64
` [PATCH v2 13/14] y2038: lib/cobalt: Dispatch timerfd_gettime
` [PATCH v2 14/14] y2038: testsuite/smokey/y2038: Adding tests for timerfd_gettime
[PATCH 00/13] y2038: Part two - timer and timerfd support
2023-05-15 9:36 UTC (22+ messages)
` [PATCH 01/13] y2038: cobalt: Introduce some itimerspec64 related helpers
` [PATCH 02/13] y2038: cobalt/posix/timer: Adding timer_settime64
` [PATCH 03/13] y2038: lib/cobalt: Dispatch timer_settime
` [PATCH 04/13] y2038: testsuite/smokey/y2038: Adding tests for timer_settime
` [PATCH 05/13] y2038: cobalt/posix/timer: Adding timer_gettime64
` [PATCH 06/13] y2038: lib/cobalt: Dispatch timer_gettime
` [PATCH 07/13] y2038: testsuite/smokey/y2038: Adding tests for timer_gettime
` [PATCH 08/13] y2038: cobalt/posix/timerfd: Adding timerfd_settime64
` [PATCH 09/13] y2038: lib/cobalt: Dispatch timerfd_settime
` [PATCH 10/13] y2038: testsuite/smokey/y2038: Adding tests for timerfd_settime
` [PATCH 11/13] y2038: cobalt/posix/timerfd: Adding timerfd_gettime64
` [PATCH 12/13] y2038: lib/cobalt: Dispatch timerfd_gettime
` [PATCH 13/13] y2038: testsuite/smokey/y2038: Adding tests for timerfd_gettime
Question about a freeze under Xenomai 3.2.1
2023-05-10 8:19 UTC (12+ messages)
[PATCH] add dovtail signal setup function
2023-05-09 13:11 UTC
Some newbie questions
2023-05-09 12:03 UTC (2+ messages)
EVL Kernel Debugging
2023-05-06 10:56 UTC (4+ messages)
evl_wait_event returning EIDRM
2023-05-06 10:08 UTC (2+ messages)
[PATCH 00/17] y2038: Part one - Cleanup existing implementation + general preparation
2023-05-05 21:20 UTC (19+ messages)
` [PATCH 01/17] y2038: cobalt: posix/sem: Remove compat syscall for sem_timedwait64
` [PATCH 02/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_gettime64
` [PATCH 03/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_settime64
` [PATCH 04/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_nanosleep64
` [PATCH 05/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_getres64
` [PATCH 06/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_adjtime64
` [PATCH 07/17] y2038: cobalt: posix/mutex: Remove compat syscall for mutex_timedlock64
` [PATCH 08/17] y2038: cobalt: posix/mqueue: Remove compat syscall for mq_timedsend64
` [PATCH 09/17] y2038: cobalt: posix/monitor: Remove compat syscall for monitor_wait64
` [PATCH 10/17] y2038: cobalt: posix/event: Remove compat syscall for event_wait64
` [PATCH 11/17] y2038: cobalt: posix/cond: Remove compat syscall for cond_wait_prologue64
` [PATCH 12/17] y2038: cobalt: Cleanup code style of time.{c,h}
` [PATCH 13/17] y2038: posix/mq: Fix mq_timedsend syscall routing
` [PATCH 14/17] y2038: posix/mq: Harmonize mq_receive and mq_timedreceive
` [PATCH 15/17] y2038: testsuite/smokey/y2038: Fix a very unlikely resource leak
` [PATCH 16/17] y2038: cobalt/posix/clock: Use timespec64_valid() for validation
` [PATCH 17/17] y2038: Prepare code base for 64bit time_t
[PATCH 0/3] prove of concept
2023-05-04 13:06 UTC (13+ messages)
` [PATCH 1/3] rtsignals: part one, core code plus x86
` [PATCH] testsuite: Add exception handling tests to smokey
[PATCH xenomai-images v2 0/4] Lift the base distribution to Debian bookworm
2023-05-04 8:19 UTC (6+ messages)
` [PATCH xenomai-images v2 1/4] ci: Update kas to 3.2.3
` [PATCH xenomai-images v2 2/4] customizations: Mask systemd-network-generator service
` [PATCH xenomai-images v2 3/4] xenomai-demo: Switch base distribution to Debian bookworm
` [PATCH xenomai-images v2 4/4] customizations: Migrate from ifup to systemd-networkd
[PATCH xenomai-images 0/4] Lift the base distribution to Debian bookworm
2023-05-03 14:17 UTC (8+ messages)
` [PATCH xenomai-images 1/4] ci: Update kas to 3.2.3
` [PATCH xenomai-images 2/4] xenomai-demo: Switch base distribution to Debian bookworm
` [PATCH xenomai-images 3/4] customizations: Mask systemd-network-generator service
` [PATCH xenomai-images 4/4] customizations: Migrate from ifup to systemd-networkd
[ANNOUNCE] Xenomai 3.0.14 released
2023-05-01 12:04 UTC
[ANNOUNCE] Xenomai 3.1.4 released
2023-05-01 12:03 UTC
[ANNOUNCE] Xenomai 3.2.3 released
2023-05-01 12:03 UTC
[PATCH xenomai-images 0/2] Update demo-image to deal with the new testsuite package
2023-04-30 9:22 UTC (4+ messages)
` [PATCH xenomai-images 1/2] recipes-xenomai/xenomai.inc: Split up PROVIDES
` [PATCH xenomai-images 2/2] xenomai: Install xenomai-testsuite in addition to xenomai-runtime
[PATCH 0/2] debian: Move testsuite (smokey) into a separate package
2023-04-30 9:22 UTC (4+ messages)
` [PATCH 1/2] lib/boilerplate: Do not remove $(DESTDIR)$(libdir)/xenomai on uninstall
` [PATCH 2/2] debian: Extract xenomai tests into separate package (xenomai-testsuite)
fec driver needs care
2023-04-25 11:47 UTC (4+ messages)
` [PATCH 0/1] "
` [PATCH 1/1] rtnet_fec: Get build working with linux 6.3
[PATCH] lib/copperplate: Add libfuse if building with registry support
2023-04-22 9:53 UTC
[PATCH] alchemy: Correctly translate return value from pthread_mutex_init
2023-04-20 13:08 UTC (6+ messages)
Xenomai Community Call Minutes - Apr 19, 2023
2023-04-19 12:42 UTC (3+ messages)
[PATCH next,stable/3.0-3.2] lib/cobalt: Fix possible fd leak in __map_umm
2023-04-19 12:40 UTC (2+ messages)
Reminder: Xenomai community call on Wednesday, Apr 19, 2023, UTC 7:00 AM
2023-04-19 1:58 UTC
RFC: System hang / deadlock on Linux 6.1
2023-04-18 12:16 UTC (7+ messages)
Repeat initialization for wd_data->dev
2023-04-18 8:51 UTC (4+ messages)
tracing: irq_pipeline: skip RCU check if oob
2023-04-16 8:59 UTC (2+ messages)
[PATCH] spi: bcm2835: fix NULL pointer deref for OOB transfers
2023-04-16 8:31 UTC (2+ messages)
[PATCH] drivers/net/fec: Declare broken with 6.3+ for now
2023-04-16 7:47 UTC
[PATCH] drivers/net/ipv4: Fix build for kernel 6.3+
2023-04-16 7:46 UTC
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).