Project

General

Profile

Actions

Bug #7523

open

EMG mixes calls of handlers from different structures

Added by Pavel Andrianov over 7 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
Environment models
Target version:
-
Start date:
08/23/2016
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

drivers/net/dummy.ko. Linux 4.5-rc7. In environment model there is an ldv_control_function_0, which corresponds to net_dev_ops. Seems ldv_dummy_resourceless_instance_callback_0_10(ldv_0_callback_ndo_set_rx_mode, ldv_0_container_net_device) should call netdev_ops->ndo_set_rx_mode, but in the implementation there is a call of dummy_setup, which is not even a handler of netdev_ops. This handler is from rtnl_link_ops. As a result dummy_setup is called twice (from netdev_ops and from rtnl_link_ops) and set_multicast_list (it is assigned to ndo_set_rx_mode) is not called at all.

No data to display

Actions

Also available in: Atom PDF