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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed,  9 Dec 2009 10:45:32 -0800
From:	Joe Perches <joe@...ches.com>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] arch/x86: Add #define pr_fmt(fmt) and use pr_<level>

For the files that primarily use embedded prefixes:

Standardize a bit on use of pr_<level>, removed embedded prefixes
and use #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt as appropriate.
Coalesced long format strings.

Joe Perches (5):
  es7000_32.c: use pr_<level> and add pr_fmt(fmt)
  arch/x86/kernel/setup_percpu.c: use pr_<level> and add pr_fmt(fmt)
  i8254.c: Add pr_fmt(fmt)
  kmmio.c: Add and use pr_fmt(fmt)
  arch/x86/mm/mmio-mod.c: use pr_fmt

 arch/x86/kernel/apic/es7000_32.c |   12 ++++---
 arch/x86/kernel/setup_percpu.c   |   13 ++++---
 arch/x86/kvm/i8254.c             |   12 ++++---
 arch/x86/mm/kmmio.c              |   40 +++++++++++-----------
 arch/x86/mm/mmio-mod.c           |   71 ++++++++++++++++++-------------------
 5 files changed, 76 insertions(+), 72 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