lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <KL1P15301MB02644C33CA12E8288C4B9AD4BBA00@KL1P15301MB0264.APCP153.PROD.OUTLOOK.COM>
Date:   Tue, 27 Aug 2019 08:02:07 +0000
From:   Wei Hu <weh@...rosoft.com>
To:     Michael Kelley <mikelley@...rosoft.com>,
        "b.zolnierkie@...sung.com" <b.zolnierkie@...sung.com>,
        "linux-hyperv@...r.kernel.org" <linux-hyperv@...r.kernel.org>,
        "dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
        "linux-fbdev@...r.kernel.org" <linux-fbdev@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "sashal@...nel.org" <sashal@...nel.org>,
        Stephen Hemminger <sthemmin@...rosoft.com>,
        Haiyang Zhang <haiyangz@...rosoft.com>,
        KY Srinivasan <kys@...rosoft.com>,
        Dexuan Cui <decui@...rosoft.com>
CC:     Iouri Tarassov <iourit@...rosoft.com>
Subject: RE: [PATCH v2] video: hyperv: hyperv_fb: Obtain screen resolution
 from Hyper-V host

> -----Original Message-----
> From: Michael Kelley <mikelley@...rosoft.com>
> Sent: Thursday, August 22, 2019 7:49 AM
> To: Wei Hu <weh@...rosoft.com>; b.zolnierkie@...sung.com; linux-
> hyperv@...r.kernel.org; dri-devel@...ts.freedesktop.org; linux-
> fbdev@...r.kernel.org; linux-kernel@...r.kernel.org; sashal@...nel.org;
> Stephen Hemminger <sthemmin@...rosoft.com>; Haiyang Zhang
> <haiyangz@...rosoft.com>; KY Srinivasan <kys@...rosoft.com>; Dexuan Cui
> <decui@...rosoft.com>
> Cc: Iouri Tarassov <iourit@...rosoft.com>
> > +
> > +struct synthvid_supported_resolution_resp {
> > +	u8 edid_block[SYNTHVID_EDID_BLOCK_SIZE];
> > +	u8 resolution_count;
> > +	u8 default_resolution_index;
> > +	u8 is_standard;
> > +	struct hvd_screen_info
> > +		supported_resolution[SYNTHVID_MAX_RESOLUTION_COUNT];
> 
> Is there extra whitespace on this line?  Just wondering why it doesn't
> line up.
> 
[Wei Hu] 
No extra whitespace. It would be over 80 characters if I had put them in one line.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ