Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp818985imm; Wed, 23 May 2018 06:07:41 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpNKmNCm8TEgKxlI3WdTiPYxVUPMfz3Yvg1y8yFTYsVXPfAs5KScyElqQDCR9yhzV2KlfoJ X-Received: by 2002:a63:6107:: with SMTP id v7-v6mr1593978pgb.264.1527080861073; Wed, 23 May 2018 06:07:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527080861; cv=none; d=google.com; s=arc-20160816; b=RV0SIZ5/cCAWlEGvKniocY7IDJU4mXrGhY+Pbib7Lu5x38SDEuV/2dSxjOqPaY8v0q JXbAHJijy3LncsdSMud815jDjP8vCv7AZywujC0wDXMsBJWFZCEuaNL4s8rhJB/ee+26 luJ63oHviKn5EaaQZq/WZlMoqioh8MBAK1NeK0h/k7iFb8IZae7h6FVwetWqbLox9dRk mMieK94Phm5F0Dp6uHyJVL+QKmkm9i63fr1qSefCB0GXc1vnTJET08WkpvQe3uOQ7w/y LrJZnSPEd/m3yql6kc3n/+SiJQbCfDsbDNB39I3+HnfwXdwknjarRipE57NINagMR9pB 1DvQ== 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=NzpKS3olPsdMQ+PhL29Cn5G+7kE96Rsmc7SgKrgg4C8=; b=O4did7ZbHAREUkFaA3Onr606IcEFclcbg35SMMqCI7LgVkXbIiBAGJV3DtcSNPQTB1 KyWL3FKSi77USpl9Ij8QYdELPG8q0zZAvvUMyMjudWIzuDEY6UQ6/YRb7HvO2/2KKROi GYvm0zpPllzSVHR8zZjLN5GAFBthUoONS8S79XADcuBzBtBjm7QnfpMhFUTeydO2CiAJ qiymCyrR4MnlafzieN29x0jCn31pNG/E/+EzvT6rLFE7xg3LPAjJQ9mq6zaKZlaSSIoc 2jUElSBRluWv0mQBWSRvWg/qFBJYscBtpWMGOhoYlWmYKlhoi26yGOBg5dZvR2ZaLp4X LSyw== 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 g2-v6si17818974pfh.346.2018.05.23.06.07.26; Wed, 23 May 2018 06:07:41 -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 S932913AbeEWNHI (ORCPT + 99 others); Wed, 23 May 2018 09:07:08 -0400 Received: from mx2.suse.de ([195.135.220.15]:54662 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932089AbeEWNHH (ORCPT ); Wed, 23 May 2018 09:07:07 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id DE11FADFF; Wed, 23 May 2018 13:07:05 +0000 (UTC) Date: Wed, 23 May 2018 15:07:05 +0200 (CEST) From: Miroslav Benes To: Petr Mladek cc: Jiri Kosina , Josh Poimboeuf , Joe Lawrence , Jessica Yu , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] livepatch: Remove not longer valid limitations from the documentation In-Reply-To: <20180523074742.20171-1-pmladek@suse.com> Message-ID: References: <20180523074742.20171-1-pmladek@suse.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 s/Remove not longer/Remove no longer/ On Wed, 23 May 2018, Petr Mladek wrote: > Semantic changes are possible since the commit d83a7cb375eec21f04 > ("livepatch: change to a per-task consistency model"). > > Also data structures can be patched since the commit 439e7271dc2b63de37 > ("livepatch: introduce shadow variable API"). > > It is a high time we removed these limitations from the documentation. > > Signed-off-by: Petr Mladek Acked-by: Miroslav Benes M