Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10474100imu; Thu, 6 Dec 2018 01:33:11 -0800 (PST) X-Google-Smtp-Source: AFSGD/XTDpPxlNfZpIDNH5Pa02TbRVQ2HP+suuPTzzDR7D+/4H07O5m6UkRKIt+prcSZDg/xNUfF X-Received: by 2002:a62:c28e:: with SMTP id w14mr27724602pfk.115.1544088791398; Thu, 06 Dec 2018 01:33:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544088791; cv=none; d=google.com; s=arc-20160816; b=xjav245B7zpIs0BdUIWZymkqBo6MrQbHxWrLqIWIBTqTj5PAe9d4VKtqK3FwqrPupN 0k2uo5WaAy3GoMkjZ3JBbfMdpWCy2xlHbvIZsRVdOVDzwLGFX/d/tJJhxFEzN/iy+sIe +dbRgj4Ki4Woa3BuZyiiFc8Wu5zvdDplZp/tWevB1sRuRDnNWUA+tUmhrSdj4KVFuQZL gexmoypfyLQ01Xu5e4Lv3pP7du5y7wS9tiaA4vln3Oo9Olm2jA724GVAr0S0AjQHbEG2 AEXU7ZrjDGqmiwsTSoUwdb5z/wN63hn3CeKV9oFQNyoHNVgckUJfKNHcUhv2qMrlP50K 9QSQ== 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; bh=BTIrr5Ph49VhWKTPSc6ruPuRnbcPTICX6stB8AEFqqE=; b=fynbR/GgEqiEg9WznVYdUHNQF8gJ4Y1Rljz2oXxzGczra3hnz+SP8GDqV4pEVROkBw VmjI/x+LHs3JYy4WT9NRfp0XLziKpRnx7oQxBi0cORx3aSijBecJEJUHRpzPO7B2AiGW OLLGcqChGxMWmw6AxpKgEO77NgyfzOsGEMO4vNbeEYruUhip2uMGaSBbLOET1zQQlXJJ As3tlNz2fwOBQT0WGYhSubx91EGZisPIAF6CQN1+O2HPzChSy4V24uMD10yC7QYlOj89 KAMCVR9PsURqq8AJ6iMNd3neqxEvlk7LbOSYzew2aiPuzX8I0s0GVdSa9ZuE+ABURRp4 SXcQ== 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 c17si20281061pgl.385.2018.12.06.01.32.55; Thu, 06 Dec 2018 01:33:11 -0800 (PST) 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 S1729345AbeLFJcD (ORCPT + 99 others); Thu, 6 Dec 2018 04:32:03 -0500 Received: from mx2.suse.de ([195.135.220.15]:56174 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727575AbeLFJcD (ORCPT ); Thu, 6 Dec 2018 04:32:03 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 5B4E1AFDE; Thu, 6 Dec 2018 09:32:01 +0000 (UTC) Date: Thu, 6 Dec 2018 10:32:00 +0100 (CET) From: Miroslav Benes To: Petr Mladek cc: Joe Lawrence , Jiri Kosina , Josh Poimboeuf , Jason Baron , Evgenii Shatokhin , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v14 00/11] livepatch: Atomic replace feature In-Reply-To: <20181206075404.rv4qyw2u5auvfiuz@pathway.suse.cz> Message-ID: References: <20181129094431.7801-1-pmladek@suse.com> <176e592d-6e9c-8e1c-abe6-d07ba9b10d54@redhat.com> <20181206075404.rv4qyw2u5auvfiuz@pathway.suse.cz> 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 > > I don't have many code comments as the changes appear to safely and > > correctly do what the say. (We are at v14 after all :) I mainly > > compared the text and comments to the implementation and noted typos > > (marked by substitution s/old/new) and awkward wordings (marked by > > "re-wording suggestion"). That said, I ack'd each patch as I wouldn't > > want these to hold up the patchset. > > Thanks a lot both you and Miroslav for the review. > > I'll give it some more days before I prepare v15. I wonder if Josh > could find some cycle to look at it at least from the top level. For what is worth, I'm fine with all the changes Joe proposed and you can preserve my acks there. Miroslav