The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git locks-v5.11 for you to fetch changes up to 8d1ddb5e79374fb277985a6b3faa2ed8631c5b4c: fcntl: Fix potential deadlock in send_sig{io, urg}() (2020-11-05 07:44:15 -0500) ---------------------------------------------------------------- A fix for some undefined integer overflow behavior, a typo in a comment header, and a fix for a potential deadlock involving internal senders of SIGIO/SIGURG. ---------------------------------------------------------------- Boqun Feng (1): fcntl: Fix potential deadlock in send_sig{io, urg}() Luo Meng (1): locks: Fix UBSAN undefined behaviour in flock64_to_posix_lock Mauro Carvalho Chehab (1): locks: fix a typo at a kernel-doc markup fs/fcntl.c | 10 ++++++---- fs/locks.c | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) -- Jeff Layton <jlayton@xxxxxxxxxx>