Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752671AbbGAIlS (ORCPT ); Wed, 1 Jul 2015 04:41:18 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:23014 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751651AbbGAIlK (ORCPT ); Wed, 1 Jul 2015 04:41:10 -0400 X-AuditID: cbfec7f5-f794b6d000001495-b8-5593a7a3d60f Message-id: <5593A7A0.6050400@samsung.com> Date: Wed, 01 Jul 2015 11:41:04 +0300 From: Andrey Ryabinin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-version: 1.0 To: Al Viro Cc: Linus Torvalds , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [git pull] vfs part 2 References: <20150415181406.GL889@ZenIV.linux.org.uk> <5538C66F.4050404@samsung.com> <20150621211213.GA18732@ZenIV.linux.org.uk> <5587F943.3040006@samsung.com> <20150701062752.GC17109@ZenIV.linux.org.uk> <55939BE3.6040902@samsung.com> <20150701082753.GD17109@ZenIV.linux.org.uk> In-reply-to: <20150701082753.GD17109@ZenIV.linux.org.uk> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrELMWRmVeSWpSXmKPExsVy+t/xa7qLl08ONdg3ldliz96TLBaXd81h s3jU95bd4vzf46wOLB4nZvxm8fi8Sc5j05O3TAHMUVw2Kak5mWWpRfp2CVwZ+7a/YyqYyFox d+srxgbG38xdjJwcEgImEhOWLmaDsMUkLtxbD2RzcQgJLGWU+Nf4hhnC+c4o8WDZdnaQKl4B LYlzO/+D2SwCqhJ7dy9kBbHZBPQk/s3aDjZJVCBC4u3lk0wQ9YISPybfYwGxRYDq75w6AxZn FiiU+Li6DcwWFlCSeLpgHtTmOUwSDW29YIM4BSwkZs98CGRzADXoSdy/qAXRKy+xec1b5gmM ArOQrJiFUDULSdUCRuZVjKKppckFxUnpuUZ6xYm5xaV56XrJ+bmbGCEh+3UH49JjVocYBTgY lXh4MyQmhwqxJpYVV+YeYpTgYFYS4f0yFSjEm5JYWZValB9fVJqTWnyIUZqDRUmcd+au9yFC AumJJanZqakFqUUwWSYOTqkGxgUneM8bTe+tyRR5urNP46Jxt5jsfomzv8K/3D538H5+9pYF 0WZfu2tnHNkj/azVT/lhe5jPgtZy9pAoplmtb4+FzcwVWLz7GIPKVQbZSu27S/zDW8LqHNe8 y5Pm2Tv5J6u9zGWfzRJzJ0daa+uernFZvaZv+zzjHytnVcQ1fhWyajmypeotkxJLcUaioRZz UXEiANl9x7VVAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 883 Lines: 24 On 07/01/2015 11:27 AM, Al Viro wrote: > > Could you check if 3.19 was getting anything similar? I.e. in > p9_client_write() there add > if (count > rsize) > printk(KERN_ERR "bogus RWRITE: %d -> %d\n", rsize, count); > just before > p9_debug(P9_DEBUG_9P, "<<< RWRITE count %d\n", count); > and see if that triggers... > Yeah, the same thing: [ 125.962374] bogus RWRITE: 27 -> 4096 [ 207.587632] bogus RWRITE: 27 -> 4096 [ 215.055627] bogus RWRITE: 27 -> 4096 [ 235.583138] bogus RWRITE: 27 -> 4096 [ 245.749174] bogus RWRITE: 27 -> 4096 [ 246.759270] bogus RWRITE: 27 -> 4096 [ 248.020787] bogus RWRITE: 27 -> 4096 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/