2006-12-04 01:54:50

by Bill Huey

[permalink] [raw]
Subject: [PATCH 1/4] lock stat for 2.6.19-rt1


This hooks into the preexisting lock definitions in the -rt kernel and
hijacks parts of lockdep for the object hash key.

bill


Attachments:
(No filename) (129.00 B)
lockpatch.diff (11.72 kB)
Download all attachments

2006-12-04 02:00:20

by Bill Huey

[permalink] [raw]
Subject: [PATCH 3/4] lock stat (rt/rtmutex.c mods) for 2.6.19-rt1


Rudimentary annotations to the lock initializers to avoid the binary
tree search before attachment. For things like inodes that are created
and destroyed constantly this might be useful to get around some
overhead.

Sorry, about the patch numbering order. I think I screwed up on it.

bill


Attachments:
(No filename) (292.00 B)
annotation.diff (2.38 kB)
Download all attachments

2006-12-04 02:01:46

by Bill Huey

[permalink] [raw]
Subject: Re: [PATCH 3/4] lock stat (rt/rtmutex.c mods) for 2.6.19-rt1

On Sun, Dec 03, 2006 at 06:00:09PM -0800, Bill Huey wrote:
> Rudimentary annotations to the lock initializers to avoid the binary
> tree search before attachment. For things like inodes that are created
> and destroyed constantly this might be useful to get around some
> overhead.
>
> Sorry, about the patch numbering order. I think I screwed up on it.

I also screwed up on the title for the email contents. Sorry about that.

bill