From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A52E6C433F5 for ; Thu, 31 Mar 2022 19:13:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Cc:To:Date:Message-Id: References:In-Reply-To:From:Subject:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Cfesz3q5dyEvdUzsSjfYwlJ1pvBR1fIFzdG0FcxS34k=; b=D+72nZdrm8DqNH CXLl0bEMmthWhYKj/2mqGThUAEShgXVfhUvLOveh4x9MifJ76nVeJOuqVxp/gYFXE5FCxFxn+mMB9 9RPb4xAFY6TR7s3LoGt+hQAYESFhDQQr2lgYbTKvkd4DAPiQVZRuyj6dhXjQrA1N45jifeckdqrND KEAw4AnbgEAeprrrvA7jNhwx8Xq/J/tSwHT8kMjGOxs6PSD+O15mieV7D47oqgAnIIasHRhAMI8I6 RqO+xAyZPjh6Jrb53DCw4ePHt1h7e6EsHHCKGegTzpJgog9Tr/ZAePuyjkYSO04dPxT/FVIpHmdwP +AMZwy8W5/sXM9VYa2Ag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1na0Dz-003NLI-DE; Thu, 31 Mar 2022 19:12:51 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1na0Dv-003NJX-PV for linux-arm-kernel@lists.infradead.org; Thu, 31 Mar 2022 19:12:50 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7AA4FB821BF; Thu, 31 Mar 2022 19:12:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 215E6C340EE; Thu, 31 Mar 2022 19:12:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648753964; bh=Q+rR/0hP2RoJVEQBcWMctDTZ15UahEMPjDz0YVbKDh4=; h=Subject:From:In-Reply-To:References:Date:To:Cc:From; b=DPFWt/4WRfmT9kbiLqM5HUbnzfreuQkV6p9FSABe/dUQYYw2Xno13hU2ZYTDDc/i0 Ht4ZK9aYeWDHLnXFKcFZrmqivnlZtmurHyQ22Xr/IYDbOgjezkp54pP2RxBo7LpF81 z+nlL8jdZr0MY3HGQut2c2oRTWfcJaXAyvxuR1M7GhO7jSKGugsZFlk3S7R+or+cDZ 0EgIZgb7mEE/46e6HqECNzVXF3Fw/ZSt5J+JfhG8b+VQhE7V4YP53DdiIXudoWpIGQ zgZmFvg8oM0x4JuS7ncu9o6sAnDZ+O9Sc9qQN4ldru18mXZ61jpXOZXYaX5x4oSzQL qcL8B5jspgB3g== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 0E300EAC09B; Thu, 31 Mar 2022 19:12:44 +0000 (UTC) Subject: Re: [GIT PULL] hardening fixes for v5.18-rc1 From: pr-tracker-bot@kernel.org In-Reply-To: <202203311127.503A3110@keescook> References: <202203311127.503A3110@keescook> X-PR-Tracked-List-Id: X-PR-Tracked-Message-Id: <202203311127.503A3110@keescook> X-PR-Tracked-Remote: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v5.18-rc1-fix1 X-PR-Tracked-Commit-Id: 229a08a4f4e4f9949801cc39b6480ddc9c487183 X-PR-Merge-Tree: torvalds/linux.git X-PR-Merge-Refname: refs/heads/master X-PR-Merge-Commit-Id: f87cbd0565eb7e2fa15296c74210658db1346431 Message-Id: <164875396405.22373.4543629917803159331.pr-tracker-bot@kernel.org> Date: Thu, 31 Mar 2022 19:12:44 +0000 To: Kees Cook Cc: Linus Torvalds , linux-kernel@vger.kernel.org, Andrew Morton , Christoph Hellwig , David Hildenbrand , Hari Bathini , Kees Cook , linux-arm-kernel@lists.infradead.org, Logan Gunthorpe , Martin Oliveira , "Matthew Wilcox (Oracle)" , Mike Kravetz , Minchan Kim , Russell King , Stephen Rothwell , Zi Yan X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220331_121248_002935_D63DF381 X-CRM114-Status: UNSURE ( 7.01 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The pull request you sent on Thu, 31 Mar 2022 11:35:40 -0700: > https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v5.18-rc1-fix1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f87cbd0565eb7e2fa15296c74210658db1346431 Thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/prtracker.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel