<feed xmlns='http://www.w3.org/2005/Atom'>
<title>seitan/tests, branch master</title>
<subtitle>Syscall Expressive Interpreter, Transformer and Notifier</subtitle>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/'/>
<entry>
<title>test: fix test-error-check</title>
<updated>2023-07-14T10:50:03+00:00</updated>
<author>
<name>Alice Frosi</name>
<email>afrosi@redhat.com</email>
</author>
<published>2023-07-14T10:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=47b8e520b6275ffdb5936b31aa3665dea7d4ab5a'/>
<id>47b8e520b6275ffdb5936b31aa3665dea7d4ab5a</id>
<content type='text'>
The error-check tests recompile and pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The error-check tests recompile and pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: fix filter tests</title>
<updated>2023-07-04T14:52:16+00:00</updated>
<author>
<name>Alice Frosi</name>
<email>afrosi@redhat.com</email>
</author>
<published>2023-07-04T14:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=86ceb944ecbbbc0b10871fbd7e8462bda8aceb07'/>
<id>86ceb944ecbbbc0b10871fbd7e8462bda8aceb07</id>
<content type='text'>
The filter tests recompile and pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The filter tests recompile and pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: fix filter-build test and bugs</title>
<updated>2023-07-03T15:28:33+00:00</updated>
<author>
<name>Alice Frosi</name>
<email>afrosi@redhat.com</email>
</author>
<published>2023-06-30T09:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=876a52e95a9d24a4b9fa37325d83bcb7d3c7b160'/>
<id>876a52e95a9d24a4b9fa37325d83bcb7d3c7b160</id>
<content type='text'>
The tests for checking the filter build recompile and are successfull.

Changes:
  - spotted a couple of bugs for adding the arguments in the filter
  - readded function `filter_flush_args` to flush_args; this is needed
    to distinguish when the arguments belong to the same block or are different
    entries to the same syscall
  - build the filter in a way that CMP_EQ corresponds to BPF_JEQ and we
    don't need to awkwardly negate the operations (still TODO for AND_EQ)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests for checking the filter build recompile and are successfull.

Changes:
  - spotted a couple of bugs for adding the arguments in the filter
  - readded function `filter_flush_args` to flush_args; this is needed
    to distinguish when the arguments belong to the same block or are different
    entries to the same syscall
  - build the filter in a way that CMP_EQ corresponds to BPF_JEQ and we
    don't need to awkwardly negate the operations (still TODO for AND_EQ)
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: Change to GPLv2, add LICENSES, missing headers</title>
<updated>2023-06-04T06:29:05+00:00</updated>
<author>
<name>Stefano Brivio</name>
<email>sbrivio@redhat.com</email>
</author>
<published>2023-06-04T06:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=37e94bd191701a08e0081b2027cfbede6d76a21c'/>
<id>37e94bd191701a08e0081b2027cfbede6d76a21c</id>
<content type='text'>
As discussed with Alice -- 'reuse lint' passes now.

Signed-off-by: Stefano Brivio &lt;sbrivio@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed with Alice -- 'reuse lint' passes now.

Signed-off-by: Stefano Brivio &lt;sbrivio@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>filter: fix filter build and adjust tests</title>
<updated>2023-05-22T09:42:31+00:00</updated>
<author>
<name>Alice Frosi</name>
<email>afrosi@redhat.com</email>
</author>
<published>2023-05-22T08:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=6b1cb05624ad0f419fda5ab001ed3051273e1d4b'/>
<id>6b1cb05624ad0f419fda5ab001ed3051273e1d4b</id>
<content type='text'>
Changes:
  - fix initialization of size
  - addedfew comments
  - finish to fix the test_filter_build tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:
  - fix initialization of size
  - addedfew comments
  - finish to fix the test_filter_build tests
</pre>
</div>
</content>
</entry>
<entry>
<title>filter: adjust filter build</title>
<updated>2023-05-19T15:59:10+00:00</updated>
<author>
<name>Alice Frosi</name>
<email>afrosi@redhat.com</email>
</author>
<published>2023-05-19T14:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=ea0bdcf104654ec45d4a32055a4fb2573613ea16'/>
<id>ea0bdcf104654ec45d4a32055a4fb2573613ea16</id>
<content type='text'>
Add filter_flush_args() to flush the arguments when finish to add the
syscall arguments.

Fixed test compilation after refactoring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add filter_flush_args() to flush the arguments when finish to add the
syscall arguments.

Fixed test compilation after refactoring.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: fix compilation and adjust changes</title>
<updated>2023-05-19T13:33:41+00:00</updated>
<author>
<name>Alice Frosi</name>
<email>afrosi@redhat.com</email>
</author>
<published>2023-05-19T13:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=1f487f5a95f3fc9e9e9f4681436bfc8011d738aa'/>
<id>1f487f5a95f3fc9e9e9f4681436bfc8011d738aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ops: fix op_cmp and test</title>
<updated>2023-05-19T12:57:50+00:00</updated>
<author>
<name>Alice Frosi</name>
<email>afrosi@redhat.com</email>
</author>
<published>2023-05-19T12:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=f07f9a28e6466b72918777fb0aff047d683b3130'/>
<id>f07f9a28e6466b72918777fb0aff047d683b3130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ops: fix op_call and tests</title>
<updated>2023-05-19T12:37:42+00:00</updated>
<author>
<name>Alice Frosi</name>
<email>afrosi@redhat.com</email>
</author>
<published>2023-05-16T06:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=fbc205bab17a25ae3dabef5a2ad97edcfcef9eef'/>
<id>fbc205bab17a25ae3dabef5a2ad97edcfcef9eef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ops: add op_nr and op_copy</title>
<updated>2023-05-17T09:00:06+00:00</updated>
<author>
<name>Alice Frosi</name>
<email>afrosi@redhat.com</email>
</author>
<published>2023-05-17T06:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://seitan.rocks/seitan/commit/?id=504d9e38a528ca8bf6f658223a1935e9bc537d8a'/>
<id>504d9e38a528ca8bf6f658223a1935e9bc537d8a</id>
<content type='text'>
Add:
  - missing implementation for op_nr
  - op_copy to copy data
  - tests for op_nr and op_data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add:
  - missing implementation for op_nr
  - op_copy to copy data
  - tests for op_nr and op_data
</pre>
</div>
</content>
</entry>
</feed>
