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:   Mon, 25 Mar 2019 14:27:32 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Sridhar Samudrala <sridhar.samudrala@...el.com>,
        netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>
Subject: Bad file pattern in MAINTAINERS section 'NET_FAILOVER MODULE'

A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

	10683	NET_FAILOVER MODULE
	10684	M:	Sridhar Samudrala <sridhar.samudrala@...el.com>
	10685	L:	netdev@...r.kernel.org
	10686	S:	Supported
-->	10687	F:	driver/net/net_failover.c
	10688	F:	include/net/net_failover.h
	10689	F:	Documentation/networking/net_failover.rst

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'driver/net/net_failover.c':

commit cfc80d9a11635404a40199a1c9471c96890f3f74
Author: Sridhar Samudrala <sridhar.samudrala@...el.com>
Date:   Thu May 24 09:55:15 2018 -0700

    net: Introduce net_failover driver
    
    The net_failover driver provides an automated failover mechanism via APIs
    to create and destroy a failover master netdev and manages a primary and
    standby slave netdevs that get registered via the generic failover
    infrastructure.
    
    The failover netdev acts a master device and controls 2 slave devices. The
    original paravirtual interface gets registered as 'standby' slave netdev and
    a passthru/vf device with the same MAC gets registered as 'primary' slave
    netdev. Both 'standby' and 'failover' netdevs are associated with the same
    'pci' device. The user accesses the network interface via 'failover' netdev.
    The 'failover' netdev chooses 'primary' netdev as default for transmits when
    it is available with link up and running.
    
    This can be used by paravirtual drivers to enable an alternate low latency
    datapath. It also enables hypervisor controlled live migration of a VM with
    direct attached VF by failing over to the paravirtual datapath when the VF
    is unplugged.
    
    Signed-off-by: Sridhar Samudrala <sridhar.samudrala@...el.com>
    Signed-off-by: David S. Miller <davem@...emloft.net>

 Documentation/networking/net_failover.rst |  26 +
 MAINTAINERS                               |   8 +
 drivers/net/Kconfig                       |  12 +
 drivers/net/Makefile                      |   1 +
 drivers/net/net_failover.c                | 836 ++++++++++++++++++++++++++++++
 include/net/net_failover.h                |  40 ++
 6 files changed, 923 insertions(+)

3: ---------------------------------------------------------------------------

No commit with file pattern 'driver/net/net_failover.c' was found

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ