Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753580AbWLRJIL (ORCPT ); Mon, 18 Dec 2006 04:08:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753575AbWLRJIK (ORCPT ); Mon, 18 Dec 2006 04:08:10 -0500 Received: from relay.2ka.mipt.ru ([194.85.82.65]:38762 "EHLO 2ka.mipt.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753577AbWLRJII (ORCPT ); Mon, 18 Dec 2006 04:08:08 -0500 Date: Mon, 18 Dec 2006 12:05:45 +0300 From: Evgeniy Polyakov To: David Woodhouse Cc: Linus Torvalds , Nick Piggin , Russell King , David Howells , Andrew Morton , "David S. Miller" , matthew@wil.cx, Linux Kernel Mailing List , linux-arch@vger.kernel.org Subject: Re: [PATCH 1/2] WorkStruct: Add assign_bits() to give an atomic-bitops safe assignment Message-ID: <20061218090545.GC21778@2ka.mipt.ru> References: <20061212201112.29817.22041.stgit@warthog.cambridge.redhat.com> <20061212225443.GA25902@flint.arm.linux.org.uk> <457F606B.70805@yahoo.com.au> <1166432184.25827.8.camel@pmac.infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1166432184.25827.8.camel@pmac.infradead.org> User-Agent: Mutt/1.5.9i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.5 (2ka.mipt.ru [0.0.0.0]); Mon, 18 Dec 2006 12:05:46 +0300 (MSK) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 867 Lines: 25 On Mon, Dec 18, 2006 at 08:56:24AM +0000, David Woodhouse (dwmw2@infradead.org) wrote: > On Fri, 2006-12-15 at 14:45 -0800, Linus Torvalds wrote: > > This uses "atomic_long_t" for the workstruct "data" field, which shares > > the per-cpu pointer and the workstruct flag bits in one field. > > This fixes drivers/connector/connector.c to cope... > > Signed-off-by: David Woodhouse Yep, there are already four different patches to fix it. Proper one will be pushed through David Miller's netdev tree splitted into fix and delayed work removal. Thanks David. > -- > dwmw2 -- Evgeniy Polyakov - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/