<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/tools/include/uapi/linux/btf.h, branch v5.2-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v5.2-rc4</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v5.2-rc4'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2019-05-14T08:06:23Z</updated>
<entry>
<title>tools/bpf: Sync kernel btf.h header</title>
<updated>2019-05-14T08:06:23Z</updated>
<author>
<name>Gary Lin</name>
<email>glin@suse.com</email>
</author>
<published>2019-05-14T03:15:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=2474c62898c63f8bb122ffda2cd93fdaad55603a'/>
<id>urn:sha1:2474c62898c63f8bb122ffda2cd93fdaad55603a</id>
<content type='text'>
For the fix of BTF_INT_OFFSET().

Signed-off-by: Gary Lin &lt;glin@suse.com&gt;
Acked-by: Andrii Nakryiko &lt;andriin@fb.com&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
</content>
</entry>
<entry>
<title>bpf: sync {btf, bpf}.h uapi header from tools infrastructure</title>
<updated>2019-04-10T00:05:47Z</updated>
<author>
<name>Daniel Borkmann</name>
<email>daniel@iogearbox.net</email>
</author>
<published>2019-04-09T21:20:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=c83fef6bc5627bd0484a151212449270ab294cd9'/>
<id>urn:sha1:c83fef6bc5627bd0484a151212449270ab294cd9</id>
<content type='text'>
Pull in latest changes from both headers, so we can make use of
them in libbpf.

Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Acked-by: Martin KaFai Lau &lt;kafai@fb.com&gt;
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</content>
</entry>
<entry>
<title>tools/bpf: sync btf.h header from kernel to tools</title>
<updated>2018-12-18T00:11:59Z</updated>
<author>
<name>Yonghong Song</name>
<email>yhs@fb.com</email>
</author>
<published>2018-12-16T06:13:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=128b343dbef543e75793deed5cb3e5eeb9b69d0e'/>
<id>urn:sha1:128b343dbef543e75793deed5cb3e5eeb9b69d0e</id>
<content type='text'>
Sync include/uapi/linux/btf.h to tools/include/uapi/linux/btf.h.

Acked-by: Martin KaFai Lau &lt;kafai@fb.com&gt;
Signed-off-by: Yonghong Song &lt;yhs@fb.com&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
</content>
</entry>
<entry>
<title>tools/bpf: Sync kernel btf.h header</title>
<updated>2018-11-20T18:54:38Z</updated>
<author>
<name>Martin KaFai Lau</name>
<email>kafai@fb.com</email>
</author>
<published>2018-11-19T23:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=781e775e296ce3aabe0a4a0f773dccda02267695'/>
<id>urn:sha1:781e775e296ce3aabe0a4a0f773dccda02267695</id>
<content type='text'>
The kernel uapi btf.h is synced to the tools directory.

Signed-off-by: Martin KaFai Lau &lt;kafai@fb.com&gt;
Signed-off-by: Yonghong Song &lt;yhs@fb.com&gt;
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</content>
</entry>
<entry>
<title>bpf: btf: Sync uapi btf.h to tools</title>
<updated>2018-07-25T04:57:55Z</updated>
<author>
<name>Martin KaFai Lau</name>
<email>kafai@fb.com</email>
</author>
<published>2018-07-24T15:40:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=64bb568488671048d25d7b3ada058bb6c7cb1d5d'/>
<id>urn:sha1:64bb568488671048d25d7b3ada058bb6c7cb1d5d</id>
<content type='text'>
This patch sync the uapi btf.h to tools/

Fixes: 36fc3c8c282c bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
Signed-off-by: Martin KaFai Lau &lt;kafai@fb.com&gt;
Acked-by: Yonghong Song &lt;yhs@fb.com&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
</content>
</entry>
<entry>
<title>bpf: btf: Sync bpf.h and btf.h to tools</title>
<updated>2018-05-23T10:03:32Z</updated>
<author>
<name>Martin KaFai Lau</name>
<email>kafai@fb.com</email>
</author>
<published>2018-05-22T21:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=f03b15d34bd805e57bf69523b4dca7af10e9eeb1'/>
<id>urn:sha1:f03b15d34bd805e57bf69523b4dca7af10e9eeb1</id>
<content type='text'>
This patch sync the uapi bpf.h and btf.h to tools.

Signed-off-by: Martin KaFai Lau &lt;kafai@fb.com&gt;
Acked-by: Yonghong Song &lt;yhs@fb.com&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
</content>
</entry>
<entry>
<title>bpf: btf: Clean up btf.h in uapi</title>
<updated>2018-04-23T09:32:01Z</updated>
<author>
<name>Martin KaFai Lau</name>
<email>kafai@fb.com</email>
</author>
<published>2018-04-21T16:48:23Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=fbcf93ebcaef7d09881ee308b52cd84f5e43c622'/>
<id>urn:sha1:fbcf93ebcaef7d09881ee308b52cd84f5e43c622</id>
<content type='text'>
This patch cleans up btf.h in uapi:
1) Rename "name" to "name_off" to better reflect it is an offset to the
   string section instead of a char array.
2) Remove unused value BTF_FLAGS_COMPR and BTF_MAGIC_SWAP

Suggested-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Signed-off-by: Martin KaFai Lau &lt;kafai@fb.com&gt;
Acked-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
</content>
</entry>
<entry>
<title>bpf: btf: Sync bpf.h and btf.h to tools/</title>
<updated>2018-04-19T19:46:25Z</updated>
<author>
<name>Martin KaFai Lau</name>
<email>kafai@fb.com</email>
</author>
<published>2018-04-18T22:56:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=3bd86a8409fc5a87ea415087b0c30ab42818e7c8'/>
<id>urn:sha1:3bd86a8409fc5a87ea415087b0c30ab42818e7c8</id>
<content type='text'>
This patch sync up the bpf.h and btf.h to tools/

Signed-off-by: Martin KaFai Lau &lt;kafai@fb.com&gt;
Acked-by: Alexei Starovoitov &lt;ast@fb.com&gt;
Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
</content>
</entry>
</feed>
