<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/Documentation/bpf/linux-notes.rst, branch v6.4</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>bpf, docs: Add docs on extended 64-bit immediate instructions</title>
<updated>2023-04-03T00:02:54+00:00</updated>
<author>
<name>Dave Thaler</name>
<email>dthaler@microsoft.com</email>
</author>
<published>2023-03-26T05:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=16b7c970cc8192e929dbd5192ccc1867e19d7bda'/>
<id>16b7c970cc8192e929dbd5192ccc1867e19d7bda</id>
<content type='text'>
Add docs on extended 64-bit immediate instructions, including six instructions
previously undocumented.  Include a brief description of maps and variables,
as used by those instructions.

V1 -&gt; V2: rebased on top of latest master

V2 -&gt; V3: addressed comments from Alexei

V3 -&gt; V4: addressed comments from David Vernet

Signed-off-by: Dave Thaler &lt;dthaler@microsoft.com&gt;
Link: https://lore.kernel.org/r/20230326054946.2331-1-dthaler1968@googlemail.com
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add docs on extended 64-bit immediate instructions, including six instructions
previously undocumented.  Include a brief description of maps and variables,
as used by those instructions.

V1 -&gt; V2: rebased on top of latest master

V2 -&gt; V3: addressed comments from Alexei

V3 -&gt; V4: addressed comments from David Vernet

Signed-off-by: Dave Thaler &lt;dthaler@microsoft.com&gt;
Link: https://lore.kernel.org/r/20230326054946.2331-1-dthaler1968@googlemail.com
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpf, docs: Explain helper functions</title>
<updated>2023-03-10T21:02:00+00:00</updated>
<author>
<name>Dave Thaler</name>
<email>dthaler@microsoft.com</email>
</author>
<published>2023-03-08T20:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=c1f9e14e3b676eb88fe1c9488c0b5f4fc9108a1c'/>
<id>c1f9e14e3b676eb88fe1c9488c0b5f4fc9108a1c</id>
<content type='text'>
Add brief text about existence of helper functions, with details to go in
separate psABI text.

Note that text about runtime functions (kfuncs) is part of a separate patch,
not this one.

Signed-off-by: Dave Thaler &lt;dthaler@microsoft.com&gt;
Link: https://lore.kernel.org/r/20230308205303.1308-1-dthaler1968@googlemail.com
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add brief text about existence of helper functions, with details to go in
separate psABI text.

Note that text about runtime functions (kfuncs) is part of a separate patch,
not this one.

Signed-off-by: Dave Thaler &lt;dthaler@microsoft.com&gt;
Link: https://lore.kernel.org/r/20230308205303.1308-1-dthaler1968@googlemail.com
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpf, docs: Delete misformatted table.</title>
<updated>2022-10-01T15:51:26+00:00</updated>
<author>
<name>Alexei Starovoitov</name>
<email>ast@kernel.org</email>
</author>
<published>2022-10-01T15:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=b502a6fb46d275aa978c1e0655bada2cafc81fea'/>
<id>b502a6fb46d275aa978c1e0655bada2cafc81fea</id>
<content type='text'>
Delete misformatted table.

Fixes: 6166da0a02cd ("bpf, docs: Move legacy packet instructions to a separate file")
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete misformatted table.

Fixes: 6166da0a02cd ("bpf, docs: Move legacy packet instructions to a separate file")
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpf, docs: Linux byteswap note</title>
<updated>2022-09-30T20:40:59+00:00</updated>
<author>
<name>Dave Thaler</name>
<email>dthaler@microsoft.com</email>
</author>
<published>2022-09-27T18:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=9a0bf21337c667375d918adc41239ce54304a12c'/>
<id>9a0bf21337c667375d918adc41239ce54304a12c</id>
<content type='text'>
Add Linux byteswap note.

Signed-off-by: Dave Thaler &lt;dthaler@microsoft.com&gt;
Link: https://lore.kernel.org/r/20220927185958.14995-2-dthaler1968@googlemail.com
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Linux byteswap note.

Signed-off-by: Dave Thaler &lt;dthaler@microsoft.com&gt;
Link: https://lore.kernel.org/r/20220927185958.14995-2-dthaler1968@googlemail.com
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpf, docs: Move legacy packet instructions to a separate file</title>
<updated>2022-09-30T20:40:45+00:00</updated>
<author>
<name>Dave Thaler</name>
<email>dthaler@microsoft.com</email>
</author>
<published>2022-09-27T18:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=6166da0a02cde26c065692d0c05eb685178fee75'/>
<id>6166da0a02cde26c065692d0c05eb685178fee75</id>
<content type='text'>
Move legacy packet instructions to a separate file.

Signed-off-by: Dave Thaler &lt;dthaler@microsoft.com&gt;
Link: https://lore.kernel.org/r/20220927185958.14995-1-dthaler1968@googlemail.com
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move legacy packet instructions to a separate file.

Signed-off-by: Dave Thaler &lt;dthaler@microsoft.com&gt;
Link: https://lore.kernel.org/r/20220927185958.14995-1-dthaler1968@googlemail.com
Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
