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 Feb 2018 13:48:24 -0600
From:   Nathan Fontenot <nfont@...ux.vnet.ibm.com>
To:     David Miller <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, jallen@...ux.vnet.ibm.com,
        tlfalcon@...ux.vnet.ibm.com
Subject: Re: [PATCH V2 net-next 3/5] ibmvnic: Free and re-allocate scrqs when
 tx/rx scrqs change

On 02/19/2018 01:16 PM, David Miller wrote:
> From: Nathan Fontenot <nfont@...ux.vnet.ibm.com>
> Date: Sun, 18 Feb 2018 19:34:47 -0600
> 
>> @@ -2241,24 +2241,27 @@ static int reset_sub_crq_queues(struct ibmvnic_adapter *adapter)
>>  }
>>  
>>  static void release_sub_crq_queue(struct ibmvnic_adapter *adapter,
>> -				  struct ibmvnic_sub_crq_queue *scrq)
>> +				  struct ibmvnic_sub_crq_queue *scrq,
>> +				  int do_h_free)
>>  {
> 
> Please use 'bool' and true/false for do_h_free.

Version 3 sent with this update.

-Nathan

> 
> Thank you.
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ