Revision 420623430a7015ae9adab8a087de82c186bc9989 authored by Linus Torvalds on 13 March 2021, 20:26:22 UTC, committed by Linus Torvalds on 13 March 2021, 20:26:22 UTC
Pull erofs fix from Gao Xiang:
 "Fix an urgent regression introduced by commit baa2c7c97153 ("block:
  set .bi_max_vecs as actual allocated vector number"), which could
  cause unexpected hung since linux 5.12-rc1.

  Resolve it by avoiding using bio->bi_max_vecs completely"

* tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  erofs: fix bio->bi_max_vecs behavior change
2 parent s e83bad7 + 9f37762
History
File Mode Size
Makefile -rw-r--r-- 647 bytes
cacheflush.c -rw-r--r-- 2.4 KB
context.c -rw-r--r-- 9.0 KB
extable.c -rw-r--r-- 539 bytes
fault.c -rw-r--r-- 7.7 KB
hugetlbpage.c -rw-r--r-- 659 bytes
init.c -rw-r--r-- 16.9 KB
kasan_init.c -rw-r--r-- 6.2 KB
pageattr.c -rw-r--r-- 5.1 KB
physaddr.c -rw-r--r-- 905 bytes
ptdump.c -rw-r--r-- 7.2 KB
tlbflush.c -rw-r--r-- 1.2 KB

back to top