Re: [PATCH] binfmt_misc: Fix possible deadlock in bm_register_write
Hello, a long period of time passed and I haven't received any response to this patch. Please take a look at it, it will be much appreciated.
Re: [PATCH] binfmt_misc: Fix possible deadlock in bm_register_write
Re: [PATCH] binfmt_misc: Fix possible deadlock in bm_register_write
Thank you!
[PATCH] binfmt_misc: Fix possible deadlock in bm_register_write
There is a deadlock in bm_register_write: First, in the beggining of the function, a lock is taken on the binfmt_misc root inode with inode_lock(d_inode(root)) Then, if the user used the MISC_FMT_OPEN_FILE flag, the function will call open_exec on the user-provided interpreter. open_exec will call