2021-01-29 04:54:48

by bingjingc

[permalink] [raw]
Subject: [PATCH v3 0/3] handle large user and group ID for isofs and udf

From: BingJing Chang <[email protected]>

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

fs/isofs/inode.c | 9 +++++----
fs/udf/super.c | 9 +++++----
include/linux/parser.h | 1 +
lib/parser.c | 22 ++++++++++++++++++++++
4 files changed, 33 insertions(+), 8 deletions(-)

--
2.7.4


2021-02-03 18:10:07

by Jan Kara

[permalink] [raw]
Subject: Re: [PATCH v3 0/3] handle large user and group ID for isofs and udf

On Fri 29-01-21 12:51:48, bingjingc wrote:
> From: BingJing Chang <[email protected]>
>
> 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 <[email protected]>
SUSE Labs, CR