From 709c4b9b3d0f31dd383e87ee3c10d6455bc6ba1532e9a267760760f141d62d24 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Fri, 4 Nov 2011 06:02:45 +0000 Subject: [PATCH] GIT Revision: 0bcf5782a5479c819afd16b99cdd4ef4265f9faa OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=85 --- arch-symbols | 5 +++- kernel-debug.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-default.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-desktop.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-docs.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-ec2.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-pae.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-ppc64.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-s390.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-source.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-syms.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-trace.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-vanilla.changes | 54 +++++++++++++++++++++++++++++++++++++++++ kernel-xen.changes | 54 +++++++++++++++++++++++++++++++++++++++++ mkspec | 1 + patches.drivers.tar.bz2 | 4 +-- patches.fixes.tar.bz2 | 4 +-- patches.xen.tar.bz2 | 4 +-- series.conf | 21 ++++++++++------ source-timestamp | 4 +-- 20 files changed, 729 insertions(+), 16 deletions(-) diff --git a/arch-symbols b/arch-symbols index 7b052fca..5e99d303 100644 --- a/arch-symbols +++ b/arch-symbols @@ -25,7 +25,7 @@ if [ "$1" = "--list" ]; then # List all known architectures - echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc + echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc arm exit 0 fi @@ -39,6 +39,9 @@ case "$ARCH" in i?86 | pentium3 | pentium4 | athlon | geode) echo i386 ;; + arm*) + echo arm + ;; *) echo "$ARCH" ;; diff --git a/kernel-debug.changes b/kernel-debug.changes index 106dca5f..2565d9e5 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-default.changes b/kernel-default.changes index 106dca5f..2565d9e5 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 106dca5f..2565d9e5 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-docs.changes b/kernel-docs.changes index 106dca5f..2565d9e5 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 106dca5f..2565d9e5 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-pae.changes b/kernel-pae.changes index 106dca5f..2565d9e5 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 106dca5f..2565d9e5 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-s390.changes b/kernel-s390.changes index 106dca5f..2565d9e5 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-source.changes b/kernel-source.changes index 106dca5f..2565d9e5 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-syms.changes b/kernel-syms.changes index 106dca5f..2565d9e5 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-trace.changes b/kernel-trace.changes index 106dca5f..2565d9e5 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 106dca5f..2565d9e5 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/kernel-xen.changes b/kernel-xen.changes index 106dca5f..2565d9e5 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Nov 3 16:29:03 CET 2011 - jdelvare@suse.de + +- patches.fixes/drm-radeon-kms-fix-i2c-masks.patch: Add git commit ID. +- commit ee8439f + +------------------------------------------------------------------- +Thu Nov 3 16:05:04 CET 2011 - mhocko@suse.cz + +- oom: thaw threads if oom killed thread is frozen before + deferring (bnc#723999). +- commit 74af598 + +------------------------------------------------------------------- +Thu Nov 3 15:45:45 CET 2011 - jeffm@suse.com + +- Re-disabled patches.xen/xencons-tty_mutex.patch +- commit 187dde0 + +------------------------------------------------------------------- +Thu Nov 3 15:30:48 CET 2011 - jeffm@suse.com + +- Re-added patches accidentally dropped with commit 28551a0c. +- commit 3795fde + +------------------------------------------------------------------- +Thu Nov 3 14:49:44 CET 2011 - jbeulich@novell.com + +- Update Xen patches to 3.1-final and c/s 1123. +- commit 35973e8 + +------------------------------------------------------------------- +Wed Nov 2 15:43:11 CET 2011 - jeffm@suse.com + +- Add Elantech touchpad v3/v4 support (bnc#716852): + - Input: elantech - add v3 hardware support. + - Input: elantech - add v4 hardware support. + - Input: elantech - better support all those v2 variants. + - Input: elantech - clean up elantech_init. + - Input: elantech - correct x, y value range for v2 hardware. + - Input: elantech - get rid of ETP_2FT_* in elantech.h. + - Input: elantech - packet checking for v2 hardware. + - Input: elantech - remove ETP_EDGE_FUZZ_V2. + - Input: elantech - remove module parameter force_elantech. + - Input: elantech - use firmware provided x, y ranges. +- commit 28551a0 + +------------------------------------------------------------------- +Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz + +- rpm/{arch-symbols,mkspec}: Add support for ARM + The various ARM families need similar handling like i?86. +- commit 3108a66 + ------------------------------------------------------------------- Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de diff --git a/mkspec b/mkspec index 178eb399..6b9be314 100644 --- a/mkspec +++ b/mkspec @@ -248,6 +248,7 @@ sub arch2rpm { sub _arch2rpm { my $arch = shift; return "\%ix86" if $arch eq "i386"; + return "\%arm" if $arch eq "arm"; return $arch; } diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 08f76fd4..a4323674 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2be4e4507c96b23632bb37e84bc3ab9bca1d6b3fc6a796c4cdecba9cc5579d8 -size 11804 +oid sha256:061b827300f783aee7a0bfe623ebdda7749923f526d1c368881e653b2e519344 +size 24075 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index f984d8be..bcc1dad9 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e0058767916325b1da55b0ab555ccc9985a7a32205cd744c97757d5ae56082c -size 22528 +oid sha256:fb426c7760bf36695e808ba33d855e181cd75942beead0f8d97cc68071df9ec2 +size 23225 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index c29250bd..e1572f94 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1b7c652c10011c301602b050b178f9cf363fe1194cd62caedf674d1561412f2 -size 2040551 +oid sha256:f9810f45a353ff2328fb4b90dfec8fcef374440161a1f4e693cebd79cf29a938 +size 2034859 diff --git a/series.conf b/series.conf index 6e005e1b..74d1c2d8 100644 --- a/series.conf +++ b/series.conf @@ -176,6 +176,7 @@ patches.suse/readahead-request-tunables.patch patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch + patches.fixes/oom-thaw-threads-if-oom-killed-thread-is-frozen-befo.patch ######################################################## # IPC patches @@ -423,6 +424,17 @@ patches.fixes/input-add-acer-aspire-5710-to-nomux.patch patches.drivers/input-Add-LED-support-to-Synaptics-device + patches.drivers/input-elantech-correct-x-y-value-range-for-v2-hardware + patches.drivers/input-elantech-get-rid-of-etp_2ft_-in-elantech-h + patches.drivers/input-elantech-use-firmware-provided-x-y-ranges + patches.drivers/input-elantech-remove-etp_edge_fuzz_v2 + patches.drivers/input-elantech-packet-checking-for-v2-hardware + patches.drivers/input-elantech-clean-up-elantech_init + patches.drivers/input-elantech-add-v3-hardware-support + patches.drivers/input-elantech-add-v4-hardware-support + patches.drivers/input-elantech-better-support-all-those-v2-variants + patches.drivers/input-elantech-remove-module-parameter-force_elantech + ########################################################## # Sound ########################################################## @@ -816,10 +828,7 @@ patches.xen/xen3-patch-2.6.38 patches.xen/xen3-patch-2.6.39 patches.xen/xen3-patch-3.0 - patches.xen/xen3-patch-3.1-rc5 - patches.xen/xen3-patch-3.1-rc6-rc7 - patches.xen/xen3-patch-3.1-rc7-rc8 - patches.xen/xen3-patch-3.1-rc8-rc9 + patches.xen/xen3-patch-3.1 patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch patches.xen/xen3-stack-unwind @@ -837,7 +846,6 @@ patches.xen/xen-swiotlb-heuristics patches.xen/xen-configurable-guest-devices patches.xen/xen-setup-gsi - patches.xen/xen-kzalloc patches.xen/xen-sections patches.xen/xen-unpriv-build patches.xen/xen-cpufreq-report @@ -857,7 +865,6 @@ patches.xen/xen-netback-kernel-threads patches.xen/xen-cxgb3 patches.xen/xen-dcdbas - patches.xen/xen-floppy patches.xen/xen-x86-panic-no-reboot patches.xen/xen-x86-dcr-fallback patches.xen/xen-x86-no-lapic @@ -872,4 +879,4 @@ patches.xen/xen-x86_64-dump-user-pgt patches.xen/xen-x86_64-note-init-p2m patches.xen/xen-x86_64-unmapped-initrd - patches.xen/xencons-tty_mutex.patch +- patches.xen/xencons-tty_mutex.patch diff --git a/source-timestamp b/source-timestamp index 8ef2a658..2613cb29 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2011-10-30 12:59:05 +0100 -GIT Revision: 5312d70124a80abb12344e1e7976d4f357943e7b +2011-11-03 17:13:19 +0100 +GIT Revision: 0bcf5782a5479c819afd16b99cdd4ef4265f9faa GIT Branch: stable