Re: [PATCH] x86_64: O_EXCL on /dev/mcelog (resend)

2007-05-09 Thread Andrew Morton
On Mon, 7 May 2007 15:19:01 -0700 [EMAIL PROTECTED] (Tim Hockin) wrote: > From: Tim Hockin <[EMAIL PROTECTED]> > > Background: > /dev/mcelog is a clear-on-read interface. It is currently possible for > multiple users to open and read() the device. Users are protected from > each other

Re: [PATCH] x86_64: O_EXCL on /dev/mcelog (resend)

2007-05-09 Thread Andrew Morton
On Mon, 7 May 2007 15:19:01 -0700 [EMAIL PROTECTED] (Tim Hockin) wrote: From: Tim Hockin [EMAIL PROTECTED] Background: /dev/mcelog is a clear-on-read interface. It is currently possible for multiple users to open and read() the device. Users are protected from each other during any

[PATCH] x86_64: O_EXCL on /dev/mcelog (resend)

2007-05-07 Thread Tim Hockin
From: Tim Hockin <[EMAIL PROTECTED]> Background: /dev/mcelog is a clear-on-read interface. It is currently possible for multiple users to open and read() the device. Users are protected from each other during any one read, but not across reads. Description: This patch adds support for

[PATCH] x86_64: O_EXCL on /dev/mcelog (resend)

2007-05-07 Thread Tim Hockin
From: Tim Hockin [EMAIL PROTECTED] Background: /dev/mcelog is a clear-on-read interface. It is currently possible for multiple users to open and read() the device. Users are protected from each other during any one read, but not across reads. Description: This patch adds support for O_EXCL