From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:47158 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965540AbeBMTva (ORCPT ); Tue, 13 Feb 2018 14:51:30 -0500 Date: Tue, 13 Feb 2018 20:51:32 +0100 From: Greg KH To: Mario Limonciello Cc: linux-stable , Andy Shevchenko Subject: Re: [PATCH] platform/x86: dell-laptop: Allocate buffer on heap rather than globally Message-ID: <20180213195132.GA22142@kroah.com> References: <1518550759-10600-1-git-send-email-mario.limonciello@dell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1518550759-10600-1-git-send-email-mario.limonciello@dell.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Feb 13, 2018 at 01:39:19PM -0600, Mario Limonciello wrote: > There is no longer a need for the buffer to be defined in > first 4GB physical address space. > > Furthermore there may be race conditions with multiple different functions > working on a module wide buffer causing incorrect results. > > This commit has been backported from: > commit 9862b43624 upstream > > Fixes: 549b4930f057658dc50d8010e66219233119a4d8 > Suggested-by: Pali Rohar > Signed-off-by: Mario Limonciello > Signed-off-by: Andy Shevchenko > --- > drivers/platform/x86/dell-laptop.c | 188 ++++++++++++++++++++----------------- > 1 file changed, 103 insertions(+), 85 deletions(-) Why is this a stable patch? What bug does it fix? confused, greg k-h