From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7AF5846EC9C; Tue, 28 Jul 2026 18:48:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785264505; cv=none; b=SsiQg3TQHCzONwkOw+idXQ2ixlF07MG6Zkj4V6aJPARl2eHF5e+alFQLIjp3tPJt4SPhsbe9uOgAlSae05fFxjmcoJ56XiRQ5Na+Y5tktLg5BH6rtU86QXSnn1ps2LBTS5tjojlhwvcIWiQzoiDcyUew4gD8El5LoEehYmUjy1M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785264505; c=relaxed/simple; bh=/6fSyHEOCicH44w/Kr8EJ/PaUm9LcpN2WXVS5B1rT/w=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=d8nYQRbctHHp7pixm90mZ9/ASJc3SGsQYeK65m9g6Yn8XQpJHBxH2d7aXzuW4kYoxLgcm6YgsEvUUaIRwwN4EILHF+u//soMpE8q232i5gXT7YBKWf0iTYvlhStBMYlhXuw/gdte0DyOeehakJkcG0hsDQPsHkbirDjJbjBbzAk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=l8btqEuI; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="l8btqEuI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6C361F00A3F; Tue, 28 Jul 2026 18:48:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785264504; bh=OxVVNk2NvBblSqGKzmyc8JdW+x+MwYzX2/66uaKdovA=; h=Date:From:To:Cc:Subject; b=l8btqEuIb4K/8C6IlzWtb7nCDa749FOe5SDnsumNxuEk3H/Fh5Glx1glCrJSUODzi ZwwPU0VQ3TJN59nDOo24FX8JTLZN+ax3GlPb8fbpYrViO5ahhQ1woP7Q2NUGviLvVs 4a820yQN6g15AMyiNP+7J5zx7CXJtfHAue/IOWceRNjB+7MYYO2IZh21L+WxMq+CuO +dlTgTtIby9vsY5DpRhK9ZFGYpr/v5f4Nnoqg5AnHwArrUYPaJrOWqHGZ8F9KrWDa5 mMkotbCiV+eS94EmytreHVcKZeljMBn7EO0tHvdi5SMj8r5U7j+bGmr76XuucI9l7X 5B6mimeGyyyuA== Date: Tue, 28 Jul 2026 19:48:20 +0100 From: Mark Brown To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for Jul 28 Message-ID: Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cqSCdNA+JGBafz1m" Content-Disposition: inline --cqSCdNA+JGBafz1m Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, Changes since 20260727: The vfs-brauner tree lost it's build failure but acquired a new one so I continued to use the tree from next-20260723. The bluetooth tree acquired a conflict with the origin tree. The liveupdate tree acquired a conflict with the mm-unstable tree, due to the complexity of the conflict I merged the liveupate tree from next-20260727 instead and will review tomorrow. The thunderbolt tree lost it's build failure. The staging tree acquired a conflict with the staging.current tree. The sysctl tree acquired a conflict with the mm-nonmm-unstable tree. Non-merge commits (relative to Linus' tree): 8877 8224 files changed, 400410 insertions(+), 126960 deletions(-) ---------------------------------------------------------------------------- I have created today's linux-next tree at https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git (patches at https://www.kernel.org/pub/linux/kernel/next/ ). If you are tracking the linux-next tree using git, you should not use "git pull" to do so as that will try to merge the new linux-next release with the old one. You should use "git fetch" and checkout or reset to the new master. You can see which trees have been included by looking in the Next/Trees file in the source. There is also the merge.log file in the Next directory. Between each merge, the tree was built with a defconfig for arm64, an allmodconfig for x86_64, a multi_v7_defconfig for arm, an arm64 build of various kselftests, a KUnit build and run on arm64, and a native build of tools/perf. After the final fixups (if any), I do an x86_64 modules_install followed by builds for x86_64 allnoconfig, arm64 allyesconfig, powerpc allnoconfig (32 and 64 bit), ppc44x_defconfig and pseries_le_defconfig and i386, s390, sparc and sparc64 defconfig and htmldocs. Below is a summary of the state of the merge. I am currently merging 429 trees (counting Linus' and 133 trees of bug fix patches pending for the current release). Stats about the size of the tree over time can be seen at http://neuling.org/linux-next-size.html . Thanks to Paul Gortmaker for triage and bug fixes. --cqSCdNA+JGBafz1m Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmpo+XMACgkQJNaLcl1U h9BFrgf/TKK6TlgZVAyJQVRtckxzRc9j7BDRsHUdNRYv9tJWsBkoKAFqrXx/GGSA VsgXdbCZwhe6vLKJ4HScrjjIPZQhVgiXzqKc5spvfM0/7mYwRjAjAKe4rDBO0R+8 f/EPbbkiBO/doxr38qjT1M/RGSeXauj3DFEb1SY1P9FAGAtz5OzDv+tWnlAv4gUO ktqPWgdhtRDaKYftkjcR7FZVbKWs3RVq3WQYKKCCa7hthGeYGGm4fH3fal5E1qoW 94ky/QTyA5mg/0nTLffhVLoLP1RBwvZQw6sIqgzfC0UR6EMrMlEGKAK+/oRk6DkM UprOfJVtn2ij66bIA+DF179HJyh4rQ== =MAaJ -----END PGP SIGNATURE----- --cqSCdNA+JGBafz1m--