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 9DBDFC41513 for ; Fri, 4 Aug 2023 13:30:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229637AbjHDNap (ORCPT ); Fri, 4 Aug 2023 09:30:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjHDNae (ORCPT ); Fri, 4 Aug 2023 09:30:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0116711B; Fri, 4 Aug 2023 06:30:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 911D861FFE; Fri, 4 Aug 2023 13:30:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73F87C433C7; Fri, 4 Aug 2023 13:30:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691155833; bh=im2RMECXabHoMAl6aoY/p4hXCll2/KJcbIiea1mLir8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ofNDSiWzVm0r4xjuy9aOUMs1uNTeXTfZCnUkjNUhaFV5M9txgRHS1AUo5AAArQbH3 MzMtKRv4PI00/z539qt+HoROQ+2+b3uRVrvQYfJC/csYFEbUgcZJ03ZMwm0WNun/9H 7fMIGryo5UW8koPC5Wyo9ik6eSLHkVNK84aj4kZQ= Date: Fri, 4 Aug 2023 15:30:30 +0200 From: Greg Kroah-Hartman To: Christoph Hellwig Cc: Vlastimil Babka , Jens Axboe , "Rafael J. Wysocki" , Mike Snitzer , Joern Engel , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Pavel Machek , Loic Poulain , dm-devel@redhat.com, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-mtd@lists.infradead.org, linux-pm@vger.kernel.org, Linux regressions mailing list Subject: Re: [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume Message-ID: <2023080422-hurricane-rehab-7c2d@gregkh> References: <20230531125535.676098-1-hch@lst.de> <20230531125535.676098-5-hch@lst.de> <2cfa5f55-1d68-8a4f-d049-13f42e0d1484@suse.cz> <20230804103101.GA23613@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230804103101.GA23613@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Fri, Aug 04, 2023 at 12:31:01PM +0200, Christoph Hellwig wrote: > Looks good, thanks! > > Reviewed-by: Christoph Hellwig > Acked-by: Greg Kroah-Hartman