All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [git pull] small RTDM fixes and assorted patches
@ 2010-08-20 15:02 Jan Kiszka
  2010-08-20 15:15 ` Stefan Kisdaroczi
  2010-08-20 15:34 ` [Xenomai-core] [git pull v2] " Jan Kiszka
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Kiszka @ 2010-08-20 15:02 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai-core

The following changes since commit 7e2735614ebe515d57abeaa3ff6df375a7c4149f:

  sched: avoid infinite reschedule loops (2010-08-03 00:11:21 +0200)

are available in the git repository at:
  git://git.xenomai.org/xenomai-jki.git for-upstream

Jan Kiszka (8):
      rt_print: Properly return printed length
      RTDM: Protect xnshadow_ppd_get via nklock
      RTDM: Plug race between proc_read_dev_info and device deregistration
      RTDM: Properly clean up on xnvfile setup errors
      RTDM: Extend device name space in open_fildes proc output
      Fix symbolic status ouput of root threads
      Create watchdog as non-blockable timer
      native: Improve documentation of rt_task_join and rt_task_delete

 ksrc/nucleus/sched.c     |    3 ++-
 ksrc/nucleus/thread.c    |    4 ++++
 ksrc/skins/native/task.c |   15 +++++++++++++--
 ksrc/skins/rtdm/core.c   |    2 ++
 ksrc/skins/rtdm/proc.c   |   45 +++++++++++++++++++++++++++++++++++----------
 src/rtdk/rt_print.c      |    1 +
 6 files changed, 57 insertions(+), 13 deletions(-)

The bug fixes (patches 1-4 and 7) should all be considered for 2.5 as
well, but some need rebasing. Will look into this once the series is
acceptable.

Jan


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

* Re: [Xenomai-core] [git pull] small RTDM fixes and assorted patches
  2010-08-20 15:02 [Xenomai-core] [git pull] small RTDM fixes and assorted patches Jan Kiszka
@ 2010-08-20 15:15 ` Stefan Kisdaroczi
  2010-08-20 15:16   ` Jan Kiszka
  2010-08-20 15:34 ` [Xenomai-core] [git pull v2] " Jan Kiszka
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Kisdaroczi @ 2010-08-20 15:15 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 1576 bytes --]

Hi Jan,

https://mail.gna.org/public/xenomai-core/2010-05/msg00059.html

Stefan

Am 20.08.2010 17:02, schrieb Jan Kiszka:
> The following changes since commit 7e2735614ebe515d57abeaa3ff6df375a7c4149f:
> 
>   sched: avoid infinite reschedule loops (2010-08-03 00:11:21 +0200)
> 
> are available in the git repository at:
>   git://git.xenomai.org/xenomai-jki.git for-upstream
> 
> Jan Kiszka (8):
>       rt_print: Properly return printed length
>       RTDM: Protect xnshadow_ppd_get via nklock
>       RTDM: Plug race between proc_read_dev_info and device deregistration
>       RTDM: Properly clean up on xnvfile setup errors
>       RTDM: Extend device name space in open_fildes proc output
>       Fix symbolic status ouput of root threads
>       Create watchdog as non-blockable timer
>       native: Improve documentation of rt_task_join and rt_task_delete
> 
>  ksrc/nucleus/sched.c     |    3 ++-
>  ksrc/nucleus/thread.c    |    4 ++++
>  ksrc/skins/native/task.c |   15 +++++++++++++--
>  ksrc/skins/rtdm/core.c   |    2 ++
>  ksrc/skins/rtdm/proc.c   |   45 +++++++++++++++++++++++++++++++++++----------
>  src/rtdk/rt_print.c      |    1 +
>  6 files changed, 57 insertions(+), 13 deletions(-)
> 
> The bug fixes (patches 1-4 and 7) should all be considered for 2.5 as
> well, but some need rebasing. Will look into this once the series is
> acceptable.
> 
> Jan
> 
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

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

* Re: [Xenomai-core] [git pull] small RTDM fixes and assorted patches
  2010-08-20 15:15 ` Stefan Kisdaroczi
@ 2010-08-20 15:16   ` Jan Kiszka
  0 siblings, 0 replies; 5+ messages in thread
From: Jan Kiszka @ 2010-08-20 15:16 UTC (permalink / raw)
  To: Stefan Kisdaroczi; +Cc: xenomai

Stefan Kisdaroczi wrote:
> Hi Jan,
> 
> https://mail.gna.org/public/xenomai-core/2010-05/msg00059.html

Oh, sorry - hard vacation reset, still recovering. Will add this.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux


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

* [Xenomai-core] [git pull v2] small RTDM fixes and assorted patches
  2010-08-20 15:02 [Xenomai-core] [git pull] small RTDM fixes and assorted patches Jan Kiszka
  2010-08-20 15:15 ` Stefan Kisdaroczi
@ 2010-08-20 15:34 ` Jan Kiszka
  2010-08-24 15:46   ` Jan Kiszka
  1 sibling, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2010-08-20 15:34 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai-core

The following changes since commit 7e2735614ebe515d57abeaa3ff6df375a7c4149f:

  sched: avoid infinite reschedule loops (2010-08-03 00:11:21 +0200)

are available in the git repository at:
  git://git.xenomai.org/xenomai-jki.git for-upstream

Jan Kiszka (8):
      rt_print: Properly return printed length
      RTDM: Protect xnshadow_ppd_get via nklock
      RTDM: Plug race between proc_read_dev_info and device deregistration
      RTDM: Properly clean up on xnvfile setup errors
      RTDM: Extend device name space in open_fildes proc output
      Fix symbolic status ouput of root threads
      Create watchdog as non-blockable timer
      native: Improve documentation of rt_task_join and rt_task_delete

Stefan Kisdaroczi (1):
      RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation

 include/rtdm/rtcan.h     |    4 ++--
 include/rtdm/rtserial.h  |    4 ++--
 include/rtdm/rttesting.h |    4 ++--
 ksrc/nucleus/sched.c     |    3 ++-
 ksrc/nucleus/thread.c    |    4 ++++
 ksrc/skins/native/task.c |   15 +++++++++++++--
 ksrc/skins/rtdm/core.c   |    2 ++
 ksrc/skins/rtdm/proc.c   |   45 +++++++++++++++++++++++++++++++++++----------
 src/rtdk/rt_print.c      |    1 +
 9 files changed, 63 insertions(+), 19 deletions(-)

Updated to include Stefan's long-pending RTDM profile updates.


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

* Re: [Xenomai-core] [git pull v2] small RTDM fixes and assorted patches
  2010-08-20 15:34 ` [Xenomai-core] [git pull v2] " Jan Kiszka
@ 2010-08-24 15:46   ` Jan Kiszka
  0 siblings, 0 replies; 5+ messages in thread
From: Jan Kiszka @ 2010-08-24 15:46 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai-core

Jan Kiszka wrote:
> The following changes since commit 7e2735614ebe515d57abeaa3ff6df375a7c4149f:
> 
>   sched: avoid infinite reschedule loops (2010-08-03 00:11:21 +0200)
> 
> are available in the git repository at:
>   git://git.xenomai.org/xenomai-jki.git for-upstream
> 
> Jan Kiszka (8):
>       rt_print: Properly return printed length
>       RTDM: Protect xnshadow_ppd_get via nklock
>       RTDM: Plug race between proc_read_dev_info and device deregistration
>       RTDM: Properly clean up on xnvfile setup errors
>       RTDM: Extend device name space in open_fildes proc output
>       Fix symbolic status ouput of root threads
>       Create watchdog as non-blockable timer
>       native: Improve documentation of rt_task_join and rt_task_delete
> 
> Stefan Kisdaroczi (1):
>       RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation
> 
>  include/rtdm/rtcan.h     |    4 ++--
>  include/rtdm/rtserial.h  |    4 ++--
>  include/rtdm/rttesting.h |    4 ++--
>  ksrc/nucleus/sched.c     |    3 ++-
>  ksrc/nucleus/thread.c    |    4 ++++
>  ksrc/skins/native/task.c |   15 +++++++++++++--
>  ksrc/skins/rtdm/core.c   |    2 ++
>  ksrc/skins/rtdm/proc.c   |   45 +++++++++++++++++++++++++++++++++++----------
>  src/rtdk/rt_print.c      |    1 +
>  9 files changed, 63 insertions(+), 19 deletions(-)
> 
> Updated to include Stefan's long-pending RTDM profile updates.

That queue just gained another patch that should be included:

      nucleus: Fix lock imbalance in registry_proc_callback

Fortunately head-only, a xnvfile regression.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux


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

end of thread, other threads:[~2010-08-24 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-20 15:02 [Xenomai-core] [git pull] small RTDM fixes and assorted patches Jan Kiszka
2010-08-20 15:15 ` Stefan Kisdaroczi
2010-08-20 15:16   ` Jan Kiszka
2010-08-20 15:34 ` [Xenomai-core] [git pull v2] " Jan Kiszka
2010-08-24 15:46   ` 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.