From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Linux 3.4 patches.. Date: Wed, 21 Mar 2012 12:07:41 -0400 Message-ID: <20120321160741.GD13722@phenom.dumpdata.com> References: <20120314193522.GG16960@phenom.dumpdata.com> <1B4B44D9196EFF41AE41FDA404FC0A10062932@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1B4B44D9196EFF41AE41FDA404FC0A10062932@SHSMSX101.ccr.corp.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Ren, Yongjie" Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Wed, Mar 21, 2012 at 06:54:31AM +0000, Ren, Yongjie wrote: > > -----Original Message----- > > From: xen-devel-bounces@lists.xen.org > > [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of Konrad Rzeszutek > > Wilk > > Sent: Thursday, March 15, 2012 3:35 AM > > To: xen-devel@lists.xensource.com > > Subject: [Xen-devel] Linux 3.4 patches.. > > > > Hey, > > > > So these are the patches I am aware of that are going in 3.4: > > If there are some I've missed please respond to this email with your > > patch. > > > > Akinobu Mita (1): > > xen-blkfront: use bitmap_set() and bitmap_clear() > > > > Alex Shi (1): > > xen: use this_cpu_xxx replace percpu_xxx funcs > > > > Andrew Jones (1): > > xen/blkfront: don't put bdev right after getting it > > > > Bastian Blank (4): > > xen: Add xenbus device driver > > xen: Add xenbus_backend device > > xen/privcmd: Remove unused support for arch specific privcmp > > mmap > > xen/xenbus-frontend: Make error message more clear > > > > Daniel De Graaf (2): > > xen/blkback: use grant-table.c hypercall wrappers > > xen/blkback: Enable blkback on HVM guests > > > > Ian Campbell (1): > > xen: only limit memory map to maximum reservation for domain 0. > > > > Jan Beulich (3): > > xenbus: address compiler warnings > > xenbus: don't free other end details too early > > xen: constify all instances of "struct attribute_group" > > > > Konrad Rzeszutek Wilk (13): > > xen: Add privcmd device driver > > xen/xenbus-frontend: Fix compile error with randconfig > > xen/xenbus: Fix compile error - missing header for > > xen_initial_domain() > > xen/mmu: Fix compile errors introduced by x86/memblock > > mismerge. > > pci: Introduce __pci_reset_function_locked to be used when > > holding device_lock. > > xen/pciback: Support pci_reset_function, aka FLR or D3 support. > > xen/cpu: Make VCPU hotplug code online CPUs properly. > > xen/setup/pm/acpi: Remove the call to boot_option_idle_override. > > xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs > > it. > > xen/acpi-processor: C and P-state driver that uploads said data to > > hypervisor. > > xen/cpufreq: Disable the cpu frequency scaling drivers from > > loading. > > xen/acpi-processor: Do not depend on CPU frequency scaling > > drivers. > > [CPUFREQ]: provide disable_cpufreq() function to disable the API. > > > I tested C-state and P-state on Intel Westmere-EP and Romley-EP platform. > Power management feature works fine. > Also did some basic testing (e.g. guest create, smp, sr-iov) and found no new issue. > My testing is based on Konrad's xen.git with tag "stable/for-linus-3.4-tag" against the following commit. > commit 59a56802918100c1e39e68c30a2e5ae9f7d837f0 > Author: Konrad Rzeszutek Wilk > Date: Fri Feb 3 16:03:20 2012 -0500 Excellent! Thank you for doing that.