linux (6.12~rc6-1~exp1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 6.12~rc7-1~exp1 > 6.12~rc6-1~exp1
- Git: https://salsa.debian.org/kernel-team/linux.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 52461568
- Browser: https://salsa.debian.org/kernel-team/linux
- Last scan: 2024-11-19 17:55:07+00
- Next scan: 2024-11-25 21:58:00+00
- Merge requests: 10
- CI pipeline status: success
- Debian changelog in Git:
linux (6.12~rc7-1~exp1) UNRELEASED; urgency=medium
* New upstream release candidate
[ Aurelien Jarno ]
* libbpf: Add missing per-arch include path (fixes FTBFS on riscv64).
[ Salvatore Bonaccorso ]
* tpm: Disable TPM on tpm2_create_primary() failure (Closes: #1087331)
[ Ben Hutchings ]
* d/b/gencontrol.py: Fix generation of debian/tests/control
* linux-kbuild: Add scripts/module-common.c (Closes: #1087495)
* objtool: Fix compiler flags leaking to fixdep in cross-build
[ Zhang Ning ]
* [x86] add patches from maillist to fix intel_soc_pmic_bxtwc irq issues.
* [x86] enable INTEL_BXTWC_PMIC_TMU, TYPEC_WCOVE as module.
[ Miguel Bernal Marin ]
* [amd64] Enable Compute Acceleration Framework and drivers
(Closes: #1086054)
- drivers/accel: Enable DRM_ACCEL
- drivers/accel/habanalabs: Enable DRM_ACCEL_HABANALABS as module
- drivers/accel/ivpu: Enable DRM_ACCEL_IVPU as module
[ Matthias Geiger ]
* [x86] Enable VIDEO_OV5670 as module
-- Aurelien Jarno <aurel32@debian.org> Wed, 13 Nov 2024 06:14:56 +0100
- This branch is 17 commits ahead of tag debian/6.12_rc6-1_exp1
- Git log:
commit 7e6ec7bd38af0bf7b5426976527840d8e3dd5202
Merge: d8a9c105b fe5a5466e
Author: Ben Hutchings <benh@debian.org>
Date: Sun Nov 17 13:50:22 2024 +0100
Merge branch 'enable-ov-video-drivers' into 'debian/latest'
Enable ov5670 video drivers
See merge request kernel-team/linux!1250
commit d8a9c105b86671f806d13a26baf62d4901d60e44
Merge: 41dca3406 26be6b27b
Author: Ben Hutchings <benh@debian.org>
Date: Sun Nov 17 13:47:32 2024 +0100
Merge branch 'enable-drm_accel' into 'debian/latest'
[amd64] drivers/accel: Enable DRM_ACCEL
See merge request kernel-team/linux!1246
commit 41dca3406be3e0eec50cd82fea996066bf494a8c
Merge: 16e8a79af a6224be2f
Author: Ben Hutchings <benh@debian.org>
Date: Sun Nov 17 13:40:03 2024 +0100
Merge branch 'btx_pmic_fix' into 'debian/latest'
x86: intel_soc_pmic_bxtwc enable two sub-devices as module
See merge request kernel-team/linux!1230
commit 16e8a79af8a1f7bc17e67a2401fea35f3bc4492b
Merge: 0f0ddb500 d3606d4e8
Author: Ben Hutchings <benh@debian.org>
Date: Sun Nov 17 10:54:19 2024 +0000
Merge branch 'objtool-cross-fix' into 'debian/latest'
objtool: Fix compiler flags leaking to fixdep in cross-build
See merge request kernel-team/linux!1260
commit d3606d4e8412368a2d01626facf949536c25e4cb
Author: Ben Hutchings <benh@debian.org>
Date: Tue Nov 12 01:49:42 2024 +0100
objtool: Fix compiler flags leaking to fixdep in cross-build
After my previous changes to the objtool build, I was able to
cross-build it for arm64, but it seems that it worked by chance. Now
that the compiler flags for arm64 user-space include
-mbranch-protection=standard, cross-building stopped working again as
this option is wrongly used when compiling the native fixdep.
fixdep (like other simple 'hostprogs') is compiled with options from
KBUILD_HOSTCFLAGS, so we need to clear that variable and not
HOSTCFLAGS.
commit 0f0ddb500318bfe06bd275de06ac21466988dbcf
Merge: b8c354204 b93faa995
Author: Ben Hutchings <benh@debian.org>
Date: Sun Nov 17 09:54:16 2024 +0000
Merge branch 'fix-linux-kbuild' into 'debian/latest'
Fix out-of-tree module build and missing test cases
See merge request kernel-team/linux!1265
commit b93faa99519d9788617b7d73f8334190e53442a3
Author: Ben Hutchings <benh@debian.org>
Date: Sat Nov 16 23:50:11 2024 +0100
linux-kbuild: Add scripts/module-common.c (Closes: #1087495)
Since upstream commit fdf94e4403ec "kbuild: compile constant module
information only once", some module information is compiled from
scripts/module-common.c and this needs to be available to out-of-tree
module builds.
This was previously not noticed due to the accidentally disabled
headers-kbuild tests.
commit 46585f221edd4682f494ab8e09b09de59b6ea138
Author: Ben Hutchings <benh@debian.org>
Date: Sat Nov 16 23:25:33 2024 +0100
d/b/gencontrol.py: Fix generation of debian/tests/control
Currently we fail to include headers-kbuild tests in
debian/tests/control.
We read the template with read_deb822() which is a generator, but we
try to iterate over it twice which results in a an empty sequence the
second time.
Capture the generator output into a list so this works again.
Fixes: 1f3a3d27318a ("Convert control entries into dataclasses")
commit b8c354204137ae86625b52ef86638343801811c1
Merge: 69d4bf2ea 2b8758ab3
Author: Salvatore Bonaccorso <carnil@debian.org>
Date: Fri Nov 15 22:15:00 2024 +0000
Merge branch 'bug1087331' into 'debian/latest'
tpm: Disable TPM on tpm2_create_primary() failure
See merge request kernel-team/linux!1263
commit 2b8758ab31afa32f7bd3b92120c736dea251308a
Author: Salvatore Bonaccorso <carnil@debian.org>
Date: Fri Nov 15 22:07:50 2024 +0100
tpm: Disable TPM on tpm2_create_primary() failure
Closes: #1087331
commit 69d4bf2eadfc826d8e07e63c19d4b376a0c9321e
Merge: 613f91178 b1497689d
Author: Salvatore Bonaccorso <carnil@debian.org>
Date: Fri Nov 15 21:05:52 2024 +0000
Merge branch '6.12-update' into 'debian/latest'
Update to 6.12-rc7
See merge request kernel-team/linux!1261
commit b1497689dcc5bc481a514324bb709046fe1b3d1b
Author: Salvatore Bonaccorso <carnil@debian.org>
Date: Wed Nov 13 09:20:48 2024 +0100
Update to 6.12-rc7
commit fe5a5466e3db8dfc8bd1a81fea3fd426225563f9
Author: Matthias Geiger <werdahias@debian.org>
Date: Wed Oct 30 12:13:11 2024 +0100
[x86] Enable VIDEO_OV5670 as module
commit 26be6b27b36d58437d378a9e1e121ec7cc3877db
Author: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Date: Thu Oct 24 21:40:30 2024 -0600
[amd64] drivers/accel: Enable DRM_ACCEL
Enable the Compute Acceleration Framework and drivers
Closes: #1086054
commit a6224be2f534e2f1ab6ff200c813a16f174df4e9
Author: Zhang Ning <zhangn1985@outlook.com>
Date: Sat Oct 5 17:09:38 2024 +0800
x86: intel_soc_pmic_bxtwc enable two sub-devices as module
1, add patches from for-mfd-next
2, enable two sub-devices as modules.
Signed-off-by: Zhang Ning <zhangn1985@outlook.com>
commit 613f9117875948191863a40446f3c293814d1b98
Merge: e3203e4a0 815591676
Author: Ben Hutchings <benh@debian.org>
Date: Wed Nov 13 23:03:33 2024 +0000
Merge branch 'riscv64-libbpf' into 'debian/latest'
libbpf: Add missing per-arch include path (fixes FTBFS on riscv64).
See merge request kernel-team/linux!1262
commit 815591676fab328a1ee53f9e4d9cb22f3c169a2b
Author: Aurelien Jarno <aurelien@aurel32.net>
Date: Wed Nov 13 06:15:08 2024 +0100
libbpf: Add missing per-arch include path (fixes FTBFS on riscv64).
This commit got routed through bpf-next instead of bpf, and this can't
be fixed for 6.12. It will get fixed in one of the first 6.12 stable
releases instead. Let's pull it in Debian in the meantime.