Message ID | 20240919065218.144785-1-dlemoal@kernel.org |
---|---|
State | New |
Headers | show
Return-Path: <linux-ide+bounces-2304-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=PFKFCbZI; 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-2304-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 4X8R616NDGz1y27 for <incoming@patchwork.ozlabs.org>; Thu, 19 Sep 2024 16:52:25 +1000 (AEST) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ny.mirrors.kernel.org (Postfix) with ESMTPS id 8E5C61C2281D for <incoming@patchwork.ozlabs.org>; Thu, 19 Sep 2024 06:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 91F1418E77B; Thu, 19 Sep 2024 06:52:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PFKFCbZI" 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 4DFCE18E776 for <linux-ide@vger.kernel.org>; Thu, 19 Sep 2024 06:52:20 +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=1726728740; cv=none; b=OZkcmx01HP67wIAimMQ8Xq+ojn3FvCoHiDSz9h3/4WHJ6sZa5+t6GnHYOpQ5F8FPMdIW8fRgaSjNoB0PZCc0963lpkPCd/Am5a8P1l0VZ0p2loJrPH94LfjPvF9rO+G+YPZwW2naUKh2s+HHFkEKD/3L0q3h2JXO7ZTTIOhpnS4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726728740; c=relaxed/simple; bh=ZuyZOfXftzgMSi4nmW9pGusz3RzaPHdxNwj5TjgQ5+Y=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Jvb4rT8b1omrzicfz+gVV7X5Ud4YMUWnMZl5Wb5Rp0URDpOAaDxQntP28c81J21hsSgSDodVE02MPBBJFl17IEuwwHeBTRKJOEn5AECLKIuPBaNxCyAYdaKjmk4+GAcR8N2FS4Stv3OfmmLIwyce9hyhWjX/k6XyM82kxLWes44= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PFKFCbZI; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9EE99C4CEC4; Thu, 19 Sep 2024 06:52:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726728740; bh=ZuyZOfXftzgMSi4nmW9pGusz3RzaPHdxNwj5TjgQ5+Y=; h=From:To:Cc:Subject:Date:From; b=PFKFCbZIhnXy9ZwXPRJiWo0hA6xgJEb5y6BvEiiBBKsRO5P+kTw+PhCRxtXkT6V0E nAI6Izkmc0KqLqJxtwKTlrw1tUr1ogcpAiZWa+aOP2ekyYQo8E9DuQ3whndI00vg+s gGCMVndOf1WdKsIvvOMzxlMOe+apRDwGH9r66Ts3ZVy8/1SNBZ4Nbj05a2jIu1BsG6 WqitIeomBFGs6/CnKv9tjadMxHF0KOliam5ybGE1R1YoZQ3Z5Rfi4JMVje+1q41hMf 7Sp2FG6rrY7TRGrsKLF4X5Ia2jved7Eryu9rq6nwB7EUZ50d7ci4IJz6Y8i0HUpjBK ElaBg335kLwpQ== 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 changes for 6.12-rc1 Date: Thu, 19 Sep 2024 15:52:18 +0900 Message-ID: <20240919065218.144785-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.46.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 changes for 6.12-rc1
|
expand
|
The pull request you sent on Thu, 19 Sep 2024 15:52:18 +0900:
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.12-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/176000734ee2978121fde22a954eb1eabb204329
Thank you!