ACK/Cmnt: [PATCH 0/1][SRU][B][C] mac80211_hwsim: Timer should be initialized before device registered
Stefan Bader
stefan.bader at canonical.com
Thu Apr 18 09:59:11 UTC 2019
On 17.04.19 10:31, You-Sheng Yang wrote:
> BugLink: https://bugs.launchpad.net/bugs/1825058
>
> [Impact]
> Kernel NULL pointer dereference in mac80211_hwsim.
>
> [Fix]
> a1881c9b8a1e mac80211_hwsim: Timer should be initialized before device registered
>
> This fix has been included in 4.19.9 or above.
>
> [Test Case]
> $ git clone https://github.com/aircrack-ng/aircrack-ng
> # Tested with 69a406c
> $ cd aircrack-ng
> $ grep 'sudo apt' README.md | bash
> $ autoreconf -i
> $ ./configure --with-experimental
> $ make check
> $ sudo bash scripts/airmon-ng.linux check kill
> $ sudo make integration
>
> # Run integration test again and check dmesg
> $ sudo bash scripts/airmon-ng.linux check kill
> $ sudo make integration
>
> Verified with VMs setup locally.
>
> [Regression Risk]
> Low. Move forward data structure initialization only. This patch has
> also been included in LTS stable kernel.
>
> Vasyl Vavrychuk (1):
> mac80211_hwsim: Timer should be initialized before device registered
>
> drivers/net/wireless/mac80211_hwsim.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
Is this really the same patch for Bionic and Cosmic? If so, then just send it
once with [SRU][B][C] (or [SRU B/C]) markup. If not, please change cherry picked
to backported. Except when git am -C2 works and ends up changing the right
places. Then still only send one patch but note in the cover email that there
are context differences to be ignored. Thanks.
Acked-by: Stefan Bader <stefan.bader at canonical.com>
More information about the kernel-team
mailing list