From 1e7679e7d5b10f941b1cc1ccd1d9f3802f82904483208bea8fd590ac7baccabc Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Fri, 5 Oct 2012 06:02:03 +0000 Subject: [PATCH] commit 338be2caaad5a616f8f9e9c1108abb60cfa8b9b0 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7357 --- config.tar.bz2 | 4 +-- kernel-cubox.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-debug.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-default.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-desktop.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-docs.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-ec2.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-exynos.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-highbank.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-imx51.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-omap2plus.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-pae.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-ppc64.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-s390.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-source.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-syms.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-tegra.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-trace.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-u8500.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-vanilla.changes | 55 ++++++++++++++++++++++++++++++++++++++++ kernel-xen.changes | 55 ++++++++++++++++++++++++++++++++++++++++ patches.suse.tar.bz2 | 4 +-- patches.xen.tar.bz2 | 4 +-- series.conf | 41 +++++++++++++++++++++++++++--- source-timestamp | 4 +-- 25 files changed, 1146 insertions(+), 11 deletions(-) diff --git a/config.tar.bz2 b/config.tar.bz2 index 6c5b6ea1..b922ece5 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e89f7be91d9eef84f38e09019a2b63d9920f4cb74151e4c6fe4001f393e07b8e -size 308416 +oid sha256:d07e2230b4d3d4cf5616fa59017f58dbfb0c8a0446221092a152199e3418d197 +size 308204 diff --git a/kernel-cubox.changes b/kernel-cubox.changes index 17931a6c..aa8c8661 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-debug.changes b/kernel-debug.changes index 17931a6c..aa8c8661 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-default.changes b/kernel-default.changes index 17931a6c..aa8c8661 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 17931a6c..aa8c8661 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-docs.changes b/kernel-docs.changes index 17931a6c..aa8c8661 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 17931a6c..aa8c8661 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-exynos.changes b/kernel-exynos.changes index 17931a6c..aa8c8661 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-highbank.changes b/kernel-highbank.changes index 17931a6c..aa8c8661 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-imx51.changes b/kernel-imx51.changes index 17931a6c..aa8c8661 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index 17931a6c..aa8c8661 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-pae.changes b/kernel-pae.changes index 17931a6c..aa8c8661 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 17931a6c..aa8c8661 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-s390.changes b/kernel-s390.changes index 17931a6c..aa8c8661 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-source.changes b/kernel-source.changes index 17931a6c..aa8c8661 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-syms.changes b/kernel-syms.changes index 17931a6c..aa8c8661 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-tegra.changes b/kernel-tegra.changes index 17931a6c..aa8c8661 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-trace.changes b/kernel-trace.changes index 17931a6c..aa8c8661 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-u8500.changes b/kernel-u8500.changes index 17931a6c..aa8c8661 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 17931a6c..aa8c8661 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-xen.changes b/kernel-xen.changes index 17931a6c..aa8c8661 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +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 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 26bd2140..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:3c59d9f06c46fb691c5e740d16c089f897c90cb99e65b989842480de2cfd8c45 -size 145182 +oid sha256:4dd8865f37e5f8305b8b46fdc4fe3d1326dfd59f3b0c9c3132cadc424d7c4b29 +size 167386 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 59eef061..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:fa5d0b0c21224b0f6dfab2c42e43e75034e465151d0949cc0beeec5ad9b73e70 -size 2087097 +oid sha256:380f586a74e481f5d38d00e8481afaaa56ec48f865088283f3a76f1d57ce05ca +size 2094728 diff --git a/series.conf b/series.conf index d76384b6..0c53ba01 100644 --- a/series.conf +++ b/series.conf @@ -223,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 @@ -613,14 +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_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 34668c20..b2478e0b 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-10-03 11:19:12 +0200 -GIT Revision: ea13a5728365a6939dcdf79db78e987b415b4bc8 +2012-10-04 15:44:56 +0200 +GIT Revision: 338be2caaad5a616f8f9e9c1108abb60cfa8b9b0 GIT Branch: master