Bug#809476: Linux 4.4-rc6 fails to boot on QNAP TS-109

2016-01-05 Thread Roger Shimizu
On Thu, Dec 31, 2015 at 9:09 AM, Martin Michlmayr wrote: > I tried to boot Debian's 4.4-rc6 kernel on my QNAP TS-109 and it failed > to boot with: > [ 19.380002] Unpacking initramfs... > [ 19.380044] Initramfs unpacking failed: junk in compressed archive I see this error

Bug#810014: hid-generic: collection stack overflow / parsing failed

2016-01-05 Thread Yvan Masson
Package: linux-image-3.16.0-4-amd64 Version: 3.16.7-ckt20-1+deb8u1 Dear maintainers, I have a new Eaton 5P UPS connected by USB to my computer, which allows me to use NUT. It is not blocking at all, but while usbhid-ups driver is not started, I get repeated error messages in the console and in

linux_3.16.7-ckt20-1+deb8u2_multi.changes ACCEPTED into proposed-updates->stable-new

2016-01-05 Thread Debian FTP Masters
Mapping stable-security to proposed-updates. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 02 Jan 2016 03:31:39 + Source: linux Binary: linux-source-3.16 linux-doc-3.16 linux-manual-3.16 linux-support-3.16.0-4 linux-libc-dev linux-headers-3.16.0-4-all

linux_3.2.73-2+deb7u2_multi.changes ACCEPTED into oldstable-proposed-updates->oldstable-new

2016-01-05 Thread Debian FTP Masters
Mapping oldstable-security to oldstable-proposed-updates. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 02 Jan 2016 03:31:22 + Source: linux Binary: linux-source-3.2 linux-doc-3.2 linux-manual-3.2 linux-support-3.2.0-4 linux-libc-dev

Processing of linux_3.2.73-2+deb7u2_multi.changes

2016-01-05 Thread Debian FTP Masters
linux_3.2.73-2+deb7u2_multi.changes uploaded successfully to localhost along with the files: linux_3.2.73-2+deb7u2.dsc linux_3.2.73-2+deb7u2.debian.tar.xz linux-support-3.2.0-4_3.2.73-2+deb7u2_all.deb linux-doc-3.2_3.2.73-2+deb7u2_all.deb linux-manual-3.2_3.2.73-2+deb7u2_all.deb

Bug#808623: marked as done (Please enable new sunxi drivers)

2016-01-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Jan 2016 11:00:40 + with message-id and subject line Bug#808623: fixed in linux 4.4~rc8-1~exp1 has caused the Debian Bug report #808623, regarding Please enable new sunxi drivers to be marked as done. This means that you claim

Bug#809528: marked as done (Update maximum kernel size for armel/kirkwood)

2016-01-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Jan 2016 11:00:41 + with message-id and subject line Bug#809528: fixed in linux 4.4~rc8-1~exp1 has caused the Debian Bug report #809528, regarding Update maximum kernel size for armel/kirkwood to be marked as done. This means

Bug#807624: marked as done (armhf: Please enable support for DRA7XX systems (Beagle-x15))

2016-01-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Jan 2016 11:00:40 + with message-id and subject line Bug#807624: fixed in linux 4.4~rc8-1~exp1 has caused the Debian Bug report #807624, regarding armhf: Please enable support for DRA7XX systems (Beagle-x15) to be marked as done.

linux_4.4~rc8-1~exp1_multi.changes ACCEPTED into experimental, experimental

2016-01-05 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 04 Jan 2016 17:23:28 + Source: linux Binary: linux-source-4.4 linux-support-4.4.0-rc8 linux-doc-4.4 linux-manual-4.4 linux-libc-dev linux-headers-4.4.0-rc8-all linux-headers-4.4.0-rc8-all-alpha

Bug#809083: marked as done (linux: armhf/armmp: Please enable support for Rockchip platforms)

2016-01-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Jan 2016 11:00:41 + with message-id and subject line Bug#809083: fixed in linux 4.4~rc8-1~exp1 has caused the Debian Bug report #809083, regarding linux: armhf/armmp: Please enable support for Rockchip platforms to be marked as

Processing of linux_3.16.7-ckt20-1+deb8u2_multi.changes

2016-01-05 Thread Debian FTP Masters
linux_3.16.7-ckt20-1+deb8u2_multi.changes uploaded successfully to localhost along with the files: linux_3.16.7-ckt20-1+deb8u2.dsc linux_3.16.7-ckt20-1+deb8u2.debian.tar.xz linux-support-3.16.0-4_3.16.7-ckt20-1+deb8u2_all.deb linux-doc-3.16_3.16.7-ckt20-1+deb8u2_all.deb

[PATCH 5/8] [arm64] config: enable multi-core scheduler support by default

2016-01-05 Thread Ricardo Salveti
Also available by default on x86. Signed-off-by: Ricardo Salveti --- debian/config/arm64/config | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 65ff9fd..eeca3fe 100644 --- a/debian/config/arm64/config

[PATCH 4/8] [arm64] config: enabling the cpuidle ARM driver

2016-01-05 Thread Ricardo Salveti
Signed-off-by: Ricardo Salveti --- debian/config/arm64/config | 5 + 1 file changed, 5 insertions(+) diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 98d4f6f..65ff9fd 100644 --- a/debian/config/arm64/config +++

[PATCH 0/8] debian/linux: extended ARM64 support

2016-01-05 Thread Ricardo Salveti
This patch set extend the ARM64 support by including support for the AMD Overdrive (development platform using the AMD Seattle SoC), making it supported by d-i and including a basic set of config options that are now supported by upstream (common configs that are also enabled for x86). Tested

[PATCH 1/8] [arm64] config: enabling support for the AMD Seattle platform

2016-01-05 Thread Ricardo Salveti
Signed-off-by: Ricardo Salveti --- debian/config/arm64/config | 7 +++ 1 file changed, 7 insertions(+) diff --git a/debian/config/arm64/config b/debian/config/arm64/config index f912083..98d4f6f 100644 --- a/debian/config/arm64/config +++

[PATCH 2/8] [arm64] nic-modules: adding amd-xgbe

2016-01-05 Thread Ricardo Salveti
Signed-off-by: Ricardo Salveti --- debian/installer/arm64/modules/arm64/nic-modules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/installer/arm64/modules/arm64/nic-modules b/debian/installer/arm64/modules/arm64/nic-modules index 2cab952..52838f0 100644

[PATCH 3/8] [arm64] sata-modules: adding ahci_platform, required by AMD Overdrive

2016-01-05 Thread Ricardo Salveti
Signed-off-by: Ricardo Salveti --- debian/installer/arm64/modules/arm64/sata-modules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/installer/arm64/modules/arm64/sata-modules b/debian/installer/arm64/modules/arm64/sata-modules index 2103f90..109ee04

[PATCH 6/8] [arm64] config: enable PCI generic host bridge by default

2016-01-05 Thread Ricardo Salveti
So that SBSA compliant systems can use it. Signed-off-by: Ricardo Salveti --- debian/config/arm64/config | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/config/arm64/config b/debian/config/arm64/config index eeca3fe..7e997cc 100644 ---

[PATCH 8/8] [arm64] Extending ARM64 support

2016-01-05 Thread Ricardo Salveti
- Adding support for the AMD Overdrive (Seattle) development platform - Including d-i support for Overdrive - Config: enabling the arm cpuidle driver, multi-core scheduler, pci generic host and crypto_crc32_arm64 Signed-off-by: Ricardo Salveti --- debian/changelog

[PATCH 7/8] [arm64] config: enable CRYPTO_CRC32_ARM64 by default

2016-01-05 Thread Ricardo Salveti
Signed-off-by: Ricardo Salveti --- debian/config/arm64/config | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 7e997cc..d6a9300 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@

Bug#810048: linux: Add support for USB/FAN on BeagleBoard-X15

2016-01-05 Thread Vagrant Cascadian
Source: linux Version: 4.4~rc8-1~exp1 Severity: normal Tags: patch Thanks for enabling DRA7XX support! Adding the following configuration options make USB and FAN support work on the BeagleBone-X15: diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp index

Bug#810047: firmware-linux-free: ath9k_htc firmware (now fully free) not provided by package

2016-01-05 Thread Mads Hansen
Package: firmware-linux-free Version: 3.3 Severity: normal Tags: d-i upstream Dear maintainers, The atk9k_htc firmware is fully open[1] and hence should be suitable for inclusion in firmware-linux-free. Currently, the only way to install the ath9k_htc firmware from the repositories is through

Processed: forcibly merging 711470 810047

2016-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 711470 810047 Bug #711470 [firmware-linux-free] ath9k_htc updated firmware for firmware-linux-free Bug #810047 [firmware-linux-free] firmware-linux-free: ath9k_htc firmware (now fully free) not provided by package Marked as found in

Bug#808889: src:linux: Confirm inability to read hwclock on Thinkpad x200 with libreboot

2016-01-05 Thread Gian-Maria Daffré
Package: src:linux Followup-For: Bug #808889 Dear Maintainer, I am facing the same problem as the original bug reporter. Here some further information, which I hope helps further to find the problem. hwclock -r hwclock: ioctl(RTC_RD_TIME) to /dev/rtc to read the time failed: Invalid

Processed: Re: Bug#809815: [feature request] linux-image-4.3.0-1-sparc64-smp: tpm random module for linux LDOMs

2016-01-05 Thread Debian Bug Tracking System
Processing control commands: > tag -1 moreinfo Bug #809815 [src:linux] [feature request] linux-image-4.3.0-1-sparc64-smp: tpm random module for linux LDOMs Added tag(s) moreinfo. -- 809815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809815 Debian Bug Tracking System Contact

Bug#809815: [feature request] linux-image-4.3.0-1-sparc64-smp: tpm random module for linux LDOMs

2016-01-05 Thread Ben Hutchings
Control: tag -1 moreinfo On Mon, 2016-01-04 at 13:48 +0300, Anatoly Pugachev wrote: > Package: src:linux > Version: 4.3.3-2 > Severity: wishlist > > Dear Maintainer, > > Can you please enable CONFIG_TCG_TPM (TPM security chip) and > CONFIG_HW_RANDOM_TPM linux kernel config options (as modules),