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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85813C43381 for ; Wed, 3 Feb 2021 18:08:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 35ECD64F5C for ; Wed, 3 Feb 2021 18:08:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232889AbhBCSIm (ORCPT ); Wed, 3 Feb 2021 13:08:42 -0500 Received: from mx2.suse.de ([195.135.220.15]:34606 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232648AbhBCSHJ (ORCPT ); Wed, 3 Feb 2021 13:07:09 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 6B1AFACB7; Wed, 3 Feb 2021 18:06:26 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id D85D31E14C4; Wed, 3 Feb 2021 19:06:25 +0100 (CET) Date: Wed, 3 Feb 2021 19:06:25 +0100 From: Jan Kara To: bingjingc Cc: viro@zeniv.linux.org.uk, jack@suse.com, jack@suse.cz, axboe@kernel.dk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, cccheng@synology.com, robbieko@synology.com, willy@infradead.org, rdunlap@infradead.org, miklos@szeredi.hu Subject: Re: [PATCH v3 0/3] handle large user and group ID for isofs and udf Message-ID: <20210203180625.GA20183@quack2.suse.cz> References: <20210129045148.10155-1-bingjingc@synology.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210129045148.10155-1-bingjingc@synology.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 29-01-21 12:51:48, bingjingc wrote: > From: BingJing Chang > > The uid/gid (unsigned int) of a domain user may be larger than INT_MAX. > The parse_options of isofs and udf will return 0, and mount will fail > with -EINVAL. These patches try to handle large user and group ID. > > BingJing Chang (3): > parser: add unsigned int parser > isofs: handle large user and group ID > udf: handle large user and group ID Thanks for the patches. I've added these three patches to my tree. Honza -- Jan Kara SUSE Labs, CR