From patchwork Tue Nov 26 16:22:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helge Deller X-Patchwork-Id: 13886165 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 C77FBBE46; Tue, 26 Nov 2024 16:22:28 +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=1732638148; cv=none; b=EX+GpmuiELirU+bCbeQUzlPFfzoCkgymut51O1MSlCtixo4aOTD9yyg8HbHVNHMYQRqn/htoZ3uplWoBybrtfek5v/guZPeJCgDmucMtP9+PEiEGoYT0pNErdenfrJYQYL960xRH7xPFhleTL8fpYBAQ5vE4uPUE0zhWWQDGcqA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732638148; c=relaxed/simple; bh=b6+NGOJfp+JbW1CpxNpRRj9OEKL5/4GqVU18Zg0UyCE=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=ZG4bBSKg7WH+QEe2jW+sA4B/Z7J0TI9cY8myKTxmHWOKavYF+IS6MOJazp081OacLIOj9qf9Wxo7Ko+pggoiCPEemElVVcDQFMyFEygi5qlnI4Haw1uMhmpcB+Lrkvi3wR5H06cdebXXwpI4nA22R0X0MYIzYsIts/F7HNF9hdg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dr6rZWKO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dr6rZWKO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2ABCCC4CECF; Tue, 26 Nov 2024 16:22:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1732638148; bh=b6+NGOJfp+JbW1CpxNpRRj9OEKL5/4GqVU18Zg0UyCE=; h=Date:From:To:Subject:From; b=dr6rZWKOkn9nSeRhj9twvsJMY5TnzYMmT9TY7LBw+iX5xbqHMdhFd5tdmTFH5KBxq ke8mBslplRMIG2XZEuJd6FflTBwXVx1VvGKSx4uZHCQPljqcyXPJXoU9Zn/v6U97ci pIkeQQwjx0gJ6cFTR1CBOI9YbRjq6MK2yDQ5vbVYvERYgIGpOSTi49S11cJrxNkjYf vgYmCfjY3CR+It2bPcVuMXv2nS850duU0RqnUqlS740Odj+W7RyFMpkzw6YREdRALE GSTB6F+xUoQVkMqtNbiJPpGUJrN3eFytC7mQyoMHAID49QcbzUajwXhZjcGVulgemP puXIcD5WgNL/Q== Date: Tue, 26 Nov 2024 17:22:24 +0100 From: Helge Deller To: Linus Torvalds , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, John David Anglin Subject: [GIT PULL] parisc architecture fix for v6.13-rc1 Message-ID: Precedence: bulk X-Mailing-List: linux-parisc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Hi Linus, Please pull one ftrace fix for the parisc architecture for 6.13-rc1. Thanks! Helge ---------------------------------------------------------------- The following changes since commit 2d5404caa8c7bb5c4e0435f94b28834ae5456623: Linux 6.12-rc7 (2024-11-10 14:19:35 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.13-rc1 for you to fetch changes up to a5f05a138a8cac035bf9da9b6ed0e532bc7942c8: parisc/ftrace: Fix function graph tracing disablement (2024-11-16 22:55:56 +0100) ---------------------------------------------------------------- parisc architecture fixes for kernel v6.13-rc1: - parisc/ftrace: Fix function graph tracing disablement ---------------------------------------------------------------- Josh Poimboeuf (1): parisc/ftrace: Fix function graph tracing disablement arch/parisc/kernel/ftrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)