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 20DF8C433F5 for ; Fri, 18 Feb 2022 08:20:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232460AbiBRIVG (ORCPT ); Fri, 18 Feb 2022 03:21:06 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:55348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230221AbiBRIVD (ORCPT ); Fri, 18 Feb 2022 03:21:03 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB82E25B2F7; Fri, 18 Feb 2022 00:20:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645172446; x=1676708446; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=5ejHrB5B466U6W+fI4GxsWg/8qpDAbd2bstCAFg1MpY=; b=DesFvz0AAfxYpo6A+wazO9ViMVpCMtIHCj1JdwxvlrAtsy0eUxAKnK4F IBtT6QHvmG26x/5RwHAAtGkHRDIIMcRPX4YJUB7VVlaOXLv9KH2LDVq3n +qrQ5H5+jCSjmcdIwT1zNojTZeLZFzlHLq47Gt/Zf1o0pMzClZyoTSL/b ++xBBTjlKepEMH+63dwB1jnZuVv8KvaIYERQzJCWXxbViMr0z+pccBf18 zzBZRV8lNF4oSQwVGj0dYeNHDS6fxN298X9JX4RhA48Uguf2CpfOCGkmY o/YCKamHNNro54raPMJIgv+SR29OqXcn5IR63E2+JAoZW+wEIq/poHM39 Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10261"; a="275675307" X-IronPort-AV: E=Sophos;i="5.88,378,1635231600"; d="scan'208";a="275675307" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2022 00:20:46 -0800 X-IronPort-AV: E=Sophos;i="5.88,378,1635231600"; d="scan'208";a="505115448" Received: from svaddara-mobl.amr.corp.intel.com (HELO ldmartin-desk2) ([10.212.147.37]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2022 00:20:45 -0800 Date: Fri, 18 Feb 2022 00:20:46 -0800 From: Lucas De Marchi To: Luis Chamberlain Cc: Lucas De Marchi , linux-modules , live-patching@vger.kernel.org, fstests@vger.kernel.org, linux-block@vger.kernel.org, hare@suse.de, dgilbert@interlog.com, Jessica Yu , osandov@fb.com, lkml Subject: Re: [PATCH v2 0/3] kmod: add patient module removal support Message-ID: <20220218082046.c33zz64owau3oiln@ldmartin-desk2> X-Patchwork-Hint: comment References: <20210810051602.3067384-1-mcgrof@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org On Thu, Feb 17, 2022 at 12:13:01AM -0800, Luis Chamberlain wrote: >On Mon, Sep 20, 2021 at 10:51:46PM -0700, Lucas De Marchi wrote: >> On Wed, Sep 15, 2021 at 10:41 AM Luis Chamberlain wrote: >> > >> > *Friendly poke* >> >> Sorry for the delay. Let me take a look in detail tomorrow. > >*Friendly poke* oh, I dropped the ball here, sorry. Then I got busy with i915 and other projects. Let me take a look again at your implementation and respin it Lucas De Marchi > > Luis