Re: [ANNOUNCE] 4.14.63-rt40

2018-08-28 Thread Bernhard Landauer
On 28/08/2018 04:41, Steven Rostedt wrote:

> On Fri, 24 Aug 2018 12:17:51 -0400
> Steven Rostedt  wrote:
>
>> On Fri, 24 Aug 2018 18:14:43 +0200
>> Bernhard Landauer  wrote:
>>
>>> Hello everyone,
>>>
>>> for some reason I am not able to build 4.14.63-rt40 for Manjarolinux.
>>> Even after removing all our custom patches build fails at
>>>
>>>   LD [M]  drivers/gpu/drm/drm.o
>>>   AR  drivers/gpu/built-in.o
>>> make: *** [Makefile:1035: drivers] Error 2
>>>
>>> My config can be found here for information:
>>> https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt
>>>
>>> Thank you for any advice!
>>>  
>> Thanks for the report, I'll take a look.
>>
> This appears to fix it:
>
> -- Steve
>
> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
> index cedf225d4182..7df4cced6ac0 100644
> --- a/drivers/hv/vmbus_drv.c
> +++ b/drivers/hv/vmbus_drv.c
> @@ -35,6 +35,7 @@
>  #include 
>  #include 
>  #include 
> +#include 
>  
>  #include 
>  #include 

Fixes my build issue, indeed!
Thanks a lot!

Bernhard



Re: [ANNOUNCE] 4.14.63-rt40

2018-08-28 Thread Bernhard Landauer
On 28/08/2018 04:41, Steven Rostedt wrote:

> On Fri, 24 Aug 2018 12:17:51 -0400
> Steven Rostedt  wrote:
>
>> On Fri, 24 Aug 2018 18:14:43 +0200
>> Bernhard Landauer  wrote:
>>
>>> Hello everyone,
>>>
>>> for some reason I am not able to build 4.14.63-rt40 for Manjarolinux.
>>> Even after removing all our custom patches build fails at
>>>
>>>   LD [M]  drivers/gpu/drm/drm.o
>>>   AR  drivers/gpu/built-in.o
>>> make: *** [Makefile:1035: drivers] Error 2
>>>
>>> My config can be found here for information:
>>> https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt
>>>
>>> Thank you for any advice!
>>>  
>> Thanks for the report, I'll take a look.
>>
> This appears to fix it:
>
> -- Steve
>
> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
> index cedf225d4182..7df4cced6ac0 100644
> --- a/drivers/hv/vmbus_drv.c
> +++ b/drivers/hv/vmbus_drv.c
> @@ -35,6 +35,7 @@
>  #include 
>  #include 
>  #include 
> +#include 
>  
>  #include 
>  #include 

Fixes my build issue, indeed!
Thanks a lot!

Bernhard



Re: [ANNOUNCE] 4.14.63-rt40

2018-08-27 Thread Steven Rostedt
On Fri, 24 Aug 2018 12:17:51 -0400
Steven Rostedt  wrote:

> On Fri, 24 Aug 2018 18:14:43 +0200
> Bernhard Landauer  wrote:
> 
> > Hello everyone,
> > 
> > for some reason I am not able to build 4.14.63-rt40 for Manjarolinux.
> > Even after removing all our custom patches build fails at
> > 
> >   LD [M]  drivers/gpu/drm/drm.o
> >   AR  drivers/gpu/built-in.o
> > make: *** [Makefile:1035: drivers] Error 2
> > 
> > My config can be found here for information:
> > https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt
> > 
> > Thank you for any advice!
> >  
> 
> Thanks for the report, I'll take a look.
> 

This appears to fix it:

-- Steve

diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index cedf225d4182..7df4cced6ac0 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -35,6 +35,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 


Re: [ANNOUNCE] 4.14.63-rt40

2018-08-27 Thread Steven Rostedt
On Fri, 24 Aug 2018 12:17:51 -0400
Steven Rostedt  wrote:

> On Fri, 24 Aug 2018 18:14:43 +0200
> Bernhard Landauer  wrote:
> 
> > Hello everyone,
> > 
> > for some reason I am not able to build 4.14.63-rt40 for Manjarolinux.
> > Even after removing all our custom patches build fails at
> > 
> >   LD [M]  drivers/gpu/drm/drm.o
> >   AR  drivers/gpu/built-in.o
> > make: *** [Makefile:1035: drivers] Error 2
> > 
> > My config can be found here for information:
> > https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt
> > 
> > Thank you for any advice!
> >  
> 
> Thanks for the report, I'll take a look.
> 

This appears to fix it:

-- Steve

diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index cedf225d4182..7df4cced6ac0 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -35,6 +35,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 


Re: [ANNOUNCE] 4.14.63-rt40

2018-08-24 Thread Bernhard Landauer
Hello everyone,

for some reason I am not able to build 4.14.63-rt40 for Manjarolinux.
Even after removing all our custom patches build fails at

  LD [M]  drivers/gpu/drm/drm.o
  AR  drivers/gpu/built-in.o
make: *** [Makefile:1035: drivers] Error 2

My config can be found here for information:
https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt

Thank you for any advice!
regards
Bernhard

On 22/08/2018 20:14, Steven Rostedt wrote:
> Dear RT Folks,
>
> I'm pleased to announce the 4.14.63-rt40 stable release.
>
>
> This release is just an update to the new stable 4.14.63 version
> and no RT specific changes have been made.
>
> NOTE: There is a known issue with this release. The fix is here:
>
>   http://lkml.kernel.org/r/1534660115.6187.4.ca...@gmx.de
>
> I did not apply it to this release because it needs to be added to
> v4.16-rt first before it gets backported. Feel free to apply it
> yourself if you have any concerns.
>
> You can get this release via the git tree at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
>
>   branch: v4.14-rt
>   Head SHA1: da6bee3cef4af60566dc56f3d48fce0b18165107
>
>
> Or to build 4.14.63-rt40 directly, the following patches should be applied:
>
>   http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz
>
>   http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.63.xz
>
>   
> http://www.kernel.org/pub/linux/kernel/projects/rt/4.14/patch-4.14.63-rt40.patch.xz
>
>
>
>
> Enjoy,
>
> -- Steve
>


Re: [ANNOUNCE] 4.14.63-rt40

2018-08-24 Thread Bernhard Landauer
Hello everyone,

for some reason I am not able to build 4.14.63-rt40 for Manjarolinux.
Even after removing all our custom patches build fails at

  LD [M]  drivers/gpu/drm/drm.o
  AR  drivers/gpu/built-in.o
make: *** [Makefile:1035: drivers] Error 2

My config can be found here for information:
https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt

Thank you for any advice!
regards
Bernhard

On 22/08/2018 20:14, Steven Rostedt wrote:
> Dear RT Folks,
>
> I'm pleased to announce the 4.14.63-rt40 stable release.
>
>
> This release is just an update to the new stable 4.14.63 version
> and no RT specific changes have been made.
>
> NOTE: There is a known issue with this release. The fix is here:
>
>   http://lkml.kernel.org/r/1534660115.6187.4.ca...@gmx.de
>
> I did not apply it to this release because it needs to be added to
> v4.16-rt first before it gets backported. Feel free to apply it
> yourself if you have any concerns.
>
> You can get this release via the git tree at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
>
>   branch: v4.14-rt
>   Head SHA1: da6bee3cef4af60566dc56f3d48fce0b18165107
>
>
> Or to build 4.14.63-rt40 directly, the following patches should be applied:
>
>   http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz
>
>   http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.63.xz
>
>   
> http://www.kernel.org/pub/linux/kernel/projects/rt/4.14/patch-4.14.63-rt40.patch.xz
>
>
>
>
> Enjoy,
>
> -- Steve
>


Re: [ANNOUNCE] 4.14.63-rt40

2018-08-24 Thread Steven Rostedt
On Fri, 24 Aug 2018 18:14:43 +0200
Bernhard Landauer  wrote:

> Hello everyone,
> 
> for some reason I am not able to build 4.14.63-rt40 for Manjarolinux.
> Even after removing all our custom patches build fails at
> 
>   LD [M]  drivers/gpu/drm/drm.o
>   AR  drivers/gpu/built-in.o
> make: *** [Makefile:1035: drivers] Error 2
> 
> My config can be found here for information:
> https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt
> 
> Thank you for any advice!
>

Thanks for the report, I'll take a look.

-- Steve


Re: [ANNOUNCE] 4.14.63-rt40

2018-08-24 Thread Steven Rostedt
On Fri, 24 Aug 2018 18:14:43 +0200
Bernhard Landauer  wrote:

> Hello everyone,
> 
> for some reason I am not able to build 4.14.63-rt40 for Manjarolinux.
> Even after removing all our custom patches build fails at
> 
>   LD [M]  drivers/gpu/drm/drm.o
>   AR  drivers/gpu/built-in.o
> make: *** [Makefile:1035: drivers] Error 2
> 
> My config can be found here for information:
> https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt
> 
> Thank you for any advice!
>

Thanks for the report, I'll take a look.

-- Steve


Re: [ANNOUNCE] 4.14.63-rt40

2018-08-23 Thread Steven Rostedt
On Thu, 23 Aug 2018 09:31:09 +
Tiejun Chen  wrote:

> Steven,
> 
> commit 7f11a591bbdb111792298144c3476506aa7f1ca8 (HEAD -> 
> v4.14.63-rt40-rebase, tag: v4.14.63-rt40-rebase, origin/v4.14-rt-rebase)
> Author: Steven Rostedt (VMware) 
> Date:   Wed May 16 09:33:00 2018 -0400
> 
> Linux 4.14.63-rt40 REBASE
> 
> diff --git a/localversion-rt b/localversion-rt
> index 90290c642ed5..a3b2408c1da6 100644
> --- a/localversion-rt
> +++ b/localversion-rt
> @@ -1 +1 @@
> --rt29
> +-rt37
> ^
> Isn't it supposed to be rt40?
> 

Ug, the last step of creating the rebase is to manually update the
localversion-rt file. Which I did. But I forgot to add "-a" to the 
"git commit --amend" part. Thanks for pointing this out!

Luckily, this is the rebase branch, where I can just rebase it ;-)

-- Steve


Re: [ANNOUNCE] 4.14.63-rt40

2018-08-23 Thread Steven Rostedt
On Thu, 23 Aug 2018 09:31:09 +
Tiejun Chen  wrote:

> Steven,
> 
> commit 7f11a591bbdb111792298144c3476506aa7f1ca8 (HEAD -> 
> v4.14.63-rt40-rebase, tag: v4.14.63-rt40-rebase, origin/v4.14-rt-rebase)
> Author: Steven Rostedt (VMware) 
> Date:   Wed May 16 09:33:00 2018 -0400
> 
> Linux 4.14.63-rt40 REBASE
> 
> diff --git a/localversion-rt b/localversion-rt
> index 90290c642ed5..a3b2408c1da6 100644
> --- a/localversion-rt
> +++ b/localversion-rt
> @@ -1 +1 @@
> --rt29
> +-rt37
> ^
> Isn't it supposed to be rt40?
> 

Ug, the last step of creating the rebase is to manually update the
localversion-rt file. Which I did. But I forgot to add "-a" to the 
"git commit --amend" part. Thanks for pointing this out!

Luckily, this is the rebase branch, where I can just rebase it ;-)

-- Steve


RE: [ANNOUNCE] 4.14.63-rt40

2018-08-23 Thread Tiejun Chen
Steven,

commit 7f11a591bbdb111792298144c3476506aa7f1ca8 (HEAD -> v4.14.63-rt40-rebase, 
tag: v4.14.63-rt40-rebase, origin/v4.14-rt-rebase)
Author: Steven Rostedt (VMware) 
Date:   Wed May 16 09:33:00 2018 -0400

Linux 4.14.63-rt40 REBASE

diff --git a/localversion-rt b/localversion-rt
index 90290c642ed5..a3b2408c1da6 100644
--- a/localversion-rt
+++ b/localversion-rt
@@ -1 +1 @@
--rt29
+-rt37
^
Isn't it supposed to be rt40?

Thanks
Tiejun

> -Original Message-
> From: linux-rt-users-ow...@vger.kernel.org  ow...@vger.kernel.org> On Behalf Of Steven Rostedt
> Sent: Thursday, August 23, 2018 2:15 AM
> To: LKML ; linux-rt-users  us...@vger.kernel.org>
> Cc: Thomas Gleixner ; Carsten Emde
> ; John Kacur ; Sebastian Andrzej
> Siewior ; Julia Cartwright ; Daniel
> Wagner ; Tom Zanussi
> 
> Subject: [ANNOUNCE] 4.14.63-rt40
> 
> 
> Dear RT Folks,
> 
> I'm pleased to announce the 4.14.63-rt40 stable release.
> 
> 
> This release is just an update to the new stable 4.14.63 version and no RT
> specific changes have been made.
> 
> NOTE: There is a known issue with this release. The fix is here:
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flkml.ker
> nel.org%2Fr%2F1534660115.6187.4.camel%40gmx.dedata=02%7C01%
> 7Ctiejunc%40vmware.com%7Cf5505a126bb8491ac2db08d6085b2e15%7Cb39
> 138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636705585062142956
> ;sdata=vdH9xCIjC2pVwMggGJvVAkfIrq2jG3qJaTi0asnq7Sk%3Dreserved
> =0
> 
> I did not apply it to this release because it needs to be added to v4.16-rt 
> first
> before it gets backported. Feel free to apply it yourself if you have any
> concerns.
> 
> You can get this release via the git tree at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
> 
>   branch: v4.14-rt
>   Head SHA1: da6bee3cef4af60566dc56f3d48fce0b18165107
> 
> 
> Or to build 4.14.63-rt40 directly, the following patches should be applied:
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.ke
> rnel.org%2Fpub%2Flinux%2Fkernel%2Fv4.x%2Flinux-
> 4.14.tar.xzdata=02%7C01%7Ctiejunc%40vmware.com%7Cf5505a126bb
> 8491ac2db08d6085b2e15%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7
> C0%7C636705585062152970sdata=cuTUJOzPb8rJSbK8QLfqb5s9jHNYk3
> WbrUDla5s6ixM%3Dreserved=0
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.ke
> rnel.org%2Fpub%2Flinux%2Fkernel%2Fv4.x%2Fpatch-
> 4.14.63.xzdata=02%7C01%7Ctiejunc%40vmware.com%7Cf5505a126bb
> 8491ac2db08d6085b2e15%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7
> C0%7C636705585062152970sdata=yVr3le4J2mYik%2B8MJ796KcEb%2B
> 7i%2BhAkEWQt2qZ5q2KY%3Dreserved=0
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.ke
> rnel.org%2Fpub%2Flinux%2Fkernel%2Fprojects%2Frt%2F4.14%2Fpatch-
> 4.14.63-
> rt40.patch.xzdata=02%7C01%7Ctiejunc%40vmware.com%7Cf5505a126
> bb8491ac2db08d6085b2e15%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1
> %7C0%7C636705585062152970sdata=TEcL3d3nkG623UFOgWZV5wkrJl
> oPsY7qXcZ8bm%2FmFDI%3Dreserved=0
> 
> 
> 
> 
> Enjoy,
> 
> -- Steve



RE: [ANNOUNCE] 4.14.63-rt40

2018-08-23 Thread Tiejun Chen
Steven,

commit 7f11a591bbdb111792298144c3476506aa7f1ca8 (HEAD -> v4.14.63-rt40-rebase, 
tag: v4.14.63-rt40-rebase, origin/v4.14-rt-rebase)
Author: Steven Rostedt (VMware) 
Date:   Wed May 16 09:33:00 2018 -0400

Linux 4.14.63-rt40 REBASE

diff --git a/localversion-rt b/localversion-rt
index 90290c642ed5..a3b2408c1da6 100644
--- a/localversion-rt
+++ b/localversion-rt
@@ -1 +1 @@
--rt29
+-rt37
^
Isn't it supposed to be rt40?

Thanks
Tiejun

> -Original Message-
> From: linux-rt-users-ow...@vger.kernel.org  ow...@vger.kernel.org> On Behalf Of Steven Rostedt
> Sent: Thursday, August 23, 2018 2:15 AM
> To: LKML ; linux-rt-users  us...@vger.kernel.org>
> Cc: Thomas Gleixner ; Carsten Emde
> ; John Kacur ; Sebastian Andrzej
> Siewior ; Julia Cartwright ; Daniel
> Wagner ; Tom Zanussi
> 
> Subject: [ANNOUNCE] 4.14.63-rt40
> 
> 
> Dear RT Folks,
> 
> I'm pleased to announce the 4.14.63-rt40 stable release.
> 
> 
> This release is just an update to the new stable 4.14.63 version and no RT
> specific changes have been made.
> 
> NOTE: There is a known issue with this release. The fix is here:
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flkml.ker
> nel.org%2Fr%2F1534660115.6187.4.camel%40gmx.dedata=02%7C01%
> 7Ctiejunc%40vmware.com%7Cf5505a126bb8491ac2db08d6085b2e15%7Cb39
> 138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636705585062142956
> ;sdata=vdH9xCIjC2pVwMggGJvVAkfIrq2jG3qJaTi0asnq7Sk%3Dreserved
> =0
> 
> I did not apply it to this release because it needs to be added to v4.16-rt 
> first
> before it gets backported. Feel free to apply it yourself if you have any
> concerns.
> 
> You can get this release via the git tree at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
> 
>   branch: v4.14-rt
>   Head SHA1: da6bee3cef4af60566dc56f3d48fce0b18165107
> 
> 
> Or to build 4.14.63-rt40 directly, the following patches should be applied:
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.ke
> rnel.org%2Fpub%2Flinux%2Fkernel%2Fv4.x%2Flinux-
> 4.14.tar.xzdata=02%7C01%7Ctiejunc%40vmware.com%7Cf5505a126bb
> 8491ac2db08d6085b2e15%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7
> C0%7C636705585062152970sdata=cuTUJOzPb8rJSbK8QLfqb5s9jHNYk3
> WbrUDla5s6ixM%3Dreserved=0
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.ke
> rnel.org%2Fpub%2Flinux%2Fkernel%2Fv4.x%2Fpatch-
> 4.14.63.xzdata=02%7C01%7Ctiejunc%40vmware.com%7Cf5505a126bb
> 8491ac2db08d6085b2e15%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7
> C0%7C636705585062152970sdata=yVr3le4J2mYik%2B8MJ796KcEb%2B
> 7i%2BhAkEWQt2qZ5q2KY%3Dreserved=0
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.ke
> rnel.org%2Fpub%2Flinux%2Fkernel%2Fprojects%2Frt%2F4.14%2Fpatch-
> 4.14.63-
> rt40.patch.xzdata=02%7C01%7Ctiejunc%40vmware.com%7Cf5505a126
> bb8491ac2db08d6085b2e15%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1
> %7C0%7C636705585062152970sdata=TEcL3d3nkG623UFOgWZV5wkrJl
> oPsY7qXcZ8bm%2FmFDI%3Dreserved=0
> 
> 
> 
> 
> Enjoy,
> 
> -- Steve



[ANNOUNCE] 4.14.63-rt40

2018-08-22 Thread Steven Rostedt


Dear RT Folks,

I'm pleased to announce the 4.14.63-rt40 stable release.


This release is just an update to the new stable 4.14.63 version
and no RT specific changes have been made.

NOTE: There is a known issue with this release. The fix is here:

  http://lkml.kernel.org/r/1534660115.6187.4.ca...@gmx.de

I did not apply it to this release because it needs to be added to
v4.16-rt first before it gets backported. Feel free to apply it
yourself if you have any concerns.

You can get this release via the git tree at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git

  branch: v4.14-rt
  Head SHA1: da6bee3cef4af60566dc56f3d48fce0b18165107


Or to build 4.14.63-rt40 directly, the following patches should be applied:

  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz

  http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.63.xz

  
http://www.kernel.org/pub/linux/kernel/projects/rt/4.14/patch-4.14.63-rt40.patch.xz




Enjoy,

-- Steve



[ANNOUNCE] 4.14.63-rt40

2018-08-22 Thread Steven Rostedt


Dear RT Folks,

I'm pleased to announce the 4.14.63-rt40 stable release.


This release is just an update to the new stable 4.14.63 version
and no RT specific changes have been made.

NOTE: There is a known issue with this release. The fix is here:

  http://lkml.kernel.org/r/1534660115.6187.4.ca...@gmx.de

I did not apply it to this release because it needs to be added to
v4.16-rt first before it gets backported. Feel free to apply it
yourself if you have any concerns.

You can get this release via the git tree at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git

  branch: v4.14-rt
  Head SHA1: da6bee3cef4af60566dc56f3d48fce0b18165107


Or to build 4.14.63-rt40 directly, the following patches should be applied:

  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz

  http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.63.xz

  
http://www.kernel.org/pub/linux/kernel/projects/rt/4.14/patch-4.14.63-rt40.patch.xz




Enjoy,

-- Steve