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 A9805DF59; Mon, 6 Apr 2026 08:01:00 +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=1775462460; cv=none; b=Ik5DCysA+aGLMgkdDzBJcASbGLFqFBfx2pKRsIuIUyK6+42m7tDiTVigHzTOuouOadjsx+cySXGwtskqf+uTdxGTiFesglXiuUg/NP2kK7+t3ikap8p9PByn0mJhLl5y1w3bHFznDduK62oUKQY0s+D20hq2w965ieGA86N2Qak= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775462460; c=relaxed/simple; bh=vIn9hCLh+bcVhJF58FigP4h2Nx6xwDYTfoluQ2C1Bpw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=f2KAoIsdWUZhwpjb6l6THJRh4oHs9WfCQb0fe7wOKyouUWfHs4O5IHFAMdaM5QNtdeeql/QJrbCK9Ui5ixHr/oSMN6brc5U4FTVGvGPcQlXyg1FV6VlkgpeKNIJTD0jsmXl2Kh6bPutgIePJ1G7lWLGCcJR5ty3kr6Z2VmEghBU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=RXBKmOP0; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="RXBKmOP0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DB62FC4CEF7; Mon, 6 Apr 2026 08:00:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775462460; bh=vIn9hCLh+bcVhJF58FigP4h2Nx6xwDYTfoluQ2C1Bpw=; h=From:To:Cc:Subject:Date:From; b=RXBKmOP0AXKCpeUTPTBpmmFFW+anAKG4dQ+8Q6ssUlNHawfVeRadwEawaGL738RDq ODSGAG3mTjWjrJFlDWym8g9aJsq2KrTBdeWT+f3L9hIS0AiqlvctvomWhcQtIYQ3QL 140zCyKJtreChas7SBPNEE7Vg/k5df3vRL0mxb0U= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Linux 6.6.133 Date: Mon, 6 Apr 2026 10:00:55 +0200 Message-ID: <2026040656-earring-timothy-3640@gregkh> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit I'm announcing the release of the 6.6.133 kernel. All users of the 6.6 kernel series must upgrade. The updated 6.6.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.6.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 +- fs/xattr.c | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) Al Viro (1): xattr: switch to CLASS(fd) Greg Kroah-Hartman (1): Linux 6.6.133 Tomasz Kramkowski (1): Revert "xattr: switch to CLASS(fd)"