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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6431C433EF for ; Fri, 22 Apr 2022 13:43:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1448137AbiDVNqr (ORCPT ); Fri, 22 Apr 2022 09:46:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343931AbiDVNqq (ORCPT ); Fri, 22 Apr 2022 09:46:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 67C9758E69 for ; Fri, 22 Apr 2022 06:43:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F1C1A620D8 for ; Fri, 22 Apr 2022 13:43:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F311C385A4; Fri, 22 Apr 2022 13:43:51 +0000 (UTC) Date: Fri, 22 Apr 2022 09:43:50 -0400 From: Steven Rostedt To: Masami Hiramatsu Cc: Adam Zabrocki , "Naveen N. Rao" , Anil S Keshavamurthy , "David S. Miller" , linux-kernel@vger.kernel.org, Solar Designer Subject: Re: [PATCH] x86/kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is set Message-ID: <20220422094350.2397cd2d@gandalf.local.home> In-Reply-To: <20220422220523.bbad0538ef69b81cc7befe2a@kernel.org> References: <20220415180723.GA13921@pi3.com.pl> <20220415181006.GA14021@pi3.com.pl> <20220422220523.bbad0538ef69b81cc7befe2a@kernel.org> X-Mailer: Claws Mail 3.17.8 (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 Fri, 22 Apr 2022 22:05:23 +0900 Masami Hiramatsu wrote: > Hi Steve, > > Can you pick this fix to urgent branch? Or Should I ask bpf people? It looks to fix a bug from a commit pulled in from the BPF folks. I would have them take it. Thanks, -- Steve > > > Fixes: 73f9b911faa7 ("kprobes: Use rethook for kretprobe if possible")