From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751481Ab1GWCaf (ORCPT ); Fri, 22 Jul 2011 22:30:35 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:45635 "EHLO mail-fx0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750970Ab1GWCa2 (ORCPT ); Fri, 22 Jul 2011 22:30:28 -0400 Date: Sat, 23 Jul 2011 04:30:23 +0200 From: Tejun Heo To: Linus Torvalds Cc: Stephen Hemminger , Ben Greear , David , Linux Kernel Mailing List , netdev@vger.kernel.org Subject: Re: Linux 3.0 release Message-ID: <20110723023023.GC21089@mtj.dyndns.org> References: <4E29CB5B.4040408@unsolicited.net> <4E29D326.7070403@candelatech.com> <20110722133220.0baf2199@nehalam.ftrdhcpuser.net> <20110723022715.GB21089@mtj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110723022715.GB21089@mtj.dyndns.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 23, 2011 at 04:27:15AM +0200, Tejun Heo wrote: > While on the topic, we do have some workqueue API problems. The > delayed ones are a bit screwy. e.g. requeueing an already pending > delayed work item should probably update the timer but it doesn't andp > we have a bunch of users doing cancel/requeue or using separate timers > for that. (after reading the other branch of the thread) Ooh, bingo, this actually was the issue which triggered the problem reported here. :) -- tejun