Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp217499ybi; Thu, 13 Jun 2019 14:39:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqymWIi7LPiiOhJLS0Lr3n1HWyvnQu5tPns/k/U4CG3I025UWnZhzKrc9+k/P3n2UoP7SYgP X-Received: by 2002:a62:6:: with SMTP id 6mr31246620pfa.159.1560461941935; Thu, 13 Jun 2019 14:39:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560461941; cv=none; d=google.com; s=arc-20160816; b=tzkV/z3uqG4pBOTrOpqCoQneqOSfc3hu55V4Iw0G8XuaoJnoyRQTQMTrf5QySzGAYI hMKFkklm0ZpSC4b7mqfaMeqgY8gNidIuy4uRzRAHvA0L9vfVUZe86/L5Sunk3sZsovMy 7UXyizNOnFymEBdnTQIpsxXNO7SkEtUGZaCHrWmuREYgcQY0dnKdptautwgLUCXTOWky hnp2H1iwOC9kycMzeMjBCOF2ukgqUnBm0MG/bCo2SDmFi9Jp6eXHcBQkoTB8Gl5ogVHy HQ7nbtxlSTbBLSsu4KW/d1GarJhaT/+QksRO5edHEDz2vu/6rsFnGh1kVvfWaV8a7LSH MYNA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=rQ0JqnGBOdtQqQEbtxwXEMBHp1IBpLhLK8jBlQDPVfM=; b=bchW79kkbOW4zDaCJRkuJMENkqNnaMIhhuRuMvRI5InoitRELqiRBcrO5DIfivYv+d ntdHTywUgVXtGBQrss3eFNxyCSDdoxoP0F3kuwbqt/ijR1Ig012AVd9dY4OqAJb32IcY 5n0M+b4PVVsesIvPxSz4lyUJ6VEhHAgJtnnSJYR0184gnldlnhuGNYPciSuMFsvEYmwG 3w8tiWYBFmBiXjCpByEXRTlJ2jlk7/YS6xWTgLdnSqSuqVuWH9qXrmitajxJKjpnMBor x5IKDm7RW7Tn465Rwm4DJixaOzR4TG2NaLE/kOhKd4NfqJBXunlJVtA53wygZdo9G1Hu 0+TA== 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 i41si568101pje.45.2019.06.13.14.38.47; Thu, 13 Jun 2019 14:39:01 -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 S1727509AbfFMViH (ORCPT + 99 others); Thu, 13 Jun 2019 17:38:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:49722 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726806AbfFMViH (ORCPT ); Thu, 13 Jun 2019 17:38:07 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CDA86208CA; Thu, 13 Jun 2019 21:38:05 +0000 (UTC) Date: Thu, 13 Jun 2019 17:38:04 -0400 From: Steven Rostedt To: Josh Poimboeuf Cc: Petr Mladek , Jiri Kosina , Miroslav Benes , Jessica Yu , Joe Lawrence , linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, Johannes Erdfelt , Ingo Molnar Subject: Re: [PATCH] livepatch: Fix ftrace module text permissions race Message-ID: <20190613173804.37cd37f8@gandalf.local.home> In-Reply-To: <20190531222527.535zt6qzqmad34ss@treble> References: <20190530135414.taftuprranwtowry@pathway.suse.cz> <20190531191256.z5fm4itxewagd5xc@treble> <20190531222527.535zt6qzqmad34ss@treble> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 31 May 2019 17:25:27 -0500 Josh Poimboeuf wrote: > On Fri, May 31, 2019 at 02:12:56PM -0500, Josh Poimboeuf wrote: > > > Anyway, the above is a separate problem. This patch looks > > > fine for the original problem. > > > > Thanks for the review. I'll post another version, with the above > > changes and with the patches split up like Miroslav suggested. > > The latest patches are here: > > https://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux.git/log/?h=fix-livepatch-ftrace-race > > If the bot likes them, I'll post them properly soon. > Was this ever posted? -- Steve