linux (6.19~rc8-1~exp1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 6.19~rc8-1~exp2 > 6.19~rc8-1~exp1
- Git: https://salsa.debian.org/kernel-team/linux.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 39604224
- Browser: https://salsa.debian.org/kernel-team/linux
- Last scan: 2026-02-08 23:14:21+00
- Next scan: 2026-02-15 22:34:00+00
- Merge requests: 14
- CI pipeline status: success
- Debian changelog in Git:
linux (6.19~rc8-1~exp2) UNRELEASED; urgency=medium
[ Matthias Geiger ]
* [x86] drivers/media/i2c: Enable VIDEO_OV8858 as module
* [arm64] drivers/gpib: Enable GPIB_GPIO as module
[ Bastian Blank ]
* Unsplit configs for some kernel architectures. We don't support multiple
variants of arm, sparc or x86 anymore.
[ Loïc Minier ]
* [arm64] Enable Qualcomm SA8775P platforms: add SA_GCC_8775P,
PINCTRL_SA8775P, INTERCONNECT_QCOM_SA8775P as builtins and
SA_GPUCC_8775P, SA_CAMCC_8775P, SA_DISPCC_8775P, SA_VIDEOCC_8775P as
modules.
[ Shawn Guo ]
* [arm64] udeb: fb-modules: Add display-connector module
-- Matthias Geiger <werdahias@debian.org> Wed, 04 Feb 2026 14:08:48 +0100
- This branch is 11 commits ahead of tag debian/6.19_rc8-1_exp1
- Git log:
commit 80b1584a7f53f8354895759c825aaecc5874f72b
Author: Salvatore Bonaccorso <carnil@debian.org>
Date: Sat Feb 7 20:55:45 2026 +0100
Correct location for "[arm64] udeb: fb-modules: Add display-connector module"
commit fe2932a9bbbb0e9008c01716564ff187b594dc18
Merge: 68ee77b27 2aa7aba6d
Author: Uwe Kleine-König <ukleinek@debian.org>
Date: Sat Feb 7 18:58:17 2026 +0100
Merge branch 'sa8775p-configs' of salsa.debian.org:lool/linux
[arm64] Enable Qualcomm SA8775P platforms
See merge request kernel-team/linux!1729
commit 68ee77b27deebb22b8e306872f918f68d9752a8e
Merge: a00e4c339 1f6b67fe0
Author: Uwe Kleine-König <ukleinek@debian.org>
Date: Sat Feb 7 18:35:01 2026 +0100
Merge branch 'display-connector' into 'debian/latest'
[arm64] udeb: Add display-connector module
See merge request kernel-team/linux!1640
commit a00e4c339316ccb2136a90cb774faf53edb74405
Merge: 3b2cebaa0 175afd07f
Author: Uwe Kleine-König <ukleinek@debian.org>
Date: Sat Feb 7 18:30:31 2026 +0100
Merge branch 'gpib' into 'debian/latest'
[arm] Enable GPIB_GPIO as module
See merge request kernel-team/linux!1807
commit 175afd07ffc56f7dde91356f19c7a19c9da0f9fd
Author: Matthias Geiger <werdahias@debian.org>
Date: Tue Feb 3 18:45:14 2026 +0100
[arm64] Enable GPIB_GPIO as module
Signed-off-by: Matthias Geiger <werdahias@debian.org>
commit 3b2cebaa01c3f2f1d98e56eadedd904152608a95
Merge: d8de6b08e 4f40db0b4
Author: Bastian Blank <waldi@debian.org>
Date: Thu Feb 5 21:34:39 2026 +0000
Merge branch 'unsplit-config' into 'debian/latest'
Unsplit configs for some kernel architectures
See merge request kernel-team/linux!1682
commit 4f40db0b4447e15b0d7e31efc9bbb5612ca38412
Author: Bastian Blank <waldi@debian.org>
Date: Wed Oct 22 11:33:44 2025 +0200
Unsplit configs for some kernel architectures
commit d8de6b08e499e6a1a46d8f2ac5d5c681444b988c
Merge: bf806d9ae c8ace85aa
Author: Salvatore Bonaccorso <carnil@debian.org>
Date: Wed Feb 4 16:02:29 2026 +0100
Merge branch 'ov8858' into 'debian/latest'
[x86] Enable VIDEO_OV8858 as module
See merge request kernel-team/linux!1798
commit c8ace85aacd8b934cebf04cff0b44b73a18f8d9c
Author: Matthias Geiger <werdahias@debian.org>
Date: Thu Jan 29 21:30:56 2026 +0100
[x86] Enable VIDEO_OV8858 as module
Signed-off-by: Matthias Geiger <werdahias@debian.org>
commit 1f6b67fe064aa803568e5710a84890c7a9796186
Author: Shawn Guo <shawnguo@kernel.org>
Date: Fri Sep 12 11:25:58 2025 +0800
[arm64] udeb: fb-modules: Add display-connector module
Trixie installer lacks display (mDP) support on Windows Dev Kit 2023.
Add display-connector (a drm bridge module) to get display support with
debian installer on this machine.
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
commit 2aa7aba6d6d239935cc6e94636e8330f08639bdd
Author: Loïc Minier <loic.minier@oss.qualcomm.com>
Date: Mon Dec 1 17:00:17 2025 +0100
[arm64] Enable Qualcomm SA8775P platforms
This enables support for a number of boards based on the SA8775P and
related platforms, notably Qualcomm IoT boards such as Lemans EVK (also
known as IQ-9075 EVK) and automotive boards such as Lemans Ride (also
known as QCS9100 Ride).
Enable the SA8775P pinctrl, GCC clock and interconnect drivers; these
need to be built-in for boot and console (QUPv3 and subsequently UART)
- SA_GCC_8775P=y
- PINCTRL_SA8775P=y
- INTERCONNECT_QCOM_SA8775P=y
Enable the SA8775P GPUCC, video, camera and display clock controllers
- SA_GPUCC_8775P=m
- SA_CAMCC_8775P=m
- SA_DISPCC_8775P=m
- SA_VIDEOCC_8775P=m
This relates to upstream defconfig commits:
- 8592294dfc7b Enable sa8775p clock controllers
- 8125a5612511 enable the SA8775P GPUCC driver
- 687bcd03a047 enable drivers required by the Qualcomm SA8775P platform
- 1a87f7e5fa10 enable the clock driver for Qualcomm SA8775P platforms
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>