]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
Merge branch 'bpf-stackmap-nmi'
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 14 May 2018 21:29:46 +0000 (23:29 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 14 May 2018 21:29:46 +0000 (23:29 +0200)
commit1772be37fc9d2775ae48c8b3bc34f1899effb7b3
tree96449dabaf9685b7cb23b07ecb0ace00b06dd251
parenta84880ef4352c61896028448d809e32f8646628d
parent13790d1cc72c22f6e7a1248e5f6d20d720797e95
Merge branch 'bpf-stackmap-nmi'

Song Liu says:
====================
Changes v2 -> v3:
  Improve syntax based on suggestion by Tobin C. Harding.

Changes v1 -> v2:
  1. Rename some variables to (hopefully) reduce confusion;
  2. Check irq_work status with IRQ_WORK_BUSY (instead of work->sem);
  3. In Kconfig, let BPF_SYSCALL select IRQ_WORK;
  4. Add static to DEFINE_PER_CPU();
   5. Remove pr_info() in stack_map_init().
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>