From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937696AbdAED6E (ORCPT ); Wed, 4 Jan 2017 22:58:04 -0500 Received: from mga07.intel.com ([134.134.136.100]:11575 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936219AbdAED6B (ORCPT ); Wed, 4 Jan 2017 22:58:01 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,319,1477983600"; d="scan'208";a="50257600" Message-ID: <1483588676.2112.1.camel@intel.com> Subject: Re: [GIT PULL] More ACPI updates for v4.10-rc1 From: Zhang Rui To: Linus Torvalds , "Rafael J. Wysocki" , Lv Zheng , Bob Moore Cc: Linux Kernel Mailing List , ACPI Devel Maling List Date: Thu, 05 Jan 2017 11:57:56 +0800 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-01-04 at 09:46 -0800, Linus Torvalds wrote: > On Thu, Dec 22, 2016 at 6:18 AM, Rafael J. Wysocki > wrote: > > > > > > Please pull from the tag > > > >  git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git > > \ > >  acpi-extra-4.10-rc1 > I only just noticed that this apparently introduces a new warning: > >   ACPI Warning: Table ffffffff9fe6c0a0, Validation count is zero > before decrement > > the bug may be old, it looks like just the check is new to commit > 174cc7187e6f. > > But it does seem like something is putting a table that wasn't > properly gotten. > this looks like the same issue reported here https://bugzilla.kernel.org/show_bug.cgi?id=191221 Lv, do you think the patch in comment #4 can fix the problem? thanks, rui