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:   Thu,  9 Nov 2017 18:12:49 +0100
From:   Stefan Schmidt <stefan@....samsung.com>
To:     davem@...emloft.net
Cc:     linux-wpan@...r.kernel.org, alex.aring@...il.com,
        netdev@...r.kernel.org
Subject: pull-request: net-next: ieee802154 2017-11-09

A small update on ieee802154 patches for net-next. Nothing dramatic, but simply
housekeeping this time around.
A fix for the correct mask to be applied in the mrf24j40 driver by Gustavo A. R. Silva
Removal of a non existing email user for the ca8210 driver by Harry Morris
A bunch of checkpatch cleanups across the subsystem from myself

Please pull, thanks a lot!

regards
Stefan Schmidt

The following changes since commit 2798b80b385384d51a81832556ee9ad25d175f9b:

  Merge branch 'eBPF-based-device-cgroup-controller' (2017-11-05 23:26:51 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git ieee802154-for-davem-2017-11-09

for you to fetch changes up to 7558bd50201f0b21129a9a5c220c11cf3bfc6efe:

  ieee802154: ca8210: use __func__ macro for debug messages (2017-11-06 16:39:14 +0100)

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      ieee802154: mrf24j40: fix incorrect mask in mrf24j40_stop

Harry Morris (1):
      MAINTAINERS: Update ca8210 driver contact emails

Stefan Schmidt (10):
      ieee802154: atusb: switch from uint8_t to u8
      ieee802154: atusb: use __func__ macro for debug messages
      ieee802154: atusb: fix some kernel coding style errors
      ieee802154: atusb: switch from BUG_ON() to WARN_ON() on problem
      ieee802154: cc2520: fix some kernel coding style errors
      ieee802154: cc2520: use __func__ macro for debug messages
      ieee802154: cc2520: switch from BUG_ON() to WARN_ON() on problem
      ieee802154: adf7242: use unsigned int over only unsigned
      ieee802154: ca8210: fix some kernel coding style errors
      ieee802154: ca8210: use __func__ macro for debug messages

 MAINTAINERS                       |  1 -
 drivers/net/ieee802154/adf7242.c  |  8 ++--
 drivers/net/ieee802154/atusb.c    | 77 +++++++++++++++++++--------------------
 drivers/net/ieee802154/ca8210.c   | 20 +++++-----
 drivers/net/ieee802154/cc2520.c   | 21 +++++------
 drivers/net/ieee802154/mrf24j40.c |  2 +-
 6 files changed, 63 insertions(+), 66 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ