Linux v3.18.7

This commit is contained in:
Justin M. Forbes 2015-02-11 12:17:28 -06:00
parent cb9feb8536
commit b95d59c7fc
3 changed files with 8 additions and 5 deletions

View File

@ -4483,9 +4483,9 @@ index 2437196..914287d 100644
#include <linux/of_platform.h>
#include <linux/efi.h>
+#include <linux/acpi.h>
#include <linux/personality.h>
#include <asm/fixmap.h>
#include <asm/cpu.h>
@@ -59,6 +60,7 @@
#include <asm/memblock.h>
#include <asm/psci.h>
@ -4512,9 +4512,9 @@ index 2437196..914287d 100644
bool arch_match_cpu_phys_id(int cpu, u64 phys_id)
@@ -312,6 +318,7 @@ static void __init setup_machine_fdt(phys_addr_t dt_phys)
while (true)
cpu_relax();
}
machine_name = of_flat_dt_get_machine_name();
+ dump_stack_set_arch_desc("%s (DT)", machine_name);
}

View File

@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 6
%define stable_update 7
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@ -2251,6 +2251,9 @@ fi
# ||----w |
# || ||
%changelog
* Wed Feb 11 2015 Justin M. Forbes <jforbes@fedoraproject.org> - 3.18.7-200
- Linux v3.18.7
* Fri Feb 06 2015 Justin M. Forbes <jforbes@fedoraproject.org> - 3.18.6-200
- Linux v3.18.6

View File

@ -1,3 +1,3 @@
9e854df51ca3fef8bfe566dbd7b89241 linux-3.18.tar.xz
813ccb96f0b379d656e57442c2587ca3 perf-man-3.18.tar.gz
30aa769974e64fd17a01724d1577a913 patch-3.18.6.xz
9db3178b87ddf7c05e6191bf57645610 patch-3.18.7.xz