Set Forwarded field for several patches that I've just sent upstream

svn path=/dists/sid/linux/; revision=22045
This commit is contained in:
Ben Hutchings 2014-11-06 03:56:25 +00:00
parent e98c34d47f
commit 84c05535e5
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ Date: Sat, 19 Oct 2013 19:43:35 +0100
Subject: kbuild: Use -nostdinc in compile tests Subject: kbuild: Use -nostdinc in compile tests
Bug-Debian: https://bugs.debian.org/726861 Bug-Debian: https://bugs.debian.org/726861
Bug-Debian: https://bugs.debian.org/717557 Bug-Debian: https://bugs.debian.org/717557
Forwarded: no Forwarded: http://mid.gmane.org/1415235534.3398.35.camel@decadent.org.uk
Debian's gcc 4.8 pre-includes <stdc-predef.h> by default, which in Debian's gcc 4.8 pre-includes <stdc-predef.h> by default, which in
turn includes <bits/predefs.h>. This fails when building a 64-bit turn includes <bits/predefs.h>. This fails when building a 64-bit

View File

@ -2,7 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 26 Oct 2014 03:39:42 +0000 Date: Sun, 26 Oct 2014 03:39:42 +0000
Subject: rtsx_usb_ms: Use msleep_interruptible() in polling loop Subject: rtsx_usb_ms: Use msleep_interruptible() in polling loop
Bug-Debian: https://bugs.debian.org/765717 Bug-Debian: https://bugs.debian.org/765717
Forwarded: no Forwarded: http://mid.gmane.org/1415237557.3398.41.camel@decadent.org.uk
rtsx_usb_ms creates a task that mostly sleeps, but tasks in rtsx_usb_ms creates a task that mostly sleeps, but tasks in
uninterruptible sleep still contribute to the load average (for uninterruptible sleep still contribute to the load average (for

View File

@ -2,7 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 26 Oct 2014 02:09:23 +0000 Date: Sun, 26 Oct 2014 02:09:23 +0000
Subject: mmc_block: Increase max_devices Subject: mmc_block: Increase max_devices
Bug-Debian: https://bugs.debian.org/765621 Bug-Debian: https://bugs.debian.org/765621
Forwarded: no Forwarded: http://mid.gmane.org/1415244909.3398.51.camel@decadent.org.uk
Currently the driver imposes a limit of 256 total minor numbers, Currently the driver imposes a limit of 256 total minor numbers,
apparently based on the historic Unix/Linux limit. This is quite apparently based on the historic Unix/Linux limit. This is quite

View File

@ -2,7 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Fri, 25 Jul 2014 01:16:15 +0100 Date: Fri, 25 Jul 2014 01:16:15 +0100
Subject: x86: Make x32 syscall support conditional on a kernel parameter Subject: x86: Make x32 syscall support conditional on a kernel parameter
Bug-Debian: https://bugs.debian.org/708070 Bug-Debian: https://bugs.debian.org/708070
Forwarded: no Forwarded: http://mid.gmane.org/1415245982.3398.53.camel@decadent.org.uk
Enabling x32 in the standard amd64 kernel would increase its attack Enabling x32 in the standard amd64 kernel would increase its attack
surface while provide no benefit to the vast majority of its users. surface while provide no benefit to the vast majority of its users.