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 8FDF8569D for ; Sun, 28 May 2023 19:31:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D649C433EF; Sun, 28 May 2023 19:30:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685302260; bh=f7t2ldgANhpQoF1Q/P/4/m8ikNgrW8/ejigJltQAi3M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fF1WkPe//x8zOaEkdJJIlxF6aShnqeptXpx0MrvoAeGcJY1msnLRyWPn526KJqVwP rgnXEDkE6L7kYKtwGovLg+pz7X5TpxCkBorN1xouYdneIyJOBYg0Cehz0OhiMTD/TU DqkzPECSjIs8wEEyx7b4KnF7d8Ts6E0VK/ePPsg4= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Helge Deller Subject: [PATCH 6.3 035/127] parisc: Enable LOCKDEP support Date: Sun, 28 May 2023 20:10:11 +0100 Message-Id: <20230528190837.454664053@linuxfoundation.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230528190836.161231414@linuxfoundation.org> References: <20230528190836.161231414@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Helge Deller commit adf8e96a7ea670d45b5de7594acc67e8f4787ae6 upstream. Cc: # v6.0+ Signed-off-by: Helge Deller Signed-off-by: Greg Kroah-Hartman --- arch/parisc/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -129,6 +129,10 @@ config PM config STACKTRACE_SUPPORT def_bool y +config LOCKDEP_SUPPORT + bool + default y + config ISA_DMA_API bool