Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752530AbdLHRZ2 (ORCPT ); Fri, 8 Dec 2017 12:25:28 -0500 Received: from mx2.suse.de ([195.135.220.15]:58279 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbdLHRZ0 (ORCPT ); Fri, 8 Dec 2017 12:25:26 -0500 From: Miroslav Benes To: jpoimboe@redhat.com, jeyu@kernel.org, jikos@kernel.org Cc: linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, pmladek@suse.com, jbaron@akamai.com, Miroslav Benes Subject: [PATCH 0/2] Remove immediate feature Date: Fri, 8 Dec 2017 18:25:21 +0100 Message-Id: <20171208172523.12150-1-mbenes@suse.cz> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 23 Hi, here it is. The first patch is only code removal and appropriate changes in the documentation. The second patch is maybe more interesting. Do you agree to do it this way, or have you got a better idea? Miroslav Benes (2): livepatch: Remove immediate feature livepatch: Allow loading modules on architectures without HAVE_RELIABLE_STACKTRACE Documentation/livepatch/livepatch.txt | 84 ++++++++-------------------- include/linux/livepatch.h | 4 -- kernel/livepatch/core.c | 19 ++----- kernel/livepatch/transition.c | 49 ++-------------- samples/livepatch/livepatch-callbacks-demo.c | 15 ----- samples/livepatch/livepatch-sample.c | 15 ----- samples/livepatch/livepatch-shadow-fix1.c | 15 ----- samples/livepatch/livepatch-shadow-fix2.c | 15 ----- 8 files changed, 33 insertions(+), 183 deletions(-) -- 2.15.1