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 E2547396B8B for ; Fri, 27 Mar 2026 17:24:56 +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=1774632297; cv=none; b=rKgiQlp1wOZ7xGHKRitCt+NmdEIE4LxBp1/FxmuMikbwOYgxGF8vfNNI/QI+VoCXg5fQFzbjMTkfnkffKEAomlNlh29hwM4cEA6cpTvHeJKbrag28/GrgOSF7O8r8w4OmlAqas4vFFwT/cU7tbGdTw1IYFTrp92296c3xR09P/s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774632297; c=relaxed/simple; bh=TZPF7VCGq1cEH5Fyac3Q1gSjm+Tnh5sqNrORWnAT/yc=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=aZt+gNx/xlKkkcaP3/lGTx00l49vLvkPjl0zfin9vGUYsoR+DPdTEIvvSsAzOTXBejyu8RxN0ep8MEG8FvsIqcZQWKmsdm7sXJd76tlm1I/H3hOWxi6w86UeJeoJlWgs5N3rridwZbm2BjfiVGIn2QFeYc8v/DXTAHtTl3bMNX8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=mqx9zlSM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="mqx9zlSM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5501FC2BC9E; Fri, 27 Mar 2026 17:24:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1774632296; bh=TZPF7VCGq1cEH5Fyac3Q1gSjm+Tnh5sqNrORWnAT/yc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mqx9zlSMPDSfyL2WOB2lP5TeYHilV/uqm69D4FD7sQzrEFEYMhKIs07aNmrHiXUs9 DWj04NRvLR4o8t7gGL9nW16DkEpfTZ7BhaCucfey9dCf0niy98rqq355PmybhQ8JWy 5csHTt0P9Hg2hqTL+WCNPcGXN/AaawCvkH7lQYyk= Date: Fri, 27 Mar 2026 10:24:55 -0700 From: Andrew Morton To: Pasha Tatashin Cc: rppt@kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, dmatlack@google.com, pratyush@kernel.org, skhawaja@google.com Subject: Re: [PATCH v3 00/10] liveupdate: Fix module unloading and unregister API Message-Id: <20260327102455.05d36a1f5682a2a70df05b7c@linux-foundation.org> In-Reply-To: <20260327033335.696621-1-pasha.tatashin@soleen.com> References: <20260327033335.696621-1-pasha.tatashin@soleen.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Fri, 27 Mar 2026 03:33:24 +0000 Pasha Tatashin wrote: > This patch series addresses an issue with how LUO handles module > reference counting and unregistration during a module unload (e.g., > via rmmod). Thanks. I've added this to mm.git's mm-new branch. It's getting late, but the series fixes things and LUO is still under heavy development and is a bit experimental (yes?). External testing and prompt review (please) will help things along.