From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 916A1E81E1F for ; Sat, 7 Oct 2023 05:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343532AbjJGFuW (ORCPT ); Sat, 7 Oct 2023 01:50:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343492AbjJGFuW (ORCPT ); Sat, 7 Oct 2023 01:50:22 -0400 Received: from out30-113.freemail.mail.aliyun.com (out30-113.freemail.mail.aliyun.com [115.124.30.113]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 444DEBB; Fri, 6 Oct 2023 22:50:20 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R281e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045168;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=11;SR=0;TI=SMTPD_---0VtWs9YV_1696657815; Received: from 30.97.48.174(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0VtWs9YV_1696657815) by smtp.aliyun-inc.com; Sat, 07 Oct 2023 13:50:17 +0800 Message-ID: Date: Sat, 7 Oct 2023 13:50:14 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [PATCH 08/29] erofs: move erofs_xattr_handlers and xattr_handler_map to .rodata To: Wedson Almeida Filho , Alexander Viro , Christian Brauner , linux-fsdevel@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Wedson Almeida Filho , Gao Xiang , Chao Yu , Yue Hu , Jeffle Xu , linux-erofs@lists.ozlabs.org References: <20230930050033.41174-1-wedsonaf@gmail.com> <20230930050033.41174-9-wedsonaf@gmail.com> From: Gao Xiang In-Reply-To: <20230930050033.41174-9-wedsonaf@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On 2023/9/30 13:00, Wedson Almeida Filho wrote: > From: Wedson Almeida Filho > > This makes it harder for accidental or malicious changes to > erofs_xattr_handlers or xattr_handler_map at runtime. > > Cc: Gao Xiang > Cc: Chao Yu > Cc: Yue Hu > Cc: Jeffle Xu > Cc: linux-erofs@lists.ozlabs.org > Signed-off-by: Wedson Almeida Filho Acked-by: Gao Xiang Thanks, Gao Xiang