From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932418AbcETGsd (ORCPT ); Fri, 20 May 2016 02:48:33 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33642 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932276AbcETGsb (ORCPT ); Fri, 20 May 2016 02:48:31 -0400 Date: Fri, 20 May 2016 08:48:20 +0200 From: Ingo Molnar To: Dmitry Safonov Cc: linux-kernel@vger.kernel.org, mingo@redhat.com, luto@amacapital.net, tglx@linutronix.de, hpa@zytor.com, x86@kernel.org, akpm@linux-foundation.org, linux-mm@kvack.org, 0x7f454c46@gmail.com, Shuah Khan , linux-kselftest@vger.kernel.org Subject: Re: [PATCHv9 2/2] selftest/x86: add mremap vdso test Message-ID: <20160520064820.GB29418@gmail.com> References: <1463487232-4377-1-git-send-email-dsafonov@virtuozzo.com> <1463487232-4377-3-git-send-email-dsafonov@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463487232-4377-3-git-send-email-dsafonov@virtuozzo.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dmitry Safonov wrote: > Should print on success: > [root@localhost ~]# ./test_mremap_vdso_32 > AT_SYSINFO_EHDR is 0xf773f000 > [NOTE] Moving vDSO: [f773f000, f7740000] -> [a000000, a001000] > [OK] > Or segfault if landing was bad (before patches): > [root@localhost ~]# ./test_mremap_vdso_32 > AT_SYSINFO_EHDR is 0xf774f000 > [NOTE] Moving vDSO: [f774f000, f7750000] -> [a000000, a001000] > Segmentation fault (core dumped) So I still think that generating potential segfaults is not a proper way to test a new feature. How are we supposed to tell the feature still works? I realize that glibc is a problem here - but that doesn't really change the QA equation: we are adding new kernel code to help essentially a single application out of tens of thousands of applications. At minimum we should have a robust testcase ... Thanks, Ingo