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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 11 Jun 2022 14:29:04 -1000
From:   Tejun Heo <tj@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        Lai Jiangshan <jiangshanlai@...il.com>
Subject: [GIT PULL] wq fixes for v5.19-rc1

Hello, Linus.

First signed pull. Please let me know if anything doesn't look right.
Thanks.

The following changes since commit e71e60cd74df9386c3f684c54888f2367050b831:

  Merge tag 'dma-mapping-5.19-2022-06-06' of git://git.infradead.org/users/hch/dma-mapping (2022-06-06 17:56:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git tags/wq-for-5.19-rc1-fixes

for you to fetch changes up to 8bee9dd953b69c634d1c9a3241a8b357469ad4aa:

  workqueue: Switch to new kerneldoc syntax for named variable macro argument (2022-06-11 14:16:42 -1000)

----------------------------------------------------------------
Workqueue fixes for v5.19-rc1

Tetsuo's patch to trigger build warnings if system-wide wq's are flushed
along with a TP type update and trivial comment update.

----------------------------------------------------------------
Jonathan Neuschäfer (1):
      workqueue: Switch to new kerneldoc syntax for named variable macro argument

Tetsuo Handa (1):
      workqueue: Wrap flush_workqueue() using a macro

Wonhyuk Yang (1):
      workqueue: Fix type of cpu in trace event

 include/linux/workqueue.h        | 66 ++++++++++++++++++++++++++++++++++------
 include/trace/events/workqueue.h |  8 ++---
 kernel/workqueue.c               | 16 +++++++---
 3 files changed, 73 insertions(+), 17 deletions(-)

--
tejun

Powered by blists - more mailing lists