Re: CVS commit: src/sys/net

2014-12-01 Thread Justin Cormack
On Mon, Dec 1, 2014 at 12:15 PM, Antti Kantee wrote: >> Antti, Justin, can we separate the rump userland from the rump kernel >> binaries easily and put them in different sets, and then run the userland >> from -6 or -7 against the (rump-)kernel from -current? > > > Copying prebuilt userland tarba

Re: CVS commit: src/sys/net

2014-12-01 Thread Christos Zoulas
On Dec 1, 11:21pm, ozak...@netbsd.org (Ryota Ozaki) wrote: -- Subject: Re: CVS commit: src/sys/net | On Mon, Dec 1, 2014 at 5:01 PM, Martin Husemann wrote: | > On Mon, Dec 01, 2014 at 11:54:23AM +0900, Ryota Ozaki wrote: | >> BTW, we may need ATF tests to ring the bell for such regressions. | > |

Re: CVS commit: src/sys/net

2014-12-01 Thread Ryota Ozaki
On Mon, Dec 1, 2014 at 11:28 PM, Martin Husemann wrote: > On Mon, Dec 01, 2014 at 11:21:17PM +0900, Ryota Ozaki wrote: >> Hmm, in this case, a test with a new userland binary (7.99.2) and >> a new kernel (7.99.2) can expose the regression. So I thought we >> need to add a test that does ioctl(SIOC

Re: CVS commit: src/sys/net

2014-12-01 Thread Martin Husemann
On Mon, Dec 01, 2014 at 11:21:17PM +0900, Ryota Ozaki wrote: > Hmm, in this case, a test with a new userland binary (7.99.2) and > a new kernel (7.99.2) can expose the regression. So I thought we > need to add a test that does ioctl(SIOCGIFCONF) (or just run > ifconfig with no argument). Oh, I som

Re: CVS commit: src/sys/net

2014-12-01 Thread Ryota Ozaki
On Mon, Dec 1, 2014 at 5:01 PM, Martin Husemann wrote: > On Mon, Dec 01, 2014 at 11:54:23AM +0900, Ryota Ozaki wrote: >> BTW, we may need ATF tests to ring the bell for such regressions. > > This is a bit tricky to do as we do not expose a sane api to create > "old binaries" from source. It would

Re: CVS commit: src/sys/net

2014-12-01 Thread Antti Kantee
On 01/12/14 08:01, Martin Husemann wrote: On Mon, Dec 01, 2014 at 11:54:23AM +0900, Ryota Ozaki wrote: BTW, we may need ATF tests to ring the bell for such regressions. This is a bit tricky to do as we do not expose a sane api to create "old binaries" from source. It would boil down to copy &

Re: CVS commit: src/sys/net

2014-12-01 Thread Martin Husemann
On Mon, Dec 01, 2014 at 11:54:23AM +0900, Ryota Ozaki wrote: > BTW, we may need ATF tests to ring the bell for such regressions. This is a bit tricky to do as we do not expose a sane api to create "old binaries" from source. It would boil down to copy & paste of the old structure definition and so