From 5c8a2c0a94bcf77f7e7e0ae94949a4ea5a28e767 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 25 May 2018 15:41:54 +0100 Subject: [PATCH] ap-common: Switch to Linux 4.14 by default on X86. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Linux 4.9 is getting a bit long in the tooth. 4.14 is an LTS branch and the osstest-tested version seems reasonably good. I ran a special report[1] to see what to expect and it reported no regressions. Accordingly I am going to switch to using Linux 4.14 by default for most X86 runs in osstest. ARM tests are not affected at this time; they use their own linux-arm-xen branch which is updated by the Xen ARM maintainers. [1] ./sg-report-flight --that-linux=6ba89b52ba6916bc7a3d390d70951e992c0ca39e --this-linux=d88700f79448fc8f03617d4f1929c39676f8d1e4 --branches-also=linux-4.9,linux-4.14,linux-arm-xen 122974 |less CC: Boris Ostrovsky CC: Juergen Gross CC: Stefano Stabellini CC: Wei Liu CC: Konrad Rzeszutek Wilk CC: Roger Pau Monné CC: Julien Grall Signed-off-by: Ian Jackson --- ap-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ap-common b/ap-common index ec6e010..5e7cfde 100644 --- a/ap-common +++ b/ap-common @@ -61,7 +61,7 @@ : ${PUSH_TREE_LINUX:=$XENBITS:/home/xen/git/linux-pvops.git} : ${BASE_TREE_LINUX:=git://xenbits.xen.org/linux-pvops.git} -: ${BASE_TAG_LINUX:=tested/linux-4.9} +: ${BASE_TAG_LINUX:=tested/linux-4.14} : ${BASE_TAG_LINUX_ARM:=tested/linux-arm-xen} if [ "x${TREE_LINUX}" = x ]; then -- 2.39.5