From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 23 Jul 2013 09:18:02 +0200 From: Holger Hans Peter Freyther To: Nathan Zimmer Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, John Stultz , Thomas Gleixner Subject: Re: [PATCH] timer_list: Correct the show function for timer_list by using iter->now Message-ID: <20130723071802.GA7966@xiaoyu.lan> References: <20130720054300.GA29718@xiaoyu.lan> <1374527911-43084-1-git-send-email-nzimmer@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374527911-43084-1-git-send-email-nzimmer@sgi.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Mon, Jul 22, 2013 at 04:18:31PM -0500, Nathan Zimmer wrote: > This patch corrects the issue with /proc/timer_list reported by Holger. > When reading from the proc file with a sufficently small buffer, 2k so not > really that small, there was one could get hung trying to read the file a > chunk at a time. I think it makes sense to always use iter->now but it does not solve the issue with dropbear/my test case. Or is this meant to be applied on top of the previous patch? holger