Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp257061imj; Wed, 13 Feb 2019 07:52:55 -0800 (PST) X-Google-Smtp-Source: AHgI3Ia2ePAk8AaUzFlOFPUCkvxsfNU4iREvQ6YcnP5biDV0FldeL9OD61NFi8UclGSZVcP6GYAb X-Received: by 2002:a65:4101:: with SMTP id w1mr1033021pgp.257.1550073175000; Wed, 13 Feb 2019 07:52:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550073174; cv=none; d=google.com; s=arc-20160816; b=g2q+zIlk8P4jyVz8BwBicvY6EeNEFapz33PPg2TkmvychN87bgOSbRyinR/ExIRmEr uD48Fre5tY54mjhUNVtDzOPliaUvTpHf1U9fRryEH9PcHjJupmcnC+htoQi7jP4F/Afz eUUMK5JLshQ4FIPgNa6N2qviMVAcdARYG6Bg1LMuMdG9SB9onrlZoqY2nSH7hjiINh4q fN3zC3IOiHNLHiUMp+J5yHkpao6eAgwxNWgb0V9DuInJM9RttbPuYust4dvFTvTps9ep xvh89w1kpuJ0dBhUFsmtqTtw3JruGyNWGEa/vyTlUj4Acmz4U6p0pm/X8idHZrfGHwVS pV5g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=Q6D46LDowvSCXlCIeot6HSmnV+ulIw35KioFII4jkBw=; b=xKb6I2Tcxe0STZup9LYa1o954vkB0tlfN2wey1rIM2nw4YJmNbvn0CxupTA+0C9K9X J/dcG7E2HbHB/3nB2B9Bq+fzifJAPSor4J1ybmZodojYsXuIfcUfufLdNb4alpW7nSxb qXoGT1saydUcDhgFezw953f1FV+ojWI7GQWCl227Y71mBBtOFI4WWIK1sy2WhxSaFzBV YfcsYRB1W0s6LZn+BUFU29xxzVOKaftMwuYQRmSwATdw8W+BQkOdntS7kKV7TIc9M5SQ ttpYucmY4uevXEdpfWUL8SABT3G+Kt1ZtYtwX0zVgz7qaXFsqugJOrvkvAi2dIc4xpgu vZAA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r8si12522993plo.203.2019.02.13.07.52.36; Wed, 13 Feb 2019 07:52:54 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390266AbfBMPQD (ORCPT + 99 others); Wed, 13 Feb 2019 10:16:03 -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/ >