From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A02EE30B535 for ; Fri, 10 Jul 2026 14:07:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783692450; cv=none; b=oMCEOSyguf6SxtG6nwyNAEpo4zDnTL7sG/4Oefj/WjD0a+3Aoo5U7xdZVvG7LjnRcLzreN8CzlVguFI7qfbdvhB5x+sUzcUjFRRyE1pm5LF34ThrfGgxZQWSXvOjQb8RtG1waW3x1Am5lXVtke4bTu2T8IwYvIL/F4P0KHCsqlA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783692450; c=relaxed/simple; bh=9d6Zjt5w5C2CNQYkhidrtw/dAxt22triOgxrmsVLcQY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=kFdiwrErngWEEaXz274t19Yg8tnkcIUmeL57sRUmY6ugqikfv45kHznptMvFRyNwQIJw6hXhicBD11HSE57ZSf/P4zsqE30pbVDVpttxnnppeaG9YJXG/8bMUGXnDdr/4YYE0unZdENvluehQoFKUoMAnpo397YKwa67kn4M9aQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=aIOb/cXr; arc=none smtp.client-ip=91.218.175.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="aIOb/cXr" Date: Fri, 10 Jul 2026 14:07:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1783692436; 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; bh=9d6Zjt5w5C2CNQYkhidrtw/dAxt22triOgxrmsVLcQY=; b=aIOb/cXr5hIM9ODlojpy30vTWNZVMRgLwlvEBiEEG0TBXmAiEd4kKMu+ReoeGUbqh+k/pA eqLpT6X1h+pwoGgPkcGBRJTa1SMttpZHWHtf4bGGdpJS+Zsdh3yjyQDxsW+6WOoybHNXlS UrHSTfIkWGrozAzPLX7gbuE5FGzLmGQ= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Jose Fernandez (Anthropic)" To: Steven Rostedt , Masami Hiramatsu , Mark Rutland , Catalin Marinas , Will Deacon , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt , Puranjay Mohan , Clayton Craft , Xu Kuohai Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, llvm@lists.linux.dev, bpf@vger.kernel.org, Florent Revest , Xu Kuohai , Ben Cressey Subject: Re: [PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260609-arm64-ftrace-direct-calls-v1-0-4a46f266697f@linux.dev> X-Migadu-Flow: FLOW_OUT Hi all, Just a gentle ping on this series. It has Reviewed-by from Puranjay Mohan, Acked-by from Xu Kuohai on both patches, and Tested-by from Clayton Craft and Nathan Chancellor, with no outstanding comments since Jun 11. Could you please consider picking this up for the next cycle? Thanks, Jose