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, 18 Mar 2014 16:07:10 +0000
From:	Mark Brown <broonie@...nel.org>
To:	Levente Kurusa <levex@...ux.com>
Cc:	Takashi Iwai <tiwai@...e.de>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	linaro-kernel@...ts.linaro.org
Subject: Re: [PATCH] regmap: Ensure regmap_register_patch() is compatible
 with fast_io

On Tue, Mar 18, 2014 at 02:43:18PM +0100, Levente Kurusa wrote:
> 2014-03-18 13:02 GMT+01:00 Mark Brown <broonie@...nel.org>:

> > +       if (p) {
> > +               memcpy(p + map->patch_regs, regs, num_regs * sizeof(*regs));
> > +               map->patch = p;
> > +               map->patch_regs += num_regs;
> > +       } else {
> > +               return -ENOMEM;
> > +       }
> > +

> I think that is not checkpatch-safe :-)

What makes you say that?  If you think there's some problem say what it
is please...

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ