lkml.org 
[lkml]   [2021]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/3] handle large user and group ID for isofs and udf
Date
From: BingJing Chang <bingjingc@synology.com>

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 | 44 +++++++++++++++++++++++++++++++++-----------
4 files changed, 44 insertions(+), 19 deletions(-)

--
2.7.4

\
 
 \ /
  Last update: 2021-01-28 08:56    [W:0.088 / U:0.516 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site