Re: [ovs-dev] openvswitch crash on i386

2019-03-05 Thread Christian Ehrhardt
raid :-/ [1]: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1736390 [2]: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1736390/comments/55 > Reverting that commit from 5.0 makes the problem go away. I'm not able to > reproduce the crash on x86_64. > > ...Juerg > ___ > dev mailing list > d...@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev -- Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd

[PATCH iproute2 v2 2/2] tests: make sure rand_dev suffix has 6 chars

2018-01-10 Thread Christian Ehrhardt
tal). c) 0 things would break In loops of hundreds of thousands it always was (a) for my, but since if occuring in a test it might be hard to track what happened avoid this issue by retrying on the length condition. Signed-off-by: Christian Ehrhardt --- testsuite/lib/generic.sh | 6 +- 1 f

[PATCH iproute2 v2 0/2] tests: fix issues in autopkgtest environment

2018-01-10 Thread Christian Ehrhardt
with --subject-prefix='PATCH iproute2' to trigger the right review queues in patchwork as requested by Luca Bocassi. [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879854 Christian Ehrhardt (2): tests: read limited amount from /dev/urandom tests: make sure rand_dev suffix h

[PATCH iproute2 v2 1/2] tests: read limited amount from /dev/urandom

2018-01-10 Thread Christian Ehrhardt
rite error: Broken pipe tr: write error PASS This only happens if reading an infinite amount of chars with the read from urandom, so reading a defined amount fixes the issue. Signed-off-by: Christian Ehrhardt --- testsuite/lib/generic.sh | 2 +- 1 file changed, 1 insertion(+), 1 dele

[PATCH 0/2] tests: fix issues in autopkgtest environment

2018-01-01 Thread Christian Ehrhardt
://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879854 Christian Ehrhardt (2): tests: read limited amount from /dev/urandom tests: make sure rand_dev suffix has 6 chars testsuite/lib/generic.sh | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) -- 2.7.4

[PATCH 2/2] tests: make sure rand_dev suffix has 6 chars

2018-01-01 Thread Christian Ehrhardt
tal). c) 0 things would break In loops of hundreds of thousands it always was (a) for my, but since if occuring in a test it might be hard to track what happened avoid this issue by retrying on the length condition. Signed-off-by: Christian Ehrhardt --- testsuite/lib/generic.sh | 6 +- 1 f

[PATCH 1/2] tests: read limited amount from /dev/urandom

2018-01-01 Thread Christian Ehrhardt
rite error: Broken pipe tr: write error PASS This only happens if reading an infinite amount of chars with the read from urandom, so reading a defined amount fixes the issue. Signed-off-by: Christian Ehrhardt --- testsuite/lib/generic.sh | 2 +- 1 file changed, 1 insertion(+), 1 dele