Re: [uml-devel] Issues with a rather unusual configured NFS server

2013-08-30 Thread Michael Richardson
hread other than the one which would have been resumed on other virtualization. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/|

Re: Expertise required:USB bulk-throughput and memory leak detection

2007-02-21 Thread Michael Richardson
[EMAIL PROTECTED] wrote: 1.) detecting memory leaks caused by our driver code. Your code will of course be allocating buffers. If you are allocating from a specific slab, if you have leaks, they will show up in /proc/slabinfo I wrote some code last month, which I called slabwatch, to track eac

failure of cache_alloc_refill to terminate

2007-02-16 Thread Michael Richardson
I am running a UserModeLinux of 2.6.19-rc4 vintage. It failed to stop properly on halt. Yes, there is some custom code in it, and it is possible that some memory got walked on. Attaching GDB to it, shows that it is stuck in: slab.c, cache_alloc_refill(struct kmem_cache *cachep, gfp_t flags)

Re: [PATCH 00/14] ppc32: Remove board ports that are no longer maintained

2005-07-29 Thread Michael Richardson
the kernel tree that haven't been touched in 2 years. Maybe there isn't anything to fix? Happens that in our case, a) the board is the basis to our own board. b) we only moved to 2.6 in May. So, I just don't get removing board support files. - -- ] Michael Ri

Re: [PATCH 00/14] ppc32: Remove board ports that are no longer maintained

2005-07-27 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- Kumar, I thought that we had some volunteers to take care of some of those. I know that I still care about ep405, and I'm willing to maintain the code. - -- ] Michael Richardson Xelerance Corporation, Ottawa, ON | firewalls [ ] mcr @ xeleranc

Re: New net features for added performance

2001-02-24 Thread Michael Richardson
e your request #1. ] Train travel features AC outlets with no take-off restrictions|gigabit is no[ ] Michael Richardson, Solidum Systems Oh where, oh where has|problem with[ ] [EMAIL PROTECTED] www.solidum.com the little fishy gone?|PAX.port 1100[ ] panic("Just another NetBSD/notebo

Re: Too long network device names corrupts kernel

2000-11-23 Thread Michael Richardson
e to do str[5]=0 first, and then strncpy(str,src,4)? str[0]=0; strncat(str, src, 4); Works as you want. ] Train travel features AC outlets with no take-off restrictions|gigabit is no[ ] Michael Richardson, Solidum Systems Oh where, oh where has|problem with[ ] [EMAIL PROTECTED]