From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 22C203290D9 for ; Wed, 15 Apr 2026 15:33:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776267212; cv=none; b=U0khMDQzOY+SAoobT72O3RJsidsyUoGsM6tKaTi3JjiElI5hThPlTIRHPzAMAqqsP85UeUaLj600uF5+/H8rokUSdCiaSd+YtP042oj0PJDYBi2iiwK91RG+tHnfBcXMDrXKBGWaqPcEgxhzsRmWCVOGgFCyf6pqeq5snShnPeo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776267212; c=relaxed/simple; bh=5iSJ21jt8A096762lSSEqHKiQbTko+T/1gWDL+VsJhc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MEgkf3Nejtl/+gT7vJ7iHA/ufmMi27xsvkszw4MCeM27WagSYgA8bbLO6eaRt2YapEVLBYiW5SIyMQC+XOS3m966hd6dC3r9g4Pqm91ThymydXcF54on7INyhz5xddo9NLD1sbSoeFd/3/LrQZbGAOWqw+oekSP3nRG80fzgBWQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lWpW2QMV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lWpW2QMV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62409C2BCB0; Wed, 15 Apr 2026 15:33:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776267210; bh=5iSJ21jt8A096762lSSEqHKiQbTko+T/1gWDL+VsJhc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lWpW2QMVnqrPqV52iCbIE0Q5vJ/VssW6B5qHHpFi1J0Ob/OGEBk7XSqFURNnZJrPB TKzYsbSWfAMTdt7zrCmOsKbmVJAZ4bUbUsDvhmT38f7mGpIlJMgdcvkm8nzQI1D8HI QzJE9/fWgqZt+F9CTU6b6yDM0ErRHVKcZPy9kabfj6m8pPEvFWyJa5jDus0jatkTjk 3Dkz7F/oKgLUsmhK1ELqfk615zaqXUpMUznfvGRXM4t4myneHhoShcQqpU5qs2MY3z 82S1UefZgZL0yjtULPOo13GSGXaixrSwAUd4hAiNyMTL1LP2YtsIWI80A6aTzk9Gg+ urbFuAQO419ag== Date: Wed, 15 Apr 2026 18:33:24 +0300 From: Mike Rapoport To: Pasha Tatashin Cc: akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, dmatlack@google.com, pratyush@kernel.org, skhawaja@google.com Subject: Re: [PATCH v4 08/11] liveupdate: Remove liveupdate_test_unregister() Message-ID: References: <20260413185127.128180-1-pasha.tatashin@soleen.com> <20260413185127.128180-9-pasha.tatashin@soleen.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260413185127.128180-9-pasha.tatashin@soleen.com> On Mon, Apr 13, 2026 at 06:51:24PM +0000, Pasha Tatashin wrote: > Now that file handler unregistration automatically unregisters all > associated file handlers (FLBs), the liveupdate_test_unregister() > function is no longer needed. Remove it along with its usages > and declarations. > > Signed-off-by: Pasha Tatashin > Reviewed-by: Pratyush Yadav (Google) Reviewed-by: Mike Rapoport (Microsoft) > --- > kernel/liveupdate/luo_file.c | 2 -- > kernel/liveupdate/luo_internal.h | 2 -- > lib/tests/liveupdate.c | 18 ------------------ > 3 files changed, 22 deletions(-) -- Sincerely yours, Mike.