Re: Going from struct disk to a fh?

2010-04-16 Thread Sam Robb
On Apr 14, 2010, at 5:18 PM, John Baldwin wrote: > On Wednesday 14 April 2010 9:08:50 am Sam Robb wrote: >> In the kernel, given a struct disk, is there a way to turn that into > something that can be used to read/write from the disk? Or is my best bet in > this situation to figure out the devic

Re: Understanding proc_rwmem

2010-04-16 Thread Fernando Apesteguía
2010/4/16 John Baldwin : > On Friday 16 April 2010 8:11:25 am Fernando Apesteguía wrote: >> 2010/4/14 John Baldwin : >> > On Wednesday 14 April 2010 4:22:56 pm Fernando Apesteguía wrote: >> >> Hi all, >> >> >> >> I'm trying to read process memory other than the current process in >> >> kernel. I wa

Re: Understanding proc_rwmem

2010-04-16 Thread John Baldwin
On Friday 16 April 2010 8:11:25 am Fernando Apesteguía wrote: > 2010/4/14 John Baldwin : > > On Wednesday 14 April 2010 4:22:56 pm Fernando Apesteguía wrote: > >> Hi all, > >> > >> I'm trying to read process memory other than the current process in > >> kernel. I was told to use the proc_rwmem func

Re: Distributed SSH attack

2010-04-16 Thread krad
On 16 April 2010 09:39, David Xu wrote: > Jeremy Lea wrote: > >> Hi, >> >> This is off topic to this list, but I dont want to subscribe to -chat >> just to post there... Someone is currently running a distributed SSH >> attack against one of my boxes - one attempted login for root every >> minut

Re: Understanding proc_rwmem

2010-04-16 Thread Fernando Apesteguía
2010/4/14 John Baldwin : > On Wednesday 14 April 2010 4:22:56 pm Fernando Apesteguía wrote: >> Hi all, >> >> I'm trying to read process memory other than the current process in >> kernel. I was told to use the proc_rwmem function, however I can't get >> it working properly. At first, I'm trying to

Re: Distributed SSH attack

2010-04-16 Thread David Xu
Jeremy Lea wrote: Hi, This is off topic to this list, but I dont want to subscribe to -chat just to post there... Someone is currently running a distributed SSH attack against one of my boxes - one attempted login for root every minute or so for the last 48 hours. They wont get anywhere, since

Re: A cookie for anyone who can solve this C/macro problem...

2010-04-16 Thread Lawrence Stewart
On 04/15/10 23:17, Lawrence Stewart wrote: Hi All, I've hit a road block that I'm hoping people with better C/macro fu can help me with. It also may be the case that what I'm trying to do can't be done, so I welcome alternative suggestions as well. The problem: I'm working on a KPI to modulari