Received: by 2002:ac0:8c8e:0:0:0:0:0 with SMTP id r14csp432656ima; Wed, 6 Feb 2019 02:32:36 -0800 (PST) X-Google-Smtp-Source: AHgI3IbiMt1NpIYJudxsOhp2HtaAvAHuJsQaf43nBHUfC1beS1Silwhf7fgfqqXuSwgGXT5hjkz3 X-Received: by 2002:a63:2501:: with SMTP id l1mr8811380pgl.144.1549449156302; Wed, 06 Feb 2019 02:32:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549449156; cv=none; d=google.com; s=arc-20160816; b=ebhxhebGAHkWeX+ZhnzLVQ8655mnQ5lsu7ZQ63ptijj8QjQfuG+QIJnzCdnvuUxIpz GpqV9IMZOBT1guSByw7pvkOPxdRoOfGqcgZCLdNnBMcWcbzgBajedeKT7Qzg5/e2Cp02 klr7dVIAuGWJaFjY/+l7yKi5olvt3ly/be1nAbpmGGbQm1JNXnyqbl85Lglo6+R6HJXl 7QFg0GeYxgXuF5k61bUnbPRKzMOR06dX3xrV444tUs+/P6OVyaWU5LnCW1w+5uVtDQzL tPllO3zXCUx6ykEZu8UZQM/pCIw6SMD+w03LpqFitSpHdFzT618wHnJUboQzwDIB82lN bxHQ== 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=shun7MrG8XPz0jbQnCN5DxQVYyaxx6uCkZcrSAMNtSw=; b=wan6EWrb1rexzk06t35VLa0wZs92J11AN5gQTaYEvIPzNiCkBn9kNa8F4uOWpvl/3Y dDTFJ3bMcv5istPZjX0pP5QLVkgn8CD02m956NHFth/WptZ0q9q2NE4cem14bCPjfPzy CB+U9C9Hb0Zn5oQiYeYYGTm2NpkXHjvy3lHTvBnJ6LoNdz7LypQkX3miT4V2AWP642Jj +hZ0M5RY8lgYdqA66S1fk9FbeM7TlLa0jcn2T18g8o/Zp9DBFnciWx1HyjTh6DO5fkJW oanedYRZ2Z1Xmf1ibsl9uVF2MABx+YqPxjCcgHGck4ryx+46pQ3BHWmIVLBqwxt6iW+S z8dg== 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 v11si5795114plp.85.2019.02.06.02.32.20; Wed, 06 Feb 2019 02:32:36 -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 S1729542AbfBFK3i (ORCPT + 99 others); Wed, 6 Feb 2019 05:29:38 -0500 Received: from mx2.suse.de ([195.135.220.15]:55812 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726977AbfBFK3i (ORCPT ); Wed, 6 Feb 2019 05:29:38 -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 E59B3B6AF; Wed, 6 Feb 2019 10:29:36 +0000 (UTC) Date: Wed, 6 Feb 2019 11:29:36 +0100 From: Petr Mladek To: Jiri Kosina , Josh Poimboeuf , Miroslav Benes Cc: Jason Baron , Joe Lawrence , Evgenii Shatokhin , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] livepatch: Followup changes for the atomic replace patchset Message-ID: <20190206102936.hjuvq3d4xa7redra@pathway.suse.cz> References: <20190204135653.31406-1-pmladek@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190204135653.31406-1-pmladek@suse.com> 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 Mon 2019-02-04 14:56:49, Petr Mladek wrote: > This patchset implements ideas that were mentioned and postponed during > the review of the atomic replace patchset. > > The patches apply on top of livepatching.git, branch > origin/for-5.1/atomic-replace. > > > Changes against v1: > > + Added Joe's patch that fixed ptr_id() error code [Joe] > + Did proper error handling in the shadow variable sefttest [All] > + Removed the controversial patch that was removing patch->enabled flag [All]. > + Fixed few typo's [Joe] > + Added available Acks. > > > Joe Lawrence (1): > livepatch: return -ENOMEM on ptr_id() allocation failure > > Petr Mladek (3): > livepatch: Introduce klp_for_each_patch macro > livepatch: Proper error handling in the shadow variables selftest > livepatch: Module coming and going callbacks can proceed with all > listed patches I have applied all 4 paches into for-5.1/atomic-replace branch. Best Regards, Petr