From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756719AbbJAIZn (ORCPT ); Thu, 1 Oct 2015 04:25:43 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:34862 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756268AbbJAIZi (ORCPT ); Thu, 1 Oct 2015 04:25:38 -0400 Date: Thu, 1 Oct 2015 10:25:34 +0200 From: Ingo Molnar To: Vaishali Thakkar Cc: Ingo Molnar , Peter Zijlstra , Arnaldo Carvalho de Melo , Thomas Gleixner , "H. Peter Anvin" , x86@kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH] perf/x86/intel/uncore: Remove use of macro DEFINE_PCI_DEVICE_TABLE Message-ID: <20151001082534.GB1903@gmail.com> References: <20150717052759.GA6265@vaishali-Ideapad-Z570> <20151001080711.GA31789@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Vaishali Thakkar wrote: > On Thu, Oct 1, 2015 at 1:37 PM, Ingo Molnar wrote: > > > > * Vaishali Thakkar wrote: > > > >> Ping! > > > > Pong. This patch is already upstream. > > Oops! Sorry. I just realized that you already applied it but it is > still showing me in linux-next > when grepped for it and is blocking the road in removing the macro definition. So I think what you saw in linux-next is another usage of the old macro, in the same file - which usage arrived since you did the first patch. > > Sorry for the noise. np. Thanks, Ingo