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]
Date:   Mon, 19 Sep 2022 12:39:52 -0700
From:   Easwar Hariharan <eahariha@...ux.microsoft.com>
To:     wei.liu@...nel.org
Cc:     decui@...rosoft.com, eahariha@...ux.microsoft.com,
        haiyangz@...rosoft.com, kys@...rosoft.com,
        linux-hyperv@...r.kernel.org, linux-kernel@...r.kernel.org,
        sthemmin@...rosoft.com, vkuznets@...hat.com
Subject: Re: [PATCH v2 1/2] hv: Use PCI_VENDOR_ID_MICROSOFT for better discoverability


On Mon, 12 Sep 2022, Wei Liu wrote:

> On Fri, Sep 09, 2022 at 11:50:24AM -0700, Easwar Hariharan wrote:
>> From: Easwar Hariharan <easwar.hariharan@...rosoft.com>
>>
>> Signed-off-by: Easwar Hariharan <easwar.hariharan@...rosoft.com>
>
>> ---
>>  drivers/hv/vmbus_drv.c | 4 +++-
>>  1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
>> index 3c833ea..6b77a53 100644
>> --- a/drivers/hv/vmbus_drv.c
>> +++ b/drivers/hv/vmbus_drv.c
>> @@ -39,6 +39,8 @@
>>  #include <clocksource/hyperv_timer.h>
>>  #include "hyperv_vmbus.h"
>>
>> +#define PCI_VENDOR_ID_MICROSOFT 0x1414
>> +
>
> There is a patch in hyperv-fixes that puts this definition to a proper
> header. You can wait for that to land and rebase this patch.
>
> In the future when you send out a series, please chain all the patches
> to a cover letter.

Hi Wei,

This patch is already rebased on hyperv/fixes in response to Vitaly's 
pointer in this thread: 
https://lore.kernel.org/lkml/87leqsr6im.fsf@redhat.com

I'll pull in the pci_ids.h inclusion if that's more acceptable.

Thanks,
Easwar

>> --
>> 1.8.3.1
>>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ