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:   Mon, 25 Mar 2019 14:27:09 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Boris Pismenny <borisp@...lanox.com>, netdev@...r.kernel.org,
        Ilan Tayari <ilant@...lanox.com>,
        Yossi Kuperman <yossiku@...lanox.com>,
        Yevgeny Kliteynik <kliteyn@...lanox.com>,
        Saeed Mahameed <saeedm@...lanox.com>
Subject: Bad file pattern in MAINTAINERS section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER'

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:

	9887	MELLANOX ETHERNET INNOVA IPSEC DRIVER
	9888	R:	Boris Pismenny <borisp@...lanox.com>
	9889	L:	netdev@...r.kernel.org
	9890	S:	Supported
	9891	W:	http://www.mellanox.com
	9892	Q:	http://patchwork.ozlabs.org/project/netdev/list/
-->	9893	F:	drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
	9894	F:	drivers/net/ethernet/mellanox/mlx5/core/ipsec*

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

The most recent commit that added or modified file pattern 'drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*':

commit 547eede070eb981f1442e494f08f4567dcf1d1c7
Author: Ilan Tayari <ilant@...lanox.com>
Date:   Tue Apr 18 16:04:28 2017 +0300

    net/mlx5e: IPSec, Innova IPSec offload infrastructure
    
    Add Innova IPSec ESP crypto offload configuration paths.
    Detect Innova IPSec device and set the NETIF_F_HW_ESP flag.
    Configure Security Associations using the API introduced in a previous
    patch.
    
    Add Software-parser hardware descriptor layout
    Software-Parser (swp) is a hardware feature in ConnectX which allows the
    host software to specify protocol header offsets in the TX path, thus
    overriding the hardware parser.
    This is useful for protocols that the ASIC may not be able to parse on
    its own.
    
    Note that due to inline metadata, XDP is not supported in Innova IPSec.
    
    Signed-off-by: Ilan Tayari <ilant@...lanox.com>
    Signed-off-by: Yossi Kuperman <yossiku@...lanox.com>
    Signed-off-by: Yevgeny Kliteynik <kliteyn@...lanox.com>
    Signed-off-by: Boris Pismenny <borisp@...lanox.com>
    Signed-off-by: Saeed Mahameed <saeedm@...lanox.com>

 MAINTAINERS                                        |  10 +
 drivers/net/ethernet/mellanox/mlx5/core/Kconfig    |  12 +
 drivers/net/ethernet/mellanox/mlx5/core/Makefile   |   2 +
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |   3 +
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c   | 415 +++++++++++++++++++++
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.h   |  78 ++++
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  14 +
 include/linux/mlx5/mlx5_ifc.h                      |   8 +-
 include/linux/mlx5/qp.h                            |  14 +-
 9 files changed, 552 insertions(+), 4 deletions(-)

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

No commit with file pattern 'drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*' was found

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ