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:28:04 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     linux-media@...r.kernel.org,
        Mauro Carvalho Chehab <mchehab@...hat.com>,
        Christoph Hellwig <hch@....de>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM'

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:

	14342	SOC-CAMERA V4L2 SUBSYSTEM
	14343	L:	linux-media@...r.kernel.org
	14344	T:	git git://linuxtv.org/media_tree.git
	14345	S:	Orphan
	14346	F:	include/media/soc*
	14347	F:	drivers/media/i2c/soc_camera/
-->	14348	F:	drivers/media/platform/soc_camera/

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

The most recent commit that added or modified file pattern 'drivers/media/platform/soc_camera/':

commit 90d72ac6e1c3c65233a13816770fb85c8831bff2
Author: Mauro Carvalho Chehab <mchehab@...hat.com>
Date:   Sat Sep 15 17:59:42 2012 -0300

    MAINTAINERS: fix the path for the media drivers that got renamed
    
    Due to the media tree path renaming, several drivers change their
    location. Update MAINTAINERS accordingly.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@...hat.com>

 MAINTAINERS | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

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

The last commit with a real presence of file pattern 'drivers/media/platform/soc_camera/':

commit 82c5de0ab8dbd6035223ad69e76bd8a88a0a9399
Author: Christoph Hellwig <hch@....de>
Date:   Tue Dec 25 13:29:54 2018 +0100

    dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
    
    All users of dma_declare_coherent want their allocations to be
    exclusive, so default to exclusive allocations.
    
    Signed-off-by: Christoph Hellwig <hch@....de>
    Reviewed-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

 Documentation/DMA-API.txt                          |  9 +-------
 arch/arm/mach-imx/mach-imx27_visstrim_m10.c        | 12 ++++-------
 arch/arm/mach-imx/mach-mx31moboard.c               |  3 +--
 arch/sh/boards/mach-ap325rxa/setup.c               |  5 ++---
 arch/sh/boards/mach-ecovec24/setup.c               |  6 ++----
 arch/sh/boards/mach-kfr2r09/setup.c                |  5 ++---
 arch/sh/boards/mach-migor/setup.c                  |  5 ++---
 arch/sh/boards/mach-se/7724/setup.c                |  6 ++----
 arch/sh/drivers/pci/fixups-dreamcast.c             |  3 +--
 .../platform/soc_camera/sh_mobile_ceu_camera.c     |  3 +--
 drivers/usb/host/ohci-sm501.c                      |  3 +--
 drivers/usb/host/ohci-tmio.c                       |  2 +-
 include/linux/dma-mapping.h                        |  7 ++----
 kernel/dma/coherent.c                              | 25 ++++++----------------
 14 files changed, 29 insertions(+), 65 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ