All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: xenomai@xenomai.org
Cc: Jan Kiszka <jan.kiszka@siemens.com>, Philippe Gerum <rpm@xenomai.org>
Subject: [PATCH 0/8] assorted fixes, ARM port to kernel 4.19
Date: Sat,  1 Jun 2019 17:14:54 +0200	[thread overview]
Message-ID: <20190601151502.27216-1-rpm@xenomai.org> (raw)

This is material for both 3.0.9 and -next.

Philippe Gerum (8):
  lib/cobalt: init: fix misleading message
  cobalt/arm: fix context switching code for 4.19+
  drivers/udd: fix spurious select() read events
  testsuite/smokey: sched-quota: allow up to 1.5% deviation from plan
  testsuite/smokey: reset main()'s SCHED_OTHER policy before each test
  cobalt/thread: send backtracing request only when XNWARN is set
  cobalt/thread: fix error status (-EINTR) of xnthread_killall()
  lib/cobalt: kickstart backtrace() from safe context

 include/cobalt/kernel/rtdm/udd.h           |  2 +-
 kernel/cobalt/arch/arm/switch.S            | 54 +++++++++++++++++++++-
 kernel/cobalt/thread.c                     | 10 ++--
 kernel/drivers/udd/udd.c                   | 31 ++++++++-----
 lib/cobalt/init.c                          |  2 +-
 lib/cobalt/sigshadow.c                     |  8 ++++
 testsuite/smokey/main.c                    |  2 +
 testsuite/smokey/sched-quota/sched-quota.c |  2 +-
 8 files changed, 91 insertions(+), 20 deletions(-)

-- 
2.20.1



             reply	other threads:[~2019-06-01 15:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-01 15:14 Philippe Gerum [this message]
2019-06-01 15:14 ` [PATCH 1/8] lib/cobalt: init: fix misleading message Philippe Gerum
2019-06-01 15:14 ` [PATCH 2/8] cobalt/arm: fix context switching code for 4.19+ Philippe Gerum
2019-06-01 15:14 ` [PATCH 3/8] drivers/udd: fix spurious select() read events Philippe Gerum
2019-06-01 15:14 ` [PATCH 4/8] testsuite/smokey: sched-quota: allow up to 1.5% deviation from plan Philippe Gerum
2019-06-01 15:14 ` [PATCH 5/8] testsuite/smokey: reset main()'s SCHED_OTHER policy before each test Philippe Gerum
2019-06-03 11:09   ` Jan Kiszka
2019-06-03 11:51     ` Philippe Gerum
2019-06-03 12:29       ` Jan Kiszka
2019-06-01 15:15 ` [PATCH 6/8] cobalt/thread: send backtracing request only when XNWARN is set Philippe Gerum
2019-06-01 15:15 ` [PATCH 7/8] cobalt/thread: fix error status (-EINTR) of xnthread_killall() Philippe Gerum
2019-06-01 15:15 ` [PATCH 8/8] lib/cobalt: kickstart backtrace() from safe context Philippe Gerum
2019-06-03 15:00 ` [PATCH 0/8] assorted fixes, ARM port to kernel 4.19 Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190601151502.27216-1-rpm@xenomai.org \
    --to=rpm@xenomai.org \
    --cc=jan.kiszka@siemens.com \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.