From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752865AbdICC4U (ORCPT ); Sat, 2 Sep 2017 22:56:20 -0400 Received: from merlin.infradead.org ([205.233.59.134]:34954 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752828AbdICC4S (ORCPT ); Sat, 2 Sep 2017 22:56:18 -0400 Subject: Re: fs/binfmt_flat.c:828:9: error: void value not ignored as it ought to be To: kbuild test robot , Al Viro Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org, Andrew Morton References: <201709030901.qU5Vfdmy%fengguang.wu@intel.com> From: Randy Dunlap Message-ID: Date: Sat, 2 Sep 2017 19:56:08 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201709030901.qU5Vfdmy%fengguang.wu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/02/17 18:48, kbuild test robot wrote: > Hi Al, > > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: d0d6ab53c9abd7dd1070f43a0455328874127ba8 > commit: 468138d78510688fb5476f98d23f11ac6a63229a binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail > date: 9 weeks ago > config: m32r-mappi.nommu_defconfig (attached as .config) > compiler: m32r-linux-gcc (GCC) 6.2.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 468138d78510688fb5476f98d23f11ac6a63229a > # save the attached .config to linux build tree > make.cross ARCH=m32r > >>> fs/binfmt_flat.c:828:9: error: void value not ignored as it ought to be > ret = flat_put_addr_at_rp(rp, addr, relval); > ^ Patch here for m32r and microblaze: https://lkml.org/lkml/2017/7/30/179 Al, are these OK or is something more needed? -- ~Randy