1
0
forked from pool/kernel-source

Accepting request 139237 from Kernel:HEAD

- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9

- Linux 3.6.3.

OBS-URL: https://build.opensuse.org/request/show/139237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=180
This commit is contained in:
Stephan Kulow 2012-11-02 15:15:17 +00:00 committed by Git OBS Bridge
commit 6396f13e93
50 changed files with 2654 additions and 119 deletions

View File

@ -1 +0,0 @@
ignore

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d07e2230b4d3d4cf5616fa59017f58dbfb0c8a0446221092a152199e3418d197
size 308204
oid sha256:9201ceb859504139470136e7470149361f88dc3733b4aee6334b8ab04ba73cca
size 308488

View File

@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -591,7 +591,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -667,7 +667,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -670,7 +670,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -685,7 +685,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -679,7 +679,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.6.0
Version: 3.6.3
Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -669,7 +669,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -666,7 +666,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-highbank
Summary: Kernel for Calxeda Highbank SoC
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -666,7 +666,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -667,7 +667,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-omap2plus
Summary: Kernel for Texas instrument's OMAP SoC
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -667,7 +667,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -676,7 +676,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -680,7 +680,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -669,7 +669,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -19,7 +19,7 @@
# icecream 0
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: Development/Sources

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.6.0
Version: 3.6.3
%if %using_buildservice
Release: 0
%else

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-tegra
Summary: Kernel for Nvidia's Tegra SoC
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -667,7 +667,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -677,7 +677,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-u8500
Summary: Kernel for ST-Ericsson's Nova SoC
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -667,7 +667,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -673,7 +673,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,127 @@
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable gfx and highmem
- commit e8b3bd9
-------------------------------------------------------------------
Sun Oct 21 23:17:25 CEST 2012 - jslaby@suse.cz
- Linux 3.6.3.
- Refresh patches.xen/xen3-fixup-xen.
- Refresh patches.xen/xen3-patch-2.6.23.
- Refresh patches.xen/xen3-patch-3.2.
- Refresh patches.xen/xen3-patch-3.6.
- Delete patches.fixes/hv-storvsc-reset-wait.patch.
- Delete
patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
- commit cfee26b
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
- x86/kbuild: archscripts depends on scripts_basic.
- commit 007718d
-------------------------------------------------------------------
Sat Oct 13 00:30:32 CEST 2012 - jslaby@suse.cz
- Linux 3.6.2.
- commit 798d597
-------------------------------------------------------------------
Thu Oct 11 17:17:11 CEST 2012 - guillaume.gardet@oliseo.fr
- ARM (omap2plus) : re-enable OMAP DRM module
- commit 379798d
-------------------------------------------------------------------
Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
- Delete
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
- Delete
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
- Delete
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Enable serial console
- commit a8d41ec
-------------------------------------------------------------------
Sun Oct 7 20:55:39 CEST 2012 - jslaby@suse.cz
- Linux 3.6.1.
- commit 1f7626a
-------------------------------------------------------------------
Thu Oct 4 15:55:59 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: enable Conflicts for
apparmor, udev and lvm2 also for vanilla kernel
- commit a24206f
-------------------------------------------------------------------
Thu Oct 4 15:51:44 CEST 2012 - ohering@suse.de
- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
to make sure the daemon is in sync with the kernel
(bnc#770763 , fate#314441)
- commit 86f9ba3
-------------------------------------------------------------------
Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.0
%define patchversion 3.6.3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.6.0
Version: 3.6.3
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -123,13 +123,13 @@ Obsoletes: %name-nongpl < %version
%endif
# dead network if installed on SLES10, otherwise it will work (mostly)
Conflicts: sysfsutils < 2.0
%if ! %build_vanilla
Conflicts: apparmor-profiles <= 2.1
Conflicts: apparmor-parser < 2.3
# root-lvm only works with newer udevs
Conflicts: udev < 118
Conflicts: lvm2 < 2.02.33
%endif
# Interface to hv_kvp_daemon changed
Conflicts: hyper-v < 4
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -669,7 +669,10 @@ if [ %CONFIG_MODULES = y ]; then
Module.symvers || res=$?
fi
if [ $res -ne 0 ]; then
if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
# %ignore_kabi_badness is defined in the Kernel:* projects in the
# OBS to be able to build the KOTD in spite of kabi errors
if [ 0%{?ignore_kabi_badness} -eq 0 -a \
! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
"directory to build this kernel even though its badness is" \

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67356543780e4c24056d28fb7356f14bb80cc38e6a73c113c0d3ebacd1e119c4
size 82557
oid sha256:533d1a9cb6e2223e2ed3aa17ae3681a0cbd530a54a4f091cbc80bd5ac912854d
size 83742

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a54b12301d72e73410565499c1e7389d485876729f883e0d39f4433b3e412ebc
size 21891
oid sha256:f282467f23e92f6fa1b8cd4ad253fba9a8109bd3740315dec93c84f2159fc6e7
size 21431

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4dd8865f37e5f8305b8b46fdc4fe3d1326dfd59f3b0c9c3132cadc424d7c4b29
size 167386
oid sha256:59af3d6e130722ecf7de532e81beeda6019d7ed12704d11eeda689441fbbb699
size 166001

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:380f586a74e481f5d38d00e8481afaaa56ec48f865088283f3a76f1d57ce05ca
size 2094728
oid sha256:e537013344848ed9f3e202ffcfd580167dbb679dc0ed2abdd8a0509120a45c26
size 2093850

View File

@ -27,6 +27,9 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.6.1
patches.kernel.org/patch-3.6.1-2
patches.kernel.org/patch-3.6.2-3
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -198,13 +201,16 @@
# Queued for 2.6.36 -> just revert after some time
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
patches.arch/lib_earlycpio.patch
patches.arch/x86_introduce_reserve_mem_area.patch
patches.arch/acpi_override_2_2.patch
patches.arch/acpi_physical_override.patch
patches.arch/acpi_override_introduce_taint_func.patch
patches.arch/acpi_override_documentation
patches.arch/acpi_fix_custom_method_acc.patch
patches.arch/001-acpi_initrd_override_tables.patch
patches.arch/002-acpi_initrd_override_tables.patch
patches.arch/003-acpi_initrd_override_tables.patch
patches.arch/004-acpi_initrd_override_tables.patch
patches.arch/005-acpi_initrd_override_tables.patch
patches.arch/006-acpi_initrd_override_tables.patch
patches.arch/007-acpi_initrd_override_tables.patch
patches.arch/008-acpi_initrd_override_tables.patch
patches.arch/009-acpi_initrd_override_tables.patch
patches.arch/010-acpi_initrd_override_tables.patch
########################################################
# CPUFREQ
@ -249,9 +255,6 @@
patches.suse/msft-hv-0391-Tools-hv-Implement-the-KVP-verb-KVP_OP_SET_IP_INFO.patch
patches.suse/msft-hv-0392-Tools-hv-Rename-the-function-kvp_get_ip_address.patch
patches.suse/msft-hv-0393-Tools-hv-Implement-the-KVP-verb-KVP_OP_GET_IP_INFO.patch
patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch
patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch
patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch
patches.suse/msft-hv-0397-tools-hv-Parse-etc-os-release.patch
patches.suse/msft-hv-0398-hyperv-Fix-the-max_xfer_size-in-RNDIS-initialization.patch
patches.suse/msft-hv-0399-hyperv-Fix-the-missing-return-value-in-rndis_filter_.patch
@ -260,7 +263,6 @@
patches.suse/msft-hv-0402-hyperv-Report-actual-status-in-receive-completion-pa.patch
patches.suse/msft-hv-0403-hyperv-Add-buffer-for-extended-info-after-the-RNDIS-.patch
patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch
patches.fixes/hv-storvsc-reset-wait.patch
########################################################
# Networking, IPv6

View File

@ -1,3 +1,3 @@
2012-10-04 15:44:56 +0200
GIT Revision: 338be2caaad5a616f8f9e9c1108abb60cfa8b9b0
2012-10-22 01:11:42 +0200
GIT Revision: e8b3bd988d91394bef4d1d674333ee150f636a3e
GIT Branch: master