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:	Wed, 10 Feb 2016 23:39:16 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Eryu Guan <guaneryu@...il.com>
Cc:	kbuild-all@...org, linux-ext4@...r.kernel.org, tytso@....edu,
	Eryu Guan <guaneryu@...il.com>
Subject: Re: [PATCH] ext4: remove unused parameter "newblock" in
 convert_initialized_extent()

Hi Eryu,

[auto build test ERROR on ext4/dev]
[also build test ERROR on v4.5-rc3 next-20160210]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Eryu-Guan/ext4-remove-unused-parameter-newblock-in-convert_initialized_extent/20160210-232337
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git dev
config: x86_64-randconfig-x012-201606 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   fs/ext4/extents.c: In function 'ext4_ext_map_blocks':
>> fs/ext4/extents.c:4350:23: error: expected ')' before ';' token
          flags, allocated;
                          ^
>> fs/ext4/extents.c:4352:4: error: expected ';' before '}' token
       } else if (!ext4_ext_is_unwritten(ex))
       ^

vim +4350 fs/ext4/extents.c

  4344				 * caller wants to convert it to unwritten.
  4345				 */
  4346				if ((!ext4_ext_is_unwritten(ex)) &&
  4347				    (flags & EXT4_GET_BLOCKS_CONVERT_UNWRITTEN)) {
  4348					allocated = convert_initialized_extent(
  4349							handle, inode, map, &path,
> 4350							flags, allocated;
  4351					goto out2;
> 4352				} else if (!ext4_ext_is_unwritten(ex))
  4353					goto out;
  4354	
  4355				ret = ext4_ext_handle_unwritten_extents(

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (30591 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ