GIT Revision: 62fc2fa2013fcd5773cc39622a781f92252de4e2
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=98
This commit is contained in:
parent
0e23851492
commit
123048ee1d
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:20b5eb7ff4cf59c41b390748fbfee6188fdb429e35f0e719ccd7f1aee52f4af8
|
oid sha256:818a3868db79841d62ae7f920bfb5a49a358e9bf5f57704f0efffcbf58c811e0
|
||||||
size 275947
|
size 275221
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||||
BuildRequires: kernel-source%variant
|
BuildRequires: kernel-source%variant
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-ec2
|
Name: kernel-ec2
|
||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-imx51
|
Name: kernel-imx51
|
||||||
Summary: Kernel for Freescale's iMX SoC
|
Summary: Kernel for Freescale's iMX SoC
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-omap2plus
|
Name: kernel-omap2plus
|
||||||
Summary: Kernel for Texas instrument's OMAP SoC
|
Summary: Kernel for Texas instrument's OMAP SoC
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-ppc64
|
Name: kernel-ppc64
|
||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: 0
|
Release: 0
|
||||||
%else
|
%else
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-tegra
|
Name: kernel-tegra
|
||||||
Summary: Kernel for Nvidia's Tegra SoC
|
Summary: Kernel for Nvidia's Tegra SoC
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-u8500
|
Name: kernel-u8500
|
||||||
Summary: Kernel for ST-Ericsson's Nova SoC
|
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 22:07:58 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.fixes/proc-mem-security-fix.
|
||||||
|
Fix build error caused by merge of master branch.
|
||||||
|
- commit 62fc2fa
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 26 15:04:36 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.2.2.
|
||||||
|
- Refresh patches.xen/xen3-fixup-xen.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.24.
|
||||||
|
- Refresh patches.xen/xen3-patch-2.6.28.
|
||||||
|
- patches.xen/xen3-patch-2.6.39:
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-ia64.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-store.patch.
|
||||||
|
- Delete patches.arch/acpi_srat-pxm-rev-x86-64.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch.
|
||||||
|
- commit 387c074
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:51:08 CET 2012 - dkukawka@suse.de
|
||||||
|
|
||||||
|
- fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4.
|
||||||
|
- commit 2206a5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 09:38:46 CET 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- proc: clean up and fix /proc/<pid>/mem handling (bnc#742279,
|
||||||
|
CVE-2012-0056).
|
||||||
|
- commit 4fb112d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 15:51:33 CET 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Delete patches.fixes/intel_idle_add_flush_tlb_param.patch.
|
||||||
|
- Delete patches.fixes/intel_idle_lapic_param.patch.
|
||||||
|
- commit e18e852
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 01:03:28 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- KVM: PPC: Add HPT preallocator.
|
||||||
|
- KVM: PPC: Convert RMA allocation into generic code.
|
||||||
|
- commit a6da6a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 19:59:54 CET 2012 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Enable highmem everywhere
|
||||||
|
- commit 4522c1c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 17:43:09 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Refresh patches.suse/SUSE-bootsplash.
|
||||||
|
- add a proper support for Xen fb (bnc#739020);
|
||||||
|
- fix the bootsplash-verbose switch race (bnc#734213)
|
||||||
|
- commit 6f3d77f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
Thu Jan 12 23:25:14 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.2
|
%define srcversion 3.2
|
||||||
%define patchversion 3.2.1
|
%define patchversion 3.2.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2c878fcee6f508610db9d8b5b1e04b4f89ce62bea9063ccc6127d7d5d8f3478e
|
oid sha256:6d0ee22a360091279e2d915460a88140a13b5e8ae351057b8aa793e762c183ae
|
||||||
size 67804
|
size 69919
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c001b79e19649ed1b523c91a0236140bf2e09ba2177b75bfccd72d22507a4713
|
oid sha256:99abd7df2f396f5da84feda662837bb4c8c9e0660ea7f6024d3cdb982e2b7627
|
||||||
size 22245
|
size 21794
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cd2e9ea97d2fd48acfedfc570fdfd87847c3c241476c63b057e85df04d4af2c8
|
oid sha256:4254d1a00621ae3618d9871585307ccfe705c7123ce2711909b4406ca29835ab
|
||||||
size 18925
|
size 76794
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6f3a5ca168b62f9c001f62e1d899528dd4c2eec1299214f355fe3d128edcf567
|
oid sha256:40f672592d1cf7324d5046045a5deee3c3f91758cb2d00e2875dcbbf7b22e868
|
||||||
size 135653
|
size 135747
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:82dc124c8978f3e82c05bdf29fa01367ce510d758a777c295346ff3801e8e128
|
oid sha256:a05fddb70b841fa0ad0c5b8399b7949c093b4ef9e053759370e8adf011236fae
|
||||||
size 2068964
|
size 2069224
|
||||||
|
12
series.conf
12
series.conf
@ -28,6 +28,7 @@
|
|||||||
# Send separate patches upstream if you find a problem...
|
# Send separate patches upstream if you find a problem...
|
||||||
########################################################
|
########################################################
|
||||||
patches.kernel.org/patch-3.2.1
|
patches.kernel.org/patch-3.2.1
|
||||||
|
patches.kernel.org/patch-3.2.1-2
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -144,6 +145,9 @@
|
|||||||
patches.arch/ppc64-xmon-dmesg-printing.patch
|
patches.arch/ppc64-xmon-dmesg-printing.patch
|
||||||
patches.arch/ppc-prom-nodisplay.patch
|
patches.arch/ppc-prom-nodisplay.patch
|
||||||
patches.fixes/ptrace-getsiginfo
|
patches.fixes/ptrace-getsiginfo
|
||||||
|
# KVM patches for OBS
|
||||||
|
patches.arch/ppc-kvm-convert-rma-allocation.patch
|
||||||
|
patches.arch/ppc-kvm-add-hpt-preallocator.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# PS3
|
# PS3
|
||||||
@ -207,9 +211,6 @@
|
|||||||
# for example SLE11 specific BIOS updates (if there is no other
|
# for example SLE11 specific BIOS updates (if there is no other
|
||||||
# way to safely solve an ACPI issue).
|
# way to safely solve an ACPI issue).
|
||||||
+trenn patches.suse/acpi_osi_sle11_ident.patch
|
+trenn patches.suse/acpi_osi_sle11_ident.patch
|
||||||
patches.arch/acpi_srat-pxm-rev-store.patch
|
|
||||||
patches.arch/acpi_srat-pxm-rev-ia64.patch
|
|
||||||
patches.arch/acpi_srat-pxm-rev-x86-64.patch
|
|
||||||
|
|
||||||
# Queued for 2.6.36 -> just revert after some time
|
# Queued for 2.6.36 -> just revert after some time
|
||||||
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
|
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
|
||||||
@ -231,10 +232,6 @@
|
|||||||
## cpuidle perf events cleanups and related
|
## cpuidle perf events cleanups and related
|
||||||
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
||||||
|
|
||||||
patches.fixes/intel_idle_lapic_param.patch
|
|
||||||
patches.fixes/intel_idle_add_flush_tlb_param.patch
|
|
||||||
patches.fixes/intel_idle_fix_mwait_leave_zero_kvm_issue.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# AGP, graphics related stuff
|
# AGP, graphics related stuff
|
||||||
########################################################
|
########################################################
|
||||||
@ -390,6 +387,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# DRM/Video
|
# DRM/Video
|
||||||
########################################################
|
########################################################
|
||||||
|
patches.fixes/0001-fix-NULL-pointer-dereference-in-DSS2-VENC-sysfs-debu.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# video4linux
|
# video4linux
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2012-01-13 11:38:45 +0100
|
2012-01-29 22:07:58 +0100
|
||||||
GIT Revision: 2eca2bf29666a09cd407ec9ffe4120ebb0ca2e79
|
GIT Revision: 62fc2fa2013fcd5773cc39622a781f92252de4e2
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user