GIT Revision: 346cb4649820730ce8fc6e504ddacd10859ca12a
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=47
This commit is contained in:
parent
9067f0634f
commit
6ea8755c8c
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-debug (Version 2.6.38.5)
|
# spec file for package kernel-debug (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -872,6 +872,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-default (Version 2.6.38.5)
|
# spec file for package kernel-default (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -885,6 +885,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-desktop (Version 2.6.38.5)
|
# spec file for package kernel-desktop (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -905,6 +905,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-docs (Version 2.6.38.5)
|
# spec file for package kernel-docs (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%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: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -99,6 +99,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/doc/kernel
|
/usr/share/doc/kernel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-ec2 (Version 2.6.38.5)
|
# spec file for package kernel-ec2 (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-ec2
|
Name: kernel-ec2
|
||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -875,6 +875,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-net (Version 2.6.38.5)
|
# spec file for package kernel-net (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-net
|
Name: kernel-net
|
||||||
Summary: Minimal kernel with disk and net support
|
Summary: Minimal kernel with disk and net support
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -872,6 +872,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-pae (Version 2.6.38.5)
|
# spec file for package kernel-pae (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -890,6 +890,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-ppc64 (Version 2.6.38.5)
|
# spec file for package kernel-ppc64 (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-ppc64
|
Name: kernel-ppc64
|
||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -894,6 +894,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-ps3 (Version 2.6.38.5)
|
# spec file for package kernel-ps3 (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-ps3
|
Name: kernel-ps3
|
||||||
Summary: kernel for ps3 bootloader
|
Summary: kernel for ps3 bootloader
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -875,6 +875,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-s390 (Version 2.6.38.5)
|
# spec file for package kernel-s390 (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -869,6 +869,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-source (Version 2.6.38.5)
|
# spec file for package kernel-source (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%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: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -254,6 +254,21 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-syms (Version 2.6.38.5)
|
# spec file for package kernel-syms (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -81,6 +81,21 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
|||||||
%_docdir/%name/README.SUSE
|
%_docdir/%name/README.SUSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-trace (Version 2.6.38.5)
|
# spec file for package kernel-trace (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -877,6 +877,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-vanilla (Version 2.6.38.5)
|
# spec file for package kernel-vanilla (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -873,6 +873,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 09:05:54 CEST 2011 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
Mon May 2 22:22:28 CEST 2011 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-xen (Version 2.6.38.5)
|
# spec file for package kernel-xen (Version 2.6.38.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.38
|
%define srcversion 2.6.38
|
||||||
%define patchversion 2.6.38.5
|
%define patchversion 2.6.38.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 2.6.38.5
|
Version: 2.6.38.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
@ -875,6 +875,21 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- deal with races in /proc/*/{syscall,stack,personality}
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- auxv: require the target to be tracable (or yourself)
|
||||||
|
(bnc#674982 CVE-2011-1020).
|
||||||
|
- close race in /proc/*/environ (bnc#674982 CVE-2011-1020).
|
||||||
|
- report errors in /proc/*/*map* sanely (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- pagemap: close races with suid execve (bnc#674982
|
||||||
|
CVE-2011-1020).
|
||||||
|
- commit 346cb46
|
||||||
|
* Tue May 10 2011 jslaby@suse.cz
|
||||||
|
- Linux 2.6.38.6.
|
||||||
|
- Refresh patches.fixes/scsi-dh-queuedata-accessors.
|
||||||
|
- commit 5e831f6
|
||||||
* Mon May 02 2011 gregkh@suse.de
|
* Mon May 02 2011 gregkh@suse.de
|
||||||
- Update config files to handle .5 changes
|
- Update config files to handle .5 changes
|
||||||
- commit 0274ea5
|
- commit 0274ea5
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7e676f88e31401fa0c9ec5f8188b2a973d3823becad1ba343273ef059352e9c3
|
oid sha256:f5863ac5e0594eebe90b8890cc932568d514e1bf48f6fdb7ee08e8911ba31dc2
|
||||||
size 85198
|
size 88243
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e1c8c26cb2fd0dfa7a0e9bb5c2dba92b2596d6cf89abcdfcd5ea58e4418b81fd
|
oid sha256:4cefac2a6bb0057f240223809159961a0047fe15fa2e34e557bc7eb68ad32681
|
||||||
size 120862
|
size 132557
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
patches.kernel.org/patch-2.6.38.2-3
|
patches.kernel.org/patch-2.6.38.2-3
|
||||||
patches.kernel.org/patch-2.6.38.3-4
|
patches.kernel.org/patch-2.6.38.3-4
|
||||||
patches.kernel.org/patch-2.6.38.4-5
|
patches.kernel.org/patch-2.6.38.4-5
|
||||||
|
patches.kernel.org/patch-2.6.38.5-6
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -200,6 +201,11 @@
|
|||||||
+36 patches.fixes/aggressive-zone-reclaim.patch
|
+36 patches.fixes/aggressive-zone-reclaim.patch
|
||||||
patches.suse/readahead-request-tunables.patch
|
patches.suse/readahead-request-tunables.patch
|
||||||
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
|
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
|
||||||
|
patches.fixes/proc-pagemap-close-races-with-suid-execve.patch
|
||||||
|
patches.fixes/proc-report-errors-in-proc-map-sanely.patch
|
||||||
|
patches.fixes/proc-close-race-in-proc-environ.patch
|
||||||
|
patches.fixes/proc-auxv-require-the-target-to-be-tracable-or-yourself.patch
|
||||||
|
patches.fixes/proc-deal-with-races-in-proc-syscall-stack-personality.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# IPC patches
|
# IPC patches
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2011-05-02 22:22:28 +0200
|
2011-05-10 12:19:59 +0200
|
||||||
GIT Revision: 0274ea5cdec5e1d62f8be99c208c85ab1df1c6ce
|
GIT Revision: 346cb4649820730ce8fc6e504ddacd10859ca12a
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user