diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2012-12-17 09:04:27 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2012-12-17 09:12:27 -0500 |
| commit | 0aeca8efc111136ad6291b413c3c697ed2a2436b (patch) | |
| tree | 430be43971ab0018c0fc206f8950270789db0c36 /kernel.spec | |
| parent | 878f7ae56d42c1a8bd402bb4f8fd9c80363e1bac (diff) | |
| download | kernel-0aeca8efc111136ad6291b413c3c697ed2a2436b.tar.gz kernel-0aeca8efc111136ad6291b413c3c697ed2a2436b.tar.xz kernel-0aeca8efc111136ad6291b413c3c697ed2a2436b.zip | |
Fix oops in sony-laptop setup (rhbz 873107)
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 73c0b643..d0f44ce8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 5 +%global baserelease 6 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -773,6 +773,9 @@ Patch21233: 8139cp-re-enable-interrupts-after-tx-timeout.patch #rhbz 883414 Patch21236: mac80211-fix-ibss-scanning.patch +#rhbz 873107 +Patch21237: 0001-ACPI-sony-laptop-do-proper-memcpy-for-ACPI_TYPE_INTE.patch + # END OF PATCH DEFINITIONS %endif @@ -1488,6 +1491,9 @@ ApplyPatch 8139cp-re-enable-interrupts-after-tx-timeout.patch #rhbz 883414 ApplyPatch mac80211-fix-ibss-scanning.patch +#rhbz 873107 +ApplyPatch 0001-ACPI-sony-laptop-do-proper-memcpy-for-ACPI_TYPE_INTE.patch + # END OF PATCH APPLICATIONS @@ -2348,6 +2354,9 @@ fi # ||----w | # || || %changelog +* Mon Dec 17 2012 Josh Boyer <jwboyer@redhat.com> +- Fix oops in sony-laptop setup (rhbz 873107) + * Fri Dec 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - Add patch to fix arm imx drm driver build |
