<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《使用Go语言实现eBPF程序内核态与用户态的双向数据交换》的评论</title>
	<atom:link href="http://tonybai.com/2022/07/25/bidirectional-data-exchange-between-kernel-and-user-states-of-ebpf-programs-using-go/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2022/07/25/bidirectional-data-exchange-between-kernel-and-user-states-of-ebpf-programs-using-go/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2022/07/25/bidirectional-data-exchange-between-kernel-and-user-states-of-ebpf-programs-using-go/#comment-7769</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Fri, 26 Jul 2024 23:34:32 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3629#comment-7769</guid>
		<description>理论上应该是可行的。不过，我也没试过。但这种阻塞内核态继续执行的“骚操作”还是有高风险的，我建议还是换一种方式。万一用户态ebpf程序出现问题，很可能导致内核态程序一直阻塞。</description>
		<content:encoded><![CDATA[<p>理论上应该是可行的。不过，我也没试过。但这种阻塞内核态继续执行的“骚操作”还是有高风险的，我建议还是换一种方式。万一用户态ebpf程序出现问题，很可能导致内核态程序一直阻塞。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：watermelon</title>
		<link>https://tonybai.com/2022/07/25/bidirectional-data-exchange-between-kernel-and-user-states-of-ebpf-programs-using-go/#comment-7768</link>
		<dc:creator>watermelon</dc:creator>
		<pubDate>Fri, 26 Jul 2024 02:56:30 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3629#comment-7768</guid>
		<description>我想使用内核态ebpf程序阻塞A用户程序里某个函数的执行，直到用户态ebpf程序完成一些逻辑后，内核态ebpf程序继续向下执行。请问这样让内核态ebpf程序阻塞可行吗？</description>
		<content:encoded><![CDATA[<p>我想使用内核态ebpf程序阻塞A用户程序里某个函数的执行，直到用户态ebpf程序完成一些逻辑后，内核态ebpf程序继续向下执行。请问这样让内核态ebpf程序阻塞可行吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2022/07/25/bidirectional-data-exchange-between-kernel-and-user-states-of-ebpf-programs-using-go/#comment-7751</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Thu, 16 May 2024 14:15:27 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3629#comment-7751</guid>
		<description>现在也不晚:)</description>
		<content:encoded><![CDATA[<p>现在也不晚:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：test</title>
		<link>https://tonybai.com/2022/07/25/bidirectional-data-exchange-between-kernel-and-user-states-of-ebpf-programs-using-go/#comment-7750</link>
		<dc:creator>test</dc:creator>
		<pubDate>Thu, 16 May 2024 02:08:00 +0000</pubDate>
		<guid isPermaLink="false">https://tonybai.com/?p=3629#comment-7750</guid>
		<description>早一个星期看到就好了，感谢分享</description>
		<content:encoded><![CDATA[<p>早一个星期看到就好了，感谢分享</p>
]]></content:encoded>
	</item>
</channel>
</rss>
