diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-08-30 09:45:46 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-04 11:03:55 +0100 |
commit | 673c7ffe924dd4e28f9d7ae3750ede84d3eaeba8 (patch) | |
tree | ea947a0866788cade7ba9369305c80f3b380deac /meta/recipes-kernel | |
parent | be6db68a5ebbcaee379b630bd1fd9ef932d54f13 (diff) | |
download | poky-673c7ffe924dd4e28f9d7ae3750ede84d3eaeba8.tar.gz |
linux-yocto/4.18: update to 4.18.5
Integrating the korg -stable release that comprises the following
commits:
96158f3a9e70 Linux 4.18.5
0d63520b5fb4 reiserfs: fix broken xattr handling (heap corruption, bad retval)
7bc1a91a5abd i2c: imx: Fix race condition in dma read
32d9b3638608 i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
8c1bd0d0edf0 PCI: pciehp: Fix unprotected list iteration in IRQ handler
2de0279ac99e PCI: pciehp: Fix use-after-free on unplug
d2d937b78621 PCI: Skip MPS logic for Virtual Functions (VFs)
16558e4db5dc PCI: aardvark: Size bridges before resources allocation
dabfad3cae57 PCI: hotplug: Don't leak pci_slot on registration failure
4d4306a283a1 PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
473af290c7fd PCI: Restore resized BAR state on resume
96be7bbde431 parisc: Remove ordered stores from syscall.S
e1d35a1a02c4 parisc: Remove unnecessary barriers from spinlock.h
3df731e0ccfe drm/amdgpu/pm: Fix potential Spectre v1
d8a1aecababa drm/i915/kvmgt: Fix potential Spectre v1
5b6ea348768d ext4: fix spectre gadget in ext4_mb_regular_allocator()
5bd4084f029d powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
c2d73c253885 x86/mm/init: Remove freed kernel image areas from alias mapping
a01cdb47ffd1 x86/mm/init: Add helper for freeing kernel image pages
22ddf85281c3 x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
0a57c747ae05 mm: Allow non-direct-map arguments to free_reserved_area()
2114c7185168 pty: fix O_CLOEXEC for TIOCGPTPEER
48cf4d45ce8f EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
28b2837b7236 Linux 4.18.4
b1246ef7cf01 cls_matchall: fix tcf_unbind_filter missing
ffbc6163fca7 net: mvneta: fix mvneta_config_rss on armada 3700
298f83fe1298 net: ethernet: mvneta: Fix napi structure mixup on armada 3700
043b985f7c81 ip_vti: fix a null pointer deferrence when create vti fallback tunnel
63d60df1773e r8169: don't use MSI-X on RTL8106e
6f560142350c hv/netvsc: Fix NULL dereference at single queue mode fallback
cd0fb1cb23a8 net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
3909ccf1fe71 isdn: Disable IIOCDBGVAR
2b9ffbf248fb Bluetooth: avoid killing an already killed socket
a34e4f42055a Revert "uio: use request_threaded_irq instead"
93e5f3d10e79 misc: sram: fix resource leaks in probe error path
421483e0c444 uio: fix wrong return value from uio_mmap()
1d5fb78f91ae serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
1964062d2945 serial: 8250_dw: always set baud rate in dw8250_set_termios
73f85a14da62 serial: 8250_exar: Read INT0 from slave device, too
47f7d1daf64b tty: serial: 8250: Revert NXP SC16C2552 workaround
8d26e06a887e ACPI / PM: save NVS memory for ASUS 1025C laptop
54d05edc6052 USB: option: add support for DW5821e
fee0c36502c5 USB: serial: pl2303: add a new device id for ATEN
0a4711920c0a USB: serial: sierra: fix potential deadlock at close
28f807d781df media: gl861: fix probe of dvb_usb_gl861
e078fab2a495 ALSA: seq: Fix poll() error return
8efea5358093 ALSA: vxpocket: Fix invalid endian conversions
efa72756f954 ALSA: memalloc: Don't exceed over the requested size
29a168321517 ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
1c0888fb4b49 ALSA: dice: fix wrong copy to rx parameters for Alesis iO26
eeb2943acc74 ALSA: cs5535audio: Fix invalid endian conversion
fe4740d8be76 ALSA: virmidi: Fix too long output trigger loop
bb150b4471ce ALSA: vx222: Fix invalid endian conversions
f9a16dfcbd88 ALSA: hda - Turn CX8200 into D3 as well upon reboot
79141c5015ab ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
72a579b814d9 r8169: don't use MSI-X on RTL8168g
01002eb0a1c3 net_sched: Fix missing res info when create new tc_index filter
8a1a056d12d3 net_sched: fix NULL pointer dereference when delete tcindex filter
4ea1da6d1c60 l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
(From OE-Core rev: 7de607cb0b5c08dbbd746ec78b096e5b85e693b1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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_4.18.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.18.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb index cfcd9fc22d..9be96b5221 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.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 ?= "8a990322beb7b3aa5a06d7bd630f819b70911587" | 14 | SRCREV_machine ?= "6b38725fe97a59cefef01b5213a1d234dd38a542" |
15 | SRCREV_meta ?= "63ea2052ace129caa22c4b5b88c316bde63f64eb" | 15 | SRCREV_meta ?= "80d3da10b85c1769760fcd0a1e1c7787f23eae24" |
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-4.18;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "4.18.3" | 20 | LINUX_VERSION ?= "4.18.5" |
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_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb index 7ed670ab42..ef198aa145 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | |||
@@ -4,7 +4,7 @@ KCONFIG_MODE = "--allnoconfig" | |||
4 | 4 | ||
5 | require recipes-kernel/linux/linux-yocto.inc | 5 | require recipes-kernel/linux/linux-yocto.inc |
6 | 6 | ||
7 | LINUX_VERSION ?= "4.18.3" | 7 | LINUX_VERSION ?= "4.18.5" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
9 | 9 | ||
10 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 10 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -13,8 +13,8 @@ DEPENDS += "openssl-native util-linux-native" | |||
13 | KMETA = "kernel-meta" | 13 | KMETA = "kernel-meta" |
14 | KCONF_BSP_AUDIT_LEVEL = "2" | 14 | KCONF_BSP_AUDIT_LEVEL = "2" |
15 | 15 | ||
16 | SRCREV_machine ?= "eba03655e8e436ef6090100423bcea43e4911478" | 16 | SRCREV_machine ?= "71799edb8a38622626cf3b5582dff152b512ccf0" |
17 | SRCREV_meta ?= "63ea2052ace129caa22c4b5b88c316bde63f64eb" | 17 | SRCREV_meta ?= "80d3da10b85c1769760fcd0a1e1c7787f23eae24" |
18 | 18 | ||
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |
20 | 20 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.18.bb b/meta/recipes-kernel/linux/linux-yocto_4.18.bb index baeecc59b6..a4c7fabfef 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.18.bb | |||
@@ -11,21 +11,21 @@ KBRANCH_qemux86 ?= "v4.18/standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "v4.18/standard/base" | 11 | KBRANCH_qemux86-64 ?= "v4.18/standard/base" |
12 | KBRANCH_qemumips64 ?= "v4.18/standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "v4.18/standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "1af7de788a0d28968bd48ff733696de130e0427d" | 14 | SRCREV_machine_qemuarm ?= "cae6ae8b337fbc4b73083cec8156884fcec00866" |
15 | SRCREV_machine_qemuarm64 ?= "eba03655e8e436ef6090100423bcea43e4911478" | 15 | SRCREV_machine_qemuarm64 ?= "71799edb8a38622626cf3b5582dff152b512ccf0" |
16 | SRCREV_machine_qemumips ?= "f431f068f06041a60b29628c97b507391c6ad92c" | 16 | SRCREV_machine_qemumips ?= "28fbf6d4df772beb8c13b9554933dc0751d38ad8" |
17 | SRCREV_machine_qemuppc ?= "eba03655e8e436ef6090100423bcea43e4911478" | 17 | SRCREV_machine_qemuppc ?= "71799edb8a38622626cf3b5582dff152b512ccf0" |
18 | SRCREV_machine_qemux86 ?= "eba03655e8e436ef6090100423bcea43e4911478" | 18 | SRCREV_machine_qemux86 ?= "71799edb8a38622626cf3b5582dff152b512ccf0" |
19 | SRCREV_machine_qemux86-64 ?= "eba03655e8e436ef6090100423bcea43e4911478" | 19 | SRCREV_machine_qemux86-64 ?= "71799edb8a38622626cf3b5582dff152b512ccf0" |
20 | SRCREV_machine_qemumips64 ?= "a8e005cb6453c4d59f4c460b6f034bba69ce7807" | 20 | SRCREV_machine_qemumips64 ?= "f3add308bccafeeed79fde2a3720236bf4fd6457" |
21 | SRCREV_machine ?= "eba03655e8e436ef6090100423bcea43e4911478" | 21 | SRCREV_machine ?= "71799edb8a38622626cf3b5582dff152b512ccf0" |
22 | SRCREV_meta ?= "63ea2052ace129caa22c4b5b88c316bde63f64eb" | 22 | SRCREV_meta ?= "80d3da10b85c1769760fcd0a1e1c7787f23eae24" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}" |
26 | 26 | ||
27 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 27 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
28 | LINUX_VERSION ?= "4.18.3" | 28 | LINUX_VERSION ?= "4.18.5" |
29 | 29 | ||
30 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 30 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
31 | DEPENDS += "openssl-native util-linux-native" | 31 | DEPENDS += "openssl-native util-linux-native" |