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 specificall

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 > --- > arch/blackfin/mach-bf537/boards/stamp.c | 2 +- Acked-by: Mike Frysinger -mike signature.asc Desc

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] [Uclinux-dist-devel] [RFC PATCH] percpu: always align percpu output section to PAGE_SIZE

2011-03-24 Thread Mike Frysinger
ON() checks such that alignment problems are > reliably detected and remove percpu alignment comment recently added > in workqueue.c as the condition would trigger BUG way before reaching > there. seems this still hasnt made it to mainline. has it stalled or something ? feel free for the Blac

Re: [uml-devel] [Uclinux-dist-devel] [RFC PATCH] percpu: always align percpu output section to PAGE_SIZE

2011-03-24 Thread Mike Frysinger
On Thu, Mar 24, 2011 at 4:51 AM, Tejun Heo wrote: > On Thu, Mar 24, 2011 at 09:25:23AM +0100, Tejun Heo wrote: >> On Thu, Mar 24, 2011 at 02:46:01AM -0400, Mike Frysinger wrote: >> > On Tue, Oct 26, 2010 at 10:06, Tejun Heo wrote: >> > > The linker script macros P

Re: [uml-devel] [PATCH] lib: Consolidate DEBUG_STACK_USAGE option

2011-05-07 Thread Mike Frysinger
lready used in generic code. > > It's not obvious to me that sysrq-P actually does anything > different with this option enabled, but I erred on the side of > caution by keeping the most inclusive wording. > > Cc: uclinux-dist-de...@blackfin.uclinux.org >  arch/blackfin