GIT Revision: b5e9a32e490b70a2ab85be9b68555e4357531535
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=43
This commit is contained in:
parent
71df4af9c1
commit
6a68156314
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9a7fae29650a98b84e246cc1f2e79093fbd6b0436ceac5704a7251349fee8fb
|
||||
size 226460
|
||||
oid sha256:8b004101cd0b713232d481672327433cad8578476e195594b501a0ced2995680
|
||||
size 226719
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 2.6.38.3)
|
||||
# spec file for package kernel-debug (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -872,6 +872,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-default (Version 2.6.38.3)
|
||||
# spec file for package kernel-default (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -885,6 +885,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-desktop (Version 2.6.38.3)
|
||||
# spec file for package kernel-desktop (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -905,6 +905,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-docs (Version 2.6.38.3)
|
||||
# spec file for package kernel-docs (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -99,6 +99,31 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ec2 (Version 2.6.38.3)
|
||||
# spec file for package kernel-ec2 (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -875,6 +875,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-net (Version 2.6.38.3)
|
||||
# spec file for package kernel-net (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-net
|
||||
Summary: Minimal kernel with disk and net support
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -872,6 +872,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-pae (Version 2.6.38.3)
|
||||
# spec file for package kernel-pae (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -890,6 +890,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ppc64 (Version 2.6.38.3)
|
||||
# spec file for package kernel-ppc64 (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -894,6 +894,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ps3 (Version 2.6.38.3)
|
||||
# spec file for package kernel-ps3 (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -875,6 +875,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-s390 (Version 2.6.38.3)
|
||||
# spec file for package kernel-s390 (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -869,6 +869,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 2.6.38.3)
|
||||
# spec file for package kernel-source (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -254,6 +254,31 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-syms (Version 2.6.38.3)
|
||||
# spec file for package kernel-syms (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -81,6 +81,31 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-trace (Version 2.6.38.3)
|
||||
# spec file for package kernel-trace (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -877,6 +877,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla (Version 2.6.38.3)
|
||||
# spec file for package kernel-vanilla (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -873,6 +873,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-xen (Version 2.6.38.3)
|
||||
# spec file for package kernel-xen (Version 2.6.38.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.38
|
||||
%define patchversion 2.6.38.3
|
||||
%define patchversion 2.6.38.4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.38.3
|
||||
Version: 2.6.38.4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -875,6 +875,31 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- Refresh patches.xen/xen3-patch-2.6.21.
|
||||
- Refresh patches.xen/xen3-patch-2.6.33.
|
||||
- Refresh patches.xen/xen3-patch-2.6.37.
|
||||
Now, with binutils 2.21.0 we see build errors like:
|
||||
arch/x86/kernel/entry_32-xen.S: Assembler messages:
|
||||
arch/x86/kernel/entry_32-xen.S:1734: Error: .size expression for spurious_interrupt_bug does not evaluate to a constant
|
||||
BS doesn't complain about this yet, only abuild.
|
||||
- commit b5e9a32
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- Update to 2.6.38.4:
|
||||
- obsoletes:
|
||||
- patches.arch/i386-unwind-annotations.
|
||||
- patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo.
|
||||
- patches.fixes/cdc-phonet-handle-empty-phonet-header.patch.
|
||||
- patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files.
|
||||
- patches.fixes/ubifs-restrict-world-writable-debugfs-files.
|
||||
- patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning.
|
||||
- patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings.
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d371b5ca1ff27f37882b23a11b9f530316970464a637a527041bfa105bf3c270
|
||||
size 70298
|
||||
oid sha256:3012816e908a764405a3e0269ac5d2064ec80e0b0a034d38f38078afbfc581d9
|
||||
size 70188
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffb387299d9c1e30013b818c5c352513d69cefc18ceda9babc077ff9cd927719
|
||||
size 131844
|
||||
oid sha256:2e78c7c7f90fa0f77f849b41fa7895cff906b03677121e9e776515fea097011f
|
||||
size 130422
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfec3ea35bb923b537820a8690c6b398db7bc6df6096f591700895865469ecd9
|
||||
size 84493
|
||||
oid sha256:aa1c98e4e489d44662216667e1f3dd08343fdcf3b22be01121c0b702872468b7
|
||||
size 82708
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:003a3391bc94be3437df5f355d1df4270fbfe14a39fa1668d16ddf6ece9a75d4
|
||||
size 79239
|
||||
oid sha256:ac8709aea368a042c977d6b4817090189afbe1460b2ddb52f58c25c107065e6f
|
||||
size 105581
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4bf33a10e541bd970de1aa7f614b959b2f1a7de96d8d0177d01307d6bc3c525
|
||||
size 4073
|
||||
oid sha256:01b097cde29ee5ca4bacfe56465e6e6ca81b8afc07b2dfa24aa1d874d1ce3ea1
|
||||
size 3318
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66482ddfdf49c99a3be90fdc1576a0b9b7445f81a3e5d41f41b13af8017df08b
|
||||
size 2106648
|
||||
oid sha256:761599edc3ae1b5c86bc9d810fa108d368e4f946971a1ac2bf31f2d5ec78e09d
|
||||
size 2107134
|
||||
|
@ -30,14 +30,13 @@
|
||||
patches.kernel.org/patch-2.6.38.1
|
||||
patches.kernel.org/patch-2.6.38.1-2
|
||||
patches.kernel.org/patch-2.6.38.2-3
|
||||
patches.kernel.org/patch-2.6.38.3-4
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
# Patches in patches.rpmify are applied to both -vanilla
|
||||
# and patched flavors.
|
||||
########################################################
|
||||
patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings
|
||||
patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning
|
||||
patches.rpmify/qla4xx-missing-readq-definition
|
||||
patches.rpmify/dw_spi-fix-PPC-build.patch
|
||||
|
||||
@ -217,9 +216,7 @@
|
||||
patches.suse/connector-read-mostly
|
||||
patches.suse/kbd-ignore-gfx.patch
|
||||
|
||||
patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files
|
||||
patches.fixes/scsi-aic94xx-world-writable-sysfs-update_bios-file
|
||||
patches.fixes/ubifs-restrict-world-writable-debugfs-files
|
||||
|
||||
########################################################
|
||||
#
|
||||
@ -551,7 +548,6 @@
|
||||
########################################################
|
||||
# USB
|
||||
########################################################
|
||||
patches.fixes/cdc-phonet-handle-empty-phonet-header.patch
|
||||
|
||||
########################################################
|
||||
# I2C
|
||||
@ -574,7 +570,6 @@
|
||||
##########################################################
|
||||
# Sound
|
||||
##########################################################
|
||||
patches.drivers/alsa-hda-0018-Fix-pin-config-of-Gigabyte-mobo
|
||||
patches.drivers/alsa-hda-0019-Increase-default-buffer-size
|
||||
|
||||
patches.drivers/alsa-asihpi-check-adapter-index-in-hpi_ioctl
|
||||
@ -654,7 +649,6 @@
|
||||
patches.suse/stack-unwind
|
||||
patches.suse/no-frame-pointer-select
|
||||
patches.arch/x86_64-unwind-annotations
|
||||
patches.arch/i386-unwind-annotations
|
||||
|
||||
########################################################
|
||||
# Kdump
|
||||
@ -741,6 +735,7 @@
|
||||
|
||||
# bulk stuff, new files for xen
|
||||
patches.xen/xen3-auto-xen-arch.diff
|
||||
patches.xen/add-fixup_4gb_segment-ENDPROC.patch
|
||||
patches.xen/xen3-auto-xen-drivers.diff
|
||||
patches.xen/xen3-auto-include-xen-interface.diff
|
||||
patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-04-15 14:32:41 +0200
|
||||
GIT Revision: 6d208f941d1c56e88d2907bbe5b54515dcc6c4eb
|
||||
2011-04-22 10:58:15 +0200
|
||||
GIT Revision: b5e9a32e490b70a2ab85be9b68555e4357531535
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user