summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-10-14 13:54:33 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-10-21 07:22:20 +0800
commite6d6b347b0664d63050031f2ee81c84c976060b8 (patch)
tree68f5200b56cb66cf1483665ee511849fe5d284b7
parentf2487e35a6d4b5b02b15761b3090064b7d629f54 (diff)
downloadmeta-intel-e6d6b347b0664d63050031f2ee81c84c976060b8.tar.gz
linux-intel/4.19: update to v4.19.73
Also updated kmeta tag 'v4.19.73': (247 commits) Linux 4.19.73 Merge "USB: Fix configuration selection issues introduced in v4.20.0" vhost: make sure log_num < in_num powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts powerpc/tm: Remove msr_tm_active() PCI: Reset both NVIDIA GPU and HDA in ThinkPad P50 workaround ext4: unsigned int compared against zero ext4: fix block validity checks for journal inodes using indirect blocks ext4: don't perform block validity checks on the journal inode drm/atomic_helper: Allow DPMS On<->Off changes for unregistered connectors virtio/s390: fix race on airq_areas[] drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHV bcache: fix race in btree_flush_write() bcache: add comments for mutex_lock(&b->write_lock) bcache: only clear BTREE_NODE_dirty bit when it is set NFSv4: Fix delegation state recovery iio: adc: gyroadc: fix uninitialized return code mm/migrate.c: initialize pud_entry in migrate_vma() i2c: at91: fix clk_offset for sama5d2 i2c: at91: disable TXRDY interrupt after sending data gpio: don't WARN() on NULL descs if gpiolib is disabled ... 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 ae059b41..7e26cd0f 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.68" 12LINUX_VERSION ?= "4.19.73"
13SRCREV_machine ?= "1e852a3597a92ce329cf55a3c86a1c2cae3afc6f" 13SRCREV_machine ?= "ca05e9cd64b5afbd698fa2707be4d2602890b849"
14SRCREV_meta ?= "e73568c48e08a0cefa34a689e2f06f60abd17aec" 14SRCREV_meta ?= "a7cb57afb9fb9787079c28a1028d797632105e56"
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"