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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80F9AC4332F for ; Fri, 22 Apr 2022 06:38:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1444457AbiDVGlF (ORCPT ); Fri, 22 Apr 2022 02:41:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349475AbiDVGlB (ORCPT ); Fri, 22 Apr 2022 02:41:01 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73F783FD9F; Thu, 21 Apr 2022 23:38:09 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id DE156212B7; Fri, 22 Apr 2022 06:38:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1650609487; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=deZibHs+oOGPUFWQ4kmyf/kEhVDe3bP5mMUDxsnIrK8=; b=0IJm0XX6apPRA9HamWwY+EI0ebrV5rAFMidYmx7C6iA08yr+tYxNn/w5/bvtdKJmTMxYmJ 1L7FKxZ9ND2T09nVDEm7Y8okiy7wJOPEUzVd18L55zs9ngE69dGMPwkomjkvdTr+vqIa1p 4Qea75cRtGayicWXnhu8GnRBr7/3NKY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1650609487; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=deZibHs+oOGPUFWQ4kmyf/kEhVDe3bP5mMUDxsnIrK8=; b=IN3XNUsOJRkFWHecant/4VwsvYuSF+hPA+0gHT2qlfBHBqLl/pyPsgFPc7j/z7I/+naSzI RJVBRYwfWCOIX1CA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id A29AF2C142; Fri, 22 Apr 2022 06:38:07 +0000 (UTC) Date: Fri, 22 Apr 2022 08:38:07 +0200 Message-ID: From: Takashi Iwai To: Luis Chamberlain Cc: Takashi Iwai , Russ Weight , Greg Kroah-Hartman , "Rafael J . Wysocki" , Nick Terrell , Shuah Khan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH 0/5] Firmware loader support for ZSTD-compressed files In-Reply-To: References: <20220421152908.4718-1-tiwai@suse.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 21 Apr 2022 18:48:05 +0200, Luis Chamberlain wrote: > > On Thu, Apr 21, 2022 at 05:29:03PM +0200, Takashi Iwai wrote: > > Hi, > > > > this is a revised patch set for RFC I posted some time ago (*). > > Since the ZSTD usage became much more popular now, it makes sense to > > have the consistent (de)compression support in the kernel, also for > > the firmware files. This patch set adds the support for ZSTD- > > compressed firmware files as well as the extension of selftests, in > > addition to a couple of relevant fixes in selftests. > > > > (*) https://lore.kernel.org/r/20210127154939.13288-1-tiwai@suse.de > > Russ had posted a set of patches which this likely needs to be > rebased on top of. Russ however has to address one kernel splat > found by 0day, so I'd expect a new set and then perhaps this can > be based on that? Sure, it should be fine, as the code change there is quite minimal. Let me know if the base branch becomes ready. thanks, Takashi > > [0] https://lkml.kernel.org/r/20220419231658.664388-1-russell.h.weight@intel.com > > Luis >