linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] v4.14.15-rt13
@ 2018-01-29 22:37 Sebastian Andrzej Siewior
  2018-02-06 14:07 ` Gene Heskett
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2018-01-29 22:37 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML, linux-rt-users, Steven Rostedt

Dear RT folks!

I'm pleased to announce the v4.14.15-rt13 patch set. 

Changes since v4.14.15-rt12:

  - In the previous release the ping-sysrq patch was removed from the
    queue but has been left listed in the series by mistake. "git
    quiltimport" simply ignored that patch while "quilt push -a" did not
    continue. This release provides a corrected series file. Reported by
    Salvatore Bonaccorso.

Known issues
     - A warning triggered in "rcu_note_context_switch" originated from
       SyS_timer_gettime(). The issue was always there, it is now
       visible. Reported by Grygorii Strashko and Daniel Wagner.

The delta patch against v4.14.15-rt12 is appended below and can be found here:
 
     https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/incr/patch-4.14.15-rt12-rt13.patch.xz

You can get this release via the git tree at:

    git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v4.14.15-rt13

The RT patch against v4.14.15 can be found here:

    https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/older/patch-4.14.15-rt13.patch.xz

The split quilt queue is available at:

    https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/older/patches-4.14.15-rt13.tar.xz

Sebastian

diff --git a/localversion-rt b/localversion-rt
index 6e44e540b927..9f7d0bdbffb1 100644
--- a/localversion-rt
+++ b/localversion-rt
@@ -1 +1 @@
--rt12
+-rt13

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

* Re: [ANNOUNCE] v4.14.15-rt13
  2018-01-29 22:37 [ANNOUNCE] v4.14.15-rt13 Sebastian Andrzej Siewior
@ 2018-02-06 14:07 ` Gene Heskett
  2018-02-06 19:38   ` Gene Heskett
  0 siblings, 1 reply; 4+ messages in thread
From: Gene Heskett @ 2018-02-06 14:07 UTC (permalink / raw)
  To: linux-rt-users

On Monday 29 January 2018 17:37:23 Sebastian Andrzej Siewior wrote:

> Dear RT folks!
>
> I'm pleased to announce the v4.14.15-rt13 patch set.
>
> Changes since v4.14.15-rt12:
>
>   - In the previous release the ping-sysrq patch was removed from the
>     queue but has been left listed in the series by mistake. "git
>     quiltimport" simply ignored that patch while "quilt push -a" did
> not continue. This release provides a corrected series file. Reported
> by Salvatore Bonaccorso.
>
> Known issues
>      - A warning triggered in "rcu_note_context_switch" originated
> from SyS_timer_gettime(). The issue was always there, it is now
> visible. Reported by Grygorii Strashko and Daniel Wagner.
>
> The delta patch against v4.14.15-rt12 is appended below and can be
> found here:
>
>     
> https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/incr/patch-4.
>14.15-rt12-rt13.patch.xz
>
> You can get this release via the git tree at:
>
>    
> git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git
> v4.14.15-rt13
>
pulled this one. copied rock64 defconfig to top level dir. Read the docs, 
some prerequisites are missing, like sphinx.

But make menuconfig fails:
scripts/kconfig/Makefile:202: recipe for 
target 'scripts/kconfig/dochecklxdialog' failed
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1

Thats probably because something in the Docs/process/changes.rst is 
missing from a stretch install on an arm64 board. And a sudo apt install 
$name can't find it

What am I missing thats available in stretch to satisfy this?

> The RT patch against v4.14.15 can be found here:
>
>    
> https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/older/patch-4
>.14.15-rt13.patch.xz
>
> The split quilt queue is available at:
>
>    
> https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/older/patches
>-4.14.15-rt13.tar.xz
>
> Sebastian
>
> diff --git a/localversion-rt b/localversion-rt
> index 6e44e540b927..9f7d0bdbffb1 100644
> --- a/localversion-rt
> +++ b/localversion-rt
> @@ -1 +1 @@
> --rt12
> +-rt13
> --
> To unsubscribe from this list: send the line "unsubscribe
> linux-rt-users" in the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

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

* Re: [ANNOUNCE] v4.14.15-rt13
  2018-02-06 14:07 ` Gene Heskett
@ 2018-02-06 19:38   ` Gene Heskett
  2018-02-06 22:17     ` Gene Heskett
  0 siblings, 1 reply; 4+ messages in thread
From: Gene Heskett @ 2018-02-06 19:38 UTC (permalink / raw)
  To: linux-rt-users

On Tuesday 06 February 2018 09:07:56 Gene Heskett wrote:

> On Monday 29 January 2018 17:37:23 Sebastian Andrzej Siewior wrote:
> > Dear RT folks!
> >
> > I'm pleased to announce the v4.14.15-rt13 patch set.
> >
> > Changes since v4.14.15-rt12:
> >
> >   - In the previous release the ping-sysrq patch was removed from
> > the queue but has been left listed in the series by mistake. "git
> > quiltimport" simply ignored that patch while "quilt push -a" did not
> > continue. This release provides a corrected series file. Reported by
> > Salvatore Bonaccorso.
> >
> > Known issues
> >      - A warning triggered in "rcu_note_context_switch" originated
> > from SyS_timer_gettime(). The issue was always there, it is now
> > visible. Reported by Grygorii Strashko and Daniel Wagner.
> >
> > The delta patch against v4.14.15-rt12 is appended below and can be
> > found here:
> >
> >
> > https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/incr/patch-
> >4. 14.15-rt12-rt13.patch.xz
> >
> > You can get this release via the git tree at:
> >
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git
> > v4.14.15-rt13
>
> pulled this one. copied rock64 defconfig to top level dir. Read the
> docs, some prerequisites are missing, like sphinx.
>
> But make menuconfig fails:
> scripts/kconfig/Makefile:202: recipe for
> target 'scripts/kconfig/dochecklxdialog' failed
> make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
>
> Thats probably because something in the Docs/process/changes.rst is
> missing from a stretch install on an arm64 board. And a sudo apt
> install $name can't find it
>
> What am I missing thats available in stretch to satisfy this?
>
Ping?  If this is not the right list for the question, what might the 
right list be called?

> > The RT patch against v4.14.15 can be found here:
> >
> >
> > https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/older/patch
> >-4 .14.15-rt13.patch.xz
> >
> > The split quilt queue is available at:
> >
> >
> > https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/older/patch
> >es -4.14.15-rt13.tar.xz
> >
> > Sebastian
> >
> > diff --git a/localversion-rt b/localversion-rt
> > index 6e44e540b927..9f7d0bdbffb1 100644
> > --- a/localversion-rt
> > +++ b/localversion-rt
> > @@ -1 +1 @@
> > --rt12
> > +-rt13
> > --
> > To unsubscribe from this list: send the line "unsubscribe
> > linux-rt-users" in the body of a message to
> > majordomo@vger.kernel.org More majordomo info at 
> > http://vger.kernel.org/majordomo-info.html



-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

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

* Re: [ANNOUNCE] v4.14.15-rt13
  2018-02-06 19:38   ` Gene Heskett
@ 2018-02-06 22:17     ` Gene Heskett
  0 siblings, 0 replies; 4+ messages in thread
From: Gene Heskett @ 2018-02-06 22:17 UTC (permalink / raw)
  To: linux-rt-users

On Tuesday 06 February 2018 14:38:43 Gene Heskett wrote:

> On Tuesday 06 February 2018 09:07:56 Gene Heskett wrote:
> > On Monday 29 January 2018 17:37:23 Sebastian Andrzej Siewior wrote:
> > > Dear RT folks!
> > >
> > > I'm pleased to announce the v4.14.15-rt13 patch set.
> > >
> > > Changes since v4.14.15-rt12:
> > >
> > >   - In the previous release the ping-sysrq patch was removed from
> > > the queue but has been left listed in the series by mistake. "git
> > > quiltimport" simply ignored that patch while "quilt push -a" did
> > > not continue. This release provides a corrected series file.
> > > Reported by Salvatore Bonaccorso.
> > >
> > > Known issues
> > >      - A warning triggered in "rcu_note_context_switch" originated
> > > from SyS_timer_gettime(). The issue was always there, it is now
> > > visible. Reported by Grygorii Strashko and Daniel Wagner.
> > >
> > > The delta patch against v4.14.15-rt12 is appended below and can be
> > > found here:
> > >
> > >
> > > https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/incr/patc
> > >h- 4. 14.15-rt12-rt13.patch.xz
> > >
> > > You can get this release via the git tree at:
> > >
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.gi
> > >t v4.14.15-rt13
> >
> > pulled this one. copied rock64 defconfig to top level dir. Read the
> > docs, some prerequisites are missing, like sphinx.
> >
> > But make menuconfig fails:
> > scripts/kconfig/Makefile:202: recipe for
> > target 'scripts/kconfig/dochecklxdialog' failed
> > make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
> >
> > Thats probably because something in the Docs/process/changes.rst is
> > missing from a stretch install on an arm64 board. And a sudo apt
> > install $name can't find it
> >
> > What am I missing thats available in stretch to satisfy this?
>
> Ping?  If this is not the right list for the question, what might the
> right list be called?
>
Sorry for the noise. It turns out that the failure messages on its own 
consoles are far more informative as to why it fails, than they are for 
an ssh -Y login and a session of synaptic on another console was able to 
find what was needed. So its building until a showstopper pops up now.
Theoretically for a rock64, on the rock64.

Thanks everybody.

> > > The RT patch against v4.14.15 can be found here:
> > >
> > >
> > > https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/older/pat
> > >ch -4 .14.15-rt13.patch.xz
> > >
> > > The split quilt queue is available at:
> > >
> > >
> > > https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.14/older/pat
> > >ch es -4.14.15-rt13.tar.xz
> > >
> > > Sebastian
> > >
> > > diff --git a/localversion-rt b/localversion-rt
> > > index 6e44e540b927..9f7d0bdbffb1 100644
> > > --- a/localversion-rt
> > > +++ b/localversion-rt
> > > @@ -1 +1 @@
> > > --rt12
> > > +-rt13
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe
> > > linux-rt-users" in the body of a message to
> > > majordomo@vger.kernel.org More majordomo info at
> > > http://vger.kernel.org/majordomo-info.html



-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

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

end of thread, other threads:[~2018-02-06 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-29 22:37 [ANNOUNCE] v4.14.15-rt13 Sebastian Andrzej Siewior
2018-02-06 14:07 ` Gene Heskett
2018-02-06 19:38   ` Gene Heskett
2018-02-06 22:17     ` Gene Heskett

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).