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 6D46F221FCD; Fri, 24 Apr 2026 09:05:56 +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=1777021556; cv=none; b=gBFWX7n4A0sTW/HLJHnd1T5/gVIjRKXkD3aC2IukuHFUC3dM8mKFln5Pa/4DwqlNfy4TRnmN6py5EhC1BOg7NIhvT37vCDaAPM3IHYv9AurrBxX5fUTxHVn167eqz3XVQ1IXjPnyuIf8IJPjn9e6zSWRA+hecO/vfqPBS+wkJ0c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777021556; c=relaxed/simple; bh=7PFm+QQuLq59kl+BDNPwDMb6QB6MGxC+l5QBmBMZ2/M=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=rQ8jTmXg09ZklwbwudQe8vrpbk32+s6dHWdRMokv3bjhG2o5vIAx7d4S649YEIHLXx28RD80L76imPyO9UfLbMe5WL80aX+2CVFT2pNHOPdWUW1UeolnSj5seVMph07GFIwEiRg79Hj0CGjpV2T7oD0Bnon3AipsGFy5qK8A9go= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TSvLYQkl; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="TSvLYQkl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B319DC19425; Fri, 24 Apr 2026 09:05:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777021556; bh=7PFm+QQuLq59kl+BDNPwDMb6QB6MGxC+l5QBmBMZ2/M=; h=Date:From:To:Cc:Subject:From; b=TSvLYQklnU1BRRR3llfn7/CsLvbB3eDH6A3FFQeHUF5Vt5Fwe2gQeKDCAeuKo7cEl +VxH08nW6CRF4QQdc3G8u3OJFaXSCiCMZPZHIAxvNWg5LIwpucp2nxRJrgV1TevRsK 5AnqrcvOPcQE5OmyDAmtY4+yHzQtV0USAeOXbO7LOMwXYl751Lt462RqvCjkRV1zZa bCsdfEzKeOlDt37UUk20DxaHJJep1YKZBp0Z/gS1FaDfma1PwGA8wNErEv67t5tWSp M+dLyR/tIEs4X4cCJ/RwhnYH5RbifAIxFAO6yYW3w0hbLj/EYkWUSCF0N/kKZwKlNj P5XlP4ORCEB3Q== Date: Fri, 24 Apr 2026 12:05:51 +0300 From: Jarkko Sakkinen To: linux-integrity@vger.kernel.org, keyrings@vger.kernel.org Cc: Paul Moore , David Howells , Linus Torvalds Subject: linux-next changes on my tree Message-ID: Precedence: bulk X-Mailing-List: linux-integrity@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, First I want to apologize for messing up with PRs for 7.1 [1]. I've taken steps to sanitize my branching and the changes are now reflected to -next: commit 3ee56e5cf8afb875beab59e42e0b69cdb31050ab Merge: e77ce03e10ba 4fb4ce024d06 Author: Mark Brown Date: Thu Apr 23 13:26:01 2026 +0100 Merge branch 'for-next-keys' of https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git commit e77ce03e10baf7b84d169efcaa497861dc9a07bf Merge: c6391bbee383 949692da7211 Author: Mark Brown Date: Thu Apr 23 13:26:00 2026 +0100 Merge branch 'for-next-tpm' of https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git I'm now travelling right now in Budapest but will be back in Finland tomorrow, and will retry my PRs then. Paul, I promised to look into [2] this week but unfortunately it is delayed +1 but is on my TODO list for next week along with couple of other kernel review/testing backlog items :-) Hope you understand. [1] https://lore.kernel.org/linux-integrity/aeVSbVIFaCDRXf7C@kernel.org/T/#t Yes, and I know late cc-tagging was also additional reason for NAK, can't blame branching on that. I did also execute stupid shit to add in. [2] https://lore.kernel.org/all/ad--R8KaGgucLxmH@kernel.org/ BR, Jarkko