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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_MUTT 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 CFA6BC04E87 for ; Mon, 20 May 2019 11:07:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C63920856 for ; Mon, 20 May 2019 11:07:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558350478; bh=gUebIO41eM4dP3W87kylj25xYXVbXqq++tSnwHd3WA8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pbeTVhjkUBi5WAOWouaPv7n3/y7WMVXNqbMMWX6pXnZgn0mTrRNmQg8btP37FQxsI gXVR+9lifY/rmk8RgI0u6ErMvAPBw6fLvmlbfG/INDTPOe3+2nb+FLQz45GPpTflaT DL2hKFjQZPjzuOsP9ml7Y/FjZz8I0KveEMNg/Hj4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732366AbfETLH5 (ORCPT ); Mon, 20 May 2019 07:07:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:58842 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731093AbfETLH5 (ORCPT ); Mon, 20 May 2019 07:07:57 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3D1ED20675; Mon, 20 May 2019 11:07:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558350476; bh=gUebIO41eM4dP3W87kylj25xYXVbXqq++tSnwHd3WA8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o4wQgOzUML/HjfQpBnjlFCzlds2GNuiwJ+KT3/q3i+STijwp4FQKX/zE/cFUKQgJz GcBklVFWy+tTBcE3QpMYMYedrMIWmkWcyvGHxRBryAOi0Pmz/v3q/+4JrpatWB9vIC olpU55Zdf4SchWdjHoAdLh1n/H8lLR4IY5rfIzn4= Date: Mon, 20 May 2019 13:07:54 +0200 From: Greg KH To: Kees Cook Cc: Doug Anderson , "# 3.4.x" , LKML , "Joel Fernandes (Google)" , Sai Prakash Ranjan , Guenter Roeck , Dan Williams , Anton Vorontsov , Colin Cross , Tony Luck Subject: Re: [PATCH pstore-next v2 2/4] pstore: Allocate compression during late_initcall() Message-ID: <20190520110754.GB20211@kroah.com> References: <20181018185616.14768-1-keescook@chromium.org> <20181018185616.14768-3-keescook@chromium.org> <20190505131654.GC25640@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 06, 2019 at 09:05:12AM -0700, Kees Cook wrote: > Doug said: > > > > > I'd propose that these three patches: > > > > > > > > > > 95047b0519c1 pstore: Refactor compression initialization > > > > > 416031653eb5 pstore: Allocate compression during late_initcall() > > > > > cb095afd4476 pstore: Centralize init/exit routines > > Okay, confirmed. These look sufficient to me, and the resulting tree > passes my pstore tests. Greg, can you please pull these into 4.19? All now queued up, thanks. greg k-h