From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1804CC432C0 for ; Thu, 28 Nov 2019 07:37:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DDA542168B for ; Thu, 28 Nov 2019 07:37:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574926658; bh=CRxHmCQ2CYx3SAi4tWeEHuPCghWPDjwC0Yp9FEG3nW8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Dz9OFFz6bvwdt9g/kgVk8U4hJ6oGwGccPcdh90CSZ8WP0IoJxc6Ji/Ixmx67D51JX ul+mnTST/us8phVzIAg697mLFmkEbgK6cxyBZjBxW5tb+Ru21NMlAtlPBLP+CD74BM DdkyIXuA0L0qk3RmEkGBWnd0L9J+3zErPUf6dGXk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727187AbfK1Hhi (ORCPT ); Thu, 28 Nov 2019 02:37:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:57938 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727149AbfK1Hhi (ORCPT ); Thu, 28 Nov 2019 02:37:38 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1DBA42154A; Thu, 28 Nov 2019 07:37:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574926657; bh=CRxHmCQ2CYx3SAi4tWeEHuPCghWPDjwC0Yp9FEG3nW8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UxTVDXvwpxXr9s5Tc161IySHkiC1rJJPf0iGlaqWZ/oOtp4aJsyJQ75466v1FPWWr +aaIuJ9dFp+gIhhdybkYDnIRspD3JcbCyO80UhzPInggORfRO0n50ovI5hJ0tcOuAN lDJ6N4RQSAq/ZHCCrCIHdQrfCWwiAaCLNcN4tJiA= Date: Thu, 28 Nov 2019 08:19:20 +0100 From: Greg KH To: Bob Funk Cc: Sasha Levin , Willy Tarreau , stable@vger.kernel.org Subject: Re: Bug Report - Kernel Branch 4.4.y - asus-wmi.c Message-ID: <20191128071920.GC3317260@kroah.com> References: <33bfa93a-3853-85f5-47f9-8a69ed9c656e@gmail.com> <20191123092701.GA2129125@kroah.com> <20191123192244.GA16156@1wt.eu> <20191125133048.GA12367@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Nov 27, 2019 at 08:17:25PM -0600, Bob Funk wrote: > I tested out the patch that was announced today for the 4.4.204-stable > review and > all is working well here. Thanks for addressing this. Wonderful, thanks for reporting this and for testing. greg k-h