From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 927AD3AE6E6; Fri, 6 Feb 2026 18:36:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770402962; cv=none; b=Y4lUDGaj7aYaZgvnxiVzeVvESTopA7a6i+jwp+zF8zJLnBe5qOuQCtJkZZKaCiywrR6v6gGkt+Hi7LewlyP25tiAoU6MEuZCVeExvDbsMlfxoumge7js6zbhmLWhBT7OECJ4IvSj6t/dRUOETJErRSx2pLe7lvqHG7kDAL0UsGE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770402962; c=relaxed/simple; bh=fAOnpi1k96zhhNFrBl7HalgkZEIqUwurYuGb5lXndXk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=N7g1FoFvVpPszucxi6YsSv5Ejd2feGwhG9J+iGeYH894h/TfMjJYQ7ViAZLWSa+Iiqh8W0847jtCGMHKMbZjoocMgZsSJDNBRKiHjc3UFHPKPVg78jrk6PwQSU0B8nc91l8JP4rleXomMoDYTEFjo8V5MIVXfU4R6n+nLGnjfjU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AA525339; Fri, 6 Feb 2026 10:35:54 -0800 (PST) Received: from arm.com (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E124E3F632; Fri, 6 Feb 2026 10:35:57 -0800 (PST) Date: Fri, 6 Feb 2026 18:35:51 +0000 From: Catalin Marinas To: Yeoreum Yun Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-kselftest@vger.kernel.org, will@kernel.org, maz@kernel.org, broonie@kernel.org, oliver.upton@linux.dev, miko.lenczewski@arm.com, kevin.brodsky@arm.com, ardb@kernel.org, suzuki.poulose@arm.com, lpieralisi@kernel.org, scott@os.amperecomputing.com, joey.gouly@arm.com, yuzenghui@huawei.com, pbonzini@redhat.com, shuah@kernel.org, mark.rutland@arm.com, arnd@arndb.de Subject: Re: [PATCH v12 0/7] support FEAT_LSUI Message-ID: References: <20260121190622.2218669-1-yeoreum.yun@arm.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: On Fri, Feb 06, 2026 at 09:04:41AM +0000, Yeoreum Yun wrote: > Gentle ping in case of forgotten. Not forgotten but lower priority given that the merging window is about to open this Sunday. The LSUI series is now aimed at the next cycle. -- Catalin