Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1223707

[PATCH 0/1] perf/urgent fix

From Arnaldo Carvalho de Melo <acme@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 0/1] perf/urgent fix
Date 2015-09-13 17:30 +0200
Message-ID <q8ho6-38A-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Ingo,

	Please consider pulling,

- Arnaldo

The following changes since commit ebfb4988f0378e2ac3b4a0aa1ea20d724293f392:

  perf/x86/intel: Fix constraint access (2015-09-13 09:37:10 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo

for you to fetch changes up to caa470475d9b59eeff093ae650800d34612c4379:

  perf header: Fixup reading of HEADER_NRCPUS feature (2015-09-13 11:41:34 -0300)

----------------------------------------------------------------
perf/urgent fix:

User visible:

- The values of _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN (sysconf(3)) were
  being read from perf.data files in the inverse order they are written, fix it.
  (Arnaldo Carvalho de Melo)

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
      perf header: Fixup reading of HEADER_NRCPUS feature

 tools/perf/util/header.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/1] perf/urgent fix Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-09-13 17:30 +0200
  Re: [PATCH 0/1] perf/urgent fix Ingo Molnar <mingo@kernel.org> - 2015-09-14 09:40 +0200

csiph-web