Re: [PATCH -mm 01/43] user_regset header

2007-12-21 Thread David Woodhouse
On Fri, 2007-12-21 at 00:44 -0800, Roland McGrath wrote: > > What's a Red Hat Author? Sorry for the nitpicking, but why don't you > > just use Author like everyone else? > > This text is the standard that my employer specifies. I have never heard of this. -- dwmw2 -- To unsubscribe from this

Re: [PATCH -mm 01/43] user_regset header

2007-12-21 Thread Peter Zijlstra
On Fri, 2007-12-21 at 00:44 -0800, Roland McGrath wrote: > > What's a Red Hat Author? Sorry for the nitpicking, but why don't you > > just use Author like everyone else? > > This text is the standard that my employer specifies. I can't remember seeing anyone else doing this, and there are plent

Re: [PATCH -mm 01/43] user_regset header

2007-12-21 Thread Roland McGrath
> What's a Red Hat Author? Sorry for the nitpicking, but why don't you > just use Author like everyone else? This text is the standard that my employer specifies. Thanks, Roland -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTEC

Re: [PATCH -mm 01/43] user_regset header

2007-12-20 Thread Christoph Hellwig
On Thu, Dec 20, 2007 at 03:53:57AM -0800, Roland McGrath wrote: > +/* > + * User-mode machine state access > + * > + * Copyright (C) 2007 Red Hat, Inc. All rights reserved. > + * > + * This copyrighted material is made available to anyone wishing to use, > + * modify, copy, or redistribute it subj

[PATCH -mm 01/43] user_regset header

2007-12-20 Thread Roland McGrath
The new header defines the types struct user_regset and struct user_regset_view, with some associated declarations. This new set of interfaces will become the standard way for arch code to expose user-mode machine-specific state. A single set of entry points into arch code can do all the low-lev