Revision cc54874055c007cd599138a394d1f039e4e0764b authored by Linus Torvalds on 03 June 2017, 15:42:30 UTC, committed by Linus Torvalds on 03 June 2017, 15:42:30 UTC
Pull MTD fixes from Brian Norris:
 "NAND updates from Boris:

  tango fixes:
   - Add missing MODULE_DEVICE_TABLE() in tango_nand.c
   - Update the number of corrected bitflips

  core fixes:
   - Fix a long standing memory leak in nand_scan_tail()
   - Fix several bugs introduced by the per-vendor init/detection
     infrastructure (introduced in 4.12)
   - Add a static specifier to nand_ooblayout_lp_hamming_ops definition"

* tag 'for-linus-20170602' of git://git.infradead.org/linux-mtd:
  mtd: nand: make nand_ooblayout_lp_hamming_ops static
  mtd: nand: tango: Update ecc_stats.corrected
  mtd: nand: tango: Export OF device ID table as module aliases
  mtd: nand: samsung: warn about un-parseable ECC info
  mtd: nand: free vendor-specific resources in init failure paths
  mtd: nand: drop unneeded module.h include
  mtd: nand: don't leak buffers when ->scan_bbt() fails
2 parent s 104c08b + 05e97a9
History
File Mode Size
Kconfig -rw-r--r-- 468 bytes
Makefile -rw-r--r-- 331 bytes
netlabel_addrlist.c -rw-r--r-- 10.3 KB
netlabel_addrlist.h -rw-r--r-- 6.1 KB
netlabel_calipso.c -rw-r--r-- 19.5 KB
netlabel_calipso.h -rw-r--r-- 4.5 KB
netlabel_cipso_v4.c -rw-r--r-- 21.2 KB
netlabel_cipso_v4.h -rw-r--r-- 4.7 KB
netlabel_domainhash.c -rw-r--r-- 27.9 KB
netlabel_domainhash.h -rw-r--r-- 3.6 KB
netlabel_kapi.c -rw-r--r-- 37.9 KB
netlabel_mgmt.c -rw-r--r-- 21.9 KB
netlabel_mgmt.h -rw-r--r-- 6.5 KB
netlabel_unlabeled.c -rw-r--r-- 41.6 KB
netlabel_unlabeled.h -rw-r--r-- 6.9 KB
netlabel_user.c -rw-r--r-- 3.2 KB
netlabel_user.h -rw-r--r-- 1.9 KB

back to top