Tags give the ability to mark specific points in history as being important
-
cknow/6.17-rc2-1
c825abe2 · ·Release linux cknow/6.17~rc2-1 to Unstable Update to upstream kernel 6.17-rc2. Apart from that, there are no noteworthy updates in this release. Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
-
cknow/6.16-1
ff548901 · ·Release linux 6.16-1 to Unstable Update to upstream kernel 6.16. Next to that, these are the most noteworthy other changes that are part of this release: - d/p: Drop "ARM: mm: Export __sync_icache_dcache() for xen-privcmd" The problem this patch was meant to fix, has been fixed upstream in kernel 5.3-rc3 already ... 6 years ago. - d/p: Drop "arm64/acpi: Add fixup for HPE m400 quirks" When the patch was added in 2018, the product was already EOL and there weren't that many to begin with (and ~25% in the hands of Linaro). When trying to upstream it, it was NACKed. For several reasons, one of them being that a simple kernel command line parameter was enough as a workaround. - d/p: Add "rockchip/drm: vop2: make vp registers nonvolatile" v2 This patch is needed as since kernel 6.14-rc1 the screen of the PineTab2 stays blank when booted up with CONFIG_DRM=m. Accidentally found a workaround for this issue: closing the lid and opening it. Recently this patch was accepted upstream in the drm-misc-fixes branch so hopefully will make its way to the 6.17 release (after all). Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
-
cknow/6.16-rc7-1
67c6288a · ·Release linux cknow/6.16~rc7-1 to Unstable Update to upstream kernel 6.16-rc7. Next to that, these are the most noteworthy other changes that are part of this release: - linux-kbuild: Add scripts/make_fit.py This script allows to make a FIT image from a kernel. - crypto: Enable CRYPTO_HCTR2 as module This module is needed for the crypto self-tests. - [arm64] drivers/rtc: Convert most RTC drivers to be built as module Some RTC drivers were built-in as some 'historical' artifact and then others were built-in as others were. Make it consistent and built all the RTC drivers as modules. Which has the 'side' benefit that only the RTC drivers which will actually be used are loaded and it allows the blocking of RTC drivers which you explicitly don't want. - lib.debug: Enable MEMTEST It's a very simple test and needs to be activated via a kernel command-line parameter, but it could give an initial clue that something may be wrong with the memory. Signed-off-by: Diederik de Haas <didi.debian@cknow.org>