Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

KVM: add a dash in kernel LOCALVERSION #3489

Merged
merged 1 commit into from
Dec 19, 2016

Conversation

alban
Copy link
Member

@alban alban commented Dec 19, 2016

This patch should change uname -r from 4.8.6rkt-v1 to 4.8.6-rkt-v1.

The missing dash was breaking some scripts to parse the kernel release. Arguably, those scripts were buggy and need to be fixed, but usually CONFIG_LOCALVERSION starts with a "-" (at least on Fedora and Arch).


@iaguis @grahamwhaley @jodh-intel this patch comes from #3487 but this time in a standalone PR as requested.

This patch should change `uname -r` from `4.8.6rkt-v1` to
`4.8.6-rkt-v1`.

The missing dash was breaking some scripts to parse the kernel release.
Arguably, those scripts were buggy and need to be fixed, but usually
CONFIG_LOCALVERSION starts with a "-" (at least on Fedora and Arch).
@grahamwhaley
Copy link

lgtm

@lucab lucab added this to the v1.22.0 milestone Dec 19, 2016
@lucab lucab merged commit 4e6437a into rkt:master Dec 19, 2016
@lucab lucab mentioned this pull request Jan 5, 2017
alban referenced this pull request in kinvolk/gobpf Jan 10, 2017
Signed-off-by: Michael Schubert <michael@kinvolk.io>
alban referenced this pull request in kinvolk/gobpf Jan 10, 2017
Signed-off-by: Michael Schubert <michael@kinvolk.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants