diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-11-17 22:17:20 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 11:06:21 +0000 |
commit | 65f6271bf547d0e13a714917bfaab24355621e33 (patch) | |
tree | 814f21fa2798bd45f740698970a6d9ff2baf4dc5 /meta/recipes-kernel | |
parent | 2d65f82bc8943909745b69f211d7393a6cc04e24 (diff) | |
download | poky-65f6271bf547d0e13a714917bfaab24355621e33.tar.gz |
linux-yocto/5.2: update to v5.2.23
Updating linux-yocto/5.2 to the latest korg -stable release that comprises
the following commits:
6e5893ab1fe2 Linux 5.2.23
86ac741509b1 kvm: x86: mmu: Recovery of shattered NX large pages
c553a0a399c9 kvm: Add helper function for creating VM worker threads
f2bf2c447af6 kvm: mmu: ITLB_MULTIHIT mitigation
f06ad290c8f0 KVM: x86: make FNAME(fetch) and __direct_map more similar
18b180d7a0f1 kvm: x86, powerpc: do not allow clearing largepages debugfs entry
ff893d92a664 Documentation: Add ITLB_MULTIHIT documentation
f9adaf5c4457 cpu/speculation: Uninline and export CPU mitigations helpers
0b2c4ab2b97c x86/cpu: Add Tremont to the cpu vulnerability whitelist
eaa0b155027e x86/bugs: Add ITLB_MULTIHIT bug infrastructure
dccf9a56da2e x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs
32bd35cc9e6c x86/tsx: Add config options to set tsx=on|off|auto
c4ed63015b6a x86/speculation/taa: Add documentation for TSX Async Abort
43e4f038964c x86/tsx: Add "auto" option to the tsx= cmdline parameter
995c701aa712 kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
085db27a9d8a x86/speculation/taa: Add sysfs reporting for TSX Async Abort
0d7366963e51 x86/speculation/taa: Add mitigation for TSX Async Abort
10d64704b2e6 x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default
e97aa6c96e2e x86/cpu: Add a helper function x86_read_arch_cap_msr()
817956f7cd90 x86/msr: Add the IA32_TSX_CTRL MSR
4ad18dc35ed7 x86/cpu: Move arch_smt_update() to a neutral place
(From OE-Core rev: 9049ff4d12ac0f356edd4c755498a016c85dd7ca)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
(cherry picked from commit 441e9dc823fdf4fd9da2332ec63afcf6098773af)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.2.bb | 20 |
3 files changed, 15 insertions, 15 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb index b2214241dd..60a98c518f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb | |||
@@ -11,13 +11,13 @@ python () { | |||
11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "64ea323b90275e7f14d89377c792bbfbb18c44a8" | 14 | SRCREV_machine ?= "b26332b386cedfa5084fb373f78fb129523288fa" |
15 | SRCREV_meta ?= "6eac47a0d7934f9431020b1ea75b943e7327983d" | 15 | SRCREV_meta ?= "6eac47a0d7934f9431020b1ea75b943e7327983d" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "5.2.22" | 20 | LINUX_VERSION ?= "5.2.23" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb index 35c7b0dec7..24d08860dd 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb | |||
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" | |||
6 | 6 | ||
7 | require recipes-kernel/linux/linux-yocto.inc | 7 | require recipes-kernel/linux/linux-yocto.inc |
8 | 8 | ||
9 | LINUX_VERSION ?= "5.2.22" | 9 | LINUX_VERSION ?= "5.2.23" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
11 | 11 | ||
12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native" | |||
15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "8e35cd4c39258d1164e06351da55a21913664cae" | 18 | SRCREV_machine_qemuarm ?= "d919a90f1f3a8234d8eb60b0a03b07a90d7d3234" |
19 | SRCREV_machine ?= "d17d6745a19dddda645a6e934652eef06151806b" | 19 | SRCREV_machine ?= "4642ca5f2e968a24227eec72c363117397358c28" |
20 | SRCREV_meta ?= "6eac47a0d7934f9431020b1ea75b943e7327983d" | 20 | SRCREV_meta ?= "6eac47a0d7934f9431020b1ea75b943e7327983d" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.2.bb b/meta/recipes-kernel/linux/linux-yocto_5.2.bb index f2c56c904f..b7146fa23d 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.2.bb | |||
@@ -12,15 +12,15 @@ KBRANCH_qemux86 ?= "v5.2/standard/base" | |||
12 | KBRANCH_qemux86-64 ?= "v5.2/standard/base" | 12 | KBRANCH_qemux86-64 ?= "v5.2/standard/base" |
13 | KBRANCH_qemumips64 ?= "v5.2/standard/mti-malta64" | 13 | KBRANCH_qemumips64 ?= "v5.2/standard/mti-malta64" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "93335e3d0acb7454c83bce7953ee9d03a35efc9a" | 15 | SRCREV_machine_qemuarm ?= "c823471bf471b472ff36b3c2ca1fed70ca972eda" |
16 | SRCREV_machine_qemuarm64 ?= "d17d6745a19dddda645a6e934652eef06151806b" | 16 | SRCREV_machine_qemuarm64 ?= "4642ca5f2e968a24227eec72c363117397358c28" |
17 | SRCREV_machine_qemumips ?= "e232ed9ae26f63b388ae0f3fb9d543a4d369db35" | 17 | SRCREV_machine_qemumips ?= "e3f9bf8ec923e973dc2c49512cbaf45f8f88e8b5" |
18 | SRCREV_machine_qemuppc ?= "d17d6745a19dddda645a6e934652eef06151806b" | 18 | SRCREV_machine_qemuppc ?= "4642ca5f2e968a24227eec72c363117397358c28" |
19 | SRCREV_machine_qemuriscv64 ?= "d17d6745a19dddda645a6e934652eef06151806b" | 19 | SRCREV_machine_qemuriscv64 ?= "4642ca5f2e968a24227eec72c363117397358c28" |
20 | SRCREV_machine_qemux86 ?= "d17d6745a19dddda645a6e934652eef06151806b" | 20 | SRCREV_machine_qemux86 ?= "4642ca5f2e968a24227eec72c363117397358c28" |
21 | SRCREV_machine_qemux86-64 ?= "d17d6745a19dddda645a6e934652eef06151806b" | 21 | SRCREV_machine_qemux86-64 ?= "4642ca5f2e968a24227eec72c363117397358c28" |
22 | SRCREV_machine_qemumips64 ?= "5bc76928dd614b75cfa6c1606362c03f69293f7e" | 22 | SRCREV_machine_qemumips64 ?= "6b57735a83936356279cf553329e72688b4f17f9" |
23 | SRCREV_machine ?= "d17d6745a19dddda645a6e934652eef06151806b" | 23 | SRCREV_machine ?= "4642ca5f2e968a24227eec72c363117397358c28" |
24 | SRCREV_meta ?= "6eac47a0d7934f9431020b1ea75b943e7327983d" | 24 | SRCREV_meta ?= "6eac47a0d7934f9431020b1ea75b943e7327983d" |
25 | 25 | ||
26 | # remap qemuarm to qemuarma15 for the 5.2 kernel | 26 | # remap qemuarm to qemuarma15 for the 5.2 kernel |
@@ -30,7 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}" | 30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}" |
31 | 31 | ||
32 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
33 | LINUX_VERSION ?= "5.2.22" | 33 | LINUX_VERSION ?= "5.2.23" |
34 | 34 | ||
35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
36 | DEPENDS += "openssl-native util-linux-native" | 36 | DEPENDS += "openssl-native util-linux-native" |