diff --git a/config.sh b/config.sh index 436dac96..5c74d5fc 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ # The version of the main tarball to use -SRCVERSION=3.6-rc7 +SRCVERSION=3.6 # variant of the kernel-source package, either empty or "-rt" VARIANT= # buildservice projects to build the kernel against diff --git a/config.tar.bz2 b/config.tar.bz2 index 457712cd..b922ece5 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83f515deca1c77097b2412d849a01f5c1582790acc678b09ca2c98595c554dc6 -size 308172 +oid sha256:d07e2230b4d3d4cf5616fa59017f58dbfb0c8a0446221092a152199e3418d197 +size 308204 diff --git a/kernel-cubox.changes b/kernel-cubox.changes index f248ecf3..aa8c8661 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-cubox.spec b/kernel-cubox.spec index 98380cc9..4395724c 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-cubox Summary: Kernel for SolidRun Cubox -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-debug.changes b/kernel-debug.changes index f248ecf3..aa8c8661 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-debug.spec b/kernel-debug.spec index c948cede..42638597 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -139,7 +139,7 @@ Provides: kernel-kdump Obsoletes: kernel-kdump %endif -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-default.changes b/kernel-default.changes index f248ecf3..aa8c8661 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-default.spec b/kernel-default.spec index 4b2012be..98e8cb71 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-default Summary: The Standard Kernel -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -155,7 +155,7 @@ Provides: smp kernel-smp Obsoletes: smp kernel-smp %endif -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-desktop.changes b/kernel-desktop.changes index f248ecf3..aa8c8661 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 4d8dddbc..d136cde0 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-docs.changes b/kernel-docs.changes index f248ecf3..aa8c8661 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-docs.spec b/kernel-docs.spec index 0990aa04..be40df4e 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,14 +17,14 @@ # norootforbuild -%define patchversion 3.6.0-rc7 +%define patchversion 3.6.0 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-docs Summary: Kernel Documentation -Version: 3.6.rc7 +Version: 3.6.0 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 f248ecf3..aa8c8661 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-ec2.spec b/kernel-ec2.spec index fa489187..bf7baf9b 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-exynos.changes b/kernel-exynos.changes index f248ecf3..aa8c8661 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 1a2448a9..94edf812 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-exynos Summary: Kernel for Samsung's Exynos SoC -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-highbank.changes b/kernel-highbank.changes index f248ecf3..aa8c8661 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-highbank.spec b/kernel-highbank.spec index ce10b163..1ac40dbb 100644 --- a/kernel-highbank.spec +++ b/kernel-highbank.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-highbank Summary: Kernel for Calxeda Highbank SoC -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-imx51.changes b/kernel-imx51.changes index f248ecf3..aa8c8661 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-imx51.spec b/kernel-imx51.spec index 54886860..637eea13 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-imx51 Summary: Kernel for Freescale's iMX SoC -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index f248ecf3..aa8c8661 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index fa453888..4255ee9f 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %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.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-pae.changes b/kernel-pae.changes index f248ecf3..aa8c8661 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-pae.spec b/kernel-pae.spec index 2adf0561..b6b7a7ed 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-pae Summary: Kernel with PAE Support -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -139,7 +139,7 @@ Provides: kernel-bigsmp Obsoletes: kernel-bigsmp %endif -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index f248ecf3..aa8c8661 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 4757d8a7..9b8c5dcd 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -143,7 +143,7 @@ Provides: kernel-kdump Obsoletes: kernel-kdump %endif -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-s390.changes b/kernel-s390.changes index f248ecf3..aa8c8661 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-s390.spec b/kernel-s390.spec index 2357ac57..8db90f3f 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-s390 Summary: The Standard Kernel -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -139,7 +139,7 @@ Provides: kernel-32bit Obsoletes: kernel-32bit %endif -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-source.changes b/kernel-source.changes index f248ecf3..aa8c8661 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-source.spec b/kernel-source.spec index 48bb6ac7..58a75bb8 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,8 +18,8 @@ # norootforbuild # icecream 0 -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -29,7 +29,7 @@ Name: kernel-source Summary: The Linux Kernel Sources -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: Development/Sources @@ -41,7 +41,7 @@ Requires(post): coreutils sed Provides: multiversion(kernel) Provides: linux Provides: %name = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-syms.changes b/kernel-syms.changes index f248ecf3..aa8c8661 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-syms.spec b/kernel-syms.spec index 31df49ab..d5fb680f 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -23,7 +23,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 3.6.rc7 +Version: 3.6.0 %if %using_buildservice Release: 0 %else diff --git a/kernel-tegra.changes b/kernel-tegra.changes index f248ecf3..aa8c8661 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-tegra.spec b/kernel-tegra.spec index c950482d..496912dd 100644 --- a/kernel-tegra.spec +++ b/kernel-tegra.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-tegra Summary: Kernel for Nvidia's Tegra SoC -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-trace.changes b/kernel-trace.changes index f248ecf3..aa8c8661 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-trace.spec b/kernel-trace.spec index ec4a3f9d..41606dee 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -147,7 +147,7 @@ Provides: kernel-64bit Obsoletes: kernel-64bit %endif -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-u8500.changes b/kernel-u8500.changes index f248ecf3..aa8c8661 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-u8500.spec b/kernel-u8500.spec index 44820eb5..237e02d3 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %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.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index f248ecf3..aa8c8661 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 6f01d555..13d66e48 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %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.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -143,7 +143,7 @@ Provides: kernel-64bit Obsoletes: kernel-64bit %endif -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/kernel-xen.changes b/kernel-xen.changes index f248ecf3..aa8c8661 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,180 @@ +------------------------------------------------------------------- +Thu Oct 4 15:44:56 CEST 2012 - jbeulich@novell.com + +- Update Xen patches to 3.6-final and c/s 1197. +- Update Xen config files. +- commit 338be2c + +------------------------------------------------------------------- +Thu Oct 4 13:52:15 CEST 2012 - ohering@suse.de + +- Hyper-V KVP IP injection (fate#31441) +- hyperv: Add comments for the extended buffer after RNDIS message. +- Drivers: hv: Cleanup the guest ID computation. +- Drivers: hv: vmbus: Use the standard format string to format + GUIDs. +- Drivers: hv: Add KVP definitions for IP address injection. +- Drivers: hv: kvp: Cleanup error handling in KVP. +- Drivers: hv: Explicitly size elements of protocol structures. +- Drivers: hv: kvp: Support the new IP injection messages. +- Tools: hv: Prepare to expand kvp_get_ip_address() functionality. +- Tools: hv: Further refactor kvp_get_ip_address(). +- Tools: hv: Gather address family information. +- Tools: hv: Gather subnet information. +- Tools: hv: Represent the ipv6 mask using CIDR notation. +- Tools: hv: Gather ipv[4,6] gateway information. +- hv: fail the probing immediately when we are not in hyperv + platform. +- hv: vmbus_drv: detect hyperv through x86_hyper. +- Tools: hv: Get rid of some unused variables. +- Tools: hv: Correctly type string variables. +- Tools: hv: Add an example script to retrieve DNS entries. +- Tools: hv: Gather DNS information. +- Drivers: hv: kvp: Copy the address family information. +- Tools: hv: Add an example script to retrieve dhcp state. +- Tools: hv: Gather DHCP information. +- Tools: hv: Add an example script to configure an interface. +- Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO. +- Tools: hv: Rename the function kvp_get_ip_address(). +- Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO. +- tools/hv: Fix file handle leak. +- tools/hv: Fix exit() error code. +- tools/hv: Check for read/write errors. +- tools/hv: Parse /etc/os-release. +- hyperv: Fix the max_xfer_size in RNDIS initialization. +- hyperv: Fix the missing return value in + rndis_filter_set_packet_filter(). +- hyperv: Fix page buffer handling in rndis_filter_send_request(). +- hyperv: Remove extra allocated space for recv_pkt_list elements. +- hyperv: Report actual status in receive completion packet. +- hyperv: Add buffer for extended info after the RNDIS response + message. +- Delete + patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch. +- commit 08d283b + +------------------------------------------------------------------- +Mon Oct 1 15:05:46 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: Disable broken config options +- commit 8d7f8ab + +------------------------------------------------------------------- +Mon Oct 1 07:47:54 CEST 2012 - agraf@suse.de + +- ARM: Update config files: Exynos: disable VFIO +- commit 80abd68 + +------------------------------------------------------------------- +Mon Oct 1 05:29:41 CEST 2012 - jeffm@suse.com + +- Update to 3.6-final. +- commit 6066894 + +------------------------------------------------------------------- +Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com + +- ARM/u5800: Fix build of ux500 driver + Acked-by: Jeff Mahoney +- commit 0ea37a0 + +------------------------------------------------------------------- +Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com + +- ARM/tegra: Remove optional parts to fix build + Acked-by: Jeff Mahoney +- commit d729a16 + +------------------------------------------------------------------- +Sat Sep 29 10:23:24 CEST 2012 - dmueller@suse.com + +- ARM: enable zcache support + Acked-by: Jeff Mahoney +- commit 17b147b + +------------------------------------------------------------------- +Sat Sep 29 10:22:39 CEST 2012 - dmueller@suse.com + +- ARM/cubox: set cachefilesd to module + Acked-by: Jeff Mahoney +- commit c1fb243 + +------------------------------------------------------------------- +Fri Sep 28 17:29:39 CEST 2012 - trenn@suse.de + +- Remove old patchset to override ACPI tables via initrd. + Also remove a stale xen patch related to that. +- Delete + patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- Delete + patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch. +- Delete + patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch. +- Delete + patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch. +- commit dd8f1b0 + +------------------------------------------------------------------- +Fri Sep 28 16:51:10 CEST 2012 - trenn@suse.de + +- Refresh patches.arch/acpi_override_2_2.patch. +- commit 80dcdb8 + +------------------------------------------------------------------- +Fri Sep 28 15:39:11 CEST 2012 - mszeredi@suse.cz + +- Update config files to enable building overlayfs as a module. +- commit 42f70e6 + +------------------------------------------------------------------- +Fri Sep 28 14:37:01 CEST 2012 - trenn@suse.de + +- Update config files. + Enable ACPI table override capability via initrd for + all i386/x86_64 flavors: + +CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y +- commit 08721cc + +------------------------------------------------------------------- +Fri Sep 28 14:03:34 CEST 2012 - trenn@suse.de + +- ACPI: Only allow users with CAP_SYS_RAWIO rights to overwrite + ACPI funcs at runtime. +- ACPI: Document ACPI table overriding via initrd. +- ACPI: Create acpi_table_taint() function to avoid code + duplication. +- ACPI: Implement physical address table override. +- ACPI: Store valid ACPI tables passed via early initrd in + reserved memblock areas. +- X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() + for e820 handling. +- lib: Add early cpio decoder. +- commit dfdfcd3 + +------------------------------------------------------------------- +Fri Sep 28 13:44:36 CEST 2012 - mszeredi@suse.cz + +- overlayfs: copy up i_uid/i_gid from the underlying inode. +- ovl: switch to __inode_permission(). +- vfs: export __inode_permission() to modules. +- overlayfs: create new inode in ovl_link. +- overlayfs: fix possible leak in ovl_new_inode. +- fs: limit filesystem stacking depth. +- overlay: overlay filesystem documentation. +- overlayfs: implement show_options. +- overlayfs: add statfs support. +- overlay filesystem. +- vfs: introduce clone_private_mount(). +- vfs: export do_splice_direct() to modules. +- vfs: add i_op->dentry_open(). +- commit f3e02da + +------------------------------------------------------------------- +Thu Sep 27 05:52:26 CEST 2012 - agraf@suse.de + +- Update config files: Disable JTAG HVC, when enabled the kernel hangs on access +- commit cdf0705 + ------------------------------------------------------------------- Tue Sep 25 22:29:37 CEST 2012 - jeffm@suse.com diff --git a/kernel-xen.spec b/kernel-xen.spec index d52ad040..f6a8f125 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc7 -%define patchversion 3.6.0-rc7 +%define srcversion 3.6 +%define patchversion 3.6.0 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-xen Summary: The Xen Kernel -Version: 3.6.rc7 +Version: 3.6.0 Release: 0 License: GPL-2.0 Group: System/Kernel @@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = %version-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source2: source-post.sh Source3: kernel-source.rpmlintrc Source8: devel-pre.sh diff --git a/linux-3.6-rc7.tar.bz2 b/linux-3.6-rc7.tar.bz2 deleted file mode 100644 index d9a0545d..00000000 --- a/linux-3.6-rc7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48613ee5295ea01e6d3776c47df2c832b1fc39334eeaed5b9ecf8c92673f7186 -size 82310754 diff --git a/linux-3.6.tar.bz2 b/linux-3.6.tar.bz2 new file mode 100644 index 00000000..64db6ff5 --- /dev/null +++ b/linux-3.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ae0a20fd39ecae79db0ce8f9397922fae33c8b06a54ed2c883c861126c9771 +size 82296001 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index d45607f9..fca6aa5c 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:2e1de40ffc4939517f2fd07d80e99fb0b0b2b05343bd5e0624204e55eff089d4 -size 81511 +oid sha256:67356543780e4c24056d28fb7356f14bb80cc38e6a73c113c0d3ebacd1e119c4 +size 82557 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index acc2513a..70cda261 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:427d59b524a49dbd2e8078c8cc0211c5b8a800611938888317cf9dcab21afbc2 -size 124573 +oid sha256:4dd8865f37e5f8305b8b46fdc4fe3d1326dfd59f3b0c9c3132cadc424d7c4b29 +size 167386 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 068d3db9..2a551403 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:2641bd9d08adea142f421176992f41ea1872d7c453ce74b22e88ed7f751d020b -size 2088519 +oid sha256:380f586a74e481f5d38d00e8481afaaa56ec48f865088283f3a76f1d57ce05ca +size 2094728 diff --git a/series.conf b/series.conf index 23fda604..0c53ba01 100644 --- a/series.conf +++ b/series.conf @@ -152,6 +152,7 @@ # ARM ######################################################## patches.arch/cubox-configuration.patch + patches.arch/arm-fix-build-ux500-module.diff ######################################################## # S/390 @@ -197,10 +198,13 @@ # Queued for 2.6.36 -> just revert after some time patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch -# Needs comparison with f7b004a17c9183f023796dea0d70284684ec000d -+trenn patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch -+trenn patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch -+trenn patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.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 ######################################################## # CPUFREQ @@ -219,7 +223,42 @@ ######################################################## # Suse specific stuff ######################################################## - patches.suse/suse-hv-Cleanup-the-guest-ID-computation.patch + patches.suse/msft-hv-0368-hyperv-Add-comments-for-the-extended-buffer-after-RN.patch + patches.suse/msft-hv-0369-Drivers-hv-Cleanup-the-guest-ID-computation.patch + patches.suse/msft-hv-0370-Drivers-hv-vmbus-Use-the-standard-format-string-to-f.patch + patches.suse/msft-hv-0371-Drivers-hv-Add-KVP-definitions-for-IP-address-inject.patch + patches.suse/msft-hv-0372-Drivers-hv-kvp-Cleanup-error-handling-in-KVP.patch + patches.suse/msft-hv-0373-Drivers-hv-Explicitly-size-elements-of-protocol-stru.patch + patches.suse/msft-hv-0374-Drivers-hv-kvp-Support-the-new-IP-injection-messages.patch + patches.suse/msft-hv-0375-Tools-hv-Prepare-to-expand-kvp_get_ip_address-functi.patch + patches.suse/msft-hv-0376-Tools-hv-Further-refactor-kvp_get_ip_address.patch + patches.suse/msft-hv-0377-Tools-hv-Gather-address-family-information.patch + patches.suse/msft-hv-0378-Tools-hv-Gather-subnet-information.patch + patches.suse/msft-hv-0379-Tools-hv-Represent-the-ipv6-mask-using-CIDR-notation.patch + patches.suse/msft-hv-0380-Tools-hv-Gather-ipv-4-6-gateway-information.patch + patches.suse/msft-hv-0381-hv-fail-the-probing-immediately-when-we-are-not-in-h.patch + patches.suse/msft-hv-0382-hv-vmbus_drv-detect-hyperv-through-x86_hyper.patch + patches.suse/msft-hv-0383-Tools-hv-Get-rid-of-some-unused-variables.patch + patches.suse/msft-hv-0384-Tools-hv-Correctly-type-string-variables.patch + patches.suse/msft-hv-0385-Tools-hv-Add-an-example-script-to-retrieve-DNS-entri.patch + patches.suse/msft-hv-0386-Tools-hv-Gather-DNS-information.patch + patches.suse/msft-hv-0387-Drivers-hv-kvp-Copy-the-address-family-information.patch + patches.suse/msft-hv-0388-Tools-hv-Add-an-example-script-to-retrieve-dhcp-stat.patch + patches.suse/msft-hv-0389-Tools-hv-Gather-DHCP-information.patch + patches.suse/msft-hv-0390-Tools-hv-Add-an-example-script-to-configure-an-inter.patch + 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 + patches.suse/msft-hv-0400-hyperv-Fix-page-buffer-handling-in-rndis_filter_send.patch + patches.suse/msft-hv-0401-hyperv-Remove-extra-allocated-space-for-recv_pkt_lis.patch + 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 @@ -304,6 +343,24 @@ ######################################################## patches.fixes/hfs-avoid-crash-in-hfs_bnode_create + ######################################################## + # Overlayfs + ######################################################## + + patches.suse/ovl01-vfs-add-i_op-dentry_open.patch + patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch + patches.suse/ovl03-vfs-introduce-clone_private_mount.patch + patches.suse/ovl04-overlay-filesystem.patch + patches.suse/ovl05-overlayfs-add-statfs-support.patch + patches.suse/ovl06-overlayfs-implement-show_options.patch + patches.suse/ovl07-overlay-overlay-filesystem-documentation.patch + patches.suse/ovl08-fs-limit-filesystem-stacking-depth.patch + patches.suse/ovl09-overlayfs-fix-possible-leak-in-ovl_new_inode.patch + patches.suse/ovl10-overlayfs-create-new-inode-in-ovl_link.patch + patches.suse/ovl11-vfs-export-__inode_permission-to-modules.patch + patches.suse/ovl12-ovl-switch-to-__inode_permission.patch + patches.suse/ovl13-overlayfs-copy-up-i_uid-i_gid-from-the-underlying-in.patch + ######################################################## # Swap-over-NFS ######################################################## @@ -591,15 +648,14 @@ patches.xen/xen3-patch-3.3 patches.xen/xen3-patch-3.4 patches.xen/xen3-patch-3.5 - patches.xen/xen3-patch-3.6-rc4 + patches.xen/xen3-patch-3.6 # ports of other patches - patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch + patches.xen/xen3-acpi_override_2_2.patch patches.xen/xen3-stack-unwind patches.xen/xen3-x86_64-unwind-annotations # bugfixes and enhancements - patches.xen/xen-kconfig-compat patches.xen/xen-sys-suspend patches.xen/xen-ipi-per-cpu-irq patches.xen/xen-virq-per-cpu-irq diff --git a/source-timestamp b/source-timestamp index 9df6cc3c..b2478e0b 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-09-25 22:30:44 +0200 -GIT Revision: 91c0ddca6c72736e6e59e0e8e565309fc2abdb1f +2012-10-04 15:44:56 +0200 +GIT Revision: 338be2caaad5a616f8f9e9c1108abb60cfa8b9b0 GIT Branch: master