Michal Kube��ek changed bug 1173591
What Removed Added
CC   mkubecek@suse.com

Comment # 2 on bug 1173591 from
It is a known problem, we backported the skb_frag_t conversion from upstream
5.4-rc1 into our SLE15-SP2 and openSUSE-15.2 kernels which are 5.3. As vmnet
module checks only kernel version, it tries to access ->page_offset directly
which is no longer possible.

This patch addresses the issue:

  https://github.com/mkubecek/vmware-host-modules/commit/64ec3716346e


You are receiving this mail because: