From: Alexander Gordeev <agordeev@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: Alexander Gordeev <agordeev@redhat.com>,
Oleg Nesterov <oleg@redhat.com>,
Peter Zijlstra <peterz@infradead.org>
Subject: [PATCH v3 0/2] sched/core: Cleanup leftovers in __schedule()
Date: Wed, 2 Mar 2016 12:53:30 +0100 [thread overview]
Message-ID: <cover.1456919394.git.agordeev@redhat.com> (raw)
Changes since v2:
- rebased on top of tip/sched/core
Changes since v1:
- cover letter BLURB added :)
- forgotten Suggested-by Oleg field added to patch 1
- raw_smp_processor_id() returned instead of mistaken smp_processor_id()
- kbuild excess function parameter 'cpu' description warning fixed
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Alexander Gordeev (2):
sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()
sched/core: Get rid of 'cpu' local variable in __schedule()
kernel/sched/core.c | 6 ++----
kernel/workqueue.c | 5 ++---
kernel/workqueue_internal.h | 2 +-
3 files changed, 5 insertions(+), 8 deletions(-)
--
1.8.3.1
next reply other threads:[~2016-03-02 11:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-02 11:53 Alexander Gordeev [this message]
2016-03-02 11:53 ` [PATCH v3 1/2] sched/core: Get rid of 'cpu' argument in wq_worker_sleeping() Alexander Gordeev
2016-03-02 12:03 ` Peter Zijlstra
2016-03-02 15:28 ` Tejun Heo
2016-03-02 11:53 ` [PATCH v3 2/2] sched/core: Get rid of 'cpu' local variable in __schedule() Alexander Gordeev
2016-03-02 12:05 ` Peter Zijlstra
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=cover.1456919394.git.agordeev@redhat.com \
--to=agordeev@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=oleg@redhat.com \
--cc=peterz@infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.