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:	Tue, 20 Aug 2013 17:20:11 -0700
From:	Josh Triplett <josh@...htriplett.org>
To:	linux-kernel@...r.kernel.org
Cc:	Len Brown <len.brown@...el.com>,
	Mark Asselstine <mark.asselstine@...driver.com>,
	Mike Frysinger <vapier@...omium.org>,
	Josh Triplett <josh@...htriplett.org>
Subject: [PATCH v2 0/8] turbostat: Build fixes, 32-bit support, and cleanups

This patch series includes build fixes, warning fixes, and cleanups discovered
while adding turbostat to ChromeOS.

The first and third patches should go into stable, and I've CCed them
accordingly.

The first patch unbreaks the turbostat build on systems
with older versions of kernel headers.

The third patch is required to build on 32-bit x86.

The second and fourth patches fix warnings.

Patches 5-7 are code cleanups, and the last patch adds turbostat itself to
.gitignore.

Josh Triplett (8):
  turbostat: Don't put unprocessed uapi headers in the include path
  turbostat: Don't attempt to printf an off_t with %zx
  turbostat: Use GCC's CPUID functions to support PIC
  turbostat: Check return value of fscanf
  turbostat: Add a helper to parse a single int out of a file
  turbostat: Factor out common function to open file and exit on failure
  turbostat: Clean up error handling; disambiguate error messages; use
    err and errx
  turbostat: Add a .gitignore to ignore the compiled turbostat binary

 tools/power/x86/turbostat/.gitignore  |   1 +
 tools/power/x86/turbostat/Makefile    |   2 +-
 tools/power/x86/turbostat/turbostat.c | 210 +++++++++++++---------------------
 3 files changed, 82 insertions(+), 131 deletions(-)
 create mode 100644 tools/power/x86/turbostat/.gitignore

-- 
1.8.4.rc3

--
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