net/smc: fix access to parent of an ib device
mainline inclusion from mainline-v5.11-rc1 commit 995433b7 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I78IFM CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=995433b795cec0a4ef6c8603e7642903c621943a -------------------------------- The parent of an ib device is used to retrieve the PCI device attributes. It turns out that there are possible cases when an ib device has no parent set in the device structure, which may lead to page faults when trying to access this memory. Fix that by checking the parent pointer and consolidate the pci device specific processing in a new function. Fixes: a3db10ef ("net/smc: Add support for obtaining SMCR device list") Reported-by:<syzbot+600fef7c414ee7e2d71b@syzkaller.appspotmail.com> Signed-off-by:
Karsten Graul <kgraul@linux.ibm.com> Link: https://lore.kernel.org/r/20201215091058.49354-2-kgraul@linux.ibm.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org> Signed-off-by:
Yingyu Zeng <zengyingyu@sangfor.com.cn>
Loading
Please sign in to comment