Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752296AbbLCSAG (ORCPT ); Thu, 3 Dec 2015 13:00:06 -0500 Received: from foss.arm.com ([217.140.101.70]:50542 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752199AbbLCSAB (ORCPT ); Thu, 3 Dec 2015 13:00:01 -0500 Date: Thu, 3 Dec 2015 17:59:55 +0000 From: Catalin Marinas To: Yury Norov Cc: arnd@arndb.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, pinskia@gmail.com, Prasun.Kapoor@caviumnetworks.com, schwab@suse.de, Nathan_Lynch@mentor.com, agraf@suse.de, klimov.linux@gmail.com, broonie@kernel.org, jan.dakinevich@gmail.com, ddaney.cavm@gmail.com, bamvor.zhangjian@huawei.com, philipp.tomsich@theobroma-systems.com, andrey.konovalov@linaro.org, joseph@codesourcery.com, christoph.muellner@theobroma-systems.com Subject: Re: [RFC2 PATCH v6 00/19] ILP32 for ARM64 Message-ID: <20151203175955.GP10747@e104818-lin.cambridge.arm.com> References: <1447795019-30176-1-git-send-email-ynorov@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447795019-30176-1-git-send-email-ynorov@caviumnetworks.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1650 Lines: 43 On Wed, Nov 18, 2015 at 12:16:40AM +0300, Yury Norov wrote: > - ILP32 VDSO code excluded. It's not mandatory, and caused questions > during review process. We definitely make sure we will follow up > with a VDSO later on because it is needed for performance reasons; I already asked in one of the patches, don't you need a VDSO for sigreturn? > The full regression table is: > ILP32 LP64 > > float_bessel FAIL 134 PASSED 0 > float_exp_log FAIL 134 PASSED 0 > float_iperb FAIL 134 PASSED 0 > float_power FAIL 134 PASSED 0 > float_trigo FAIL 134 PASSED 0 > abort01 FAIL 2 FAIL 2 > fcntl14 FAIL 2 FAIL 2 > kill11 FAIL 2 FAIL 2 > mmap16 FAIL 6 PASSED 0 > open12 FAIL 2 PASSED 0 > pause01 PASSED 0 FAIL 9 > pipe07 FAIL 2 PASSED 0 > readdir01 FAIL 1 PASSED 0 > rename11 FAIL 2 PASSED 0 > rmdir02 FAIL 2 PASSED 0 > setregid02 FAIL 1 FAIL 1 > settimeofday01 FAIL 1 FAIL 1 > umount2_01 FAIL 2 PASSED 0 > umount2_02 FAIL 2 PASSED 0 > umount2_03 FAIL 2 PASSED 0 > utime06 FAIL 2 PASSED 0 Have you run any AArch32 LTP with these patches? The results should also be included in your table above. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/