Re: [PATCH 2/2] Add release generator script

2019-01-09 Thread Jan Kiszka via Xenomai
On 20.12.18 15:58, Jan Kiszka via Xenomai wrote: This encodes - updating version-code/label - committing the changes - tagging the result Signed-off-by: Jan Kiszka --- scripts/make-release.sh | 35 +++ 1 file changed, 35 insertions(+) create mode 100755

Re: [PATCHv2] cobalt/x86: fix condition in eager fpu code for kernels < 4.14

2019-01-09 Thread Jan Kiszka via Xenomai
On 07.01.19 21:04, Henning Schild via Xenomai wrote: From: Henning Schild We should mark the current task as not owning the fpu anymore if it does actually own the fpu, not if the fpu itself is active. Fixes cb52e6c7438fa Reported-by: Mauro Salvini Signed-off-by: Henning Schild ---