lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 25 Jan 2019 14:20:40 +0100
From:   Johannes Berg <johannes@...solutions.net>
To:     David Miller <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, linux-wireless@...r.kernel.org
Subject: pull-request: mac80211 2019-01-25

Hi Dave,

Here are 8 fixes for the current cycle, nothing that seems out of
the ordinary.

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit 8a7fa0c35027d1a3ec3c3e8612800a1b4738e3c3:

  Merge tag 'mlx5-fixes-2019-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (2019-01-18 18:23:23 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2019-01-25

for you to fetch changes up to 93183bdbe73bbdd03e9566c8dc37c9d06b0d0db6:

  cfg80211: extend range deviation for DMG (2019-01-25 10:18:51 +0100)

----------------------------------------------------------------
Just a few small fixes:
 * avoid trying to operate TDLS when not connection,
   this is not valid and led to issues
 * count TTL-dropped frames in mesh better
 * deal with new WiGig channels in regulatory code
 * remove a WARN_ON() that can trigger due to benign
   races during device/driver registration
 * fix nested netlink policy maxattrs (syzkaller)
 * fix hwsim n_limits (syzkaller)
 * propagate __aligned(2) to a surrounding struct
 * return proper error in virt_wifi error path

----------------------------------------------------------------
Balaji Pothunoori (1):
      mac80211: don't initiate TDLS connection if station is not associated to AP

Bob Copeland (1):
      mac80211: fix miscounting of ttl-dropped frames

Chaitanya Tata (2):
      cfg80211: reg: remove warn_on for a normal case
      cfg80211: extend range deviation for DMG

Johannes Berg (2):
      mac80211_hwsim: check that n_limits makes sense
      nl80211: fix NLA_POLICY_NESTED() arguments

Mathieu Malaterre (1):
      mac80211: Add attribute aligned(2) to struct 'action'

Wei Yongjun (1):
      virt_wifi: fix error return code in virt_wifi_newlink()

 drivers/net/wireless/mac80211_hwsim.c |  5 +++++
 drivers/net/wireless/virt_wifi.c      |  4 +++-
 net/mac80211/cfg.c                    |  4 ++++
 net/mac80211/rx.c                     |  6 ++++--
 net/wireless/nl80211.c                |  2 +-
 net/wireless/reg.c                    | 13 +++++++++----
 6 files changed, 26 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ