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-- 246 bytes
fp_arith.c -rw-r--r-- 14.3 KB
fp_arith.h -rw-r--r-- 1.3 KB
fp_cond.S -rw-r--r-- 5.5 KB
fp_decode.h -rw-r--r-- 10.0 KB
fp_emu.h -rw-r--r-- 4.2 KB
fp_entry.S -rw-r--r-- 6.6 KB
fp_log.c -rw-r--r-- 3.8 KB
fp_move.S -rw-r--r-- 5.5 KB
fp_movem.S -rw-r--r-- 8.0 KB
fp_scan.S -rw-r--r-- 11.4 KB
fp_trig.c -rw-r--r-- 2.7 KB
fp_trig.h -rw-r--r-- 824 bytes
fp_util.S -rw-r--r-- 35.5 KB
multi_arith.h -rw-r--r-- 8.7 KB

back to top