From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:54531 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752285AbXH1IRA (ORCPT ); Tue, 28 Aug 2007 04:17:00 -0400 From: Nick Piggin Date: Tue, 28 Aug 2007 18:14:53 +1000 Message-Id: <20070828081453.13582.258.sendpatchset@linux.local0.net> Subject: [patch 0/8] lock bitops and some bitops fixes Sender: linux-arch-owner@vger.kernel.org To: Andrew Morton Cc: Nick Piggin , Linux Arch List-ID: [Sent again with the correct date stamps, sorry for the noise :(] Here is a new set of bitops patches that can hopefully get into the next merge window. I'm not sending the intrusive part of the patchset (the page lock and buffer lock conversions), so that you'll hopefully apply these bits and get them some early testing. I've just converted bit_spinlock over to use the lock bitops, in order to get a bit of test coverage. I've spotted some potential bugs in alpha and mips bitops functions, but would like acks from maintainers for _those_ specific patches. Thanks, Nick