login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
8
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/ia32_aout.c
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Sam Ravnborg
Subject:
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/ia32_aout.c
Date: Tuesday, January 8, 2008 - 1:51 pm
On Tue, Jan 08, 2008 at 03:04:39PM -0500, Rik van Riel wrote:
quoted text
> On Tue, 8 Jan 2008 20:32:33 +0100 > Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote: > > > Fix plenty of coding style errors > > Most of these kernel changes would probably get in the way of > real development, making patches reject that would otherwise > apply. > > You did find one possible bug, though: > > > @@ -467,9 +465,9 @@ static int load_aout_library(struct file *file) > > > > #ifdef WARN_OLD > > static unsigned long error_time; > > - if ((jiffies-error_time) > 5*HZ) > > - { > > - printk(KERN_WARNING > > + if ((jiffies-error_time) > 5*HZ) { > > + > > + printk(KERN_WARNING > > "N_TXTOFF is not page aligned. Please convert library: %s\n", > > file->f_path.dentry->d_name.name); > > error_time = jiffies; > > You may want to look into the time_after() macro and make sure > it is used here.
It is already fixed in the x86 tree in the mm branch. So this part would conflict with ongoing development effort... Sam --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 3/5] x86: coding style fixes in arch/x86/ia32/ia32_ ...
, Paolo Ciarrocchi
, (Tue Jan 8, 12:32 pm)
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/i ...
, Alexey Dobriyan
, (Tue Jan 8, 12:59 pm)
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/i ...
, Rik van Riel
, (Tue Jan 8, 1:04 pm)
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/i ...
, Sam Ravnborg
, (Tue Jan 8, 1:51 pm)
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/i ...
, Ingo Molnar
, (Tue Jan 8, 2:52 pm)
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/i ...
, Sam Ravnborg
, (Tue Jan 8, 3:17 pm)
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/i ...
, Ingo Molnar
, (Tue Jan 8, 3:35 pm)
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/i ...
, Jiri Slaby
, (Tue Jan 8, 3:55 pm)
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/i ...
, Sam Ravnborg
, (Tue Jan 8, 4:57 pm)
Re: [PATCH 3/5] x86: coding style fixes in arch/x86/ia32/i ...
, Ingo Molnar
, (Tue Jan 8, 5:15 pm)
Navigation
Mailing list archives
Recent posts