Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10645285imu; Thu, 6 Dec 2018 04:38:51 -0800 (PST) X-Google-Smtp-Source: AFSGD/XjlUBFse3mywe+AWVAXgqmds5w/g+XEHQn1LGTntg0vbIGJMnYjmKaP1nBvBSEHsI0bobv X-Received: by 2002:a62:dbc2:: with SMTP id f185mr28116249pfg.235.1544099931506; Thu, 06 Dec 2018 04:38:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544099931; cv=none; d=google.com; s=arc-20160816; b=Ib66yIPTwituISaKA1YtG5HgM5i6PuNpLXNKSdQ9aE8xUQu7dwYp8rtFuDhFwvBLSq LPdnr76WK/ZAdvjPJrxFdhtkE2JSjTZ/v3H7vwZfzLM8klhYxhigtYxWBWGNQOmcGXoI vTSMgrloaJ7RSnX61PCDDmN5HehYAN6KkIkNPAM8zWbNjARIRS5MEKreCzwiC1Wtk3BD INmPwr9u/eRpL70yeX6adFgSqqOkA0jqUpKL9l8M//B4/xS/S781IeTu2UCbmw2Tew8y hgGQu263r91cZhpwfxOjapv8CKRIvB0I76D3MMnlgkErBrSjUZIMH/h++jnjnYW5gkFy AkDw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=PjvKo2RtNo8qUGqq9usMbivucsAH5/+cJcWO/QWbQNw=; b=FSSIA1pOdc1mhij8LpemsSOUM66FeWQ/QUo84XTLtzvoxibdqbKzS5f4biTXQOdFai PGVpZ/GCMn1Y+ukEssgOxwlhd9KD0x2BBqoagxTpVOgLhdVvtOV17MZklH9Bq8EjWSRt S92zPzm+rhFdHU8D4iOwNkdzU7EhrJ24aFiHjOHInxGazJHTpgk5Kps7wcLmNgVtl9ne xceS4B2kSkunxUBbjzIhIEMuwJgeKxPL+mYSMYg9rJHcjGF7CnCQnz3AH3KNRXkEquGh YrCxe5UuDBZWaKxO5CjMIQXArSthk0E5x6xlN8wAw7Jyi6Jaw1DmlLj75Fg8NJJgsG5i oljw== 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 k35si186678pgm.225.2018.12.06.04.38.21; Thu, 06 Dec 2018 04:38:51 -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 S1729543AbeLFMhD (ORCPT + 99 others); Thu, 6 Dec 2018 07:37:03 -0500 Received: from mx2.suse.de ([195.135.220.15]:39072 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729038AbeLFMhC (ORCPT ); Thu, 6 Dec 2018 07:37:02 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A2582AFCC; Thu, 6 Dec 2018 12:37:00 +0000 (UTC) Date: Thu, 6 Dec 2018 13:37:00 +0100 From: Petr Mladek To: Miroslav Benes 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 Message-ID: <20181206123700.ljiybm6w6wvmiy7c@pathway.suse.cz> References: <20181129094431.7801-1-pmladek@suse.com> <176e592d-6e9c-8e1c-abe6-d07ba9b10d54@redhat.com> <20181206075404.rv4qyw2u5auvfiuz@pathway.suse.cz> <20181206101555.cydbzb7smubzsavn@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181206101555.cydbzb7smubzsavn@pathway.suse.cz> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2018-12-06 11:15:55, Petr Mladek wrote: > On Thu 2018-12-06 10:32:00, Miroslav Benes wrote: > > > > > > 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. > > We need enough time for bikeshedding about comments and documentation. > I need some time to recover. And I still hope that Josh can give it > a spin. Please, forget the above paragraph. I did not get Mirek's one correctly. I understood it as "Why do we need to wait? You have two acks. Jump on it and send us v15 immediately." Best Reards, Petr