<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in lwt_misc.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/lwt_misc.c#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/lwt_misc.c</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f5ad4101009e7f5f5984ffea6923d4fcd470932a - Merge tag &apos;bpf-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/lwt_misc.c#f5ad4101009e7f5f5984ffea6923d4fcd470932a</link>
        <description>Merge tag &apos;bpf-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPull bpf updates from Alexei Starovoitov: - Welcome new BPF maintainers: Kumar Kartikeya Dwivedi, Eduard   Zingerman while Martin KaFai Lau reduced his load to Reviwer. - Lots of fixes everywhere from many first time contributors. Thank you   All. - Diff stat is dominated by mechanical split of verifier.c into   multiple components:    - backtrack.c: backtracking logic and jump history    - states.c:    state equivalence    - cfg.c:       control flow graph, postorder, strongly connected                   components    - liveness.c:  register and stack liveness    - fixups.c:    post-verification passes: instruction patching, dead                   code removal, bpf_loop inlining, finalize fastcall   8k line were moved. verifier.c still stands at 20k lines.   Further refactoring is planned for the next release. - Replace dynamic stack liveness with static stack liveness based on   data flow analysis.   This improved the verification time by 2x for some programs and   equally reduced memory consumption. New logic is in liveness.c and   supported by constant folding in const_fold.c (Eduard Zingerman,   Alexei Starovoitov) - Introduce BTF layout to ease addition of new BTF kinds (Alan Maguire) - Use kmalloc_nolock() universally in BPF local storage (Amery Hung) - Fix several bugs in linked registers delta tracking (Daniel Borkmann) - Improve verifier support of arena pointers (Emil Tsalapatis) - Improve verifier tracking of register bounds in min/max and tnum   domains (Harishankar Vishwanathan, Paul Chaignon, Hao Sun) - Further extend support for implicit arguments in the verifier (Ihor   Solodrai) - Add support for nop,nop5 instruction combo for USDT probes in libbpf   (Jiri Olsa) - Support merging multiple module BTFs (Josef Bacik) - Extend applicability of bpf_kptr_xchg (Kaitao Cheng) - Retire rcu_trace_implies_rcu_gp() (Kumar Kartikeya Dwivedi) - Support variable offset context access for &apos;syscall&apos; programs (Kumar   Kartikeya Dwivedi) - Migrate bpf_task_work and dynptr to kmalloc_nolock() (Mykyta   Yatsenko) - Fix UAF in in open-coded task_vma iterator (Puranjay Mohan)* tag &apos;bpf-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next: (241 commits)  selftests/bpf: cover short IPv4/IPv6 inputs with adjust_room  bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb  selftests/bpf: Use memfd_create instead of shm_open in cgroup_iter_memcg  selftests/bpf: Add test for cgroup storage OOB read  bpf: Fix OOB in pcpu_init_value  selftests/bpf: Fix reg_bounds to match new tnum-based refinement  selftests/bpf: Add tests for non-arena/arena operations  bpf: Allow instructions with arena source and non-arena dest registers  bpftool: add missing fsession to the usage and docs of bpftool  docs/bpf: add missing fsession attach type to docs  bpf: add missing fsession to the verifier log  bpf: Move BTF checking logic into check_btf.c  bpf: Move backtracking logic to backtrack.c  bpf: Move state equivalence logic to states.c  bpf: Move check_cfg() into cfg.c  bpf: Move compute_insn_live_regs() into liveness.c  bpf: Move fixup/post-processing logic from verifier.c into fixups.c  bpf: Simplify do_check_insn()  bpf: Move checks for reserved fields out of the main pass  bpf: Delete unused variable  ...

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/lwt_misc.c</description>
        <pubDate>Wed, 15 Apr 2026 03:04:04 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4faa1893807cfc9363b19624f8666e07e7e42f59 - Merge branch &apos;fix-the-null-pointer-dereference-issue-in-bpf_lwt_xmit_push_encap&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/lwt_misc.c#4faa1893807cfc9363b19624f8666e07e7e42f59</link>
        <description>Merge branch &apos;fix-the-null-pointer-dereference-issue-in-bpf_lwt_xmit_push_encap&apos;Feng Yang says:====================Fix the null pointer dereference issue in bpf_lwt_xmit_push_encapChanges in v10:- Patch simplification. Thanks, Martin KaFai Lau.- Link to v9: https://lore.kernel.org/all/20260303074423.172680-1-yangfeng59949@163.com/Changes in v9:- Use dst_hold() and skb_dst_set().  Skip !skb_dst check.  Move all changes into the IS_ENABLED(CONFIG_IPV6).  Use #if IS_ENABLED(CONFIG_IPV6); otherwise, a compilation error will occur when ipv6 is not enabled.  Thanks, Martin KaFai Lau.- Link to v8: https://lore.kernel.org/all/20260227082133.96951-1-yangfeng59949@163.com/Changes in v8:- set ret to an error code before goto out.- Link to v7: https://lore.kernel.org/all/20260226095156.117996-1-yangfeng59949@163.com/Changes in v7:- Use ip6_null_entry to avoid. Thanks, Martin KaFai Lau.Changes in v6:- Modify the bpf_lwt_xmit_push_encap function and add selftests for it.  Thanks, Martin KaFai Lau.- Link to v5: https://lore.kernel.org/all/20260210090657.86977-1-yangfeng59949@163.com/Changes in v5:- Refer to the bpf_lwt_xmit_reroute function to configure the dst parameter.- Link to v4: https://lore.kernel.org/all/20260209015111.28144-1-yangfeng59949@163.com/Changes in v4:- add rcu lock- Link to v3: https://lore.kernel.org/all/20260206055113.63476-1-yangfeng59949@163.com/Changes in v3:- use dst_init- Link to v2: https://lore.kernel.org/all/20260205092227.126665-1-yangfeng59949@163.com/Changes in v2:- Link to v1: https://lore.kernel.org/all/20260127084520.13890-1-luyun_611@163.com/====================Link: https://patch.msgid.link/20260304094429.168521-1-yangfeng59949@163.comSigned-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/lwt_misc.c</description>
        <pubDate>Wed, 04 Mar 2026 21:46:47 +0100</pubDate>
        <dc:creator>Martin KaFai Lau &lt;martin.lau@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e8ae16d65ac629bcdebf685b9ad9b008648b08b0 - selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encap</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/bpf/prog_tests/lwt_misc.c#e8ae16d65ac629bcdebf685b9ad9b008648b08b0</link>
        <description>selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encapCalling bpf_lwt_xmit_push_encap will not cause a crash when dst is missing.Signed-off-by: Feng Yang &lt;yangfeng@kylinos.cn&gt;Signed-off-by: Martin KaFai Lau &lt;martin.lau@kernel.org&gt;Link: https://patch.msgid.link/20260304094429.168521-3-yangfeng59949@163.com

            List of files:
            /linux/tools/testing/selftests/bpf/prog_tests/lwt_misc.c</description>
        <pubDate>Wed, 04 Mar 2026 10:44:29 +0100</pubDate>
        <dc:creator>Feng Yang &lt;yangfeng@kylinos.cn&gt;</dc:creator>
    </item>
</channel>
</rss>
