I/O schedulers for m68k

2014-07-11 Thread Ben Hutchings
I noticed that the default I/O scheduler on m68k is noop, which is really bad for spinning rust. This is because the default must be built-in, and you put these overrides in the m68k config: CONFIG_IOSCHED_DEADLINE=m CONFIG_IOSCHED_CFQ=m I think this is a mistake and that cfq should be reverted

Re: I/O schedulers for m68k

2014-07-11 Thread Thorsten Glaser
Ben Hutchings dixit: I think this is a mistake and that cfq should be reverted to built-in so it can be the default, as on other architectures. Any objection to me doing that? None from me, I was probably just saving space pre-initrd. Which one is chosen, I will leave up to the experts, i.e.

Re: I/O schedulers for m68k

2014-07-11 Thread John Paul Adrian Glaubitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/11/2014 05:15 PM, Ben Hutchings wrote: I think this is a mistake and that cfq should be reverted to built-in so it can be the default, as on other architectures. Any objection to me doing that? If that means a speed up in the end, I'm all

Re: I/O schedulers for m68k

2014-07-11 Thread Ben Hutchings
On Fri, 2014-07-11 at 15:32 +, Thorsten Glaser wrote: Ben Hutchings dixit: I think this is a mistake and that cfq should be reverted to built-in so it can be the default, as on other architectures. Any objection to me doing that? None from me, I was probably just saving space

Bug#754491: armmp: Include net/mmc modules in udebs for BeagleBone Black

2014-07-11 Thread Vagrant Cascadian
Source: linux Version: 3.14.9-1 Severity: normal Tags: patch Please enable the following modules in the armmp udebs, which are needed to use debian-installer the BeagleBone Black: diff --git a/installer/armhf/modules/armhf-armmp/mmc-modules b/installer/armhf/modules/armhf-armmp/mmc-modules

Processed (with 3 errors): forcibly merging 754173 754197 754294, notfound 754173 in 3.2.57-3, severity of 754173 is serious

2014-07-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forcemerge 754173 754197 754294 Bug #754173 [src:linux] linux-image-3.2.0-4-amd64: firewall performance degraded after kernel update Unable to merge bugs because: package of #754197 is 'linux-image-3.2.0-4-amd64' not 'src:linux' Failed to

Processed: reassign 754197 to src:linux, forcibly merging 754173 754197 754294, notfound 754173 in 3.2.57-3 ...

2014-07-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 754197 src:linux Bug #754197 [linux-image-3.2.0-4-amd64] linux-image-3.2.0-4-amd64 3.2.60-1+deb7u1 problem with NAT (SFTP) Bug reassigned from package 'linux-image-3.2.0-4-amd64' to 'src:linux'. No longer marked as found in versions

Bug#754519: Please include HID RMI Driver for Dell XPS13 w/Haswell

2014-07-11 Thread Paul Tagliamonte
Package: linux Severity: normal Tags: patch thanks Hey Kernel-people Linux 3.16 includes a new HID RMI driver for the Synaptics kit on the Dell XPS 13 (my new machine). Fedora and Ubuntu have this pach against similar versions. I built the sid kernel with the attached patch, and I can confirm

Re: I/O schedulers for m68k

2014-07-11 Thread Finn Thain
On Fri, 11 Jul 2014, Ben Hutchings wrote: I noticed that the default I/O scheduler on m68k is noop, which is really bad for spinning rust. This is because the default must be built-in, and you put these overrides in the m68k config: CONFIG_IOSCHED_DEADLINE=m CONFIG_IOSCHED_CFQ=m I