From: Linus Torvalds Date: Fri, 10 Jan 2020 21:25:24 +0000 (-0800) Subject: Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh... X-Git-Tag: v5.15~4773 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fb7007de8a2a80e4b55a850311fca10de62f1b5;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'char-misc-5.5-rc6' of git://git./linux/kernel/git/gregkh/char-misc Pull char/misc fix from Greg KH: "Here is a single fix, for the chrdev core, for 5.5-rc6 There's been a long-standing race condition triggered by syzbot, and occasionally real people, in the chrdev open() path. Will finally took the time to track it down and fix it for real before the holidays. Here's that one patch, it's been in linux-next for a while with no reported issues and it does fix the reported problem" * tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: chardev: Avoid potential use-after-free in 'chrdev_open()' --- 9fb7007de8a2a80e4b55a850311fca10de62f1b5