All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] [PULL] A couple of fixes to the split series for x86
@ 2018-10-01 13:28 Philippe Gerum
  2018-10-01 14:03 ` Jan Kiszka
  2018-10-02 15:58 ` Henning Schild
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Gerum @ 2018-10-01 13:28 UTC (permalink / raw)
  To: Henning Schild; +Cc: Kiszka, Jan, Xenomai


The following changes since commit be45333e3af13c3b7cb12ecd200cb9be7a8fb439:

  x86: ipipe: do not panic on unexpected IRQ trap (2018-09-27 09:09:52 +0200)

are available in the Git repository at:

  https://lab.xenomai.org/ipipe-rpm.git x86/4.14.71

for you to fetch changes up to c5540da918650be520d8f5331ec1944ccfcf6c53:

  sched/core: ipipe: do not panic on failed migration to the head stage (2018-10-01 15:10:59 +0200)

----------------------------------------------------------------
Philippe Gerum (2):
      ipipe: timer: prevent double-ack if host timer is not grabbed
      sched/core: ipipe: do not panic on failed migration to the head stage

 kernel/ipipe/timer.c | 11 +++++++----
 kernel/sched/core.c  |  2 --
 2 files changed, 7 insertions(+), 6 deletions(-)

-- 
Philippe.


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

* Re: [Xenomai] [PULL] A couple of fixes to the split series for x86
  2018-10-01 13:28 [Xenomai] [PULL] A couple of fixes to the split series for x86 Philippe Gerum
@ 2018-10-01 14:03 ` Jan Kiszka
  2018-10-01 14:24   ` Philippe Gerum
  2018-10-02 15:58 ` Henning Schild
  1 sibling, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2018-10-01 14:03 UTC (permalink / raw)
  To: Philippe Gerum, Henning Schild; +Cc: Xenomai

On 01.10.18 15:28, Philippe Gerum wrote:
> 
> The following changes since commit be45333e3af13c3b7cb12ecd200cb9be7a8fb439:
> 
>    x86: ipipe: do not panic on unexpected IRQ trap (2018-09-27 09:09:52 +0200)
> 
> are available in the Git repository at:
> 
>    https://lab.xenomai.org/ipipe-rpm.git x86/4.14.71
> 
> for you to fetch changes up to c5540da918650be520d8f5331ec1944ccfcf6c53:
> 
>    sched/core: ipipe: do not panic on failed migration to the head stage (2018-10-01 15:10:59 +0200)
> 
> ----------------------------------------------------------------
> Philippe Gerum (2):
>        ipipe: timer: prevent double-ack if host timer is not grabbed
>        sched/core: ipipe: do not panic on failed migration to the head stage
> 
>   kernel/ipipe/timer.c | 11 +++++++----
>   kernel/sched/core.c  |  2 --
>   2 files changed, 7 insertions(+), 6 deletions(-)
> 

I suppose both are not related to the sigdebug issue Henning noticed, are they? 
Just the confirm if that issue is still open, or if we could start removing the 
"wip" from the 4.14 branch.

BTW, we should sign-off kernel commits as well.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


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

* Re: [Xenomai] [PULL] A couple of fixes to the split series for x86
  2018-10-01 14:03 ` Jan Kiszka
@ 2018-10-01 14:24   ` Philippe Gerum
  0 siblings, 0 replies; 4+ messages in thread
From: Philippe Gerum @ 2018-10-01 14:24 UTC (permalink / raw)
  To: Jan Kiszka, Henning Schild; +Cc: Xenomai

On 10/01/2018 04:03 PM, Jan Kiszka wrote:
> On 01.10.18 15:28, Philippe Gerum wrote:
>>
>> The following changes since commit
>> be45333e3af13c3b7cb12ecd200cb9be7a8fb439:
>>
>>    x86: ipipe: do not panic on unexpected IRQ trap (2018-09-27
>> 09:09:52 +0200)
>>
>> are available in the Git repository at:
>>
>>    https://lab.xenomai.org/ipipe-rpm.git x86/4.14.71
>>
>> for you to fetch changes up to c5540da918650be520d8f5331ec1944ccfcf6c53:
>>
>>    sched/core: ipipe: do not panic on failed migration to the head
>> stage (2018-10-01 15:10:59 +0200)
>>
>> ----------------------------------------------------------------
>> Philippe Gerum (2):
>>        ipipe: timer: prevent double-ack if host timer is not grabbed
>>        sched/core: ipipe: do not panic on failed migration to the head
>> stage
>>
>>   kernel/ipipe/timer.c | 11 +++++++----
>>   kernel/sched/core.c  |  2 --
>>   2 files changed, 7 insertions(+), 6 deletions(-)
>>
> 
> I suppose both are not related to the sigdebug issue Henning noticed,

Nope.

> are they? Just the confirm if that issue is still open, or if we could
> start removing the "wip" from the 4.14 branch.
> 

I did not look at it.

> BTW, we should sign-off kernel commits as well.
> 

Ack.

-- 
Philippe.


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

* Re: [Xenomai] [PULL] A couple of fixes to the split series for x86
  2018-10-01 13:28 [Xenomai] [PULL] A couple of fixes to the split series for x86 Philippe Gerum
  2018-10-01 14:03 ` Jan Kiszka
@ 2018-10-02 15:58 ` Henning Schild
  1 sibling, 0 replies; 4+ messages in thread
From: Henning Schild @ 2018-10-02 15:58 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: Kiszka, Jan, Xenomai

Applied to https://git.xenomai.org/ipipe-x86.git wip/4.14-split

Thanks!
Henning


Am Mon, 1 Oct 2018 15:28:06 +0200
schrieb Philippe Gerum <rpm@xenomai.org>:

> The following changes since commit
> be45333e3af13c3b7cb12ecd200cb9be7a8fb439:
> 
>   x86: ipipe: do not panic on unexpected IRQ trap (2018-09-27
> 09:09:52 +0200)
> 
> are available in the Git repository at:
> 
>   https://lab.xenomai.org/ipipe-rpm.git x86/4.14.71
> 
> for you to fetch changes up to
> c5540da918650be520d8f5331ec1944ccfcf6c53:
> 
>   sched/core: ipipe: do not panic on failed migration to the head
> stage (2018-10-01 15:10:59 +0200)
> 
> ----------------------------------------------------------------
> Philippe Gerum (2):
>       ipipe: timer: prevent double-ack if host timer is not grabbed
>       sched/core: ipipe: do not panic on failed migration to the head
> stage
> 
>  kernel/ipipe/timer.c | 11 +++++++----
>  kernel/sched/core.c  |  2 --
>  2 files changed, 7 insertions(+), 6 deletions(-)
> 



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

end of thread, other threads:[~2018-10-02 15:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01 13:28 [Xenomai] [PULL] A couple of fixes to the split series for x86 Philippe Gerum
2018-10-01 14:03 ` Jan Kiszka
2018-10-01 14:24   ` Philippe Gerum
2018-10-02 15:58 ` Henning Schild

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.