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-- 6.7 KB
Makefile -rw-r--r-- 1.3 KB
ebt_802_3.c -rw-r--r-- 1.7 KB
ebt_among.c -rw-r--r-- 5.6 KB
ebt_arp.c -rw-r--r-- 3.6 KB
ebt_arpreply.c -rw-r--r-- 2.4 KB
ebt_dnat.c -rw-r--r-- 2.2 KB
ebt_ip.c -rw-r--r-- 3.3 KB
ebt_ip6.c -rw-r--r-- 4.4 KB
ebt_limit.c -rw-r--r-- 3.2 KB
ebt_log.c -rw-r--r-- 5.8 KB
ebt_mark.c -rw-r--r-- 2.6 KB
ebt_mark_m.c -rw-r--r-- 2.3 KB
ebt_nflog.c -rw-r--r-- 1.8 KB
ebt_pkttype.c -rw-r--r-- 1.3 KB
ebt_redirect.c -rw-r--r-- 2.0 KB
ebt_snat.c -rw-r--r-- 2.0 KB
ebt_stp.c -rw-r--r-- 4.8 KB
ebt_vlan.c -rw-r--r-- 5.4 KB
ebtable_broute.c -rw-r--r-- 2.4 KB
ebtable_filter.c -rw-r--r-- 2.6 KB
ebtable_nat.c -rw-r--r-- 2.6 KB
ebtables.c -rw-r--r-- 63.1 KB
nf_log_bridge.c -rw-r--r-- 2.1 KB
nf_tables_bridge.c -rw-r--r-- 4.1 KB
nft_meta_bridge.c -rw-r--r-- 3.5 KB
nft_reject_bridge.c -rw-r--r-- 11.5 KB

back to top