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
| ||
|
Message-ID: <1404c7ee-c9dd-4f2d-8f1d-d87310ceab8e@tuxon.dev> Date: Wed, 27 Dec 2023 12:43:50 +0200 From: claudiu beznea <claudiu.beznea@...on.dev> To: Sergey Shtylyov <s.shtylyov@....ru>, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, yoshihiro.shimoda.uh@...esas.com, wsa+renesas@...g-engineering.com, mitsuhiro.kimura.kc@...esas.com Cc: netdev@...r.kernel.org, linux-renesas-soc@...r.kernel.org, linux-kernel@...r.kernel.org, Claudiu Beznea <claudiu.beznea.uj@...renesas.com> Subject: Re: [PATCH net v2 1/1] net: ravb: Wait for operation mode to be applied On 27.12.2023 12:10, claudiu beznea wrote: >>> -static int ravb_config(struct net_device *ndev) >>> +static int ravb_set_opmode(struct net_device *ndev, u32 opmode) >> Since you pass the complete CCC register value below, you should >> rather call the function ravb_set_ccc() and call the parameter opmode >> ccc. > This will be confusing. E.g., if renaming it ravb_set_ccc() one would > expect to set any fields of CCC though this function but this is not true > as ravb_modify() in this function masks only CCC_OPC. The call of: What about ravb_set_opc() or ravb_set_ccc_opc() ?
Powered by blists - more mailing lists