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
netfilter
Kconfig -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 771 bytes
br.c -rw-r--r-- 5.8 KB
br_device.c -rw-r--r-- 9.9 KB
br_fdb.c -rw-r--r-- 26.7 KB
br_forward.c -rw-r--r-- 7.3 KB
br_if.c -rw-r--r-- 14.5 KB
br_input.c -rw-r--r-- 8.7 KB
br_ioctl.c -rw-r--r-- 9.0 KB
br_mdb.c -rw-r--r-- 16.7 KB
br_multicast.c -rw-r--r-- 60.5 KB
br_netfilter_hooks.c -rw-r--r-- 28.9 KB
br_netfilter_ipv6.c -rw-r--r-- 5.8 KB
br_netlink.c -rw-r--r-- 43.1 KB
br_netlink_tunnel.c -rw-r--r-- 6.9 KB
br_nf_core.c -rw-r--r-- 2.2 KB
br_private.h -rw-r--r-- 30.3 KB
br_private_stp.h -rw-r--r-- 1.9 KB
br_private_tunnel.h -rw-r--r-- 2.3 KB
br_stp.c -rw-r--r-- 15.4 KB
br_stp_bpdu.c -rw-r--r-- 5.8 KB
br_stp_if.c -rw-r--r-- 8.7 KB
br_stp_timer.c -rw-r--r-- 4.5 KB
br_switchdev.c -rw-r--r-- 1.3 KB
br_sysfs_br.c -rw-r--r-- 25.7 KB
br_sysfs_if.c -rw-r--r-- 8.8 KB
br_vlan.c -rw-r--r-- 24.7 KB
br_vlan_tunnel.c -rw-r--r-- 4.7 KB

back to top