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, 04 Apr 2008 13:51:37 +0200
From:	hannes@...urebad.de
To:	LKML <linux-kernel@...r.kernel.org>
Subject: [patch 00/22 -v2] Generic show_mem()

Every arch implements its own show_mem() function.  Most of them share
quite some code, some of them are completely identical.

This series implements a generic version of this function and migrates
almost all architectures to it.

---
version 2:
	- Fix kbuild bits as suggested by Heiko Carstens
	- Include quicklist info as suggested by Paul Mundt
	- Extend changelogs by info on removal of redundant output

Note: This patchset is based on the `Remove redundant display of free
swap space from show_mem()' series. 

 arch/alpha/mm/init.c      |   29 -----------------------
 arch/alpha/mm/numa.c      |   34 ---------------------------
 arch/arm/Kconfig          |    1 +
 arch/avr32/mm/init.c      |   39 -------------------------------
 arch/blackfin/mm/init.c   |   27 ----------------------
 arch/cris/mm/init.c       |   30 ------------------------
 arch/frv/mm/init.c        |   31 -------------------------
 arch/h8300/mm/init.c      |   28 -----------------------
 arch/ia64/Kconfig         |    1 +
 arch/m32r/mm/init.c       |   35 ----------------------------
 arch/m68k/mm/init.c       |   30 ------------------------
 arch/m68knommu/mm/init.c  |   28 -----------------------
 arch/mips/mm/Makefile     |    3 +-
 arch/mips/mm/pgtable.c    |   36 -----------------------------
 arch/mn10300/mm/pgtable.c |   27 ----------------------
 arch/parisc/Kconfig       |    1 +
 arch/powerpc/mm/mem.c     |   39 -------------------------------
 arch/ppc/mm/init.c        |   30 ------------------------
 arch/s390/mm/init.c       |   35 ----------------------------
 arch/sh/mm/init.c         |   40 --------------------------------
 arch/sparc/Kconfig        |    1 +
 arch/sparc64/mm/init.c    |   43 -----------------------------------
 arch/um/kernel/mem.c      |   29 -----------------------
 arch/v850/kernel/setup.c  |   30 ------------------------
 arch/x86/mm/init_64.c     |   37 ------------------------------
 arch/x86/mm/pgtable_32.c  |   47 --------------------------------------
 arch/xtensa/mm/init.c     |   26 ---------------------
 mm/Kconfig                |    3 ++
 mm/page_alloc.c           |   55 +++++++++++++++++++++++++++++++++++++++++++++
 mm/swap_state.c           |    3 +-
 30 files changed, 65 insertions(+), 733 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ