Add Forwarded: no or not-needed to patches that lack Origin/Forwarded fields

svn path=/dists/sid/linux/; revision=22044
This commit is contained in:
Ben Hutchings 2014-11-06 00:23:59 +00:00
parent 9d5b8a243c
commit e98c34d47f
8 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Sat, 14 Dec 2013 17:14:39 +0000
Subject: firmware_class: Return specific errors from file read
Forwarded: no
Currently several failure cases are not distinguished and are
incorrectly reported as -EINVAL or -ENOENT.

View File

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

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Fri, 12 Sep 2014 13:24:26 +0100
Subject: i2o: Disable I2O_EXT_ADAPTEC on 64-bit
Forwarded: no
The code it enables works uses 32-bit numbers for userland virtual
addresses:

View File

@ -1,7 +1,7 @@
From db0cf7f2156da3cd1b6570f939f355eb20dca69b Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 7 Sep 2014 20:31:52 +0100
Subject: [PATCH] Revert "staging: sm7xxfb: remove driver"
Forwarded: not-needed
This reverts commit dc93c85235efa5201e9a3c116bc3fbd1afc1a182.
We're still attempting to support the Loongson 2F platform which

View File

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

View File

@ -1,7 +1,7 @@
From: Aurelien Jarno <aurelien@aurel32.net>
Date: Sun, 20 Jul 2014 19:16:31 +0200
Subject: MIPS: Loongson 3: Add Loongson LS3A RS780E 1-way machine definition
Forwarded: not yet
Forwarded: no
Add a Loongson LS3A RS780E 1-way machine definition, which only differs
from other Loongson 3 based machines by the UART base clock speed.

View File

@ -1,6 +1,7 @@
From: Aurelien Jarno <aurelien@aurel32.net>
Subject: MIPS: increase MAX_PHYSMEM_BITS on Loongson 3 only
Bug-Debian: https://bugs.debian.org/764223
Forwarded: no
Commit c4617318 broke Loongson-2 support and maybe even more by increasing
the value of MAX_PHYSMEM_BITS. At it is currently only needed on

View File

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