summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2011-04-17 20:35:20 +0200
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2011-04-17 20:35:20 +0200
commit194090a769d75392225987fa46fb2c52d2649450 (patch)
tree9eef59f4a24f1034482c5e04098333b1b7b0dcb3 /PATCHCFG
parentee751891605129530527d57dc245b10efec20942 (diff)
bump to 2.6.38.3
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG15
1 files changed, 8 insertions, 7 deletions
diff --git a/PATCHCFG b/PATCHCFG
index c11e7b1..aad6cf6 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -10,18 +10,19 @@ SRCNAME="linux-2.6.38-ARCH"
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
# add upstream patch from 2.6.37 series
- ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.2.bz2%1
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.3.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
- 2.6.38.3-pre.patch%1
-
+ kernel-2.6.38.4-pre.patch%1
+
+ # fix hibernate resume
+ # https://bugs.archlinux.org/task/23528
+ fix-hibernate-resume-2.6.38.patch%1
+
# fix #19234 i1915 display size
fix-i915.patch%1
- # fix #23390 radeon kms
- radeon-kms-sanity-checks.patch%1
-
# fix i915 pipelining glitches
# https://bugs.freedesktop.org/show_bug.cgi?id=34584
i915-pipeline.patch%1
@@ -34,7 +35,7 @@ PATCHES=(
aufs2-standalone-20110314.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.38.2-1-ARCH"
+PATCHNAME="patch-2.6.38.3-1-ARCH"
# Run this before applying patches
pre_apply() {