Received: by 10.223.185.116 with SMTP id b49csp6412890wrg; Thu, 8 Mar 2018 07:05:17 -0800 (PST) X-Google-Smtp-Source: AG47ELu4RO0o9+19wTIOHeweT3B54haMTu3D5fChW5JPo+J+XcnSb7ZlZLiAclgE7hkpX1RxKGSk X-Received: by 10.99.116.28 with SMTP id p28mr21536158pgc.306.1520521517659; Thu, 08 Mar 2018 07:05:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520521517; cv=none; d=google.com; s=arc-20160816; b=Yao6bRJuKWD0BGWQ7EnFyG/bvJz0FLA2oBrW7Fc7mkzV0JP/RTQ5bgeHF58olqJf1J JJmpd8OBTZu5U3IqUkbForPmc9LIuvBJSffhqqTHSmJO+ubE0BX4zVTMQXDgUFep7r4s jKUqLRPCxK/FEBMCDggCemWYs4VJTT9R1bOr6bW96sFo59W2X+RcSIu5W7EXAw8YDfJK g+XF0qR7ciKY0JiUTjxajw2RLZCyiYPtFNEm0KbTXxFqQDZr7gtrYv/0OEkuHGZcn4PZ CxtNt/6t5l6GyB/U1W2qFS4NnHAOly1KusjI/w3pu9WZ0XM3Wg4Y49R89icRyLdCAbEL W9KA== 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:arc-authentication-results; bh=bTljPrEIboG/3RRnwt0ZDjbyFfmSU1EsFqmKLMNt0T4=; b=yX1igiZ2bRLOzsLdbkpMFsoGdVvaA+Oqg46HVV2XD6VPyUK3dP/vXErpuFWvzO4zV4 F6BxoImxS2DBgpI5Yd4Q0zXZwROdN9exP5uAndqi6Wcq2L+ZJPuEMeI8YwAvUW91lgif FCl9wBBc562aElZSk840TvlmJkq7JdJWArgm94lABkKkScRC+EGhrsWSUC4KZ9E0RY/p Eo90w1yWKkZvTj+35CMNQjFBEq5eoS51PILOjKeOZwYrvH0QUt4ifb8rUtcvK8+1DQ/K W+uW3KL1bAe3nvE06CThLHElu8zqZLMJuekGsEtAe7Hj0gPdxsmISCRqpeG+VxlfpsDk +i+A== 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 t6si12976164pgc.749.2018.03.08.07.04.48; Thu, 08 Mar 2018 07:05:17 -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 S934258AbeCHPBz (ORCPT + 99 others); Thu, 8 Mar 2018 10:01:55 -0500 Received: from mx2.suse.de ([195.135.220.15]:58761 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756024AbeCHPBx (ORCPT ); Thu, 8 Mar 2018 10:01:53 -0500 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 B472AAEC2; Thu, 8 Mar 2018 15:01:51 +0000 (UTC) Date: Thu, 8 Mar 2018 16:01:50 +0100 From: Petr Mladek To: Joe Lawrence Cc: Jiri Kosina , Josh Poimboeuf , Miroslav Benes , Jason Baron , Jessica Yu , Evgenii Shatokhin , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v10 00/10] livepatch: Atomic replace feature Message-ID: <20180308150150.guwwj2exrymugoeq@pathway.suse.cz> References: <20180307082039.10196-1-pmladek@suse.com> <45877626-2d41-4af8-a8ff-5897585122ad@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45877626-2d41-4af8-a8ff-5897585122ad@redhat.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 Wed 2018-03-07 16:55:53, Joe Lawrence wrote: > On 03/07/2018 03:20 AM, Petr Mladek wrote: > > The atomic replace allows to create cumulative patches. They > > are useful when you maintain many livepatches and want to remove > > one that is lower on the stack. In addition it is very useful when > > more patches touch the same function and there are dependencies > > between them. > > > > > > Changes against v9: > > > > + Fixed check of valid NOPs for already loaded objects, > > regression introduced in v9 [Joe, Mirek] > > + Allow to replace even disabled patches [Evgenii] > > > > Changes against v8: > > > > + Fixed handling of statically defined struct klp_object > > with empty array of functions [Joe, Mirek] > > + Removed redundant func->new_func assignment for NOPs [Mirek] > > + Improved some wording [Mirek] > > > > [ ... snip ... ] > > Hi Petr, > > I tried updating the test cases I was adding in "[PATCH v0 0/3] > additional cumulative livepatch doc/samples" and although one of the > cases is better than before, I'm running into a new issue: an expected > pre-unpatch callback is not executed (its obj->patched is false). > > Here's the updated test case: > > Test 11 > ------- > > - load livepatch > - load second livepatch (atomic replace) <- callbacks ok > - disable second livepatch <- pre-unpatch skipped > - unload livepatch > - unload second livepatch > > % insmod samples/livepatch/livepatch-callbacks-demo.ko > [ 2306.806046] livepatch: enabling patch 'livepatch_callbacks_demo' > [ 2306.806048] livepatch: 'livepatch_callbacks_demo': initializing patching transition > [ 2306.806083] livepatch_callbacks_demo: pre_patch_callback: vmlinux > [ 2306.806083] livepatch: 'livepatch_callbacks_demo': starting patching transition > [ 2307.743170] livepatch: 'livepatch_callbacks_demo': completing patching transition > [ 2307.743317] livepatch_callbacks_demo: post_patch_callback: vmlinux > [ 2307.743319] livepatch: 'livepatch_callbacks_demo': patching complet > > % insmod samples/livepatch/livepatch-callbacks-demo2.ko replace=1 > [ 2316.161804] livepatch: enabling patch 'livepatch_callbacks_demo2' > [ 2316.161807] livepatch: 'livepatch_callbacks_demo2': initializing patching transition > [ 2316.161842] livepatch_callbacks_demo2: pre_patch_callback: vmlinux > [ 2316.161843] livepatch: 'livepatch_callbacks_demo2': starting patching transition > [ 2317.727141] livepatch: 'livepatch_callbacks_demo2': completing patching transition > [ 2317.727254] livepatch_callbacks_demo2: post_patch_callback: vmlinux > [ 2317.727255] livepatch: 'livepatch_callbacks_demo2': patching complete > > % echo 0 > /sys/kernel/livepatch/livepatch_callbacks_demo2/enabled > [ 2328.995854] livepatch: 'livepatch_callbacks_demo2': initializing unpatching transition > [ 2328.995898] livepatch: 'livepatch_callbacks_demo2': starting unpatching transition > [ 2330.719234] livepatch: 'livepatch_callbacks_demo2': completing unpatching transition > [ 2330.719597] livepatch_callbacks_demo2: post_unpatch_callback: vmlinux > [ 2330.719599] livepatch: 'livepatch_callbacks_demo2': unpatching complete > > % rmmod samples/livepatch/livepatch-callbacks-demo2.ko > % rmmod samples/livepatch/livepatch-callbacks-demo.ko > > Running against v10, callbacks seem to be good up until I disable an > atomic replace patch. My understanding is that the original patch's > unpatch callbacks should be skipped (as they were). I was surprised to > see that atomic replacement patch only ran it's post-unpatch callback. Great catch! I guess that it is caused by the heuristic used in klp_unpatch_object() to decide whether the object is patched or not. We need to change the state only when manipulating the statically defined functions. Thanks a lot for so extensive testing!!! Best Regards, Petr