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 118792C859; Thu, 7 May 2026 12:21: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=1778156480; cv=none; b=LW8b5g7EvLDC68bePEwhTofNHa1s6yywxzryEmyboWAq7Oqg5fP7DjouIS8Ei7Omf7yhxmXj8proV1U4iN8Dt9bVOQY3hhcAR3YvDUODHEabNJuxHQnPeEpFwINuhh712G+cZ+oBuFnC6V9LJw5at20EadTwdwU6S7UOktgMKns= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778156480; c=relaxed/simple; bh=BuvkohwHxw7F9nOFrSoQFns451PdTrZHPzG0z6C+1Xs=; h=Date:Message-ID:From:To:Cc:Subject; b=LqGKFaRDvauXL93Y1JNT/MQT86fqtfmDsU9IACeOcImZXekyinrBJQBo/zjlK91zqFvcA+sKERLFxOCAX4oJWs247qT/qX/wWx3ifzwQ9+7rW3I8wbAOSE3tb0Z12I1P0685+uSnqgnxFG6vh+gZQEKTv7ibT0AtKW77ndls9f0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JO8W14XT; 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="JO8W14XT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8EE2EC2BCB2; Thu, 7 May 2026 12:21:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778156479; bh=BuvkohwHxw7F9nOFrSoQFns451PdTrZHPzG0z6C+1Xs=; h=Date:From:To:Cc:Subject:From; b=JO8W14XTVqDXV4oMqWud6On2aE7jCUmhjg57y32u92ZBfmAArVOKPstGD/qD43PfB 5o8AW9mr6hhBhVDQy/pCgbiCGJwH30otGLfVXvOpERW2fasMFN8hQIjRnCtt4jp/09 UW8MUagwXr6zcnPEMKsOFbkh4yET93QNnEeDQ459cauxDq1p3CQsr1qrDTbUOobifm zhkqb9ftVRJy/YJhsTM7B+Zop42GTHZRQlSOsC94BzIW9bGmSz7glmM1cPUxFjhhOi aVDDX4HqYVm+w7/DJKB9TSVK+oCY/W4no8UwPs3A3lOAT54QOg1UCQpZvE5UuM/MNJ l3a9DHDJ+nf7g== Date: Thu, 07 May 2026 14:21:17 +0200 Message-ID: <6739cf6c29943f4d5e5a80d5feb6a3f9@kernel.org> From: Thierry Reding To: Linux Next Mailing List Cc: Linux Kernel Mailing List Subject: linux-next: Tree for May 7 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Hi all, Changes since 20260506: The iio tree acquired a conflict with the iio-fixes tree but it is barely worth mentioning since the iio tree already contains the resolution. The drm-misc tree causes a build failure due to some bad interaction with the drm tree. I've fixed it up in today's linux-next but it needs to ultimately be fixed in the drm-misc tree. Non-merge commits (relative to Linus' tree): 3539 4166 files changed, 233720 insertions(+), 70116 deletions(-) ---------------------------------------------------------------------------- I have created today's linux-next tree at git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git (patches at http://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 422 trees (counting Linus' and 129 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.