From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753188AbbLXVS5 (ORCPT ); Thu, 24 Dec 2015 16:18:57 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:34741 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752326AbbLXVSz (ORCPT ); Thu, 24 Dec 2015 16:18:55 -0500 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Matthew Garrett , Darren Hart , Gabriele Mazzotta , =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Cc: Andy Lutomirski , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCH 0/2] Fixes for dell-wmi Date: Thu, 24 Dec 2015 22:18:44 +0100 Message-Id: <1450991926-20937-1-git-send-email-pali.rohar@gmail.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series adds check if Dell WMI descriptor structure is valid and fixes processing WMI events on devices with WMI interface version 0. After testing, second patch is good candidate for backporting into stable kernels, but problem is that it cannot be used without first patch. So I let decision to other people. Gabriele and Michał, this patch series should fix processing events on yours Dell laptops (you have in DSDT defined version 0). Can you test it? Pali Rohár (2): dell-wmi: Check if Dell WMI descriptor structure is valid dell-wmi: Process only one event on devices with interface version 0 drivers/platform/x86/dell-wmi.c | 94 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 2 deletions(-) -- 1.7.9.5