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>] [day] [month] [year] [list]
Date:	Mon, 31 Mar 2014 15:29:08 -0400
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] workqueue changes for v3.15-rc1

Hello, Linus.

PREPARE_[DELAYED_]WORK() were used to change the work function of work
items without fully reinitializing it; however, this makes workqueue
consider the work item as a different one from before and allows the
work item to start executing before the previous instance is finished
which can lead to extremely subtle issues which are painful to debug.
The interface has never been popular.  This pull request contains
patches to remove existing usages and kill the interface.  As one of
the changes was routed during the last devel cycle and another
depended on a pending change in nvme, for-3.15 contains a couple merge
commits.

In addition, interfaces which were deprecated quite a while ago -
__cancel_delayed_work() and WQ_NON_REENTRANT - are removed too.

The following changes since commit 70044d71d31d6973665ced5be04ef39ac1c09a48:

  firewire: don't use PREPARE_DELAYED_WORK (2014-03-07 10:19:57 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-3.15

for you to fetch changes up to 59ff3eb6d6f75c6c1c3ea8b46ac2cc64eb216547:

  workqueue: remove deprecated WQ_NON_REENTRANT (2014-03-29 09:33:03 -0400)

Thanks.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      workqueue: Spelling s/instensive/intensive/

Tan Xiaojun (1):
      workqueue: Remove deprecated __cancel_delayed_work()

Tejun Heo (10):
      Merge branch 'wq/for-3.14-fixes' into wq/for-3.15
      Merge branch 'master' into wq/for-3.15
      wireless/rt2x00: don't use PREPARE_WORK in rt2800usb.c
      ps3-vuart: don't use PREPARE_WORK
      floppy: don't use PREPARE_[DELAYED_]WORK
      usb: don't use PREPARE_DELAYED_WORK
      nvme: don't use PREPARE_WORK
      afs: don't use PREPARE_WORK
      staging/fwserial: don't use PREPARE_WORK
      workqueue: remove PREPARE_[DELAYED_]WORK()

ZhangZhen (1):
      workqueue: remove deprecated WQ_NON_REENTRANT

 drivers/block/floppy.c                  |   42 +++++++++++++++++++++-----------
 drivers/block/nvme-core.c               |   18 +++++++++----
 drivers/mmc/host/dw_mmc.c               |    2 -
 drivers/net/wireless/rt2x00/rt2800usb.c |    2 -
 drivers/ps3/ps3-vuart.c                 |    4 ---
 drivers/staging/fwserial/fwserial.c     |   13 +++++++--
 drivers/staging/fwserial/fwserial.h     |    1 
 drivers/usb/core/hub.c                  |    4 +--
 fs/afs/internal.h                       |    1 
 fs/afs/rxrpc.c                          |   12 +++++++--
 include/linux/nvme.h                    |    1 
 include/linux/workqueue.h               |   38 ++--------------------------
 net/l2tp/l2tp_core.c                    |    2 -
 13 files changed, 72 insertions(+), 68 deletions(-)

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ