Received: by 10.192.165.156 with SMTP id m28csp1963865imm; Thu, 12 Apr 2018 06:33:19 -0700 (PDT) X-Google-Smtp-Source: AIpwx49r7Ep9hhrPTzW4XMCKPwBPShDYhYjCkER+n31E5/DIOmcmUAq/EA5QblDSC4m3BqEvdxYW X-Received: by 10.101.91.133 with SMTP id i5mr732354pgr.249.1523539999129; Thu, 12 Apr 2018 06:33:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523539999; cv=none; d=google.com; s=arc-20160816; b=dCfqBE8yJ1GoZzRhwyCvKhrlGey0EtTtYbVq/o3a7nn5OMlOgYbfUVdLu05t4NlUss Qx8cEu4J0q3BNuvpxlmu0Ieb+kCZwLtcHhGZQtwYTh5u33oDPPLNFyzN5wQ8YyBn0uak AYPOe7HGGEGznhxDSi2ITh1MRGd1FtEyUzN4Yw5zkig5rTWGMIO7qvjgS5Asf4fOGVL/ MhosoYsgrisq8fa1kgeNzFvD1F7QZutbsakhnf3uu23JnVz+mbpiHYokcJBDfWY331/K Erg2i2wGfoVlAt5+Zr2Q5FknuBlJ41D3meTf8Eu41plZPl42aGakGeWgHM1CAmHqS7Po DYyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=0ZhBStGT/CUzvDzh4eDT8msg1zumi8bmIH1h24cg8Bc=; b=nzs760EjxMmskTuX7tFDb08Rk/9ZKkYUT8tFxZR9TRLixj7VTkqkaBiyGgLxjXaZ+v zHw26YJfHperuV6/FGOXyU9GBf9ns2yUdPYjjrmgUGoOpLwf9DrI9ioLtN2pLDki2Pig mJKQ4S31ahw71caXo1uexu5duhaNDRiB0qFgj3wJ3lrKB3qBLsSaCiiruSj0y6ZM2ump yypU0w/rp/fcZeyFcPyv1fWhkAKw8AO4RxxNMcb864ZoDUWRm122UdSp4F6FRt/eWIzZ jiueoMrHXIRNQYS5zOfGS3VfKTLkgvFsiOeotEVvaTw1lJn9spTycF7lhciFyREQXU/r TLjA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g8si2510276pfh.401.2018.04.12.06.32.42; Thu, 12 Apr 2018 06:33:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752761AbeDLN3D (ORCPT + 99 others); Thu, 12 Apr 2018 09:29:03 -0400 Received: from mx2.suse.de ([195.135.220.15]:34802 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752317AbeDLN3B (ORCPT ); Thu, 12 Apr 2018 09:29:01 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 5D07FAB1E; Thu, 12 Apr 2018 13:29:00 +0000 (UTC) Date: Thu, 12 Apr 2018 15:28:59 +0200 (CEST) From: Miroslav Benes To: Joe Lawrence cc: live-patching@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Kosina , Josh Poimboeuf , Petr Mladek , =?ISO-8859-2?Q?Libor_Pech=E1=E8ek?= , Nicolai Stange , Artem Savkov Subject: Re: [PATCH v2] Add livepatch kselftests In-Reply-To: <1523373354-10801-1-git-send-email-joe.lawrence@redhat.com> Message-ID: References: <1523373354-10801-1-git-send-email-joe.lawrence@redhat.com> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Questions for v3: > > - Should we split off the atomic replace and shadow variable update > tests so that the this patchset could be merged before the ones > listed above? What Josh said. If we merge it almost together, there is no need to split it. > - I didn't remove any of the sample modules. If anyone thinks any of > them should go, let me know. They serve as nice, simple examples so > I thought they should all stay. Ok > - Module naming convention: to make the test script easier to grep > module names and filenames, I broke with livepatch convention and > used underscores instead of dashes. I didn't think it worth the > regex foo to flip back and forth in the test script. Ok Miroslav