summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-03-14 10:10:31 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-03-18 11:55:04 +0800
commitc7c0e12c98cec527bcdcf26594d34bbeb16057c5 (patch)
treee63ad667469ad3152e2c1174cd198057f5081198
parent7fea6419479d1ccec17d66aa492e735815d5cbbe (diff)
downloadmeta-intel-c7c0e12c98cec527bcdcf26594d34bbeb16057c5.tar.gz
linux-intel/4.19: update to v4.19.28
v4.19.28 have below fixes: INTERNAL drm/i915: Additional alpha blending support drm/i915/gvt: handles error when ioreq attach client fails kernel/vhm:Add some debugs to print the client id/name for create/destroy ioreq_client media: intel-ipu4: crlmodule-lite: adv7481_cvbs: Add PAL size drm/i915: add lock to avoid racing of pvmmio operations for GVT-g guest keystore: add iv_size restriction for dal-keystore TSC: Print current tsc value when detected Stable Linux tag 'v4.19.28': (69 commits) Linux 4.19.28 bpf: fix sanitation rewrite in case of non-pointers scsi: core: reset host byte in DID_NEXUS_FAILURE case exec: Fix mem leak in kernel_read_file Bluetooth: Fix locking in bt_accept_enqueue() for BH context Bluetooth: btrtl: Restore old logic to assume firmware is already loaded selftests: firmware: fix verify_reqs() return value USB: serial: cp210x: fix GPIO in autosuspend gnss: sirf: fix premature wakeup interrupt enable xtensa: fix get_wchan aio: Fix locking in aio_poll() MIPS: irq: Allocate accurate order pages for irq stack applicom: Fix potential Spectre v1 vulnerabilities usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI tracing: Fix event filters and triggers to handle negative numbers x86/boot/compressed/64: Do not read legacy ROM on EFI system x86/CPU/AMD: Set the CPB bit unconditionally on F17h net: sched: act_tunnel_key: fix NULL pointer dereference during init net/sched: act_skbedit: fix refcount leak when replace fails net/sched: act_ipt: fix refcount leak when replace fails ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-kernel/linux/linux-intel_4.19.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel_4.19.bb b/recipes-kernel/linux/linux-intel_4.19.bb
index becc8aaf..fe93bc9e 100644
--- a/recipes-kernel/linux/linux-intel_4.19.bb
+++ b/recipes-kernel/linux/linux-intel_4.19.bb
@@ -9,9 +9,9 @@ SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurs
9 9
10DEPENDS += "elfutils-native openssl-native util-linux-native" 10DEPENDS += "elfutils-native openssl-native util-linux-native"
11 11
12LINUX_VERSION ?= "4.19.23" 12LINUX_VERSION ?= "4.19.28"
13SRCREV_machine ?= "b1fcbc4ee6bf1ff49e17472cc9ec678abe880eb0" 13SRCREV_machine ?= "6420235577680c24202514356ac9ade24cf4d21d"
14SRCREV_meta ?= "83d017da0cc6c84b0167eafcf2811d0717c35b86" 14SRCREV_meta ?= "b517d55685cbe71a54b0528fd9fb781133e094a3"
15 15
16# For Crystalforest and Romley 16# For Crystalforest and Romley
17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" 17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"