Re: [Devel] [PATCH v2] ext4: release leaked posix acl in ext4_xattr_set_acl

2018-02-07 Thread Dmitry Monakhov
Stanislav Kinsburskiy writes: > Note: only rh7-3.10.0-693.17.1.el7-based kernels are affcted. > I.e. starting from rh7-3.10.0-693.17.1.vz7.43.1. > > Posix acl is used to convert of an extended attribute, provided by user to > ext4 attributes. In particular to i_mode in

[Devel] [PATCH v2] ext4: release leaked posix acl in ext4_xattr_set_acl

2018-02-07 Thread Stanislav Kinsburskiy
Note: only rh7-3.10.0-693.17.1.el7-based kernels are affcted. I.e. starting from rh7-3.10.0-693.17.1.vz7.43.1. Posix acl is used to convert of an extended attribute, provided by user to ext4 attributes. In particular to i_mode in case of ACL_TYPE_ACCESS request. IOW, this object is allocated,