Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp2853425imm; Thu, 24 May 2018 17:34:41 -0700 (PDT) X-Google-Smtp-Source: AB8JxZq/RSpfissE+kdRWpnnCsomugXUuO9JuulsoIzm+/lGm1mJdhfIxyGlttCRN4jNx4uUH7Rd X-Received: by 2002:a63:b709:: with SMTP id t9-v6mr168582pgf.269.1527208481680; Thu, 24 May 2018 17:34:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527208481; cv=none; d=google.com; s=arc-20160816; b=ulF6cWPnSlfx7V2CL/ZcDznFTlz6BTTQCdi7/8jAKEX8tmEPnIk4yUNPU7OMJIRvjj eVTNHYAhwtYIJAPpX94idnhWc0a+bQkYsrLQmp1mvPVuGFLX4aQ4c+vDjHNPGgDoHYR9 o/hqfsXu7RCXABuf/kuU1ZO2jRZNjPSi4ua3+KcqRtlFA5pj6qrG0VJRxi7zR6Oo2F/9 jFBDPkauZBd7h2NrjQLWRZo5B+C1E1xlqpPntr4VdVpzk8XSA129vI+6oABtlROCHD/t 9SwoX1S8VCss/ZrB60Vh00Y9aWyECXSbzuwb7cVoCbQ77qI7Xgc6WHJ1yXIvGVO6y/TC yLuw== 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=CL0GiWHBP26I2EYvKTjeN/AvKNJy9p9EVm0Gd4PNQwY=; b=ldYvoz5ULjIYz6yFLBxNabhgoV1T0v49WAElRV1h3iKuGXSLqCccrotY8Qzm9tiv10 Y4LaUaBxA8FHwjxqEzniUatHsmT4xl3mqqCUr5fubSulJdbD7BL79zpFwp4nFpElPjYV LfAiAAtwH2LqNr8SmVaXIt/BxThrJBujc8A771sVCpZrTBXnLinyCdVCRRChmGSIPaPL C/qrs4A/P5+pHAhLwGp4OguREAGpRCb6R8tVxYqqhUbhcE3wC/1q5DtWAtRxd1TOeq1S rhUCaFhuP382+euFfZSH5W9zlOXYuURGQ4EIlJp+YDCLfG8XzdANOAulsYxDgP0MmRSK xxqw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 186-v6si22217033pfg.141.2018.05.24.17.34.27; Thu, 24 May 2018 17:34: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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031718AbeEXOS4 (ORCPT + 99 others); Thu, 24 May 2018 10:18:56 -0400 Received: from mx2.suse.de ([195.135.220.15]:38533 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030516AbeEXOSw (ORCPT ); Thu, 24 May 2018 10:18:52 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id BB208AE24; Thu, 24 May 2018 14:18:50 +0000 (UTC) Date: Thu, 24 May 2018 15:38:54 +0200 (CEST) From: Jiri Kosina To: Petr Mladek cc: Josh Poimboeuf , Miroslav Benes , 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 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 > --- > I have found this when working on v12 of the atomic replace. It looks > like a no-brainer and does not conflict with the patchset, so ... ;-) Applied, thanks. -- Jiri Kosina SUSE Labs