debian/patches: Add Forwarded fields to several patches

This commit is contained in:
Ben Hutchings 2018-09-16 16:27:59 +01:00
parent 841b031a9f
commit cdba06ffc2
6 changed files with 6 additions and 0 deletions

1
debian/changelog vendored
View File

@ -33,6 +33,7 @@ linux (4.19~rc3-1~exp2) UNRELEASED; urgency=medium
* [ia64] udeb: Fix priority of sn-modules * [ia64] udeb: Fix priority of sn-modules
* Revert "Revert "net: increase fragment memory usage limits"", as 4.19 * Revert "Revert "net: increase fragment memory usage limits"", as 4.19
includes a better fix for CVE-2018-5391 includes a better fix for CVE-2018-5391
* debian/patches: Add Forwarded fields to several patches
-- Ben Hutchings <ben@decadent.org.uk> Mon, 10 Sep 2018 22:25:53 +0100 -- Ben Hutchings <ben@decadent.org.uk> Mon, 10 Sep 2018 22:25:53 +0100

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk> From: Ben Hutchings <ben@decadent.org.uk>
Date: Fri, 06 Jul 2018 23:22:10 +0100 Date: Fri, 06 Jul 2018 23:22:10 +0100
Subject: perf Documentation: Fix out-of-tree asciidoctor man page generation Subject: perf Documentation: Fix out-of-tree asciidoctor man page generation
Forwarded: https://lore.kernel.org/lkml/20180916151704.GF4765@decadent.org.uk/T/#u
The dependency for the man page rule using asciidoctor incorrectly The dependency for the man page rule using asciidoctor incorrectly
specifies a source file in $(OUTPUT). When building out-of-tree, the specifies a source file in $(OUTPUT). When building out-of-tree, the

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk> From: Ben Hutchings <ben@decadent.org.uk>
Date: Tue, 11 Sep 2018 03:07:28 +0100 Date: Tue, 11 Sep 2018 03:07:28 +0100
Subject: tools: turbostat: Add checks for failure of fgets() and fscanf() Subject: tools: turbostat: Add checks for failure of fgets() and fscanf()
Forwarded: https://marc.info/?l=linux-pm&m=153711036626779
Most calls to fgets() and fscanf() are followed by error checks. Most calls to fgets() and fscanf() are followed by error checks.
Add an exit-on-error in the remaining cases. Add an exit-on-error in the remaining cases.

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Tue, 11 Sep 2018 02:38:36 +0100 Date: Tue, 11 Sep 2018 02:38:36 +0100
Subject: tools: x86_energy_perf_policy: Fix "uninitialized variable" Subject: tools: x86_energy_perf_policy: Fix "uninitialized variable"
warnings at -O2 warnings at -O2
Forwarded: https://marc.info/?l=linux-pm&m=153711035626776
x86_energy_perf_policy first uses __get_cpuid() to check the maximum x86_energy_perf_policy first uses __get_cpuid() to check the maximum
CPUID level and exits if it is too low. It then assumes that later CPUID level and exits if it is too low. It then assumes that later

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk> From: Ben Hutchings <ben@decadent.org.uk>
Date: Wed, 05 Sep 2018 17:28:12 +0100 Date: Wed, 05 Sep 2018 17:28:12 +0100
Subject: x86: boot: Fix EFI stub alignment Subject: x86: boot: Fix EFI stub alignment
Forwarded: https://lore.kernel.org/lkml/20180916152246.GG4765@decadent.org.uk/T/#u
We currently align the end of the compressed image to a multiple of We currently align the end of the compressed image to a multiple of
16. However the PE-COFF header included in the EFI stub says that the 16. However the PE-COFF header included in the EFI stub says that the

View File

@ -2,6 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 12 Feb 2018 23:59:26 +0000 Date: Mon, 12 Feb 2018 23:59:26 +0000
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: https://lore.kernel.org/lkml/1415245982.3398.53.camel@decadent.org.uk/T/#u
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.