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 11E5FE6FE46 for ; Fri, 22 Sep 2023 15:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232123AbjIVPKb (ORCPT ); Fri, 22 Sep 2023 11:10:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232371AbjIVPKa (ORCPT ); Fri, 22 Sep 2023 11:10:30 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38890CE; Fri, 22 Sep 2023 08:10:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB982C433C8; Fri, 22 Sep 2023 15:10:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1695395423; bh=YS1VwNUPD1Beqy5jfkE9Qg2khTBXJoIGUKn56lLraQc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZJFqN39U2QRlykBCfpke5oY6v5TW/dLBIPzCtirzPAGoiW4yj9xQU8SlcHXPYoRhK cmr7nAsWmqqkV26QRMFwBZvjJ8DFXYJbZdrpMTpcuk1HFjTPIddYRsgNQdkyNL2n6o mqxU43+uQqwC+8dtxmO8qLp4H5P+6e/QnTQ6m7To= Date: Fri, 22 Sep 2023 17:10:19 +0200 From: Greg KH To: Valentin Sinitsyn Cc: bhelgaas@google.com, dan.j.williams@intel.com, daniel.vetter@ffwll.ch, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, rafael@kernel.org, tj@kernel.org Subject: Re: [PATCH v8 1/2] kernfs: sysfs: support custom llseek method for sysfs entries Message-ID: <2023092241-obedient-squirt-966c@gregkh> References: <20230922120645.65190-1-valesini@yandex-team.ru> <7f741384-d1ce-4ed4-a7fb-95fbc8b2971a@yandex-team.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f741384-d1ce-4ed4-a7fb-95fbc8b2971a@yandex-team.ru> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Sep 22, 2023 at 05:12:19PM +0500, Valentin Sinitsyn wrote: > Obviously, the subject is meant to be [PATCH v8 x/2 RESEND]. Can you do a v9 then please? I am behind in catching up on patches due to the merge window and then travel, so please be patient. If you want to help out, please review other pending patches to help yours move to the front. thanks, greg k-h