You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/kernel
Sven Eckelmann 87493dac11 mac80211: initialize sinfo in cfg80211_get_station
Most of the implementations behind cfg80211_get_station will not initialize
sinfo to zero before manipulating it. For example, the member "filled",
which indicates the filled in parts of this struct, is often only modified
by enabling certain bits in the bitfield while keeping the remaining bits
in their original state. A caller without a preinitialized sinfo.filled can
then no longer decide which parts of sinfo were filled in by
cfg80211_get_station (or actually the underlying implementations).

cfg80211_get_station must therefore take care that sinfo is initialized to
zero. Otherwise, the caller may tries to read information which was not
filled in and which must therefore also be considered uninitialized. In
batadv_v_elp_get_throughput's case, an invalid "random" expected throughput
may be stored for this neighbor and thus the B.A.T.M.A.N V algorithm may
switch to non-optimal neighbors for certain destinations.

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
6 years ago
..
acx-mac80211 acx-mac80211: fix build on kernel 4.9 7 years ago
ar7-atm ar7-atm: fix function signatures with expected ones 7 years ago
ath10k-ct ath10k-ct: search DT for BDF variant info 6 years ago
avila-wdt build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
brcm2708-gpu-fw brcm2708: Update brcm2708-gpu-fw package 6 years ago
broadcom-wl broadcom-wl: fix compilation with 4.14 6 years ago
button-hotplug build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
dtc/patches package: kernel: dtc: Add DTO support 7 years ago
gpio-button-hotplug build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
gpio-nct5104d gpio-nct5104d: Add support for new chip ID 6 years ago
hwmon-gsc build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
i2c-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
kmod-sched-cake kmod-sched-cake: bump to latest 20180706 6 years ago
lantiq ltq-vdsl-fw: fix ltq-vdsl-vr9-vectoring-fw-installer package install 6 years ago
leds-apu2 leds-apu2: add newer board names 6 years ago
linux linux: update license tag to use correct SPDX tag 6 years ago
mac80211 mac80211: initialize sinfo in cfg80211_get_station 6 years ago
mt76 mt76: update to the latest version 6 years ago
mwlwifi mwlwifi: update to version 10.3.8.0-20180615 6 years ago
om-watchdog treewide: use the generic board_name function 7 years ago
rotary-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
rtc-rv5c386a build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
spi-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
trelay build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk 7 years ago
w1-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago