diff --git a/IGNORE-KABI-BADNESS b/IGNORE-KABI-BADNESS deleted file mode 100644 index 7b2b1bde0..000000000 --- a/IGNORE-KABI-BADNESS +++ /dev/null @@ -1 +0,0 @@ -ignore diff --git a/config.tar.bz2 b/config.tar.bz2 index b922ece53..aac0c4235 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d07e2230b4d3d4cf5616fa59017f58dbfb0c8a0446221092a152199e3418d197 -size 308204 +oid sha256:9201ceb859504139470136e7470149361f88dc3733b4aee6334b8ab04ba73cca +size 308488 diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index b514f984c..d2cdd141a 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -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" \ diff --git a/kernel-cubox.changes b/kernel-cubox.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -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 diff --git a/kernel-cubox.spec b/kernel-cubox.spec index 4395724ca..418330fb7 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -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" \ diff --git a/kernel-debug.changes b/kernel-debug.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -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 diff --git a/kernel-debug.spec b/kernel-debug.spec index 426385979..369f05594 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -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" \ diff --git a/kernel-default.changes b/kernel-default.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -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 diff --git a/kernel-default.spec b/kernel-default.spec index 98e8cb712..ecfc63407 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -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" \ diff --git a/kernel-desktop.changes b/kernel-desktop.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -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 diff --git a/kernel-desktop.spec b/kernel-desktop.spec index d136cde02..3b328c361 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -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" \ diff --git a/kernel-docs.changes b/kernel-docs.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -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 diff --git a/kernel-docs.spec b/kernel-docs.spec index be40df4e1..f55e90a57 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -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 diff --git a/kernel-ec2.changes b/kernel-ec2.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -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 diff --git a/kernel-ec2.spec b/kernel-ec2.spec index bf7baf9b8..5bae1d64d 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -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" \ diff --git a/kernel-exynos.changes b/kernel-exynos.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -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 diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 94edf812c..ff5aa970c 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -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" \ diff --git a/kernel-highbank.changes b/kernel-highbank.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -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 diff --git a/kernel-highbank.spec b/kernel-highbank.spec index 1ac40dbbc..df704c5ab 100644 --- a/kernel-highbank.spec +++ b/kernel-highbank.spec @@ -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" \ diff --git a/kernel-imx51.changes b/kernel-imx51.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -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 diff --git a/kernel-imx51.spec b/kernel-imx51.spec index 637eea131..9dc32f4f5 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -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" \ diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -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 diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index 4255ee9f7..423f34273 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -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" \ diff --git a/kernel-pae.changes b/kernel-pae.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -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 diff --git a/kernel-pae.spec b/kernel-pae.spec index b6b7a7ed2..d442a685d 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -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" \ diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -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 diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 9b8c5dcda..8eebfd04d 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -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" \ diff --git a/kernel-s390.changes b/kernel-s390.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -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 diff --git a/kernel-s390.spec b/kernel-s390.spec index 8db90f3fd..091bc89f7 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -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" \ diff --git a/kernel-source.changes b/kernel-source.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -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 diff --git a/kernel-source.spec b/kernel-source.spec index 58a75bb81..66030c5c6 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -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 diff --git a/kernel-syms.changes b/kernel-syms.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -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 diff --git a/kernel-syms.spec b/kernel-syms.spec index d5fb680f4..09d6585f1 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -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 diff --git a/kernel-tegra.changes b/kernel-tegra.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -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 diff --git a/kernel-tegra.spec b/kernel-tegra.spec index 496912ddf..4ac41ab8e 100644 --- a/kernel-tegra.spec +++ b/kernel-tegra.spec @@ -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" \ diff --git a/kernel-trace.changes b/kernel-trace.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -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 diff --git a/kernel-trace.spec b/kernel-trace.spec index 41606dee7..25bdd76ee 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -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" \ diff --git a/kernel-u8500.changes b/kernel-u8500.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -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 diff --git a/kernel-u8500.spec b/kernel-u8500.spec index 237e02d3e..51c87f341 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -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" \ diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -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 diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 13d66e488..07768501e 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -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" \ diff --git a/kernel-xen.changes b/kernel-xen.changes index aa8c86615..2887ccaf6 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -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 diff --git a/kernel-xen.spec b/kernel-xen.spec index f6a8f1257..478e6557b 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -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" \ diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index fca6aa5ce..689778fd4 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67356543780e4c24056d28fb7356f14bb80cc38e6a73c113c0d3ebacd1e119c4 -size 82557 +oid sha256:533d1a9cb6e2223e2ed3aa17ae3681a0cbd530a54a4f091cbc80bd5ac912854d +size 83742 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index b882c2002..680e86fc1 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a54b12301d72e73410565499c1e7389d485876729f883e0d39f4433b3e412ebc -size 21891 +oid sha256:f282467f23e92f6fa1b8cd4ad253fba9a8109bd3740315dec93c84f2159fc6e7 +size 21431 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 3f8741cd2..ba8c9a00e 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee18541c0eac40ab98a3cc2afffb20d24e6531f3cdbb7990b74d2deb7c88225b -size 133 +oid sha256:2595d4747b3cc56ce5ec43dc3455f3538e6e63c5ca98ce99e4c6985e6265093a +size 90791 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 70cda2617..b1c4df79e 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4dd8865f37e5f8305b8b46fdc4fe3d1326dfd59f3b0c9c3132cadc424d7c4b29 -size 167386 +oid sha256:59af3d6e130722ecf7de532e81beeda6019d7ed12704d11eeda689441fbbb699 +size 166001 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 2a551403c..6a0b1b983 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:380f586a74e481f5d38d00e8481afaaa56ec48f865088283f3a76f1d57ce05ca -size 2094728 +oid sha256:e537013344848ed9f3e202ffcfd580167dbb679dc0ed2abdd8a0509120a45c26 +size 2093850 diff --git a/series.conf b/series.conf index 0c53ba01e..1cbd3b700 100644 --- a/series.conf +++ b/series.conf @@ -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 diff --git a/source-timestamp b/source-timestamp index b2478e0b3..2d05a1683 100644 --- a/source-timestamp +++ b/source-timestamp @@ -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