Re: [03/08] fix ia64 syscall auditing

2005-04-06 Thread Andrew Morton
Ryan Anderson <[EMAIL PROTECTED]> wrote: > > On Tue, Apr 05, 2005 at 01:49:18PM -0700, Greg KH wrote: > > On Tue, 2005-04-05 at 13:27 -0700, David Mosberger wrote: > > > > On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH <[EMAIL PROTECTED]> said: > > > > > > Greg> -stable review patch. If anyone

Re: [03/08] fix ia64 syscall auditing

2005-04-06 Thread Andrew Morton
Ryan Anderson [EMAIL PROTECTED] wrote: On Tue, Apr 05, 2005 at 01:49:18PM -0700, Greg KH wrote: On Tue, 2005-04-05 at 13:27 -0700, David Mosberger wrote: On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH [EMAIL PROTECTED] said: Greg -stable review patch. If anyone has any objections,

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Dave Jones
On Tue, Apr 05, 2005 at 05:05:04PM -0700, Greg KH wrote: > On Tue, 2005-04-05 at 19:46 -0400, Ryan Anderson wrote: > > highlight WhitespaceEOL ctermbg=red guibg=red > > match WhitespaceEOL /\s\+$/ > > Very nice, thanks a lot for that. let c_space_errors=1 also works great.

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Greg KH
On Tue, 2005-04-05 at 19:46 -0400, Ryan Anderson wrote: > highlight WhitespaceEOL ctermbg=red guibg=red > match WhitespaceEOL /\s\+$/ Very nice, thanks a lot for that. greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Ryan Anderson
On Tue, Apr 05, 2005 at 01:49:18PM -0700, Greg KH wrote: > On Tue, 2005-04-05 at 13:27 -0700, David Mosberger wrote: > > > On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH <[EMAIL PROTECTED]> said: > > > > Greg> -stable review patch. If anyone has any objections, please > > Greg> let us know.

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Randy.Dunlap
Greg KH wrote: On Tue, 2005-04-05 at 13:27 -0700, David Mosberger wrote: On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH <[EMAIL PROTECTED]> said: Greg> -stable review patch. If anyone has any objections, please Greg> let us know. Nitpick: the patch introduces trailing whitespace. Sorry about that,

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Greg KH
On Tue, 2005-04-05 at 13:27 -0700, David Mosberger wrote: > > On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH <[EMAIL PROTECTED]> said: > > Greg> -stable review patch. If anyone has any objections, please > Greg> let us know. > > Nitpick: the patch introduces trailing whitespace. Sorry

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread David Mosberger
> On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH <[EMAIL PROTECTED]> said: Greg> -stable review patch. If anyone has any objections, please Greg> let us know. Nitpick: the patch introduces trailing whitespace. Why doesn't everybody use emacs and enable show-trailing-whitespace? ;-)

[03/08] fix ia64 syscall auditing

2005-04-05 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- Attached is a patch against David's audit.17 kernel that adds checks for the TIF_SYSCALL_AUDIT thread flag to the ia64 system call and signal handling code paths. The patch enables auditing of system

[03/08] fix ia64 syscall auditing

2005-04-05 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- Attached is a patch against David's audit.17 kernel that adds checks for the TIF_SYSCALL_AUDIT thread flag to the ia64 system call and signal handling code paths. The patch enables auditing of system

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread David Mosberger
On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH [EMAIL PROTECTED] said: Greg -stable review patch. If anyone has any objections, please Greg let us know. Nitpick: the patch introduces trailing whitespace. Why doesn't everybody use emacs and enable show-trailing-whitespace? ;-) --david

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Greg KH
On Tue, 2005-04-05 at 13:27 -0700, David Mosberger wrote: On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH [EMAIL PROTECTED] said: Greg -stable review patch. If anyone has any objections, please Greg let us know. Nitpick: the patch introduces trailing whitespace. Sorry about that, I've

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Randy.Dunlap
Greg KH wrote: On Tue, 2005-04-05 at 13:27 -0700, David Mosberger wrote: On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH [EMAIL PROTECTED] said: Greg -stable review patch. If anyone has any objections, please Greg let us know. Nitpick: the patch introduces trailing whitespace. Sorry about that,

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Ryan Anderson
On Tue, Apr 05, 2005 at 01:49:18PM -0700, Greg KH wrote: On Tue, 2005-04-05 at 13:27 -0700, David Mosberger wrote: On Tue, 5 Apr 2005 09:46:48 -0700, Greg KH [EMAIL PROTECTED] said: Greg -stable review patch. If anyone has any objections, please Greg let us know. Nitpick: the

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Greg KH
On Tue, 2005-04-05 at 19:46 -0400, Ryan Anderson wrote: highlight WhitespaceEOL ctermbg=red guibg=red match WhitespaceEOL /\s\+$/ Very nice, thanks a lot for that. greg k-h - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]

Re: [03/08] fix ia64 syscall auditing

2005-04-05 Thread Dave Jones
On Tue, Apr 05, 2005 at 05:05:04PM -0700, Greg KH wrote: On Tue, 2005-04-05 at 19:46 -0400, Ryan Anderson wrote: highlight WhitespaceEOL ctermbg=red guibg=red match WhitespaceEOL /\s\+$/ Very nice, thanks a lot for that. let c_space_errors=1 also works great. Dave