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]
Message-ID: <20160217185542.GA94388@jaegeuk.gateway>
Date:	Wed, 17 Feb 2016 10:55:42 -0800
From:	Jaegeuk Kim <jaegeuk@...nel.org>
To:	Julia Lawall <julia.lawall@...6.fr>
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

Hi Julia,

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

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