Message ID | 20250417113247.272720-1-dlemoal@kernel.org |
---|---|
State | New |
Headers | show
Return-Path: <linux-ide+bounces-3466-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=G4/jOZBF; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:45e3:2400::1; helo=sv.mirrors.kernel.org; envelope-from=linux-ide+bounces-3466-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sv.mirrors.kernel.org (sv.mirrors.kernel.org [IPv6:2604:1380:45e3:2400::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ZdbPL1zjWz1yHt for <incoming@patchwork.ozlabs.org>; Thu, 17 Apr 2025 21:33:26 +1000 (AEST) 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 sv.mirrors.kernel.org (Postfix) with ESMTPS id 9AE0A3B8F51 for <incoming@patchwork.ozlabs.org>; Thu, 17 Apr 2025 11:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 581F923ED5E; Thu, 17 Apr 2025 11:33:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="G4/jOZBF" 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 1738C22A817 for <linux-ide@vger.kernel.org>; Thu, 17 Apr 2025 11:33:35 +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=1744889616; cv=none; b=Emt4TZnIUqVgMoSKvlRzs1qfID8JlacBguduUhoX97NZMvi9kb6iZFymPNk/Q4vz/gVpcDLJh167yxIXasmBFa2D7EKpvkCNXzdcMj2bxznELlnxdBExc2tMeP0+C6jnxl83i1VYOZqXkfbRNftlH0JSPsBsCMUllA1rBm/OPRg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744889616; c=relaxed/simple; bh=JVTw1ciKuZP4QIsWjjoGsKnHSS6Eg1rt+JCKAC2BhK8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Lsocf6kUSslcmUCxErlF5ZvucyKLX/p2TLEx8PAsXZvQGwtm0tDz+L3mkRdDKcVIKJ50VSJajZAuuKN2oYYksdD7kjCZtqYLcfwEewdh2uChvnbkip4GaZdY57siYglJgEdFWTcNoaR5SKVypTk5zb0MPSR1SfrVRxhdKHmDMnE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=G4/jOZBF; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A0EFC4CEE4; Thu, 17 Apr 2025 11:33:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744889615; bh=JVTw1ciKuZP4QIsWjjoGsKnHSS6Eg1rt+JCKAC2BhK8=; h=From:To:Cc:Subject:Date:From; b=G4/jOZBFfhs5h396qnQDMcELovzosVuLMqC1kuOWzryWvE34kk7rSw+unlMzFibFL vPTiMd0aJDp2eoKAJs3smpJv1CtMCgx5vs4vlAR1zVwwqdqPta9g7rzGJKUNlQTLku DxyyrvcJQ9c7vgtNUSc9prYxyItpz8jDgL1xbIY5JYTNMnV0SXzGQ/KzIp7GC5MPqW QFmurP9IICA+NmQipqGxbcWv0EdM3s2dA1l8Fb6ef+7JdD8CWPVQbQOjVpwt0Em7Mo oGTiGeF72oCQiW7ipCGgKn0TcxsjiORDNNqIYfaIQ3txxmv/4dWTQ4szJU8ASSvPDD oFxFZ3aCd4B3g== 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.15-rc3 Date: Thu, 17 Apr 2025 20:32:47 +0900 Message-ID: <20250417113247.272720-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.49.0 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.15-rc3
|
expand
|
The pull request you sent on Thu, 17 Apr 2025 20:32:47 +0900:
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.15-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ec4c6d1ec4537bb41f57875e4929122e9160d01c
Thank you!