Message ID | 20241214053748.162468-1-dlemoal@kernel.org |
---|---|
State | New |
Headers | show
Return-Path: <linux-ide+bounces-2818-incoming=patchwork.ozlabs.org@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=qvkh6pTk; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=147.75.199.223; helo=ny.mirrors.kernel.org; envelope-from=linux-ide+bounces-2818-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from ny.mirrors.kernel.org (ny.mirrors.kernel.org [147.75.199.223]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Y9FNl0h9Rz1yRb for <incoming@patchwork.ozlabs.org>; Sat, 14 Dec 2024 16:38:14 +1100 (AEDT) Received: from smtp.subspace.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ny.mirrors.kernel.org (Postfix) with ESMTPS id 09A4A169B29 for <incoming@patchwork.ozlabs.org>; Sat, 14 Dec 2024 05:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id CB8263EA69; Sat, 14 Dec 2024 05:38:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qvkh6pTk" X-Original-To: linux-ide@vger.kernel.org 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 7E88FA47 for <linux-ide@vger.kernel.org>; Sat, 14 Dec 2024 05:38:08 +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=1734154688; cv=none; b=plmAqclYzqwJBhJtKEkGGiEVtS7bePwEtGf4+zFFMoe5QiKePqJWX6vkYu3YzRFS8lspHC8a3i6W/tyXpeKrlo8ArOk+EeoOMG75HOMqEuJrMR5bDC4tCLfHOxVoH04HmNCz1XsiNAtYIh+ykt//4z/tBTURvvhLEtFbwQeeeJY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734154688; c=relaxed/simple; bh=QV/BCjLsfdfKn7EdIKlsPKKjAbTbZhc4HZbvWdZ/6tU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=JSSj/Z7fUiNYW6n0kc2FfaWw9uw2KekbP9Y2u5TmpS5bFn3yfLsS0IHG/TET630QumA0n0/MAAuhppY31NoKkiAOaZvpis1wRUPL6cCZx6GfB+oBsTue7ba7mlMG0pTlAGYmJRQo4k6nyNhrSZkY64WGZAbEG5xa2xRLgd55GvI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qvkh6pTk; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78CE6C4CED1; Sat, 14 Dec 2024 05:38:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1734154687; bh=QV/BCjLsfdfKn7EdIKlsPKKjAbTbZhc4HZbvWdZ/6tU=; h=From:To:Cc:Subject:Date:From; b=qvkh6pTktseBo6WnB8SxgiHGyMAX9ASEmEkQazaRgXPV9/kHSo1xlVoiouFj5KdUv FgBXCBSA+SJH6uQItLYos/WdWAQqcfVbqoAf2aQ8hRwNR8B9nmoO1gIjRjDZJ4NySl 9jVpAGAikOpUWZvLDat45ZLMXgaocD8TcHs30GxwcRJvAp21Mf8jXibvFUT0Ay/Rnd W2VtK6ks1XWiHeZCpYBD43t1RicdZxQahS3Vy0DoROioP4Nj7OutlyuqtFXqThWGHR aiC6JV+ef8bFN9kOqPIO5u30zSr3DixCiFxsxWeUkA/2BIPhVscnM1K+3t63N/docR 24jtBhSRbtvCg== From: Damien Le Moal <dlemoal@kernel.org> To: Linus Torvalds <torvalds@linux-foundation.org>, linux-ide@vger.kernel.org Cc: Niklas Cassel <cassel@kernel.org> Subject: [GIT PULL] ata fixes for 6.13-rc3 Date: Sat, 14 Dec 2024 14:37:48 +0900 Message-ID: <20241214053748.162468-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.47.1 Precedence: bulk X-Mailing-List: linux-ide@vger.kernel.org List-Id: <linux-ide.vger.kernel.org> List-Subscribe: <mailto:linux-ide+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-ide+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
[GIT,PULL] ata fixes for 6.13-rc3
|
expand
|
The pull request you sent on Sat, 14 Dec 2024 14:37:48 +0900:
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.13-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5d97859e17750073052a45d127cdaec446843838
Thank you!