YunQiang Su [Mon, 16 Nov 2020 01:11:00 +0000 (09:11 +0800)]
Use RELAXED ieee754 mode for Loongson-3 as 3A 4000 is 2008-only
Forwarded: not-needed
There are 2 mode of value of IEEE NaN hardcoded by CPU.
Currently, our mipsel/mips64el port is in so-called lagacy mode.
Loongson 3A 4000 is set as the so-called 2008 mode.
To make Debian workable on Loongson 3A 4000, we need set the kerenl in
RELAXED mode.
Ben Hutchings [Tue, 12 May 2015 18:29:22 +0000 (19:29 +0100)]
Make mkcompile_h accept an alternate timestamp string
Forwarded: not-needed
We want to include the Debian version in the utsname::version string
instead of a full timestamp string. However, we still need to provide
a standard timestamp string for gen_initramfs_list.sh to make the
kernel image reproducible.
Make mkcompile_h use $KBUILD_BUILD_VERSION_TIMESTAMP in preference to
$KBUILD_BUILD_TIMESTAMP.
Gbp-Pq: Topic debian
Gbp-Pq: Name uname-version-timestamp.patch
Ben Hutchings [Sat, 2 Jun 2012 18:53:38 +0000 (19:53 +0100)]
video: Remove nvidiafb and rivafb
Bug-Debian: https://bugs.debian.org/383481
Forwarded: no
These drivers contain register programming code provided by the
hardware vendor that appears to have been deliberately obfuscated.
This is arguably not the preferred form for modification.
These drivers are also largely redundant with nouveau. The RIVA 128
(NV3) is not supported by nouveau but is about 15 years old and
probably discontinued 10 years ago.
Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name video-remove-nvidiafb-and-rivafb.patch
* New upstream stable update:
https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.3
https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.4
https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.5
https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.6
- [x86] cpu: Provide default cache line size if not enumerated
(Closes: #1071378)
- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (Closes: #1071501)
https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.7
[ Salvatore Bonaccorso ]
* [x86] Refresh "intel-iommu: Add option to exclude integrated GPU only"
* [x86] Refresh "intel-iommu: Add Kconfig option to exclude iGPU by default"
* [rt] Drop "drm/i915/gt: Queue and wait for the irq_work item."
* [arm64] Disable RELR.
Temporarily disable RELR relocation packing to workaround failing boots
on arm64 with recent binutils/2.42.50.20240618-1, cf. #1074111.
* lib/python/debian_linux: Fix two E201/E202 whitespace errors
* Drop "sched: Do not enable autogrouping by default" patch (Closes: #1070083)
* [rt] init: Disable SCHED_AUTOGROUP on RT configurations
[ Aurelien Jarno ]
* [riscv64] crypto: enable CRYPTO_AES_RISCV64, CRYPTO_CHACHA_RISCV64,
CRYPTO_GHASH_RISCV64, CRYPTO_SHA256_RISCV64, CRYPTO_SHA512_RISCV64 as
modules.
* [riscv64] Improve Microchip Polarfire support: enable
POLARFIRE_SOC_AUTO_UPDATE and USB_MUSB_POLARFIRE_SOC as modules.
* [riscv64] Improve T-Head TH1520 support: enable MMC_SDHCI_OF_DWCMSHC as
module.
* [riscv64] Improve VisionFive 2 support: enable SND_DESIGNWARE_I2S,
SND_SIMPLE_CARD and SND_SOC_JH7110_PWMDAC as modules.
* [riscv64] Improve JH7110 support: enable STARFIVE_STARLINK_PMU as module.
[ Vincent Blut ]
* [amd64] drivers/tee: Enable TEE as module (Closes: #1063161)