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:   Fri, 28 Sep 2018 14:54:36 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Peter Zijlstra <peterz@...radead.org>,
        Ingo Molnar <mingo@...hat.com>,
        Will Deacon <will.deacon@....com>,
        Jason Low <jason.low2@....com>, Ingo Molnar <mingo@...nel.org>
Subject: Bad MAINTAINERS pattern in section 'LOCKING PRIMITIVES'

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	8566	LOCKING PRIMITIVES
	8567	M:	Peter Zijlstra <peterz@...radead.org>
	8568	M:	Ingo Molnar <mingo@...hat.com>
	8569	M:	Will Deacon <will.deacon@....com>
	8570	L:	linux-kernel@...r.kernel.org
	8571	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
	8572	S:	Maintained
	8573	F:	Documentation/locking/
	8574	F:	include/linux/lockdep.h
	8575	F:	include/linux/spinlock*.h
	8576	F:	arch/*/include/asm/spinlock*.h
	8577	F:	include/linux/rwlock*.h
	8578	F:	include/linux/mutex*.h
-->	8579	F:	arch/*/include/asm/mutex*.h
	8580	F:	include/linux/rwsem*.h
	8581	F:	arch/*/include/asm/rwsem.h
	8582	F:	include/linux/seqlock.h
	8583	F:	lib/locking*.[ch]
	8584	F:	kernel/locking/
	8585	X:	kernel/locking/locktorture.c

Commit that introduced this:

commit d4c3be70ca0e7a1ae308bedd3462900c61e97b11
 Author: Ingo Molnar <mingo@...nel.org>
 Date:   Thu Jun 9 12:20:25 2016 +0200
 
     MAINTAINERS: Update locking tree description and file patterns
     
     Update the file patterns, the Git tree URI and also widen the
     scope from 'LOCKDEP and LOCKSTAT' to 'LOCKING PRIMITIVES'.
     
     Signed-off-by: Ingo Molnar <mingo@...nel.org>
     Cc: Peter Zijlstra <peterz@...radead.org>
     Cc: Linus Torvalds <torvalds@...ux-foundation.org>
     Cc: Andrew Morton <akpm@...ux-foundation.org>
     Cc: Thomas Gleixner <tglx@...utronix.de>
     Cc: Paul E. McKenney <paulmck@...ux.vnet.ibm.com>
     Cc: linux-kernel@...r.kernel.org
 
  MAINTAINERS | 16 ++++++++++++----
  1 file changed, 12 insertions(+), 4 deletions(-)

Last commit with arch/*/include/asm/mutex*.h

commit 890658b7ab48d1362a0362df842cecc73c83146f
Author: Peter Zijlstra <peterz@...radead.org>
Date:   Tue Aug 23 13:36:04 2016 +0200

    locking/mutex: Kill arch specific code
    
    Its all generic atomic_long_t stuff now.
    
    Tested-by: Jason Low <jason.low2@....com>
    Signed-off-by: Peter Zijlstra (Intel) <peterz@...radead.org>
    Cc: Andrew Morton <akpm@...ux-foundation.org>
    Cc: Linus Torvalds <torvalds@...ux-foundation.org>
    Cc: Paul E. McKenney <paulmck@...ux.vnet.ibm.com>
    Cc: Peter Zijlstra <peterz@...radead.org>
    Cc: Thomas Gleixner <tglx@...utronix.de>
    Cc: linux-arch@...r.kernel.org
    Cc: linux-kernel@...r.kernel.org
    Signed-off-by: Ingo Molnar <mingo@...nel.org>

 arch/alpha/include/asm/mutex.h      |   9 ---
 arch/arc/include/asm/mutex.h        |  18 -----
 arch/arm/include/asm/mutex.h        |  21 ------
 arch/arm64/include/asm/Kbuild       |   1 -
 arch/avr32/include/asm/mutex.h      |   9 ---
 arch/blackfin/include/asm/Kbuild    |   1 -
 arch/c6x/include/asm/mutex.h        |   6 --
 arch/cris/include/asm/mutex.h       |   9 ---
 arch/frv/include/asm/mutex.h        |   9 ---
 arch/h8300/include/asm/mutex.h      |   9 ---
 arch/hexagon/include/asm/mutex.h    |   8 ---
 arch/ia64/include/asm/mutex.h       |  90 ------------------------
 arch/m32r/include/asm/mutex.h       |   9 ---
 arch/m68k/include/asm/Kbuild        |   1 -
 arch/metag/include/asm/Kbuild       |   1 -
 arch/microblaze/include/asm/mutex.h |   1 -
 arch/mips/include/asm/Kbuild        |   1 -
 arch/mn10300/include/asm/mutex.h    |  16 -----
 arch/nios2/include/asm/mutex.h      |   1 -
 arch/openrisc/include/asm/mutex.h   |  27 --------
 arch/parisc/include/asm/Kbuild      |   1 -
 arch/powerpc/include/asm/mutex.h    | 132 ------------------------------------
 arch/s390/include/asm/mutex.h       |   9 ---
 arch/score/include/asm/mutex.h      |   6 --
 arch/sh/include/asm/mutex-llsc.h    | 109 -----------------------------
 arch/sh/include/asm/mutex.h         |  12 ----
 arch/sparc/include/asm/Kbuild       |   1 -
 arch/tile/include/asm/Kbuild        |   1 -
 arch/um/include/asm/Kbuild          |   1 -
 arch/unicore32/include/asm/mutex.h  |  20 ------
 arch/x86/include/asm/mutex.h        |   5 --
 arch/x86/include/asm/mutex_32.h     | 110 ------------------------------
 arch/x86/include/asm/mutex_64.h     | 127 ----------------------------------
 arch/xtensa/include/asm/mutex.h     |   9 ---
 include/asm-generic/mutex-dec.h     |  88 ------------------------
 include/asm-generic/mutex-null.h    |  19 ------
 include/asm-generic/mutex-xchg.h    | 120 --------------------------------
 include/asm-generic/mutex.h         |   9 ---
 38 files changed, 1026 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ