mbox series

[PULL] topic/kcmp-kconfig

Message ID YDNrq+mpwta0f0vt@phenom.ffwll.local (mailing list archive)
State New, archived
Headers show
Series [PULL] topic/kcmp-kconfig | expand

Pull-request

git://anongit.freedesktop.org/drm/drm tags/topic/kcmp-kconfig-2021-02-22

Message

Daniel Vetter Feb. 22, 2021, 9:37 a.m. UTC
Hi Linus,

One patch pull request for you to ponder in the hopefully less stressful
2nd week of the merge window :-)

It's also marked cc: stable so people can stop building kernels that don't
work so well.

topic/kcmp-kconfig-2021-02-22:
kconfig for kcmp syscall

drm userspaces uses this, systemd uses this, makes sense to pull it
out from the checkpoint-restore bundle. Kees reviewed this from
security pov and is happy with the final version.

LWN coverage: https://lwn.net/Articles/845448/

Cheers, Daniel

The following changes since commit f40ddce88593482919761f74910f42f4b84c004b:

  Linux 5.11 (2021-02-14 14:32:24 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/topic/kcmp-kconfig-2021-02-22

for you to fetch changes up to bfe3911a91047557eb0e620f95a370aee6a248c7:

  kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE (2021-02-16 09:59:41 +0100)

----------------------------------------------------------------
kconfig for kcmp syscall

drm userspaces uses this, systemd uses this, makes sense to pull it
out from the checkpoint-restore bundle. Kees reviewed this from
security pov and is happy with the final version.

LWN coverage: https://lwn.net/Articles/845448/

----------------------------------------------------------------
Chris Wilson (1):
      kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE

 drivers/gpu/drm/Kconfig                       |  3 +++
 fs/eventpoll.c                                |  4 ++--
 include/linux/eventpoll.h                     |  2 +-
 init/Kconfig                                  | 11 +++++++++++
 kernel/Makefile                               |  2 +-
 tools/testing/selftests/seccomp/seccomp_bpf.c |  2 +-
 6 files changed, 19 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 23, 2021, 1:53 a.m. UTC | #1
The pull request you sent on Mon, 22 Feb 2021 10:37:27 +0100:

> git://anongit.freedesktop.org/drm/drm tags/topic/kcmp-kconfig-2021-02-22

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4b5f9254e4f4375ac845cb17f1732037dd8adeeb

Thank you!