Re: [ANNOUNCE] 4.14.63-rt40

From: Steven Rostedt
Date: Thu Aug 23 2018 - 20:32:30 EST


On Thu, 23 Aug 2018 09:31:09 +0000
Tiejun Chen <tiejunc@xxxxxxxxxx> 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) <rostedt@xxxxxxxxxxx>
> 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