cmnt: [X] [PATCH] fixes for LP: #1415636/CVE-2015-1350
José Pekkarinen
jose.pekkarinen at canonical.com
Thu Aug 2 09:00:13 UTC 2018
On Thursday, 2 August 2018 08:44:30 EEST Khaled Elmously wrote:
[snip]
> > + struct dentry *dentry = inode->i_sb->s_root;
>
> I'm not sure I understand the above line. Can you please explain why it's
> true?
Seems to be the only way to find the dentry struct associated to an inode,
in newer kernels most of the functions modified in this patch already receives
a dentry instead of a raw inode, but for the remaining cases something needs
to be tailored. I failed to find any macro to help with this endeavour.
Thanks!
José.
More information about the kernel-team
mailing list