From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751685AbdBNCF1 (ORCPT ); Mon, 13 Feb 2017 21:05:27 -0500 Received: from mga14.intel.com ([192.55.52.115]:50277 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751210AbdBNCF0 (ORCPT ); Mon, 13 Feb 2017 21:05:26 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,158,1484035200"; d="scan'208";a="64780251" Date: Tue, 14 Feb 2017 10:07:29 +0800 From: Philip Li To: Viresh Kumar Cc: kbuild test robot , kbuild-all@01.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , Stephen Boyd Subject: Re: drivers/base/power/opp/core.c:241:15: error: redefinition of 'dev_pm_opp_get_max_volt_latency' Message-ID: <20170214020729.GB10346@intel.com> References: <201702130350.e6CiOa2Z%fengguang.wu@intel.com> <20170213031338.GD8498@vireshk-i7> <20170213033525.GA9086@intel.com> <20170213033455.GG8498@vireshk-i7> <20170213034134.GA9441@intel.com> <20170213035759.GH8498@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170213035759.GH8498@vireshk-i7> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 13, 2017 at 09:27:59AM +0530, Viresh Kumar wrote: > On 13-02-17, 11:41, Philip Li wrote: > > on the other side, this is a build issue from randconfig, looks the failure exists on linus/master > > head 1ce4284, and caused by 655c9df commit. Not sure whether you can reproduce it, or if it is not > > a real issue, we can further follow up to fix false warning. > > I don't think so. This is what your report says: > > reproduce: > git checkout 655c9df961751ce21466f6e97e8033932c27a675 > # save the attached .config to linux build tree > make ARCH=x86_64 > > It never said that you can checkout 1ce4284 and reproduce this. > > Can you try to reproduce it on 1ce4284? I am sure you wouldn't find anything. ah, it looks like a false reporting, both commits are ok. I will follow up to fix this. sorry for inconvenience caused. > > -- > viresh