public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Gregory Haskins <gregory.haskins@gmail.com>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Subject: [regression] sched_getaffinity fails with EINVAL in 2.6.31-rc4
Date: Mon, 27 Jul 2009 13:16:12 -0400	[thread overview]
Message-ID: <4A6DE0DC.2070207@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

I am not sure when this started, but noticed that sched_getaffinity is
not working in -rc4.

[pid  6254] sched_getaffinity(0, 128, 0x7f80586b1fe0) = -1 EINVAL
(Invalid argument)

Here is a simple program for reproduction:

#include <sched.h>

int main(void)
{
	cpu_set_t mask;
	int ret;

	ret = sched_getaffinity(0, sizeof(mask), &mask);
	if (ret < 0)
		perror("getaffinity");

	return ret;
}

If I get time, I will bisect this later today.

Regards,
-Greg


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 267 bytes --]

             reply	other threads:[~2009-07-27 17:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-27 17:16 Gregory Haskins [this message]
2009-07-27 17:35 ` [regression] sched_getaffinity fails with EINVAL in 2.6.31-rc4 Steven Rostedt
2009-07-27 18:12 ` David Rientjes
2009-07-29  1:48   ` Rusty Russell
2009-07-29  3:30     ` David Rientjes
2009-07-29  3:48     ` Gregory Haskins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A6DE0DC.2070207@gmail.com \
    --to=gregory.haskins@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox