Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp673063pxb; Thu, 30 Sep 2021 14:41:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxV7vXu9H2pNYNhSCRtCp61v/u61EYhdhqziDXgHYxT9o4kWsPbn5WkAC+SLn0eY/RUpBfT X-Received: by 2002:a50:d88a:: with SMTP id p10mr9822089edj.274.1633038081580; Thu, 30 Sep 2021 14:41:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633038081; cv=none; d=google.com; s=arc-20160816; b=JGWOpvHzggGASPUXZHQ7ogKhScnDFgw1/iwLthMyK1IJbOgNXwoqiQqTiFLuTkn0nv GrwyMM2hMBYNJgQrY2oRhNHlFu4UqQ5lZrrJPbFlIqQ1BdQ4KIgyRtXDUV6TshDONAhH o3jmVRUUh5eHUfy+H2U3fWU+jbktBrbpztwBj5+nFUGuSGz+LzzRX65GRIaOfkiBhU/W GJVPdXVXZBt8oioihlf3Rt5Ii+AJR9Xtj2IY+3z65HCvgNF2DklfX0yuupPSCoGHe4t3 /5epz/0MH21Lqrk00S7/AYaPQXyOTjqxW8XSmgZBWSa5xuhd/3DAHxZ4zd4cjGnRKNGH 3gIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=y3f7eq3uqmFY/MFuHGrbWMleC4NLfeSg+fNDy085SfA=; b=OPmryJ7RYPUcqqd+IVY+ofOx1UlQeXgvHwQUs2U7JqxxnL/AyJnYhb3MKVe9NrWaqh u/beDJxJBTr+YQspEf//GsoHCERCLlMc4Q3py9AUQIlYK2C4kByRr7N5FNey1kOkfme9 w8qapqjZQEWb61CCl5Wg8tT6lIRAJPULOTrjmstmqbmKTBZOKJDvAIc8AXzQWfeu/qvU J+TBoeu9bqV9PpT3TlgkTCw4ovDFHfcGDotlEPf9GvACWMChNHRzCjzMOU1owHYw7t+j ryA/z3Jw8GUgm8uCCwVaNqt5kx2Cc3fY1Dqo1+dq+R5unS4vhKv+mgCdXHPn+ksB6PU8 S9PQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q23si5341262ejr.192.2021.09.30.14.40.56; Thu, 30 Sep 2021 14:41:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349716AbhI3VYF (ORCPT + 99 others); Thu, 30 Sep 2021 17:24:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:36418 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349722AbhI3VX4 (ORCPT ); Thu, 30 Sep 2021 17:23:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 30C2B61A60; Thu, 30 Sep 2021 21:22:13 +0000 (UTC) Date: Thu, 30 Sep 2021 17:22:06 -0400 From: Steven Rostedt To: Thomas Gleixner Cc: Alexei Starovoitov , Masami Hiramatsu , Linus Torvalds , Josh Poimboeuf , Ingo Molnar , X86 ML , LKML , bpf , Jakub Kicinski , Ingo Molnar , Borislav Petkov , Peter Zijlstra , Kernel Team , linux-ia64@vger.kernel.org, Abhishek Sagar , Andrii Nakryiko , Paul McKenney Subject: Re: [PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86 Message-ID: <20210930172206.1a34279b@oasis.local.home> In-Reply-To: <874ka17t8s.ffs@tglx> References: <163163030719.489837.2236069935502195491.stgit@devnote2> <20210929112408.35b0ffe06b372533455d890d@kernel.org> <874ka17t8s.ffs@tglx> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 30 Sep 2021 21:34:11 +0200 Thomas Gleixner wrote: > Masami, feel free to merge them over your tree. If not, let me know and > I'll pick them up tomorrow morning. Masami usually goes through my tree. Want me to take it or do you want to? -- Steve