From: David S. Miller Date: Fri, 19 Aug 2016 21:40:25 +0000 (-0700) Subject: Merge branch 'rhash-raw-walkers-remove-part-1' X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a68d53988bc7f54aa383ecb308e7684c787af67c;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'rhash-raw-walkers-remove-part-1' Herbert Xu says: ==================== rhashtable: Get rid of raw table walkers part 1 This series starts the process of getting rid of all raw rhashtable walkers (e.g., using any of the rht_for_each helpers) from the kernel. We need to do this before I can fix the resize kmalloc failure issue by using multi-layered tables. We should do this anyway because almost all raw table walkers are already buggy in that they don't handle multiple rhashtables during a resize. ==================== Dave/Tomas, please keep an eye out for any new patches that try to introduce raw table walkers and nack them. Signed-off-by: David S. Miller --- a68d53988bc7f54aa383ecb308e7684c787af67c