From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751825AbdBBOhn (ORCPT ); Thu, 2 Feb 2017 09:37:43 -0500 Received: from mx2.suse.de ([195.135.220.15]:59730 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751473AbdBBOhl (ORCPT ); Thu, 2 Feb 2017 09:37:41 -0500 Date: Thu, 2 Feb 2017 15:37:37 +0100 From: Petr Mladek To: Josh Poimboeuf Cc: Jessica Yu , Jiri Kosina , Miroslav Benes , linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, Michael Ellerman , Heiko Carstens , x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, Vojtech Pavlik , Jiri Slaby , Chris J Arges , Andy Lutomirski , Ingo Molnar , Peter Zijlstra , Kamalesh Babulal , Balbir Singh Subject: Re: [PATCH v4 00/15] livepatch: hybrid consistency model Message-ID: <20170202143737.GD23754@pathway.suse.cz> References: <20170201200243.zqxq6lmbjsr6in52@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170201200243.zqxq6lmbjsr6in52@treble> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 2017-02-01 14:02:43, Josh Poimboeuf wrote: > On Thu, Jan 19, 2017 at 09:46:08AM -0600, Josh Poimboeuf wrote: > > Here's v4, based on linux-next/master. Mostly minor changes this time, > > primarily due to Petr's v3 comments. > > So far, the only review comments have been related to the first patch, > of which I just posted an updated version. > > If there are no more comments, it would be great to get these patches in > for the 4.11 merge window. Any objections to that? I have finished the review finally. We still need to address some issues but I think that we are much more close now. I found only few small problems. Othewise, the consistency handling looks pretty consistent to me :-) Best Regards, Petr