Re: [LTP] [PATCH] ldd01: using 'ppc' to check powerpc arch

2014-09-12 Thread Han Pingtian
On Thu, Sep 11, 2014 at 04:41:29PM +0200, Jan Stancek wrote: > Would you be willing to try attached patch, which moves the build > of .so and a.out into Makefile? I have tested your patch but ldd cannot find the lib files: % sudo ./ldd01 ASSERTION 1 lddfile1.obj.so => not found

Re: [LTP] [PATCH] ldd01: using 'ppc' to check powerpc arch

2014-09-12 Thread Jan Stancek
- Original Message - > From: "Han Pingtian" > To: ltp-list@lists.sourceforge.net > Sent: Friday, 12 September, 2014 9:28:45 AM > Subject: Re: [LTP] [PATCH] ldd01: using 'ppc' to check powerpc arch > > On Thu, Sep 11, 2014 at 04:41:29PM +0200, Jan Stancek wrote: > > Would you be willing

Re: [LTP] [PATCH 2/2] inotify: print event->name accoding with event->len (v2)

2014-09-12 Thread Jan Stancek
- Original Message - > From: "Andrey Vagin" > To: ltp-list@lists.sourceforge.net > Cc: "Jan Stancek" , "Andrey Vagin" > Sent: Thursday, 11 September, 2014 4:18:12 PM > Subject: [PATCH 2/2] inotify: print event->name accoding with event->len (v2) > > v2: event_set[test_num].name is a nu

[LTP] [PATCH] ldd01: remove all -m32/-m64 logic

2014-09-12 Thread Jan Stancek
and build all binaries with same CFLAGS as rest of LTP build. Signed-off-by: Jan Stancek --- testcases/commands/ade/ldd/Makefile | 13 - testcases/commands/ade/ldd/ldd01 | 42 +++- testcases/commands/ade/ldd/lddfile1.c |2 +- testcases/commands/

Re: [LTP] [PATCH] lib: implement TRERRNO

2014-09-12 Thread Jan Stancek
- Original Message - > From: chru...@suse.cz > To: "Jan Stancek" > Cc: ltp-list@lists.sourceforge.net > Sent: Thursday, 11 September, 2014 1:10:11 PM > Subject: Re: [LTP] [PATCH] lib: implement TRERRNO > > Hi! > > TRERRNO outputs errno information stored in TEST_RETURN. > > For exampl

Re: [LTP] [PATCH] securebits/check_keepcaps.c: Add comments about cap_get_flag may return -1

2014-09-12 Thread Jan Stancek
- Original Message - > From: chru...@suse.cz > To: "Jan Stancek" > Cc: "Zeng Linggang" , "ltp-list" > > Sent: Wednesday, 10 September, 2014 6:36:23 PM > Subject: Re: [LTP] [PATCH] securebits/check_keepcaps.c: Add comments about > cap_get_flag may return -1 > > Hi! > > > I think lib

Re: [LTP] [PATCH] ldd01: remove all -m32/-m64 logic

2014-09-12 Thread Jan Stancek
- Original Message - > From: "Jan Stancek" > To: ltp-list@lists.sourceforge.net > Sent: Friday, 12 September, 2014 11:14:56 AM > Subject: [LTP] [PATCH] ldd01: remove all -m32/-m64 logic > > and build all binaries with same CFLAGS as rest of LTP build. > > Signed-off-by: Jan Stancek

Re: [LTP] [PATCH 1/2 v2] containers: added mountns/mountns03.c

2014-09-12 Thread Jan Stancek
- Original Message - > From: "Jiri Jaburek" > To: "Matus Marhefka" > Cc: ltp-list@lists.sourceforge.net, "Jan Stancek" > Sent: Thursday, 11 September, 2014 5:09:46 PM > Subject: Re: [LTP] [PATCH 1/2 v2] containers: added mountns/mountns03.c > >> +++ b/testcases/kernel/containers/mount

Re: [LTP] [PATCH 1/2 v2] containers: added mountns/mountns03.c

2014-09-12 Thread Jiri Jaburek
On 09/12/2014 02:59 PM, Jan Stancek wrote: > > > - Original Message - >> From: "Jiri Jaburek" >> To: "Matus Marhefka" >> Cc: ltp-list@lists.sourceforge.net, "Jan Stancek" >> Sent: Thursday, 11 September, 2014 5:09:46 PM >> Subject: Re: [LTP] [PATCH 1/2 v2] containers: added mountns/mou

Re: [LTP] [PATCH 1/2 v2] containers: added mountns/mountns03.c

2014-09-12 Thread Jan Stancek
- Original Message - > From: "Jiri Jaburek" > To: "Jan Stancek" > Cc: "Matus Marhefka" , ltp-list@lists.sourceforge.net > Sent: Friday, 12 September, 2014 3:41:25 PM > Subject: Re: [LTP] [PATCH 1/2 v2] containers: added mountns/mountns03.c > > On 09/12/2014 02:59 PM, Jan Stancek wrot

Re: [LTP] [PATCH] ldd01: using 'ppc' to check powerpc arch

2014-09-12 Thread Han Pingtian
On Fri, Sep 12, 2014 at 04:15:01AM -0400, Jan Stancek wrote: > > > > - Original Message - > > From: "Han Pingtian" > > To: ltp-list@lists.sourceforge.net > > Sent: Friday, 12 September, 2014 9:28:45 AM > > Subject: Re: [LTP] [PATCH] ldd01: using 'ppc' to check powerpc arch > > > > On T