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-- 3.1 KB
Makefile -rw-r--r-- 582 bytes
rmi_2d_sensor.c -rw-r--r-- 8.5 KB
rmi_2d_sensor.h -rw-r--r-- 2.5 KB
rmi_bus.c -rw-r--r-- 9.7 KB
rmi_bus.h -rw-r--r-- 5.9 KB
rmi_driver.c -rw-r--r-- 31.0 KB
rmi_driver.h -rw-r--r-- 3.9 KB
rmi_f01.c -rw-r--r-- 15.9 KB
rmi_f03.c -rw-r--r-- 5.8 KB
rmi_f11.c -rw-r--r-- 40.1 KB
rmi_f12.c -rw-r--r-- 14.0 KB
rmi_f30.c -rw-r--r-- 10.0 KB
rmi_f34.c -rw-r--r-- 12.3 KB
rmi_f34.h -rw-r--r-- 7.1 KB
rmi_f34v7.c -rw-r--r-- 32.7 KB
rmi_f54.c -rw-r--r-- 18.1 KB
rmi_f55.c -rw-r--r-- 3.3 KB
rmi_i2c.c -rw-r--r-- 9.5 KB
rmi_smbus.c -rw-r--r-- 11.2 KB
rmi_spi.c -rw-r--r-- 11.9 KB

back to top