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:	Wed, 17 Feb 2016 14:28:51 -0500 (EST)
From:	Julia Lawall <julia.lawall@...6.fr>
To:	Jaegeuk Kim <jaegeuk@...nel.org>
cc:	kbuild-all@...org, Michael Halcrow <mhalcrow@...gle.com>,
	Theodore Ts'o <tytso@....edu>,
	Ildar Muslukhov <ildarm@...gle.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs crypto: fix semicolon.cocci warnings



On Wed, 17 Feb 2016, Jaegeuk Kim wrote:

> Hi Julia,
>
> I just submitted crypto patches, so if you don't mind, can I integrate your
> patches into my original ones?

No problem at all.

julia

>
> Thanks,
>
> On Wed, Feb 17, 2016 at 08:30:56AM -0500, Julia Lawall wrote:
> >  Remove unneeded semicolon.
> >
> > Generated by: scripts/coccinelle/misc/semicolon.cocci
> >
> > Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
> > Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
> > ---
> >
> >  crypto.c |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > --- a/fs/crypto/crypto.c
> > +++ b/fs/crypto/crypto.c
> > @@ -312,7 +312,7 @@ int fscrypt_zeroout_range(struct inode *
> >  		}
> >  		bio->bi_bdev = inode->i_sb->s_bdev;
> >  		bio->bi_iter.bi_sector =
> > -			pblk << (inode->i_sb->s_blocksize_bits - 9);;
> > +			pblk << (inode->i_sb->s_blocksize_bits - 9);
> >  		ret = bio_add_page(bio, ciphertext_page,
> >  					inode->i_sb->s_blocksize, 0);
> >  		if (ret != inode->i_sb->s_blocksize) {
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ