aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/cpu-hotplug
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-07-04 18:04:56 -0700
committerDavid S. Miller <davem@davemloft.net>2020-07-04 18:04:56 -0700
commit0f57a1e522f413e87852e632f55de4723e511939 (patch)
treea0a2319aea1dbeee724c693eaeaa9e384f3e8f0a /tools/testing/selftests/cpu-hotplug
parenthsr: fix interface leak in error path of hsr_dev_finalize() (diff)
parentnet: rmnet: do not allow to add multiple bridge interfaces (diff)
downloadwireguard-linux-0f57a1e522f413e87852e632f55de4723e511939.tar.xz
wireguard-linux-0f57a1e522f413e87852e632f55de4723e511939.zip
Merge branch 'net-rmnet-fix-interface-leak-for-rmnet-module'
Taehee Yoo says: ==================== net: rmnet: fix interface leak for rmnet module There are two problems in rmnet module that they occur the leak of a lower interface. The symptom is the same, which is the leak of a lower interface. But there are two different real problems. This patchset is to fix these real problems. 1. Do not allow to have different two modes. As a lower interface of rmnet, there are two modes that they are VND and BRIDGE. One interface can have only one mode. But in the current rmnet, there is no code to prevent to have two modes in one lower interface. So, interface leak occurs. 2. Do not allow to add multiple bridge interfaces. rmnet can have only two bridge interface. If an additional bridge interface is tried to be attached, rmnet should deny it. But there is no code to do that. So, interface leak occurs. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/cpu-hotplug')
0 files changed, 0 insertions, 0 deletions