RE: [PATCH 0/31] utrace for 3.1 kernel

2012-02-08 Thread Ying, Victor
Hi Oleg,

I have problem to checkout utrace via git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc.git utrace-3.0, it 
always reports fatal: the remote end hung up unexpectedly; I tried both 
utrace-3.0 and utrace-3.1, none of them works.

But have no  issue to checkout kernel via git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git, so I think 
my client should be ok.

Any idea to fix this? Thanks.

Best Regards,
Victor

-Original Message-
From: utrace-devel-boun...@redhat.com [mailto:utrace-devel-boun...@redhat.com] 
On Behalf Of Oleg Nesterov
Sent: Thursday, August 04, 2011 3:08 AM
To: Dave Jones; Frank Ch. Eigler; Josh Boyer; Josh Stone; Kyle McMartin
Cc: utrace-devel@redhat.com; ker...@lists.fedoraproject.org
Subject: [PATCH 0/31] utrace for 3.1 kernel

On 08/02, Oleg Nesterov wrote:

 utrace patches for 3.1 kernel. Untested, will try to do some tests 
 tomorrow.

I tried to test it a bit, seems to work. But see the new [PATCH 31/31] 
utrace_resume: check irqs_disabled() to shut up lockdep.

The whole series is available in

git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc.git utrace-3.1

Oleg.




Re: [PATCH 0/31] utrace for 3.1 kernel

2012-02-07 Thread Oleg Nesterov
On 02/06, Josh Stone wrote:

 On 02/06/2012 06:24 PM, Ying, Victor wrote:
  I have problem to checkout utrace via git clone
  git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc.git
  utrace-3.0, it always reports fatal: the remote end hung up
  unexpectedly; I tried both utrace-3.0 and utrace-3.1, none of them
  works.

 I don't think Oleg has restored his account since kernel.org was
 rebuilt.  He's been posting utrace on github instead, so try:
   git://github.com/utrace/linux.git

Yes, thanks Josh.

There are

utrace-3.0
utrace-3.1
utrace-3.2
utrace-3.3

branches for different kernel versions.

Oleg.



Re: [PATCH 0/31] utrace for 3.1 kernel

2012-02-06 Thread Josh Stone
On 02/06/2012 06:24 PM, Ying, Victor wrote:
 I have problem to checkout utrace via git clone
 git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc.git
 utrace-3.0, it always reports fatal: the remote end hung up
 unexpectedly; I tried both utrace-3.0 and utrace-3.1, none of them
 works.

I don't think Oleg has restored his account since kernel.org was
rebuilt.  He's been posting utrace on github instead, so try:
  git://github.com/utrace/linux.git

Josh



Re: [PATCH 0/31] utrace for 3.1 kernel

2011-08-05 Thread Josh Stone
On 08/03/2011 12:08 PM, Oleg Nesterov wrote:
 On 08/02, Oleg Nesterov wrote:

 utrace patches for 3.1 kernel. Untested, will try to do some tests
 tomorrow.
 
 I tried to test it a bit, seems to work. But see the new
 [PATCH 31/31] utrace_resume: check irqs_disabled() to shut up lockdep.

I saw that Dave already applied this on rawhide, so really just FYI --
it also seems to work well in a few systemtap smoketests I tried on
kernel 3.1.0-0.rc0.git19.1.fc17.

Thanks!

Josh