[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081021113456.GA14529@elte.hu>
Date: Tue, 21 Oct 2008 13:34:56 +0200
From: Ingo Molnar <mingo@...e.hu>
To: David John <davidjon@...ontk.org>
Cc: akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
linux-kernel@...r.kernel.org, venkatesh.pallipadi@...el.com,
tglx@...utronix.de, andi@...stfloor.org
Subject: Re: [PATCH v5] HPET: Remove the BKL.
* David John <davidjon@...ontk.org> wrote:
> Remove calls to the BKL as concurrent access is protected
> by the spinlock hpet_lock.
>
> Signed-off-by: David John <davidjon@...ontk.org>
> ---
> drivers/char/hpet.c | 41 ++++++++++++++++++++++++-----------------
> 1 files changed, 24 insertions(+), 17 deletions(-)
this patch still needs to add locking documentation commits to hpet.c,
which shows that you considered all the locking changes that happen due
to dropping the BKL. Most of this code runs very rarely so there's
little chance that races will be caught in practice in any debuggable
manner.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists