lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Oct 2010 11:08:41 +0200
From:	Arnd Bergmann <arnd@...db.de>
To:	Jan Harkes <jaharkes@...cmu.edu>
Cc:	linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [RFC][PATCH 0/3] Coda: remove BKL

On Wednesday 20 October 2010, Jan Harkes wrote:
> The following three patches remove the big kernel lock from the Coda
> file system kernel module. We initially add a spinlock to protect the
> Coda-specific inode data. After this we can push the BKL all the way
> down to where the requests are queued for the userspace Coda cache
> manager process and finally we replace the remaining BKL uses with a
> mutex that protects the upcall queues.

Very nice!

Are you pushing this to Linus or should I take care of it along with
the other file systems?

This patch is larger than most of the others, but I can add it to
my bkl/vfs tree if you like.

	Arnd
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ