From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751660AbdBMDje (ORCPT ); Sun, 12 Feb 2017 22:39:34 -0500 Received: from mga04.intel.com ([192.55.52.120]:1723 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751480AbdBMDjc (ORCPT ); Sun, 12 Feb 2017 22:39:32 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,155,1484035200"; d="scan'208";a="64337041" Date: Mon, 13 Feb 2017 11:41:34 +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: <20170213034134.GA9441@intel.com> References: <201702130350.e6CiOa2Z%fengguang.wu@intel.com> <20170213031338.GD8498@vireshk-i7> <20170213033525.GA9086@intel.com> <20170213033455.GG8498@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170213033455.GG8498@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:04:55AM +0530, Viresh Kumar wrote: > On 13-02-17, 11:35, Philip Li wrote: > > On Mon, Feb 13, 2017 at 08:43:38AM +0530, Viresh Kumar wrote: > > > On 13-02-17, 03:35, kbuild test robot wrote: > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > > > head: 1ce42845f987e92eabfc6e026d44d826c25c74a5 > > > > commit: 655c9df961751ce21466f6e97e8033932c27a675 PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() > > > > date: 1 year ago > > > > > > And we are seeing these bogus reports again :( > > thanks for feedback, do you mean this is a wrongly reported issue, like the issue can't > > be reproduced or the issue was fixed already? > > Look at the date of the patch above: "1 year ago". got it, i will check this part to see why reporting on 1 year old commit. > > I have also received 7-8 more mails for the OPP framework and they are all bogus > as well. 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. > > -- > viresh