From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6C4EC433EF for ; Thu, 30 Sep 2021 23:11:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85F7461A63 for ; Thu, 30 Sep 2021 23:11:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349022AbhI3XNA (ORCPT ); Thu, 30 Sep 2021 19:13:00 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:53248 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230167AbhI3XM5 (ORCPT ); Thu, 30 Sep 2021 19:12:57 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1633043472; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Yo+TYluRAlDqPIHiwUd1zfkElfADG2oaYeODsMOInaM=; b=H/LMn1DxDY26ScZTfsxs2K5eAyxF1TenwThY7/5G46bO1VSJsX0PYh38Pm15CSrcaXgOar LAXlVO1eeD8zhh9qRTxkMtvtMd1BxfF0xQYU/D8GybXIf/YpppONe4Z7YNyqeljQR1NLNV bj4/pS5LLdUt/ESS9kJ6DkGKQI6j3/Rr3k4nVrnianM1YHss6Ql3UVPZxf+QxrXnCXpGSy rpnomXDwmSHa+u+eWHWnwQ0ewIYiSw9X6nGjtSVTxm0SF3lC12NvfDzzM+iUHgWpc8Bllo YwWC2OiZAbCyhxvlk50WCx/xIkk6wAzSjRZiK5+yXamnCWqW8Ze+6I39Ll2ZGw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1633043472; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Yo+TYluRAlDqPIHiwUd1zfkElfADG2oaYeODsMOInaM=; b=ZA/73UylhQajg5VN4tT7pXnPmch/+Qaqs6O+2X+npusBnIoX7089S85la+ijLmQ6FEhfSy 85VK+NCbxGB8MICw== To: Steven Rostedt 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 In-Reply-To: <20210930172206.1a34279b@oasis.local.home> References: <163163030719.489837.2236069935502195491.stgit@devnote2> <20210929112408.35b0ffe06b372533455d890d@kernel.org> <874ka17t8s.ffs@tglx> <20210930172206.1a34279b@oasis.local.home> Date: Fri, 01 Oct 2021 01:11:12 +0200 Message-ID: <87wnmx64mn.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 30 2021 at 17:22, Steven Rostedt wrote: > 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? Now I'm really confused. Masami poke Ingo to merge stuff which goes usually through your tree !?! But sure, feel free to pick it up. I have enough stuff on my plate already. Thanks, tglx