Revision 2b95550a4323e501e133dac1c9c9cad6ff17f4c1 authored by Linus Torvalds on 11 February 2017, 17:15:58 UTC, committed by Linus Torvalds on 11 February 2017, 17:15:58 UTC
Pull btrfs fixes from Chris Mason:
 "This has two last minute fixes. The highest priority here is a
  regression fix for the decompression code, but we also fixed up a
  problem with the 32-bit compat ioctls.

  The decompression bug could hand back the wrong data on big reads when
  zlib was used. I have a larger cleanup to make the math here less
  error prone, but at this stage in the release Omar's patch is the best
  choice"

* 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
  btrfs: fix btrfs_decompress_buf2page()
  btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
2 parent s 13ebfd0 + 6e78b3f
History
File Mode Size
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 837 bytes
devres.c -rw-r--r-- 6.1 KB
extcon-adc-jack.c -rw-r--r-- 5.5 KB
extcon-arizona.c -rw-r--r-- 44.0 KB
extcon-axp288.c -rw-r--r-- 9.8 KB
extcon-gpio.c -rw-r--r-- 4.5 KB
extcon-max14577.c -rw-r--r-- 21.4 KB
extcon-max3355.c -rw-r--r-- 3.6 KB
extcon-max77693.c -rw-r--r-- 36.5 KB
extcon-max77843.c -rw-r--r-- 24.2 KB
extcon-max8997.c -rw-r--r-- 20.3 KB
extcon-palmas.c -rw-r--r-- 13.3 KB
extcon-qcom-spmi-misc.c -rw-r--r-- 4.2 KB
extcon-rt8973a.c -rw-r--r-- 19.0 KB
extcon-rt8973a.h -rw-r--r-- 8.1 KB
extcon-sm5502.c -rw-r--r-- 19.1 KB
extcon-sm5502.h -rw-r--r-- 10.9 KB
extcon-usb-gpio.c -rw-r--r-- 7.8 KB
extcon.c -rw-r--r-- 35.1 KB

back to top