From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailout02.platinum-mail.de (mx02.platinum-mail.de [89.58.18.167]) (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 812931C5D44 for ; Fri, 13 Feb 2026 14:54:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=89.58.18.167 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770994489; cv=none; b=LPJ18MRpyu5itYzWW8zhUDk/BOdgVqyjEAG1khppo1ugL9T1sNtp39pjV7MyVG1y7cBPjDOnXulHjclC8YuL0dizm+cWyKGs4T/iTL8f5u9v9g14TF7X3x3gy6sESLfvHIJgg4FztCbhCWDn6/G4jHRd/MzsnfpqHwTchN6F6Rk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770994489; c=relaxed/simple; bh=rCQXCA4sOgMqBuNz9h5ym+EIqDPcH2T+bV5q70m5J84=; h=Mime-Version:Date:Message-Id:Cc:Subject:From:To:References: In-Reply-To:Content-Type; b=m5T0nK6Ivkc0L4Buyvk5O4WibZ9gd2A/3OOMA+qHuegKSBU8yNYhoL3hTK+u8a0jeIzRa7ppRWQH6wLDKO/SPCRfRqUkIXYhVhXLdsQkQXOwdj9Gca/N60KxJkby1U1BNTWxoIH/bTtkmAVYs6ntKXmmRYPYXjMKiT5TjKGJdrM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=achill.org; spf=pass smtp.mailfrom=achill.org; dkim=pass (2048-bit key) header.d=achill.org header.i=@achill.org header.b=ROlp6K7b; arc=none smtp.client-ip=89.58.18.167 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=achill.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=achill.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=achill.org header.i=@achill.org header.b="ROlp6K7b" Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mailout02.platinum-mail.de (Mail Service) with ESMTPS id 7DAC19A2A0D for ; Fri, 13 Feb 2026 14:48:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; d=achill.org; s=mail; c=relaxed/simple; t=1770994099; h=date:message-id:subject:from:to; bh=rCQXCA4sOgMqBuNz9h5ym+EIqDPcH2T+bV5q70m5J84=; b=ROlp6K7b2TW757tVGpMlY/IM75wHugAecNv2XzrEviC/XCoz0VL9j7UcAT1VZzBW8+fTJ/TD/W1 zPX7WnSnOGIXT+mQIV6F+aFdPdANj/+mYoUWZYPxzYDdCzXOGa0gFIbSrWwIPfKTrw8noMw0cjydy HO10CP2yi3I+OFy6vS9+BYd4mecYbklllI4LNoWnhT1U8K3IvsnbW+x+f4AjFdk4wcrMWerZ1pkj3 KdL+mRknINFm7IBJELJpFC+muSnhuFLfkyIAHxOxelrWSBX0u8jfEXNO8qIcazWKNopL5aZWdOVzC XZDZHtQIfonL/mh+VbSw9Xjug5zsT8lhG/Jw== Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Fri, 13 Feb 2026 15:48:19 +0100 Message-Id: Cc: , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 6.19 00/49] 6.19.1-rc1 review From: "Achill Gilgenast" To: "Greg Kroah-Hartman" , X-Greeting: Hi mom! Look, I'm in somebodys mail client! X-Mailer: aerc 0.21.0 References: <20260213134708.713126210@linuxfoundation.org> In-Reply-To: <20260213134708.713126210@linuxfoundation.org> Content-Type: text/plain; charset=utf-8 On Fri Feb 13, 2026 at 2:47 PM CET, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.19.1 release. > There are 49 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Sun, 15 Feb 2026 13:46:52 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.19.1-= rc1.gz Hey, the link to this patch (and all other stable-review patches from today) seem to be not uploaded yet. Is this expected? > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git= linux-6.19.y > and the diffstat can be found below. > > thanks, > > greg k-h=