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]
Message-Id: <20190319184930.72977-1-andriy.shevchenko@linux.intel.com>
Date:   Tue, 19 Mar 2019 20:49:17 +0200
From:   Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To:     "David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Cc:     Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH v2 00/13] enc28j60: messaging clean up and ACPI improvements

Most of the patches in the series dedicated to update messaging to use modern
APIs, such as netdev, with a benefit to distinguish devices, if more than one
installed on the system.

Besides that, patch 1 targeting ACPI enabled systems when MAC address provided
there via properties.

And few clean ups are included, such as:
- switching to module_spi_driver()
- converting to use ether_addr_copy() API
- converting to use SPDX

Since v2:
- cover letter is added

Andy Shevchenko (13):
  enc28j60: Use device_get_mac_address()
  enc28j60: Remove duplicate messaging
  enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()
  enc28j60: Drop driver name duplication from messages
  enc28j60: Switch to use module_spi_driver() macro
  enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()
  enc28j60: Switch to dev_<level> from pr_<level>
  enc28j60: Convert HW related printk() to dev_printk()
  enc28j60: Convert printk() to netdev_printk()
  enc28j60: Remove linux/init.h
  enc28j60: Amend comments by fixing typos, adding periods, etc
  enc28j60: Fix indentation splats
  enc28j60: Convert to use SPDX identifier

 drivers/net/ethernet/microchip/enc28j60.c | 541 ++++++++++------------
 1 file changed, 253 insertions(+), 288 deletions(-)

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ