GIT Revision: 8a8caffdda1f4188a536ac92546bafd85b6c6355

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=36
This commit is contained in:
Michal Marek 2011-03-25 06:06:15 +00:00 committed by Git OBS Bridge
parent 145cc07d0a
commit c3a86417ab
34 changed files with 520 additions and 6 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -868,6 +868,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -877,13 +887,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -881,6 +881,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -890,13 +900,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -901,6 +901,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -910,13 +920,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -100,6 +100,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -109,13 +119,17 @@ rm -rf $RPM_BUILD_ROOT
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -871,6 +871,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -880,13 +890,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -868,6 +868,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -877,13 +887,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -886,6 +886,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -895,13 +905,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -890,6 +890,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -899,13 +909,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -871,6 +871,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -880,13 +890,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -865,6 +865,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -874,13 +884,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -255,6 +255,16 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -264,13 +274,17 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -82,6 +82,16 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -91,13 +101,17 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -873,6 +873,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -882,13 +892,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -869,6 +869,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -878,13 +888,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 24 16:21:06 CET 2011 - jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
-------------------------------------------------------------------
Thu Mar 24 14:02:20 CET 2011 - tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
@ -12,12 +28,15 @@ Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
@ -25,6 +44,7 @@ Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488

View File

@ -871,6 +871,16 @@ Debug information for package %name-devel
%changelog %changelog
* Thu Mar 24 2011 jslaby@suse.cz * Thu Mar 24 2011 jslaby@suse.cz
- Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing
the signal code (bnc#681826 CVE-2011-1020).
- commit 2e42fd4
* Thu Mar 24 2011 tiwai@suse.de
- sound/oss/opl3: validate voice and channel indexes (bnc#681999).
- sound/oss: remove offset from load_patch callbacks (bnc#681999).
- ALSA: sound/pci/asihpi: check adapter index in hpi_ioctl
(bnc#680816).
- commit 09ff6e9
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1: - Update to 2.6.38.1:
- obsoletes: - obsoletes:
- patches.rpmify/winbond-needs-msleep. - patches.rpmify/winbond-needs-msleep.
@ -880,13 +890,17 @@ Debug information for package %name-devel
- commit 4836c9f - commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz * Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081). - Fix almost-infinite slab cache growing (bnc#554081).
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f - commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz * Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- HID: add support for Skycable 0x3f07 wireless presenter - HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297). (bnc#681297).
- commit c88c4a7 - commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz * Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development. - Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488 - commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz * Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992). - NET: cdc-phonet, handle empty phonet header (bnc#673992).

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:56200c8b75406d638fdaa8bbc5d44d12ba72ec876725a60688f1b1f589142e28 oid sha256:443c86e035ef0c6c88b41e1c9fc95faf4e1fc7d2e9dd1be3aeb159c00c6166aa
size 129708 size 131716

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4a527df6f759da51e9f3783bed75511d85568ff093627f329702d18275c0f56e oid sha256:64c001633799ad38f590835cafd9b924e6080ebfa40b6036367288d5f7621dff
size 81696 size 82594

View File

@ -84,6 +84,7 @@
patches.fixes/seccomp-disable-tsc-option patches.fixes/seccomp-disable-tsc-option
patches.suse/hung_task_timeout-configurable-default patches.suse/hung_task_timeout-configurable-default
+needs_update-33 patches.suse/sched-revert-latency-defaults +needs_update-33 patches.suse/sched-revert-latency-defaults
patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch
######################################################## ########################################################
# Architecture-specific patches. These used to be all # Architecture-specific patches. These used to be all
@ -570,6 +571,9 @@
########################################################## ##########################################################
# Sound # Sound
########################################################## ##########################################################
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 # Other driver fixes

View File

@ -1,3 +1,3 @@
2011-03-24 00:36:08 +0100 2011-03-24 17:06:24 +0100
GIT Revision: 4836c9ffd6c1a88bcb5d99e2ee1409a63512fe67 GIT Revision: 8a8caffdda1f4188a536ac92546bafd85b6c6355
GIT Branch: stable GIT Branch: stable