From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757215AbaGVXUK (ORCPT ); Tue, 22 Jul 2014 19:20:10 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:36432 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757180AbaGVXUH (ORCPT ); Tue, 22 Jul 2014 19:20:07 -0400 Message-ID: <53CEF197.9040600@oracle.com> Date: Tue, 22 Jul 2014 19:19:51 -0400 From: Sasha Levin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Hugh Dickins CC: Andrew Morton , Vlastimil Babka , Konstantin Khlebnikov , Johannes Weiner , Michel Lespinasse , Lukas Czerner , Dave Jones , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] shmem: fix faulting into a hole while it's punched, take 3 References: <53C7F55B.8030307@suse.cz> <53C7F5FF.7010006@oracle.com> <53C8FAA6.9050908@oracle.com> <53CDD961.1080006@oracle.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/22/2014 04:07 AM, Hugh Dickins wrote: > But there is one easy change which might do it: please would you try > changing the TASK_KILLABLE a few lines above to TASK_UNINTERRUPTIBLE. That seems to have done the trick, everything works fine. Thanks, Sasha