Patch "perf tools: Do not ignore the default vmlinux.h" has been added to the 6.5-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    perf tools: Do not ignore the default vmlinux.h

to the 6.5-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     perf-tools-do-not-ignore-the-default-vmlinux.h.patch
and it can be found in the queue-6.5 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 4f23c4bf046fa6c27c23a717c816e09afbffdd07
Author: Namhyung Kim <namhyung@xxxxxxxxxx>
Date:   Tue Oct 10 16:42:47 2023 -0700

    perf tools: Do not ignore the default vmlinux.h
    
    [ Upstream commit 1f36b190ad2dea68e3a7e84b7b2f24ce8c4063ea ]
    
    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 <lkp@xxxxxxxxx>
    Reviewed-by: Ian Rogers <irogers@xxxxxxxxxx>
    Closes: https://lore.kernel.org/oe-kbuild-all/202310110451.rvdUZJEY-lkp@xxxxxxxxx/
    Cc: oe-kbuild-all@xxxxxxxxxxxxxxx
    Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/tools/perf/util/bpf_skel/vmlinux/.gitignore b/tools/perf/util/bpf_skel/vmlinux/.gitignore
new file mode 100644
index 0000000000000..49502c04183a2
--- /dev/null
+++ b/tools/perf/util/bpf_skel/vmlinux/.gitignore
@@ -0,0 +1 @@
+!vmlinux.h



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux