From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D7308B67E for ; Fri, 20 Oct 2023 05:40:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from mail-pj1-f53.google.com (mail-pj1-f53.google.com [209.85.216.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B02D71A4; Thu, 19 Oct 2023 22:40:42 -0700 (PDT) Received: by mail-pj1-f53.google.com with SMTP id 98e67ed59e1d1-27d11401516so379485a91.2; Thu, 19 Oct 2023 22:40:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697780442; x=1698385242; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qjfQX/pwpr+oppLKOPOhk/9biL82OZa0ePqZEoQXKSc=; b=JLpjpLJLKbqv+S78f4qfxkljWAwfjHvKxz00f/rg1yKHXBMyvG/chYPu5gZKSXxQ8e KWtqiuADzVYLhH0g0TeyCpY7t6n9Xd/iy0z49k26OnT03LcYiWjWsAHMAhRhrh+zQZNp kftMfhjnKlnNUhcnmKvL3EsEw+4Ap14bnp9APCMZkYVM/lyHuZD6XFAd8qrzWOmQGTX2 ppJbOYTcgVUnxa4/oUKyljKYK29lnadjc6SuX3qRG8Bj7WHxSKp4Fbtee8O7bIUAHDDH lLdo8g5b6OKk10JPhO2Ce5SmYUln/TZVwVlNtEYXUTM0AeonOichXCbpXE3rT6sCsDnj CpTw== X-Gm-Message-State: AOJu0YwnPRxCYqXJvn/N3klghEhdbCzihzWI2kyLgIZXHvtU50pQ4Mta mnnZo81rzhm7nZKho3p4wqrk1JHh8GLJVxvrzC8= X-Google-Smtp-Source: AGHT+IHE0A9qTEGPi+9UD7nWvOGVy1HeYSmEiDejI/VMRIG458U0FW71nwPO1YaJMg7AuMzAwkqRVxSf2qsG45zjKY0= X-Received: by 2002:a17:90a:1c3:b0:27d:546d:f4a5 with SMTP id 3-20020a17090a01c300b0027d546df4a5mr822414pjd.43.1697780442052; Thu, 19 Oct 2023 22:40:42 -0700 (PDT) Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <202310110451.rvdUZJEY-lkp@intel.com> <20231010234247.71604-1-namhyung@kernel.org> In-Reply-To: From: Namhyung Kim Date: Thu, 19 Oct 2023 22:40:30 -0700 Message-ID: Subject: Re: [PATCH] perf tools: Do not ignore the default vmlinux.h To: Ian Rogers Cc: Arnaldo Carvalho de Melo , Jiri Olsa , Adrian Hunter , Peter Zijlstra , Ingo Molnar , LKML , linux-perf-users@vger.kernel.org, kernel test robot , oe-kbuild-all@lists.linux.dev Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, Oct 10, 2023 at 6:36=E2=80=AFPM Ian Rogers wro= te: > > On Tue, Oct 10, 2023 at 4:42=E2=80=AFPM Namhyung Kim wrote: > > > > The recent change made it possible to generate vmlinux.h from BTF and > > to ignore the file. But we also have a minimal vmlinux.h that will be > > used by default. It should not be ignored by GIT. > > > > Fixes: b7a2d774c9c5 ("perf build: Add ability to build with a generated= vmlinux.h") > > Reported-by: kernel test robot > > Closes: https://lore.kernel.org/oe-kbuild-all/202310110451.rvdUZJEY-lkp= @intel.com/ > > Signed-off-by: Namhyung Kim > > Reviewed-by: Ian Rogers Applied to perf-tools-next, thanks!