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.5 KB
Makefile -rw-r--r-- 781 bytes
coresight-etb10.c -rw-r--r-- 19.4 KB
coresight-etm-cp14.c -rw-r--r-- 11.6 KB
coresight-etm-perf.c -rw-r--r-- 12.6 KB
coresight-etm-perf.h -rw-r--r-- 1.9 KB
coresight-etm.h -rw-r--r-- 9.4 KB
coresight-etm3x-sysfs.c -rw-r--r-- 31.7 KB
coresight-etm3x.c -rw-r--r-- 23.0 KB
coresight-etm4x-sysfs.c -rw-r--r-- 56.5 KB
coresight-etm4x.c -rw-r--r-- 28.4 KB
coresight-etm4x.h -rw-r--r-- 13.7 KB
coresight-funnel.c -rw-r--r-- 6.5 KB
coresight-priv.h -rw-r--r-- 3.6 KB
coresight-replicator-qcom.c -rw-r--r-- 5.1 KB
coresight-replicator.c -rw-r--r-- 4.2 KB
coresight-stm.c -rw-r--r-- 23.4 KB
coresight-tmc-etf.c -rw-r--r-- 14.5 KB
coresight-tmc-etr.c -rw-r--r-- 8.0 KB
coresight-tmc.c -rw-r--r-- 9.6 KB
coresight-tmc.h -rw-r--r-- 4.1 KB
coresight-tpiu.c -rw-r--r-- 5.2 KB
coresight.c -rw-r--r-- 24.1 KB
of_coresight.c -rw-r--r-- 4.7 KB

back to top