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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E002C433DB for ; Thu, 18 Feb 2021 15:05:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B79CA61606 for ; Thu, 18 Feb 2021 15:05:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230169AbhBRPFE (ORCPT ); Thu, 18 Feb 2021 10:05:04 -0500 Received: from mail.kernel.org ([198.145.29.99]:46316 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232257AbhBRMNx (ORCPT ); Thu, 18 Feb 2021 07:13:53 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id BF04364E76; Thu, 18 Feb 2021 12:12:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613650355; bh=290E0e/Zkro+gyvCvFJ4AdtDkL7+CAvuNYPkSe8iUQk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N1DREhqz+PyrRABEP0rPMym15siX9gw5emynX8UocyyV9WDlMnTeGEWqrwu3GbRFG HlPlFQFPHLSgLzIha/4+ajLQM8pGSUIsEnul30n5u8oKcf8XR3JuMkAMNW6PtqRb9b +FLgoUIEapt5E6qtPZ2oIdeF1GVmKAbERcw7Ehj4= Date: Thu, 18 Feb 2021 13:12:32 +0100 From: Greg KH To: Jiri Bohac Cc: Kees Cook , Anton Vorontsov , Colin Cross , Tony Luck , Matteo Croce , stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: pstore: fix compression Message-ID: References: <20210218111547.johvp5klpv3xrpnn@dwarf.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210218111547.johvp5klpv3xrpnn@dwarf.suse.cz> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 18, 2021 at 12:15:47PM +0100, Jiri Bohac wrote: > pstore_compress() and decompress_record() use a mistyped config option > name ("PSTORE_COMPRESSION" instead of "PSTORE_COMPRESS"). > As a result compression and decompressionm of pstore records is always > disabled. > > Use the correct config option name. > > Signed-off-by: Jiri Bohac > Fixes: fd49e03280e596e54edb93a91bc96170f8e97e4a ("pstore: Fix linking when crypto API disabled") > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.