GIT Revision: a6acdda44c4d087c99b3a02483727d6e30da3cb3

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=41
This commit is contained in:
Michal Marek 2011-04-15 05:04:57 +00:00 committed by Git OBS Bridge
parent 834d66cc61
commit 979b2d256a
35 changed files with 1815 additions and 57 deletions

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 2.6.38.2)
# spec file for package kernel-debug (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -872,6 +872,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 2.6.38.2)
# spec file for package kernel-default (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -885,6 +885,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 2.6.38.2)
# spec file for package kernel-desktop (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -905,6 +905,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 2.6.38.2)
# spec file for package kernel-docs (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -99,6 +99,57 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ec2 (Version 2.6.38.2)
# spec file for package kernel-ec2 (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -875,6 +875,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-net (Version 2.6.38.2)
# spec file for package kernel-net (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-net
Summary: Minimal kernel with disk and net support
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -872,6 +872,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 2.6.38.2)
# spec file for package kernel-pae (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -890,6 +890,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 2.6.38.2)
# spec file for package kernel-ppc64 (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -894,6 +894,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 2.6.38.2)
# spec file for package kernel-ps3 (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -875,6 +875,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 2.6.38.2)
# spec file for package kernel-s390 (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -869,6 +869,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 2.6.38.2)
# spec file for package kernel-source (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
# icecream 0
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -254,6 +254,57 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 2.6.38.2)
# spec file for package kernel-syms (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -81,6 +81,57 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 2.6.38.2)
# spec file for package kernel-trace (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -877,6 +877,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 2.6.38.2)
# spec file for package kernel-vanilla (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -873,6 +873,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Thu Apr 14 23:01:40 CEST 2011 - gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
-------------------------------------------------------------------
Thu Apr 14 18:44:56 CEST 2011 - jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
-------------------------------------------------------------------
Wed Apr 13 23:57:58 CEST 2011 - jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
-------------------------------------------------------------------
Mon Apr 11 09:43:45 CEST 2011 - neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
-------------------------------------------------------------------
Wed Apr 6 22:39:59 CEST 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-xen (Version 2.6.38.2)
# spec file for package kernel-xen (Version 2.6.38.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38.2
%define patchversion 2.6.38.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.38.2
Version: 2.6.38.3
%if %using_buildservice
Release: <RELEASE>
%else
@ -875,6 +875,57 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Apr 14 2011 gregkh@suse.de
- Linux 2.6.38.3.
- lots of security updates and bugfixes
- obsoletes:
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889.
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes.
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks.
patches.fixes/drivers-leds-leds-lp5521-c-world-writable-sysfs-engine-files.
patches.fixes/drivers-leds-leds-lp5523-c-world-writable-engine-sysfs-files.
patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files.
patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file.
patches.fixes/irda-validate-peer-name-and-attribute-lengths.
patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files.
patches.fixes/mfd-ab3500-world-writable-debugfs-register-files.
patches.fixes/mfd-ab8500-world-writable-debugfs-register-files.
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch.
patches.fixes/scsi-scsi_transport_iscsi-make-priv_sess-file-writeable-only-by-root.
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch.
- commit a6acdda
* Thu Apr 14 2011 jeffm@suse.com
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit cc60bed
* Thu Apr 14 2011 jeffm@suse.com
- drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
(bnc#673934).
- drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
(bnc#673934).
- mfd: ab8500: world-writable debugfs register-* files
(bnc#673934).
- scsi_transport_iscsi: make priv_sess file writeable only by root
(bnc#673934).
- mfd: ab3500: world-writable debugfs register-* files
(bnc#673934).
- drivers/misc/ep93xx_pwm.c: world-writable sysfs files
(bnc#673934).
- mfd: ab3100: world-writable debugfs *_priv files (bnc#673934).
- UBIFS: restrict world-writable debugfs files (bnc#673934).
- scsi: aic94xx: world-writable sysfs update_bios file.
- drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
(bnc#673934).
- video: sn9c102: world-wirtable sysfs files (bnc#673934).
- commit 7228bb4
* Wed Apr 13 2011 jeffm@suse.com
- irda: validate peer name and attribute lengths (bnc#681497
CVE-2011-1180).
- commit 1d6013e
* Mon Apr 11 2011 neilb@suse.de
- Make selection of 'readdir-plus' adapt to usage patterns
(bnc#678123).
- commit 78e8a63
* Wed Apr 06 2011 jslaby@suse.cz
- Revert "x86: Cleanup highmap after brk is concluded"
(bnc#684248).

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8ac545f8026dfa420739450a7d9945b44f62c4d024c647447802addbdd526a1
size 133561
oid sha256:ffb387299d9c1e30013b818c5c352513d69cefc18ceda9babc077ff9cd927719
size 131844

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83faf67793fab1e7786c20a0efdefbfa2acc49f8a342c08dee372685e0b0f588
size 81686
oid sha256:19246849d1da3f4dac96118e3ab866079c41196155cad257e15c1d9fef130fbe
size 83526

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a0894c9c5baad72dfd7b1cc07514e67f098a65fdec15d4397e395d0e03069ee
size 49210
oid sha256:003a3391bc94be3437df5f355d1df4270fbfe14a39fa1668d16ddf6ece9a75d4
size 79239

View File

@ -29,7 +29,7 @@
########################################################
patches.kernel.org/patch-2.6.38.1
patches.kernel.org/patch-2.6.38.1-2
patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch
patches.kernel.org/patch-2.6.38.2-3
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -86,7 +86,6 @@
patches.fixes/seccomp-disable-tsc-option
patches.suse/hung_task_timeout-configurable-default
+needs_update-33 patches.suse/sched-revert-latency-defaults
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch
########################################################
# Architecture-specific patches. These used to be all
@ -200,6 +199,7 @@
+36 patches.fixes/aggressive-zone-reclaim.patch
patches.suse/readahead-request-tunables.patch
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
########################################################
# IPC patches
@ -217,6 +217,10 @@
patches.suse/connector-read-mostly
patches.suse/kbd-ignore-gfx.patch
patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files
patches.fixes/scsi-aic94xx-world-writable-sysfs-update_bios-file
patches.fixes/ubifs-restrict-world-writable-debugfs-files
########################################################
#
# ACPI patches
@ -438,6 +442,8 @@
patches.suse/SoN-fix
patches.suse/SoN-33-slab-leak-fix.patch
patches.fixes/nfs-adaptive-readdir-plus
########################################################
# Netfilter
########################################################
@ -567,13 +573,10 @@
##########################################################
# Sound
##########################################################
patches.drivers/alsa-hda-0017-Fix-SPDIF-out-regression-on-ALC889
patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo
patches.drivers/alsa-hda-0019-Increase-default-buffer-size
patches.drivers/alsa-asihpi-check-adapter-index-in-hpi_ioctl
patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks
patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes
########################################################
# Other driver fixes

View File

@ -1,3 +1,3 @@
2011-04-06 22:40:36 +0200
GIT Revision: 41b19ad39e8a4fb36ade50c390f5b71aab90039c
2011-04-14 23:01:40 +0200
GIT Revision: a6acdda44c4d087c99b3a02483727d6e30da3cb3
GIT Branch: stable