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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190605132937.29438-1-christian@brauner.io>
Date:   Wed,  5 Jun 2019 15:29:37 +0200
From:   Christian Brauner <christian@...uner.io>
To:     linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org
Cc:     arnd@...db.de, Christian Brauner <christian@...uner.io>
Subject: [GIT PULL] pidfd fixes for v5.2-rc4

Hi Linus,

This is a pull request containing three hopefully uncontroversial fixes:

The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a:

  Linux 5.2-rc3 (2019-06-02 13:55:33 -0700)

are available in the Git repository at:

  git@...olite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/pidfd-fixes-v5.2-rc4

for you to fetch changes up to 1fcd0eb356ad56c4e405f06e31dd9fde2109d5ab:

  tests: fix pidfd-test compilation (2019-06-05 15:06:32 +0200)

The tag contains two small patches to the pidfd samples and test binaries
respectively. They were lacking appropriate ifdefines for
__NR_pidfd_send_signal and could hence lead to compilation errors when
__NR_pidfd_send_signal was not defined.
This was spotted on mips independently by Guenter Roeck (who was kind
enough to send a fix for the samples binary) and Arnd who spotted it in
linux-next.
Apart from these two patches, there's also a patch to update the comments
for the pidfd_send_signal() syscall which were slightly wrong/inconsistenly
worded.

Please consider pulling these changes from the signed pidfd-fixes-v5.2-rc4 tag.

Thanks!
Christian

----------------------------------------------------------------
pidfd fixes for v5.2-rc4

----------------------------------------------------------------
Christian Brauner (2):
      signal: improve comments
      tests: fix pidfd-test compilation

Guenter Roeck (1):
      samples: fix pidfd-metadata compilation

 kernel/signal.c                            | 11 +++++------
 samples/pidfd/pidfd-metadata.c             |  4 ++++
 tools/testing/selftests/pidfd/pidfd_test.c |  4 ++++
 3 files changed, 13 insertions(+), 6 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ