Re: [uml-user] [uclinux-dist-devel] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-01-17 Thread Mike Frysinger
On Mon, Jan 17, 2011 at 06:07, Peter Zijlstra wrote: Also, while reading through all this, I noticed the blackfin SMP code looks to be broken, it simply discards any IPI when low on memory. not really. see changelog of commit 73a400646b8e26615f3ef1a0a4bc0cd0d5bd284c. -mike

Re: [uml-user] [PATCH net-next 8/8] arch: Use eth_random_addr

2012-07-15 Thread Mike Frysinger
On Friday 13 July 2012 01:33:12 Joe Perches wrote: Convert the existing uses of random_ether_addr to the new eth_random_addr. Signed-off-by: Joe Perches j...@perches.com --- arch/blackfin/mach-bf537/boards/stamp.c |2 +- Acked-by: Mike Frysinger vap...@gentoo.org -mike signature.asc

Re: [uml-devel] [uclinux-dist-devel] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-01-17 Thread Mike Frysinger
On Mon, Jan 17, 2011 at 06:07, Peter Zijlstra wrote: Also, while reading through all this, I noticed the blackfin SMP code looks to be broken, it simply discards any IPI when low on memory. not really. see changelog of commit 73a400646b8e26615f3ef1a0a4bc0cd0d5bd284c. -mike

Re: [uml-devel] [PATCH 5/9] blackfin: A couple of task-mm handling fixes

2012-06-01 Thread Mike Frysinger
On Monday 23 April 2012 03:09:01 Anton Vorontsov wrote: 1. Working with task-mm w/o getting mm or grabing the task lock is dangerous as -mm might disappear (exit_mm() assigns NULL under task_lock(), so tasklist lock is not enough). that isn't a problem for this code as it specifically

Re: [uml-devel] [PATCH net-next 8/8] arch: Use eth_random_addr

2012-07-15 Thread Mike Frysinger
On Friday 13 July 2012 01:33:12 Joe Perches wrote: Convert the existing uses of random_ether_addr to the new eth_random_addr. Signed-off-by: Joe Perches j...@perches.com --- arch/blackfin/mach-bf537/boards/stamp.c |2 +- Acked-by: Mike Frysinger vap...@gentoo.org -mike signature.asc