[LTP] [PATCH] sparc64 syscall definitions' fixes

2014-08-14 Thread Stanislav Kholmanskikh
1. Changed '__sparc64__' to 'defined(__sparc__) && defined(__arch64__)' 2. Removed non-implemented syscall numbers from sparc64.in (in accordance to linux-stable/arch/sparc/include/uapi/asm/unistd.h) 2. Re-executed regen.sh Signed-off-by: Stanislav Kholmanskikh --- Hi! I forgot to send it wit

Re: [LTP] [PATCH] sparc64 syscall definitions' fixes

2014-08-14 Thread Jan Stancek
- Original Message - > From: "Stanislav Kholmanskikh" > To: ltp-list@lists.sourceforge.net > Cc: "vasily isaenko" > Sent: Thursday, 14 August, 2014 10:30:51 AM > Subject: [LTP] [PATCH] sparc64 syscall definitions' fixes > > 1. Changed '__sparc64__' to 'defined(__sparc__) && defined(_

[LTP] [PATCH] profil01: rewrite testcase

2014-08-14 Thread Jan Stancek
The original testcase failed on ppc64le, because instead of using _start address it reads value stored there, which caused that calculated size of watched range (lotext, etext) was negative. profil() syscall is deprecated for at least decade, so this really excersises only glibc function. Since th

Re: [LTP] [PATCH] sparc64 syscall definitions' fixes

2014-08-14 Thread chrubis
Hi! > > 1. Changed '__sparc64__' to 'defined(__sparc__) && defined(__arch64__)' > > 2. Removed non-implemented syscall numbers from sparc64.in (in accordance > >to linux-stable/arch/sparc/include/uapi/asm/unistd.h) > > 2. Re-executed regen.sh > > > > Signed-off-by: Stanislav Kholmanskikh > >

Re: [LTP] [PATCH] sparc64 syscall definitions' fixes

2014-08-14 Thread Jan Stancek
- Original Message - > From: chru...@suse.cz > To: "Jan Stancek" > Cc: "Stanislav Kholmanskikh" , "vasily > isaenko" , > ltp-list@lists.sourceforge.net > Sent: Thursday, 14 August, 2014 1:34:46 PM > Subject: Re: [LTP] [PATCH] sparc64 syscall definitions' fixes > > Hi! > > > 1. Change

Re: [LTP] [PATCH v2 1/2] mem/oom: check for multiple outcomes if overcommit_memory is 0 or 1

2014-08-14 Thread Jan Stancek
- Original Message - > From: chru...@suse.cz > To: "Jan Stancek" > Cc: ltp-list@lists.sourceforge.net > Sent: Wednesday, 13 August, 2014 3:17:49 PM > Subject: Re: [LTP] [PATCH v2 1/2] mem/oom: check for multiple outcomes if > overcommit_memory is 0 or 1 > > Hi! > > There is no guaran

Re: [LTP] [PATCH] sparc64 syscall definitions' fixes

2014-08-14 Thread chrubis
Hi! > > BTW: I'm finished with the tst_acquire_device() conversion, looking at > > the patches at the mailing list I want to get in the containers > > cleanup and tst_tmpdir fixes before the pre release freeze and > > testing. Is there anything else that should be part of the next >

Re: [LTP] [PATCH] sparc64 syscall definitions' fixes

2014-08-14 Thread Jan Stancek
- Original Message - > From: "Stanislav Kholmanskikh" > To: ltp-list@lists.sourceforge.net > Cc: "vasily isaenko" > Sent: Thursday, 14 August, 2014 10:30:51 AM > Subject: [LTP] [PATCH] sparc64 syscall definitions' fixes > > 1. Changed '__sparc64__' to 'defined(__sparc__) && defined(_

Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf

2014-08-14 Thread chrubis
Hi! > If this parameter is ommitted, rsyslog will use default, > which is /dev/log. After rsyslog stop/restart, this node gets > deleted. This breaks further syslog() calls on distros > using systemd-journald when test performs cleanup, because > rsyslog doesn't re-create /dev/log. Default distro r

Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf

2014-08-14 Thread Jan Stancek
- Original Message - > From: chru...@suse.cz > To: "Jan Stancek" > Cc: ltp-list@lists.sourceforge.net > Sent: Thursday, 14 August, 2014 3:54:22 PM > Subject: Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf > > Hi! > > If this parameter is ommitted, rsyslog will u

Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf

2014-08-14 Thread Jan Stancek
- Original Message - > From: "Jan Stancek" > To: chru...@suse.cz > Cc: ltp-list@lists.sourceforge.net > Sent: Thursday, 14 August, 2014 4:23:06 PM > Subject: Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf > > > > > > - Original Message - > > From: ch

Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf

2014-08-14 Thread chrubis
Hi! > > I've read this twice and I'm still unsure what happens. > > > > My guess is that on new enough RedHat all logging goes through systemd > > and the rsyslog configuration contains explicit option to create > > /dev/log for compatibility reasons? But if that is the problem why is > > the /dev

Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf

2014-08-14 Thread Jan Stancek
- Original Message - > From: chru...@suse.cz > To: "Jan Stancek" > Cc: ltp-list@lists.sourceforge.net > Sent: Thursday, 14 August, 2014 4:41:52 PM > Subject: Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf > > Hi! > > > I've read this twice and I'm still unsure w

Re: [LTP] [PATCH] sparc64 syscall definitions' fixes

2014-08-14 Thread Stanislav Kholmanskikh
On 08/14/2014 03:50 PM, Jan Stancek wrote: > > > > > - Original Message - >> From: "Stanislav Kholmanskikh" >> To: ltp-list@lists.sourceforge.net >> Cc: "vasily isaenko" >> Sent: Thursday, 14 August, 2014 10:30:51 AM >> Subject: [LTP] [PATCH] sparc64 syscall definitions' fixes >> >> 1.

Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf

2014-08-14 Thread Jan Stancek
- Original Message - > From: chru...@suse.cz > To: "Jan Stancek" > Cc: ltp-list@lists.sourceforge.net > Sent: Thursday, 14 August, 2014 4:41:52 PM > Subject: Re: [LTP] [PATCH] syslog-lib: add SystemLogSocketName to rsyslog.conf > Anyway the patch only tries to preserve the configurati