From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A736521D5A8; Thu, 5 Dec 2024 16:12:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733415140; cv=none; b=R5S8LHJWneFyQfMgqBlZk/SgR0C/rHswX87iBeY0thluNDrTBozUAnb5lHKOCOUCsObVZpb6HCvRNnHDogzXROQ/55slQ0B5M00yCHh77Bo3mNtZJ8aGKTTJYtWUnlI/Ble4xxM/II3KkByBDq7YHjxt7wlgs+AEw4jgBv+CN4k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733415140; c=relaxed/simple; bh=OG5fCxgMQ2Y/Y54cuXKA24jMQsIKEcpN7WyTfNoTDoc=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=aZ2n6B83jJfN2yLZG4SGPHah9+XOTe02IHooi3LbaaLhmaMwgiEYNMFCqf2QWwmWXAdf76vPqbIfGRG572rM7aKDG1kDr/1w24OReUcBIvDlB5eSr9ZNqnKQrJkyHCSbMqAUrXo6LqCx+3zDIyb2nDuKT0HpscRXX/o0vIrB6io= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id BDC47C4CED1; Thu, 5 Dec 2024 16:12:17 +0000 (UTC) Date: Thu, 5 Dec 2024 11:12:22 -0500 From: Steven Rostedt To: Shuah Khan Cc: Hari Bathini , Shuah Khan , linux-kselftest@vger.kernel.org, Masami Hiramatsu , Michael Ellerman , Madhavan Srinivasan , "Naveen N. Rao" , linuxppc-dev , linux-trace-kernel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] selftests/ftrace: adjust offset for kprobe syntax error test Message-ID: <20241205111222.6dbcd3f3@gandalf.local.home> In-Reply-To: References: <20241129202621.721159-1-hbathini@linux.ibm.com> <20241202144111.75d1bb3b@gandalf.local.home> <20241203202008.1f30a266@gandalf.local.home> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 5 Dec 2024 09:06:43 -0700 Shuah Khan wrote: > I applied this to linux-kselftest fixes - will send it up for rc2 or rc3 Thanks Shuah, -- Steve