Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752540AbeAIVZE (ORCPT + 1 other); Tue, 9 Jan 2018 16:25:04 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:36733 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751468AbeAIVZC (ORCPT ); Tue, 9 Jan 2018 16:25:02 -0500 X-Google-Smtp-Source: ACJfBotv8qHILROL4S8X27BkgyCjxjrqSUp4HpldtsQkJKDPrBFg71ILcrF55Ic38Re857qZAK9sBEZQFV1wy2HTl00= MIME-Version: 1.0 In-Reply-To: <17c5ebeb2e00879b0af1a9c32bf37ecdd9b9b31b.1515130397.git.luto@kernel.org> References: <17c5ebeb2e00879b0af1a9c32bf37ecdd9b9b31b.1515130397.git.luto@kernel.org> From: Shuah Khan Date: Tue, 9 Jan 2018 14:25:00 -0700 Message-ID: Subject: Re: [RFC] selftests/x86: Add test_vsyscall To: Andy Lutomirski Cc: x86@kernel.org, LKML , Borislav Petkov , Kees Cook , Peter Zijlstra , Greg Kroah-Hartman Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 4, 2018 at 10:38 PM, Andy Lutomirski wrote: > This tests that the vsyscall entries do what they're expected to do. > It also confirms that attempts to read the vsyscall page behave as > expected. > > If changes are made to the vsyscall code or its memory map handling, > running this test in all three of vsyscall=none, vsyscall=emulate, > and vsyscall=native are helpful. > > (Because it's easy, this also compares the vsyscall results to their > vDSO equivalents.) > > Signed-off-by: Andy Lutomirski > --- > Hi Andy, I am not cc'ed on this patch. Doesn't look like the patch is sent to everybody get_maintainers lists for the set of files that are changed in this patch. Please make sure to include everybody on your future kselftest patches. thanks, -- Shuah