On Fri, Aug 23, 2019 at 3:51 PM Martin Husemann wrote:
>
> On Fri, Aug 23, 2019 at 01:41:58PM +0900, Ryota Ozaki wrote:
> > A workaround for the issue is:
> > cp /usr/bin/vmstat ./vmstat
> > $HIJACKING ./vmstat
> > rm -f ./vmstat
> >
> > It's awkward but it's reasonable for now. A proper fi
On Fri, Aug 23, 2019 at 1:53 PM matthew green wrote:
>
> > It's awkward but it's reasonable for now. A proper fix would
> > be to stop using kvm(3) for vmstat and drop the sgid bit from
> > the binary.
>
> please finish this work :-) it's been ongoing for a very
> long time now...
That task exi
On Fri, Aug 23, 2019 at 01:41:58PM +0900, Ryota Ozaki wrote:
> A workaround for the issue is:
> cp /usr/bin/vmstat ./vmstat
> $HIJACKING ./vmstat
> rm -f ./vmstat
>
> It's awkward but it's reasonable for now. A proper fix would
> be to stop using kvm(3) for vmstat and drop the sgid bit from
> It's awkward but it's reasonable for now. A proper fix would
> be to stop using kvm(3) for vmstat and drop the sgid bit from
> the binary.
please finish this work :-) it's been ongoing for a very
long time now...
.mrg.
On Thu, Aug 22, 2019 at 5:45 PM Ryota Ozaki wrote:
>
> On Tue, Aug 20, 2019 at 7:06 PM Ryota Ozaki wrote:
> >
> > On Tue, Aug 20, 2019 at 6:58 PM Martin Husemann wrote:
> > >
> > > On Tue, Aug 20, 2019 at 06:50:31PM +0900, Ryota Ozaki wrote:
> > > > Hmm, okay, I'm going to disable the feature un
On Tue, Aug 20, 2019 at 7:06 PM Ryota Ozaki wrote:
>
> On Tue, Aug 20, 2019 at 6:58 PM Martin Husemann wrote:
> >
> > On Tue, Aug 20, 2019 at 06:50:31PM +0900, Ryota Ozaki wrote:
> > > Hmm, okay, I'm going to disable the feature until the issue is addressed.
> >
> > Could it be page size related?
On Tue, Aug 20, 2019 at 6:58 PM Martin Husemann wrote:
>
> On Tue, Aug 20, 2019 at 06:50:31PM +0900, Ryota Ozaki wrote:
> > Hmm, okay, I'm going to disable the feature until the issue is addressed.
>
> Could it be page size related?
I'm not sure.
My fresh chroot environment for ATF tests on amd6
On Tue, Aug 20, 2019 at 06:50:31PM +0900, Ryota Ozaki wrote:
> Hmm, okay, I'm going to disable the feature until the issue is addressed.
Could it be page size related?
Martin
On Tue, Aug 20, 2019 at 6:35 PM Martin Husemann wrote:
>
> On Tue, Aug 20, 2019 at 07:53:28AM +0200, Martin Husemann wrote:
> > On Tue, Aug 20, 2019 at 11:21:08AM +0900, Ryota Ozaki wrote:
> > > Is it an issue specific to sparc64?
> >
> > No, same happens on (big endian) arm. Endianess issue?
> >
On Tue, Aug 20, 2019 at 07:53:28AM +0200, Martin Husemann wrote:
> On Tue, Aug 20, 2019 at 11:21:08AM +0900, Ryota Ozaki wrote:
> > Is it an issue specific to sparc64?
>
> No, same happens on (big endian) arm. Endianess issue?
> I'll do a little endian arm run today.
Nope, evbarm fails the same:
On Tue, Aug 20, 2019 at 11:21:08AM +0900, Ryota Ozaki wrote:
> Is it an issue specific to sparc64?
No, same happens on (big endian) arm. Endianess issue?
I'll do a little endian arm run today.
Martin
On Mon, Aug 19, 2019 at 10:18 PM Martin Husemann wrote:
>
> On Mon, Aug 19, 2019 at 03:22:47AM +, Ryota Ozaki wrote:
> > Module Name: src
> > Committed By: ozaki-r
> > Date: Mon Aug 19 03:22:47 UTC 2019
> >
> > Modified Files:
> > src/tests/net: net_common.sh
> >
> > Log Message
On Mon, Aug 19, 2019 at 03:22:47AM +, Ryota Ozaki wrote:
> Module Name: src
> Committed By: ozaki-r
> Date: Mon Aug 19 03:22:47 UTC 2019
>
> Modified Files:
> src/tests/net: net_common.sh
>
> Log Message:
> tests: check pool object leaks
>
> Currently only llentpl leaks can be
OK, ignore me .. I see it was undone already... (should remember to
read all mail before replying!)
kre
Date:Sun, 28 May 2017 10:49:00 -0400
From:"Christos Zoulas"
Message-ID: <20170528144900.b8390f...@cvs.netbsd.org>
| Modified Files:
| src/tests/net/can: t_can.c
|
| Log Message:
| fix format.
If socklen_t really needs the cast & %jd treatment, I think
On Fri, Mar 17, 2017 at 5:31 AM, Roy Marples wrote:
> On 16/03/17 09:43, Ryota Ozaki wrote:
>> I don't know if is expected to be accepted instead of
>> an interface name. Please update the test case if the behavior is
>> just a bug and ifconfig gets fixed.
>
> ifconfig(8) says interface name in a
On 16/03/17 09:43, Ryota Ozaki wrote:
> I don't know if is expected to be accepted instead of
> an interface name. Please update the test case if the behavior is
> just a bug and ifconfig gets fixed.
ifconfig(8) says interface name in a lot of places - makes no mention of
using the index integer
On Mon, Nov 7, 2016 at 1:43 PM, Ryota Ozaki wrote:
> Module Name:src
> Committed By: ozaki-r
> Date: Mon Nov 7 04:43:14 UTC 2016
>
> Modified Files:
> src/tests/net/net: t_ping6_opts.sh
>
> Log Message:
> Add tests of ping6 hops optional argument (Type 0 Routing Headers)
>
On Tue, Jun 21, 2016 at 7:35 PM, Paul Goyette wrote:
> On Tue, 21 Jun 2016, Ryota Ozaki wrote:
>
>> Module Name:src
>> Committed By: ozaki-r
>> Date: Tue Jun 21 10:18:27 UTC 2016
>>
>> Modified Files:
>> src/tests/net/route: t_route.sh
>>
>> Log Message:
>> Tweak route get
On Tue, 21 Jun 2016, Ryota Ozaki wrote:
Module Name:src
Committed By: ozaki-r
Date: Tue Jun 21 10:18:27 UTC 2016
Modified Files:
src/tests/net/route: t_route.sh
Log Message:
Tweak route get outputs to make tests work
"expire" value of route get output is unexpectedly a
On 9/30/11 2:17 PM, Christos Zoulas wrote:
On Sep 30, 5:37pm, jruoho...@iki.fi (Jukka Ruohonen) wrote:
-- Subject: Re: CVS commit: src/tests/net/net
| This fails, probably because it does not follow the atf(7) API:
|
| tps-count: 1
| tp-start: t_unix, 2
| tc-start: sockaddr_un_len_exceed
| tc
On Sep 30, 5:37pm, jruoho...@iki.fi (Jukka Ruohonen) wrote:
-- Subject: Re: CVS commit: src/tests/net/net
| This fails, probably because it does not follow the atf(7) API:
|
| tps-count: 1
| tp-start: t_unix, 2
| tc-start: sockaddr_un_len_exceed
| tc-end: sockaddr_un_len_exceed, passed
| tc
On Wed, Sep 28, 2011 at 12:13:03PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Wed Sep 28 16:13:03 UTC 2011
>
> Modified Files:
> src/tests/net/net: Makefile
> Added Files:
> src/tests/net/net: t_unix.c
>
> Log Message:
> Add a unix socke
On Sun Jul 04 2010 at 23:08:03 +0200, Thomas Klausner wrote:
> I don't understand exactly how you're doing this, but I admire what
> you can do with it now :)
I'm happy to give a more detailed explanation on how it works, but I need
one or two questions to determine the place where I should start
On Sun, Jul 04, 2010 at 07:31:00PM +, Antti Kantee wrote:
> Module Name: src
> Committed By: pooka
> Date: Sun Jul 4 19:30:59 UTC 2010
>
> Added Files:
> src/tests/net/icmp: Atffile Makefile t_forward.c
>
> Log Message:
> Add test case for PR kern/43548
>
> Due to the nature
25 matches
Mail list logo