From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: Commit dd6d87 breaks serial console Date: Mon, 14 Jul 2014 17:25:12 +0100 Message-ID: <53C40468.8030401@citrix.com> References: <53C40054.8080400@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <53C40054.8080400@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: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= , xen-devel , Jan Beulich , "Tim (Xen.org)" , Yang Zhang , Kevin Tian , Keir Fraser List-Id: xen-devel@lists.xenproject.org On 14/07/14 17:07, Roger Pau Monn=E9 wrote: > Hello, > > The following commit: > > commit dd6d87a4fcc8350c752e389abb3bcd8479c37555 > Author: Jan Beulich > Date: Fri Jun 20 10:26:37 2014 +0200 > > VT-d: drop redundant calls to invalidate_sync() > > The call tree iommu_flush_iec_index() -> __iommu_flush_iec() already > invokes invalidate_sync(). Removing the superfluous instances at once > allows the function to become static. > > Signed-off-by: Jan Beulich > Reviewed-by: Andrew Cooper > Acked-by: Yang Zhang > > Breaks serial console on my box, this is all the output I get with this = > commit applied: Are you sure you have bisected this correctly? Unless there is some hardware side-effect of issuing two qinvalidate wait descriptors back-to-back, the change still looks to be good. = Alternately, are we missing a hardware erratum for your system? ~Andrew