GIT Revision: 7bced1ec6fa7a1fa8247952a7d43b3e14d33c21d

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=133
This commit is contained in:
Michal Marek 2012-07-23 05:03:19 +00:00 committed by Git OBS Bridge
parent 787fc44d6c
commit 1d94da1eff
40 changed files with 453 additions and 47 deletions

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.4.5
Version: 3.4.6
Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-omap2plus
Summary: Kernel for Texas instrument's OMAP SoC
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -19,7 +19,7 @@
# icecream 0
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: Development/Sources

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.4.5
Version: 3.4.6
%if %using_buildservice
Release: 0
%else

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-tegra
Summary: Kernel for Nvidia's Tegra SoC
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-u8500
Summary: Kernel for ST-Ericsson's Nova SoC
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 20 19:35:32 CEST 2012 - jslaby@suse.cz
- Linux 3.4.6.
- patches.xen/xen3-patch-3.3:
- Delete
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch.
- commit 3689ec0
-------------------------------------------------------------------
Fri Jul 20 03:05:47 CEST 2012 - dsterba@suse.cz
- btrfs: do not update atime for RO snapshots (FATE#306586).
- commit 2073e27
-------------------------------------------------------------------
Wed Jul 18 19:23:03 CEST 2012 - ohering@suse.de
- Delete patches.suse/led_classdev.sysfs-name.patch.
All valid changes in this patch were merged into 2.6.32-rc3
The remaining change to default-on LED trigger changed the name
from default-on to default::on, which is wrong.
- commit a2f36dc
-------------------------------------------------------------------
Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.4
%define patchversion 3.4.5
%define patchversion 3.4.6
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.4.5
Version: 3.4.6
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1eefef8447f348161bf9fc9d04e997da4564f1fd62e995e00a68005d7ef24db
size 21271
oid sha256:b62a936dcb245ace60a18d912f7a8c11adf9ac8e75e048bc39d5a148c4618637
size 21020

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fd0b6a436b162687cd6fa81bba56ce51e1f60a2c784ce058fa17304a94717f8
size 150915
oid sha256:0c95d21b3548e383611aabd0c1e41d9e1808ef7e929d1d2d4ddc2bc835c74eda
size 163320

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bc665fd59720d01d947508be58fc2f10f4c1d6b02bb2c0b2f8b2b26a0e1065d
size 140123
oid sha256:c6b2dfc411941a2633e352149c47d261039ee7ab45117534b1db70acf673a668
size 140358

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3df6f32d6961bfc69b49d476fa402e3d82418a38d2ef6efbd896da23da252ea1
size 2090328
oid sha256:be9c203a71dfe0db5422db48420c042776188acb2ce368ae5f3899a0ebce6f50
size 2090093

View File

@ -32,6 +32,7 @@
patches.kernel.org/patch-3.4.2-3
patches.kernel.org/patch-3.4.3-4
patches.kernel.org/patch-3.4.4-5
patches.kernel.org/patch-3.4.5-6
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -137,7 +138,6 @@
########################################################
# powerpc/generic
########################################################
patches.suse/led_classdev.sysfs-name.patch
patches.suse/radeon-monitor-jsxx-quirk.patch
patches.suse/8250-sysrq-ctrl_o.patch
@ -242,9 +242,6 @@
patches.arch/dell_latitude_e6xxx_e5xxx__fix_reboot.patch
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch
########################################################
# CPUFREQ
########################################################
@ -310,6 +307,7 @@
patches.suse/btrfs-use-correct-device-for-maps.patch
patches.suse/btrfs-allow-cross-subvolume-file-clone.patch
patches.suse/btrfs-8084-do-not-update-atime-for-RO-snapshots.patch
########################################################
# Reiserfs Patches

View File

@ -1,3 +1,3 @@
2012-07-18 11:09:22 +0200
GIT Revision: cf1edf7d1579d91d16076adb4fa0f0030fd90bd0
2012-07-22 13:22:03 +0200
GIT Revision: 7bced1ec6fa7a1fa8247952a7d43b3e14d33c21d
GIT Branch: stable