lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 10 Apr 2015 13:27:30 -0500
From:	Tom Zanussi <tom.zanussi@...ux.intel.com>
To:	Steven Rostedt <rostedt@...dmis.org>
Cc:	pebolle@...cali.nl, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/4] lib: Remove redundant module.h includes

On Fri, 2015-04-10 at 12:28 -0400, Steven Rostedt wrote:
> On Fri, 10 Apr 2015 11:05:03 -0500
> Tom Zanussi <tom.zanussi@...ux.intel.com> wrote:
> 
> > kallsyms.h now includes module.h, so remove module.h includes that
> > were apparently there only to satisfy kallsyms use of MODULE_NAME_LEN.
> > 
> > Signed-off-by: Tom Zanussi <tom.zanussi@...ux.intel.com>
> > ---
> >  lib/vsprintf.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/lib/vsprintf.c b/lib/vsprintf.c
> > index b235c96..a573500 100644
> > --- a/lib/vsprintf.c
> > +++ b/lib/vsprintf.c
> > @@ -17,7 +17,7 @@
> >   */
> >  
> >  #include <stdarg.h>
> > -#include <linux/module.h>	/* for KSYM_SYMBOL_LEN */
> > +#include <linux/module.h>      /* for KSYM_SYMBOL_LEN */
> 
> Hmm.

Hmm, yeah, I originally had everything in the same patch then moved
things around - obviously something went wrong ;-)  Will fix in the
updated set.

Tom

> 
> -- Steve
> 
> >  #include <linux/types.h>
> >  #include <linux/string.h>
> >  #include <linux/ctype.h>
> 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ