Patch "libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0" has been added to the 5.17-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

    libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0

to the 5.17-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:
     libbpf-fix-libbpf.map-inheritance-chain-for-libbpf_0.patch
and it can be found in the queue-5.17 subdirectory.

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



commit 3857d781cf9215419420091fe167e2fd39aa0597
Author: Andrii Nakryiko <andrii@xxxxxxxxxx>
Date:   Fri Feb 11 12:52:35 2022 -0800

    libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0
    
    [ Upstream commit d130e954a002b901391037c33b9ae11bae5aaa91 ]
    
    Ensure that LIBBPF_0.7.0 inherits everything from LIBBPF_0.6.0.
    
    Fixes: dbdd2c7f8cec ("libbpf: Add API to get/set log_level at per-program level")
    Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx>
    Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx>
    Link: https://lore.kernel.org/bpf/20220211205235.2089104-1-andrii@xxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
index 529783967793..9a89fdfe4987 100644
--- a/tools/lib/bpf/libbpf.map
+++ b/tools/lib/bpf/libbpf.map
@@ -431,4 +431,4 @@ LIBBPF_0.7.0 {
 		libbpf_probe_bpf_map_type;
 		libbpf_probe_bpf_prog_type;
 		libbpf_set_memlock_rlim_max;
-};
+} LIBBPF_0.6.0;



[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