Accepting request 48572 from Kernel:HEAD
Copy from Kernel:HEAD/kernel-source based on submit request 48572 from user jeff_mahoney OBS-URL: https://build.opensuse.org/request/show/48572 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=104
This commit is contained in:
parent
d262d501ff
commit
879a68770b
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:478e8d1f1df45bb50469e729796857f6662117d48e548b56a757202f47888ce9
|
||||
size 221125
|
||||
oid sha256:9884fd703ef8ccce71dad3f17661f50188dbb2c49e69e0e708b7d6675ff0def4
|
||||
size 221028
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -30,7 +30,7 @@ License: GPLv2+
|
||||
Group: Documentation/Man
|
||||
AutoReqProv: on
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-net
|
||||
Summary: Minimal kernel with disk and net support
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,7 +31,7 @@
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-vmi
|
||||
Summary: VMI-enabled kernel
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:58:28 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- x86-64, compat: Test %rax for the syscall number, not %eax
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- x86-64, compat: Retruncate rax after ia32 syscall entry tracing
|
||||
(CVE-2010-3301 bnc#639708).
|
||||
- commit fb77404
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 20:37:08 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- compat: Make compat_alloc_user_space() incorporate the
|
||||
access_ok() (CVE-2010-3081 bnc#639709).
|
||||
- commit 664a0ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 20:17:27 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Remove reference to unused patch.
|
||||
- commit a3abfe2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:32:01 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/usb/hso.c: prevent reading uninitialized memory
|
||||
(CVE-2010-3298 bnc#639483).
|
||||
- commit 35e70c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:23:44 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized
|
||||
stack memory (CVE-2010-3296 bnc#639481).
|
||||
- commit a0634a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 19:07:53 CEST 2010 - jeffm@suse.de
|
||||
|
||||
- drivers/net/eql.c: prevent reading uninitialized stack memory
|
||||
(CVE-2010-3297 bnc#639482).
|
||||
- commit 2a7b160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 17:28:18 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Revert "patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171"
|
||||
This reverts commit c6a176c1df9ab4c69dd54ff3076bc92806eac8fd.
|
||||
It should have been applied to SLE11-SP1 branch.
|
||||
- commit 05f07f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:13:57 CEST 2010 - jslaby@suse.cz
|
||||
|
||||
- Update to Linux 2.6.36-rc4.
|
||||
- Obsoletes:
|
||||
- patches.fixes/bonding-jiffies2.patch.
|
||||
- patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure.
|
||||
- patches.fixes/net-sched-fix-kernel-leak-in-act_police.
|
||||
- patches.rpmify/spectra-depends-on-moorestown.
|
||||
- fix build on s390 as of 2.6.36-rc4.
|
||||
- Refresh patches.suse/SoN-08-mm-page_alloc-emerg.patch.
|
||||
- Refresh patches.suse/reiser4-set_page_dirty_notag.
|
||||
- Refresh patches.xen/pci-guestdev.
|
||||
- Update config files.
|
||||
- commit 6915057
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 14:35:10 CEST 2010 - oneukum@suse.de
|
||||
|
||||
- patches.drivers/matador_reset_quirk.diff: Fix reset with Matador btusb devices bnc#626171
|
||||
- commit c6a176c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 10:14:50 CEST 2010 - jdelvare@suse.de
|
||||
|
||||
- patches.fixes/bonding-jiffies2.patch: Update patch-mainline.
|
||||
- commit a1a8fdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 18:57:13 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.35
|
||||
%define patchversion 2.6.36-rc3
|
||||
%define patchversion 2.6.36-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.36
|
||||
Release: 1
|
||||
Release: 2
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c732038399b99e867c0411d15e83c309cd7e73e560c8c5b6935b79d6756ff57
|
||||
size 76134
|
||||
oid sha256:fdd027a4bea8fc74662f63a0c9564c494291c791b8e98b35aa4a76f617816156
|
||||
size 76245
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5daaf06e193c7a33fd7a601d683afcb0cedf9de9453c30261eb3321540fe9e4f
|
||||
size 85786
|
||||
oid sha256:d53ff93ee939316d9d3e762920883114ddbbd4e0bf52aa40ac7276b5f5d6cc86
|
||||
size 87917
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64a621290c303190f2ec4ee2a5515933faf99062c8e78a5781c9296dab287505
|
||||
size 7661920
|
||||
oid sha256:16633b5eb7f13afd9e919244dd6889a45bc0efe73077be7914897d575f8f95a9
|
||||
size 7804482
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e45936c6a97334c02b6df731d8b41a491c7a145db99f4fae53e64cba616903e
|
||||
size 3167
|
||||
oid sha256:da863a55750cb26d6b1edb494433a690c6ce6fc59ea6ee3785fe2bf34719b11e
|
||||
size 2884
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0100b83a07d68cff4799e2177b3ce41c62810609470041b73e417d52ba61acc1
|
||||
size 283460
|
||||
oid sha256:ac273b8efcd19f39d8102878de662c1d0f9ee291288f7525896fa765d72d587b
|
||||
size 283479
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62ad57bde026b1b4d54b1286faa745d2c9c474faf537cdad954c2a357566bd32
|
||||
size 1979134
|
||||
oid sha256:c51209e6f41c91e0cf6def6b538348345bf938a51cde1a14941a0fdc01136845
|
||||
size 1980319
|
||||
|
13
series.conf
13
series.conf
@ -30,6 +30,7 @@
|
||||
patches.kernel.org/patch-2.6.36-rc1
|
||||
patches.kernel.org/patch-2.6.36-rc1-rc2
|
||||
patches.kernel.org/patch-2.6.36-rc2-rc3
|
||||
patches.kernel.org/patch-2.6.36-rc3-rc4
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -38,7 +39,6 @@
|
||||
########################################################
|
||||
patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings
|
||||
patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning
|
||||
patches.rpmify/spectra-depends-on-moorestown
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
@ -91,6 +91,7 @@
|
||||
|
||||
patches.fixes/make-note_interrupt-fast.diff
|
||||
patches.fixes/twl6030-fix-note_interrupt-call
|
||||
patches.fixes/compat-make-compat_alloc_user_space-incorporate-the-access_ok
|
||||
|
||||
########################################################
|
||||
# Architecture-specific patches. These used to be all
|
||||
@ -134,6 +135,8 @@
|
||||
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
|
||||
|
||||
patches.suse/x86-mark_rodata_rw.patch
|
||||
patches.fixes/x86-64-compat-retruncate-rax-after-ia32-syscall-entry-tracing
|
||||
patches.fixes/x86-64-compat-test-rax-for-the-syscall-number-not-eax
|
||||
|
||||
########################################################
|
||||
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
||||
@ -187,6 +190,7 @@
|
||||
|
||||
patches.suse/s390-System.map.diff
|
||||
patches.arch/s390-message-catalog.diff
|
||||
patches.arch/s390-message-catalog-fix.diff
|
||||
patches.arch/kmsg-fix-parameter-limitations
|
||||
|
||||
patches.suse/s390-Kerntypes.diff
|
||||
@ -292,8 +296,6 @@
|
||||
# Networking, IPv6
|
||||
########################################################
|
||||
patches.fixes/bridge-module-get-put.patch
|
||||
patches.fixes/net-sched-fix-kernel-leak-in-act_police
|
||||
patches.fixes/bonding-jiffies2.patch
|
||||
|
||||
########################################################
|
||||
# NFS
|
||||
@ -502,7 +504,9 @@
|
||||
patches.drivers/tg3-entropy-source.patch
|
||||
|
||||
patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch
|
||||
patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure
|
||||
patches.fixes/drivers-net-eql-c-prevent-reading-uninitialized-stack-memory
|
||||
patches.fixes/drivers-net-cxgb3-cxgb3_main-c-prevent-reading-uninitialized-stack-memory
|
||||
patches.fixes/drivers-net-usb-hso-c-prevent-reading-uninitialized-memory
|
||||
|
||||
|
||||
########################################################
|
||||
@ -767,6 +771,7 @@
|
||||
patches.xen/xen3-patch-2.6.34
|
||||
patches.xen/xen3-patch-2.6.35
|
||||
patches.xen/xen3-patch-2.6.36-rc3
|
||||
patches.xen/xen3-patch-2.6.36-rc4
|
||||
patches.xen/xen3-seccomp-disable-tsc-option
|
||||
patches.xen/xen3-x86-mcp51-no-dac
|
||||
patches.xen/xen3-x86-mark_rodata_rw.patch
|
||||
|
@ -1,3 +1,3 @@
|
||||
2010-09-03 18:57:13 +0200
|
||||
GIT Revision: d9bfa1ecca24ec81ab846933e63ff35170e49370
|
||||
2010-09-16 20:58:38 +0200
|
||||
GIT Revision: fb77404ee89e0c39edfd61cc9fe6a64ad1fb39b7
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user