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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 11 Feb 2021 13:12:31 +0100
From:   Rafał Miłecki <zajec5@...il.com>
To:     "David S . Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>,
        Rob Herring <robh+dt@...nel.org>
Cc:     Florian Fainelli <f.fainelli@...il.com>,
        Randy Dunlap <rdunlap@...radead.org>,
        Masahiro Yamada <masahiroy@...nel.org>, netdev@...r.kernel.org,
        devicetree@...r.kernel.org, bcm-kernel-feedback-list@...adcom.com,
        Andrew Lunn <andrew@...n.ch>,
        Rafał Miłecki <rafal@...ecki.pl>
Subject: [PATCH net-next 5.12 0/8] bcm4908_enet: post-review fixes

From: Rafał Miłecki <rafal@...ecki.pl>

V2 of my BCM4908 Ethernet patchset was applied to the net-next.git and
it was later that is received some extra reviews. I'm sending patches
that handle pointed out issues.

David: earler I missed that V2 was applied and I sent V3 and V4 of my
inital patchset. Sorry for that. I think it's the best to ignore V3 and
V4 I sent and proceed with this fixes patchset instead.

Rafał Miłecki (8):
  dt-bindings: net: rename BCM4908 Ethernet binding
  dt-bindings: net: bcm4908-enet: include ethernet-controller.yaml
  net: broadcom: rename BCM4908 driver & update DT binding
  net: broadcom: bcm4908_enet: drop unneeded memset()
  net: broadcom: bcm4908_enet: drop "inline" from C functions
  net: broadcom: bcm4908_enet: fix minor typos
  net: broadcom: bcm4908_enet: fix received skb length
  net: broadcom: bcm4908_enet: fix endianness in xmit code

 ...cm4908enet.yaml => brcm,bcm4908-enet.yaml} |   9 +-
 MAINTAINERS                                   |   4 +-
 drivers/net/ethernet/broadcom/Kconfig         |   2 +-
 drivers/net/ethernet/broadcom/Makefile        |   2 +-
 .../{bcm4908enet.c => bcm4908_enet.c}         | 228 +++++++++---------
 .../{bcm4908enet.h => bcm4908_enet.h}         |   4 +-
 6 files changed, 123 insertions(+), 126 deletions(-)
 rename Documentation/devicetree/bindings/net/{brcm,bcm4908enet.yaml => brcm,bcm4908-enet.yaml} (81%)
 rename drivers/net/ethernet/broadcom/{bcm4908enet.c => bcm4908_enet.c} (67%)
 rename drivers/net/ethernet/broadcom/{bcm4908enet.h => bcm4908_enet.h} (98%)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ