From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755231AbeEYJYm (ORCPT ); Fri, 25 May 2018 05:24:42 -0400 Received: from mail-io0-f196.google.com ([209.85.223.196]:43295 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754925AbeEYJYi (ORCPT ); Fri, 25 May 2018 05:24:38 -0400 X-Google-Smtp-Source: ADUXVKJFI+PHU1Lf4Zy/huatpqeGx7s3W6m6GynpsRtXuamnQ4TKQ+Vulu/w3BDHR/F1lwSsyac/yo95dgKsnRhflwo= MIME-Version: 1.0 In-Reply-To: References: <3221007.8CUDle5b3u@aspire.rjw.lan> <201805181421.jU5hI6Bo%fengguang.wu@intel.com> From: Ulf Hansson Date: Fri, 25 May 2018 11:24:37 +0200 Message-ID: Subject: Re: [PATCH 2/2] ACPI: EC: Dispatch the EC GPE directly on s2idle wake To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , kbuild-all@01.org, Linux ACPI , Zhang Rui , Linux PM , LKML , Erik Schmauss , Bob Moore , "Wang, Wendy" , kbuild test robot Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25 May 2018 at 10:48, Rafael J. Wysocki wrote: > On Fri, May 25, 2018 at 10:08 AM, Rafael J. Wysocki wrote: >> On Fri, May 25, 2018 at 8:49 AM, Ulf Hansson wrote: >>> Rafael, >>> >>> On 18 May 2018 at 08:10, kbuild test robot wrote: >>>> Hi Rafael, >>>> >>>> I love your patch! Yet something to improve: >>>> >>>> [auto build test ERROR on pm/linux-next] >>>> [also build test ERROR on v4.17-rc5] >>>> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] >>>> >>>> url: https://github.com/0day-ci/linux/commits/Rafael-J-Wysocki/ACPI-PM-Dispatch-EC-GPE-early-on-s2idle-resume-if-LPS0-_DSM-is-used/20180518-070817 >>>> base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next >>>> config: arm64-defconfig (attached as .config) >>>> compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 >>>> reproduce: >>>> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross >>>> chmod +x ~/bin/make.cross >>>> # save the attached .config to linux build tree >>>> make.cross ARCH=arm64 >>>> >>>> All errors (new ones prefixed by >>): >>>> >>>> drivers/acpi/ec.o: In function `acpi_ec_dispatch_gpe': >>>>>> ec.c:(.text+0x239c): undefined reference to `acpi_dispatch_gpe' >>>> ec.c:(.text+0x239c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `acpi_dispatch_gpe' >>>> >>>> --- >>>> 0-DAY kernel test infrastructure Open Source Technology Center >>>> https://lists.01.org/pipermail/kbuild-all Intel Corporation >>> >>> This breaks arm64 builds, would you mind to drop the offending patch >>> from your linux-next branch? >> >> Not really, but I can fix it. > > Should be fixed now, sorry for the breakage. Thanks, yes it builds fine now! Kind regards Uffe