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] [day] [month] [year] [list]
Date:   Tue, 13 Jul 2021 19:07:27 +0100
From:   Jonathan Cameron <jic23@...nel.org>
To:     William Breathitt Gray <vilhelm.gray@...il.com>
Cc:     Jarkko Nikula <jarkko.nikula@...ux.intel.com>,
        linux-iio@...r.kernel.org, kernel test robot <lkp@...el.com>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] counter: intel-qep: Remove linux/bitops.h include

On Tue, 29 Jun 2021 21:05:39 +0900
William Breathitt Gray <vilhelm.gray@...il.com> wrote:

> On Tue, Jun 29, 2021 at 02:16:57PM +0300, Jarkko Nikula wrote:
> > 0-DAY CI Kernel Test Service reported following iwyu warning:
> > 
> > drivers/counter/intel-qep.c:11:1: iwyu: warning: superfluous #include <linux/bitops.h>
> > 
> > Remove that include since we don't seem to use anything from it.
> > 
> > Reported-by: kernel test robot <lkp@...el.com>
> > Signed-off-by: Jarkko Nikula <jarkko.nikula@...ux.intel.com>  
> 
> Acked-by: William Breathitt Gray <vilhelm.gray@...il.com>
Applied,

Thanks,

Jonathan

> 
> > ---
> >  drivers/counter/intel-qep.c | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/counter/intel-qep.c b/drivers/counter/intel-qep.c
> > index 8d7ae28fbd67..1a9512e28519 100644
> > --- a/drivers/counter/intel-qep.c
> > +++ b/drivers/counter/intel-qep.c
> > @@ -8,7 +8,6 @@
> >   * Author: Jarkko Nikula <jarkko.nikula@...ux.intel.com>
> >   * Author: Raymond Tan <raymond.tan@...el.com>
> >   */
> > -#include <linux/bitops.h>
> >  #include <linux/counter.h>
> >  #include <linux/kernel.h>
> >  #include <linux/module.h>
> > -- 
> > 2.30.2
> >   

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ