Re: [PATCH v3 0/2] net: tulip: add checks to avoid OOB access

2020-03-05 Thread P J P
+-- On Tue, 3 Mar 2020, no-re...@patchew.org wrote --+ | Patchew URL: https://patchew.org/QEMU/20200303104724.233375-1-ppan...@redhat.com/ | fatal: unable to access 'https://github.com/patchew-project/qemu/': Failed connect to github.com:443; No route to host @Jason, @Sven, These errors seem un

Re: [PATCH v3 0/2] net: tulip: add checks to avoid OOB access

2020-03-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200303104724.233375-1-ppan...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ==

Re: [PATCH v3 0/2] net: tulip: add checks to avoid OOB access

2020-03-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200303104724.233375-1-ppan...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [PATCH v3 0/2] net: tulip: add checks to avoid OOB access

2020-03-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200303104724.233375-1-ppan...@redhat.com/ Hi, This series failed build test on FreeBSD host. Please find the details below. === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a commit th

Re: [PATCH v3 0/2] net: tulip: add checks to avoid OOB access

2020-03-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200303104724.233375-1-ppan...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v3 0/2] net: tulip: add checks to avoid OOB access Message-id: 20200303104724.233375-1-ppan

[PATCH v3 0/2] net: tulip: add checks to avoid OOB access

2020-03-03 Thread P J P
From: Prasad J Pandit Hello, * This series adds checks to avoid potential OOB access and infinite loop issues while processing rx/tx data. * Tulip tx descriptors are capped at 128 to avoid infinite loop in tulip_xmit_list_update(), wrt Tulip kernel driver -> https://git.kernel.org/pub/sc