All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Brauner <christian.brauner@ubuntu.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] process fixes for v5.4-rc2
Date: Fri,  4 Oct 2019 11:39:47 +0200	[thread overview]
Message-ID: <20191004093947.14471-1-christian.brauner@ubuntu.com> (raw)

Hi Linus,

/* Summary */
This pull request contains a couple of fixes:

- Fix pidfd selftest compilation (Shuah Kahn)
  Due to a false linking instruction in the Makefile compilation for the
  pidfd selftests would fail on some systems.

- Fix compilation for glibc on RISC-V systems (Seth Forshee)
  In some scenarios linux/uapi/linux/sched.h is included where __ASSEMBLY__
  is defined causing a build failure because struct clone_args was not
  guarded by an #ifndef __ASSEMBLY__.

- Add missing clone3() and struct clone_args kernel-doc (Christian Brauner)
  clone3() and struct clone_args were missing kernel-docs. (The goal is to
  use kernel-doc for any function or type where it's worth it.)
  For struct clone_args this also contains a comment about the fact that
  it's versioned by size.

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/for-linus-20191003

for you to fetch changes up to 78f6face5af344f12f4bd48b32faa6f499a06f36:

  sched: add kernel-doc for struct clone_args (2019-10-03 21:19:29 +0200)

/* Testing */
All patches have seen exposure in linux-next and are based on v5.4-rc1.

/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next.

Please consider pulling these changes from the signed for-linus-20191003 tag.

Thanks!
Christian

----------------------------------------------------------------
for-linus-20191003

----------------------------------------------------------------
Christian Brauner (2):
      fork: add kernel-doc for clone3
      sched: add kernel-doc for struct clone_args

Seth Forshee (1):
      sched: Add __ASSEMBLY__ guards around struct clone_args

Shuah Khan (1):
      selftests: pidfd: Fix undefined reference to pthread_create()

 include/uapi/linux/sched.h             | 28 ++++++++++++++++++++++++++--
 kernel/fork.c                          | 11 +++++++++++
 tools/testing/selftests/pidfd/Makefile |  2 +-
 3 files changed, 38 insertions(+), 3 deletions(-)

             reply	other threads:[~2019-10-04  9:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-04  9:39 Christian Brauner [this message]
2019-10-04 17:24 ` [GIT PULL] process fixes for v5.4-rc2 Linus Torvalds
2019-10-04 17:38   ` Christian Brauner
2019-10-04 18:25 ` pr-tracker-bot

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=20191004093947.14471-1-christian.brauner@ubuntu.com \
    --to=christian.brauner@ubuntu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.