From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756139AbeAHS4A (ORCPT + 1 other); Mon, 8 Jan 2018 13:56:00 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:50044 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756071AbeAHSz6 (ORCPT ); Mon, 8 Jan 2018 13:55:58 -0500 Date: Mon, 8 Jan 2018 10:55:53 -0800 From: Darren Hart To: Linus Torvalds Cc: LKML , Darren Hart , Andy Shevchenko , Rafael Wysocki Subject: [GIT PULL] platform-drivers-x86 for 4.15-4 Message-ID: <20180108185553.GA20797@fury> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Linus, Late cycle fix for a racy boot failure involving a wmi initcall. Thanks to Rafael for the fix. The following changes since commit 532298b95075144bcccf56d792f3fb3fbef2d5d0: platform/x86: dell-wmi: check for kmalloc() errors (2017-12-11 17:26:03 -0800) are available in the git repository at: git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.15-4 for you to fetch changes up to 98b8e4e5c17bf87c1b18ed929472051dab39878c: platform/x86: wmi: Call acpi_wmi_init() later (2018-01-08 10:47:48 -0800) Thanks, Darren Hart VMware Open Source Technology Center ---------------------------------------------------------------- platform-drivers-x86 for v4.15-4 Address a wmi initcall ordering race resulting in a difficult to reproduce boot failure. The following is an automated git shortlog grouped by driver: wmi: - Call acpi_wmi_init() later ---------------------------------------------------------------- Rafael J. Wysocki (1): platform/x86: wmi: Call acpi_wmi_init() later drivers/platform/x86/wmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Darren Hart VMware Open Source Technology Center