Bug#880203: After suspend, cpufreq/scaling_max_freq is ignored

2017-10-30 Thread Ben Hutchings
Control: tag -1 moreinfo If this system has an Intel CPU, I'm afraid this is expected behaviour. They no longer allow the OS to set an exact frequency, only a 'P- state' (performance level). The Linux cpufreq driver for these processors (intel_pstate) translates the requested frequency into a

Processed: Re: Bug#880203: After suspend, cpufreq/scaling_max_freq is ignored

2017-10-30 Thread Debian Bug Tracking System
Processing control commands: > tag -1 moreinfo Bug #880203 [linux-image-4.9.0-4-amd64] After suspend, cpufreq/scaling_max_freq is ignored Added tag(s) moreinfo. -- 880203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880203 Debian Bug Tracking System Contact ow...@bugs.debian.org with

Bug#875621: ThinkPad X270 Synaptics Touchpad, RMI4 SMB

2017-10-30 Thread Chris Boot
Hi folks, I have a Lenovo ThinkPad X270 and noticed that my kernel (Debian buster/testing stock kernel) was suggesting that my Touchpad would benefit from having CONFIG_RMI4_SMB enabled, so I raised this Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875621 This was closed today

linux_4.14~rc7-1~exp1_multi.changes ACCEPTED into experimental, experimental

2017-10-30 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 30 Oct 2017 18:31:38 + Source: linux Binary: linux-source-4.14 linux-support-4.14.0-rc7 linux-doc-4.14 linux-kbuild-4.14 linux-cpupower libcpupower1 libcpupower-dev linux-perf-4.14 usbip hyperv-daemons

linux_4.14~rc7-1~exp1_multi.changes is NEW

2017-10-30 Thread Debian FTP Masters
binary:acpi-modules-4.14.0-rc7-686-di is NEW. binary:acpi-modules-4.14.0-rc7-686-pae-di is NEW. binary:acpi-modules-4.14.0-rc7-amd64-di is NEW. binary:affs-modules-4.14.0-rc7-4kc-malta-di is NEW. binary:affs-modules-4.14.0-rc7-5kc-malta-di is NEW. binary:affs-modules-4.14.0-rc7-loongson-3-di is

Bug#877911: marked as done (Please set CONFIG_BRCMFMAC_SDIO=y for WiFi on the Raspberry Pi 3)

2017-10-30 Thread Debian Bug Tracking System
Your message dated Mon, 30 Oct 2017 22:00:38 + with message-id and subject line Bug#877911: fixed in linux 4.14~rc7-1~exp1 has caused the Debian Bug report #877911, regarding Please set CONFIG_BRCMFMAC_SDIO=y for WiFi on the Raspberry Pi 3 to be marked as

Processing of linux_4.14~rc7-1~exp1_multi.changes

2017-10-30 Thread Debian FTP Masters
linux_4.14~rc7-1~exp1_multi.changes uploaded successfully to localhost along with the files: linux_4.14~rc7-1~exp1.dsc linux_4.14~rc7.orig.tar.xz linux_4.14~rc7-1~exp1.debian.tar.xz linux_4.14~rc7-1~exp1_source.buildinfo linux-doc-4.14_4.14~rc7-1~exp1_all.deb

linux_4.13.10-1_source.changes ACCEPTED into unstable

2017-10-30 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 30 Oct 2017 15:32:11 + Source: linux Binary: linux-source-4.13 linux-support-4.13.0-1 linux-doc-4.13 linux-kbuild-4.13 linux-cpupower libcpupower1 libcpupower-dev linux-perf-4.13 usbip hyperv-daemons lockdep

Processing of linux_4.13.10-1_source.changes

2017-10-30 Thread Debian FTP Masters
linux_4.13.10-1_source.changes uploaded successfully to localhost along with the files: linux_4.13.10-1.dsc linux_4.13.10.orig.tar.xz linux_4.13.10-1.debian.tar.xz linux_4.13.10-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)

Bug#877911: marked as done (Please set CONFIG_BRCMFMAC_SDIO=y for WiFi on the Raspberry Pi 3)

2017-10-30 Thread Debian Bug Tracking System
Your message dated Mon, 30 Oct 2017 18:21:01 + with message-id and subject line Bug#877911: fixed in linux 4.13.10-1 has caused the Debian Bug report #877911, regarding Please set CONFIG_BRCMFMAC_SDIO=y for WiFi on the Raspberry Pi 3 to be marked as done.

Bug#875621: marked as done (linux: ThinkPad X270 Synaptics touchpad: please enable CONFIG_RMI4_SMB)

2017-10-30 Thread Debian Bug Tracking System
Your message dated Mon, 30 Oct 2017 18:21:01 + with message-id and subject line Bug#875621: fixed in linux 4.13.10-1 has caused the Debian Bug report #875621, regarding linux: ThinkPad X270 Synaptics touchpad: please enable CONFIG_RMI4_SMB to be marked as

Processed: [bts-link] source package src:linux

2017-10-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package src:linux > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to

Bug#880203: After suspend, cpufreq/scaling_max_freq is ignored

2017-10-30 Thread Leon Meier
Package: linux-image-4.9.0-4-amd64 Version: 4.9.51-1 To avoid fan noise, I set up my laptop such that it sets a low CPU frequency upon boot via for i in `seq 0 7`; do echo 120 > /sys/devices/system/cpu/cpu$i/cpufreq/scaling_max_freq; done in a startup script. This all goes well until