Received: by 10.223.185.116 with SMTP id b49csp5678473wrg; Tue, 27 Feb 2018 18:47:29 -0800 (PST) X-Google-Smtp-Source: AH8x224oO+hH2fAexaBNSVvDAk6+tgWidzXDD2VBW2ROavhBRPB5Ron3mHg5UsOdvzi10Ur8If0s X-Received: by 10.101.101.78 with SMTP id a14mr12826793pgw.368.1519786049832; Tue, 27 Feb 2018 18:47:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519786049; cv=none; d=google.com; s=arc-20160816; b=RkgwFq2dBf+JLNyr/y4/sTaA9F/WF1tTiQ/ijthTdkzSfhNwmgm7zgBuZZoP01D/Bb WsvEFFrHbiZbfBQ6y/Z+3/t6HJ+8NoJryEgcqiTWQw3c5nIndEUPEaRTc/pJMPZvwMSG M16fGKtrRPwGWIuokm243vS9XGcbpey443yimFTLx+v3x0b2pm08R5Pxs6Vd0hx9HLec /Znvu9dv7tBD/xeEqeOOBt1R9yQmJ0ycBCTllx+kH2hjOOCU+VmQIY5CcuILTv0lY009 rtWdPLnR6ZflELpgRiRb3YalcTmVaA8tXSPL6mly7BfnSh1MvnZFfX7a6+jDmXMogFg7 qIHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=enBPu0MAv0eAwsCSyvtoZBeOGgCxO2/YDkRlR5SEZEQ=; b=g1QMcAjUA7qXwci8tLf3iLJTIkYXo98XrU2nPzjS/jyNWhLE+CmKkNnbHdBooccKII T0cJc56FuHZpf8+XaZdqbMuHccQdR96NLNVrZtibpMJ0isVQeWZyKBR5VZhpjHrEaV8r CIC6wDTsDSv7aPpZxxAhN3nAFFcRMyh0uYeTmlvR80ahzUYhvNs4gESPlMs2kiUyATeW HBJc29DlAK3yLWjAYJcat/rzR9yd7fzeN22a2pzJYzrHtwHS7VnnXVPn538N40aPcTMX dskMP4tHQXDwzK1Ojc1MwqIZ3nqyDOz1n+Ck6WndoIy9oX0G7C2pj5UOF8a6OFArf5ZV 78GQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y40-v6si458683pla.769.2018.02.27.18.47.15; Tue, 27 Feb 2018 18:47:29 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751856AbeB1CqG (ORCPT + 99 others); Tue, 27 Feb 2018 21:46:06 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:46951 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751521AbeB1CqF (ORCPT ); Tue, 27 Feb 2018 21:46:05 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 25921D763FE39; Wed, 28 Feb 2018 10:46:01 +0800 (CST) Received: from [127.0.0.1] (10.134.22.195) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.361.1; Wed, 28 Feb 2018 10:45:53 +0800 Subject: Re: [PATCH v3] f2fs: allocate buffer for decrypting filename to avoid panic To: Yunlong Song , , , CC: , , , , , References: <1519463698-60555-1-git-send-email-yunlong.song@huawei.com> <1519784380-83138-1-git-send-email-yunlong.song@huawei.com> From: Chao Yu Message-ID: <786c9ff4-2214-b980-8a94-184345cee3b8@huawei.com> Date: Wed, 28 Feb 2018 10:49:12 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1519784380-83138-1-git-send-email-yunlong.song@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018/2/28 10:19, Yunlong Song wrote: > In some platforms (such as arm), high memory is used, then the > decrypting filename will cause panic, the reason see commit > 569cf1876a32e574ba8a7fb825cd91bafd003882 ("f2fs crypto: allocate buffer > for decrypting filename"): > > We got dentry pages from high_mem, and its address space directly goes into the > decryption path via f2fs_fname_disk_to_usr. > But, sg_init_one assumes the address is not from high_mem, so we can get this > panic since it doesn't call kmap_high but kunmap_high is triggered at the end. > > kernel BUG at ../../../../../../kernel/mm/highmem.c:290! > Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM > ... > (kunmap_high+0xb0/0xb8) from [] (__kunmap_atomic+0xa0/0xa4) > (__kunmap_atomic+0xa0/0xa4) from [] (blkcipher_walk_done+0x128/0x1ec) > (blkcipher_walk_done+0x128/0x1ec) from [] (crypto_cbc_decrypt+0xc0/0x170) > (crypto_cbc_decrypt+0xc0/0x170) from [] (crypto_cts_decrypt+0xc0/0x114) > (crypto_cts_decrypt+0xc0/0x114) from [] (async_decrypt+0x40/0x48) > (async_decrypt+0x40/0x48) from [] (f2fs_fname_disk_to_usr+0x124/0x304) > (f2fs_fname_disk_to_usr+0x124/0x304) from [] (f2fs_fill_dentries+0xac/0x188) > (f2fs_fill_dentries+0xac/0x188) from [] (f2fs_readdir+0x1f0/0x300) > (f2fs_readdir+0x1f0/0x300) from [] (vfs_readdir+0x90/0xb4) > (vfs_readdir+0x90/0xb4) from [] (SyS_getdents64+0x64/0xcc) > (SyS_getdents64+0x64/0xcc) from [] (ret_fast_syscall+0x0/0x30) > > Howerver, later patches: > commit e06f86e61d7a67fe6e826010f57aa39c674f4b1b ("f2fs crypto: avoid > unneeded memory allocation in ->readdir") > > reverts the codes, which causes panic again in arm, so let's add part of > the old patch again for dentry page. > Fixes: e06f86e61d7a ("f2fs crypto: avoid unneeded memory allocation in ->readdir") > Signed-off-by: Yunlong Song Looks good to me, you can add: Reviewed-by: Chao Yu Minor, we can just use 'git revert' to generate patch, so that commit title can notice the patch are reverting buggy commit. Thanks,