From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Outstanding fixes for Linux 4.1? Date: Thu, 2 Apr 2015 15:22:11 -0400 Message-ID: <20150402192211.GI3131@x230.dumpdata.com> References: <551D6C9E.9090608@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <551D6C9E.9090608@citrix.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: David Vrabel Cc: Boris Ostrovsky , Stefano Stabellini , "Xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Thu, Apr 02, 2015 at 05:21:50PM +0100, David Vrabel wrote: > All, > > Are there any outstanding patches that should be added to Linux 4.1 > (the merge window for which will be opening shortly)? Bob's two patches to the deferred grant mechanism. Also the XSA-120 addendum. Will send that out on Friday along with some other potential fixes. > > So far I have queued: > > Dan Carpenter (1): > xen/mce: fix up xen_late_init_mcelog() error handling > > David Vrabel (2): > xen: unify foreign GFN map/unmap for auto-xlated physmap guests > xen/privcmd: improve performance of MMAPBATCH_V2 > > Jan Beulich (1): > xen-pciback: also support disabling of bus-mastering and memory-write-inva > > Juergen Gross (6): > xen: build infrastructure for generating hypercall depending symbols > xen: synchronize include/xen/interface/xen.h with xen > xen: use generated hypervisor symbols in arch/x86/xen/trace.c > xen: use generated hypercall symbols in arch/x86/xen/xen-head.S > xen: scsiback: add LUN of restored domain > xen: support suspend/resume in pvscsi frontend > > Konrad Rzeszutek Wilk (3): > xen/pciback: Don't print scary messages when unsupported by hypervisor. > x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUs > x86/xen/apic: WARN with details. > > Takashi Iwai (2): > xen: pcpu: Use static attribute groups for sysfs entry > xen: balloon: Use static attribute groups for sysfs entries > > Tao Chen (1): > xen-scsiback: define a pr_fmt macro with xen-pvscsi > > David