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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 34B15C282CA for ; Wed, 13 Feb 2019 15:16:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0387C222B1 for ; Wed, 13 Feb 2019 15:16:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390356AbfBMPQE (ORCPT ); Wed, 13 Feb 2019 10:16:04 -0500 Received: from mga18.intel.com ([134.134.136.126]:37249 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729139AbfBMPQB (ORCPT ); Wed, 13 Feb 2019 10:16:01 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2019 07:16:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,365,1544515200"; d="scan'208";a="126161184" Received: from rbhardw1-mobl.gar.corp.intel.com (HELO [10.252.68.82]) ([10.252.68.82]) by orsmga003.jf.intel.com with ESMTP; 13 Feb 2019 07:15:58 -0800 Subject: Re: linux-next: Fixes tag needs some work in the drivers-x86 tree To: Andy Shevchenko Cc: Stephen Rothwell , Darren Hart , Linux Next Mailing List , Linux Kernel Mailing List References: <20190207095703.564e76b2@canb.auug.org.au> <38152c55-c2c1-c89f-2751-0ef0d40fcba9@linux.intel.com> From: "Bhardwaj, Rajneesh" Message-ID: Date: Wed, 13 Feb 2019 20:45:56 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07-Feb-19 9:25 PM, Andy Shevchenko wrote: > On Thu, Feb 7, 2019 at 4:06 AM Bhardwaj, Rajneesh > wrote: >> On 07-Feb-19 4:27 AM, Stephen Rothwell wrote: >> >> Hi all, >> >> In commit >> >> 4284dc008f43 ("platform/x86: intel_pmc_core: Fix file permissions for ltr_show") >> >> Fixes tag >> >> Fixes: 63cde0c16c67 ("platform/x86: intel_pmc_core: Show Latency Tolerance info") >> >> has these problem(s): >> >> - Target SHA1 does not exist >> >> Did you mean: >> >> 2eb150558bb7 ("platform/x86: intel_pmc_core: Show Latency Tolerance info") >> >> Yes, upstream commit is 2eb150558bb79ee01c39b64c2868216c0be2904f. For some reason when i do git show on my repo with both these SHA1 i see the same patch. >> >> I will fix this in next version. > Hmm... this came to our published branch, i.e. for-next, would it be > better to update it via rebasing? > > Darren, what do you think? Hi Andy, I have corrected this in v2 anyway and i sent to upstream today, just in case you prefer it over rebasing. https://patchwork.kernel.org/patch/10810123/ >