All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [pull request] Improved SIGDEBUG (SIGXCPU) reporting
@ 2010-01-26  9:33 Jan Kiszka
  2010-02-02 11:28 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2010-01-26  9:33 UTC (permalink / raw)
  To: xenomai-core

The following changes since commit 2036a36f132f2456459962ae9baf1f14d93448bd:
  Gilles Chanteperdrix (1):
        arm: upgrade I-pipe support to 2.6.30-arm-1.5.10

are available in the git repository at:

  git://git.xenomai.org/xenomai-jki.git for-upstream

Jan Kiszka (1):
      Rename SIGXCPU to SIGDEBUG and deliver reason via siginfo

 examples/native/Makefile      |    2 +-
 examples/native/sigdebug.c    |   82 +++++++++++++++++++++++++++++++++++++++++
 examples/native/sigxcpu.c     |   70 -----------------------------------
 include/asm-generic/syscall.h |    9 ++++
 include/nucleus/shadow.h      |    2 +-
 ksrc/nucleus/Kconfig          |    2 +-
 ksrc/nucleus/pod.c            |    3 +-
 ksrc/nucleus/sched.c          |    2 +-
 ksrc/nucleus/shadow.c         |   45 ++++++++++++++--------
 ksrc/nucleus/synch.c          |    6 ++-
 ksrc/skins/native/syscall.c   |    6 +-
 ksrc/skins/posix/signal.c     |    2 +-
 ksrc/skins/posix/thread.c     |    2 +-
 13 files changed, 135 insertions(+), 98 deletions(-)
 create mode 100644 examples/native/sigdebug.c
 delete mode 100644 examples/native/sigxcpu.c


Would be nice to see this in 2.5.x as well. It comes with no user space
ABI breakage, only enhancements.

Jan

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


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

* Re: [Xenomai-core] [pull request] Improved SIGDEBUG (SIGXCPU) reporting
  2010-01-26  9:33 [Xenomai-core] [pull request] Improved SIGDEBUG (SIGXCPU) reporting Jan Kiszka
@ 2010-02-02 11:28 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-02 11:28 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: xenomai-core

Jan Kiszka wrote:
> The following changes since commit 2036a36f132f2456459962ae9baf1f14d93448bd:
>   Gilles Chanteperdrix (1):
>         arm: upgrade I-pipe support to 2.6.30-arm-1.5.10
> 
> are available in the git repository at:
> 
>   git://git.xenomai.org/xenomai-jki.git for-upstream
> 
> Jan Kiszka (1):
>       Rename SIGXCPU to SIGDEBUG and deliver reason via siginfo
> 
>  examples/native/Makefile      |    2 +-
>  examples/native/sigdebug.c    |   82 +++++++++++++++++++++++++++++++++++++++++
>  examples/native/sigxcpu.c     |   70 -----------------------------------
>  include/asm-generic/syscall.h |    9 ++++
>  include/nucleus/shadow.h      |    2 +-
>  ksrc/nucleus/Kconfig          |    2 +-
>  ksrc/nucleus/pod.c            |    3 +-
>  ksrc/nucleus/sched.c          |    2 +-
>  ksrc/nucleus/shadow.c         |   45 ++++++++++++++--------
>  ksrc/nucleus/synch.c          |    6 ++-
>  ksrc/skins/native/syscall.c   |    6 +-
>  ksrc/skins/posix/signal.c     |    2 +-
>  ksrc/skins/posix/thread.c     |    2 +-
>  13 files changed, 135 insertions(+), 98 deletions(-)
>  create mode 100644 examples/native/sigdebug.c
>  delete mode 100644 examples/native/sigxcpu.c
> 
> 
> Would be nice to see this in 2.5.x as well. It comes with no user space
> ABI breakage, only enhancements.

Merged, thanks.

-- 
					    Gilles.


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

end of thread, other threads:[~2010-02-02 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-26  9:33 [Xenomai-core] [pull request] Improved SIGDEBUG (SIGXCPU) reporting Jan Kiszka
2010-02-02 11:28 ` Gilles Chanteperdrix

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.