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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 22 May 2020 16:20:07 -0700 (PDT) From: David Miller <davem@...emloft.net> To: wu000273@....edu Cc: kuba@...nel.org, hkallweit1@...il.com, jonathan.lemon@...il.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, kjlu@....edu Subject: Re: [PATCH] net: sun: fix missing release regions in cas_init_one(). From: wu000273@....edu Date: Fri, 22 May 2020 16:50:27 -0500 > From: Qiushi Wu <wu000273@....edu> > > In cas_init_one(), "pdev" is requested by "pci_request_regions", but it > was not released after a call of the function “pci_write_config_byte” > failed. Thus replace the jump target “err_write_cacheline” by > "err_out_free_res". > > Fixes: 1f26dac32057 ("[NET]: Add Sun Cassini driver.") > Signed-off-by: Qiushi Wu <wu000273@....edu> Applied, thank you.
Powered by blists - more mailing lists