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:	Tue, 7 Jun 2011 11:31:06 -0500
From:	H Hartley Sweeten <hartleys@...ionengravers.com>
To:	Joe Perches <joe@...ches.com>, Jiri Kosina <trivial@...nel.org>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] treewide: Convert uses of struct resource * to
 resource_size(ptr)

On Monday, June 06, 2011 6:05 PM, Joe Perches wrote:
> 
> Done via coccinelle script:
> 
> struct resource *ptr;
> @@
> 
> - ptr->end - ptr->start + 1
> + resource_size(ptr)
> 
> Mostly uncompiled, not enough cross-compilers.
> 
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
> 
>> I think most of the offenders were caught back in late 2009.
> 
> There are quite a few left...

[...]

>  arch/arm/plat-mxc/pwm.c                    |    8 ++++----

No reply on my patch for this one.

>  drivers/char/hw_random/timeriomem-rng.c    |    2 +-

Matt Mackall already acked my patch for this one.  Not sure if anyone
picked it up and applied it.

[...]

>  drivers/dma/at_hdmac.c                     |    4 ++--
>  drivers/dma/ipu/ipu_idmac.c                |    6 ++----

I think Vinod Koul already applied my patches for these two.

>  drivers/dma/mv_xor.c                       |    5 ++---
>  drivers/gpio/vr41xx_giu.c                  |    2 +-

No reply on my patches for these.

[...]

>  drivers/misc/atmel_pwm.c                   |    2 +-

And no reply on my patch for this one.

Your treewide patch can be used instead of my individual patches if it's
easier/cleaner.

Reviewed-by: H Hartley Sweeten <hsweeten@...ionengravers.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ