An error occurred while fetching folder content.
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar authored
Its a bit odd that debugfs_create_bool() takes 'u32 *' as an argument,
when all it needs is a boolean pointer.

It would be better to update this API to make it accept 'bool *'
instead, as that will make it more consistent and often more convenient.
Over that bool takes just a byte.

That required updates to all user sites as well, in the same commit
updating the API. regmap core was also using
debugfs_{read|write}_file_bool(), directly and variable types were
updated for that to be bool as well.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Acked-by: default avatarMark Brown <broonie@kernel.org>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
621a5f7a
Name Last commit Last update
..
kasan kasan: fix last shadow judgement in memory_is_poisoned_16()
Kconfig Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Kconfig.debug mm/debug_pagealloc: remove obsolete Kconfig options
Makefile Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
backing-dev.c Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
balloon_compaction.c mm/balloon_compaction: fix deflation when compaction is disabled
bootmem.c bootmem: avoid freeing to bootmem after bootmem is done
cleancache.c cleancache: remove limit on the number of cleancache enabled filesystems
cma.c mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute
cma.h mm: cma: mark cma_bitmap_maxno() inline in header
cma_debug.c mm/cma_debug: correct size input to bitmap function
compaction.c mm/compaction: correct to flush migrated pages if pageblock skip happens
debug-pagealloc.c mm/debug-pagealloc: make debug-pagealloc boottime configurable
debug.c mm: introduce idle page tracking
dmapool.c mm: add support for __GFP_ZERO flag to dma_pool_alloc()
early_ioremap.c mm/early_ioremap: add explicit #include of asm/early_ioremap.h
fadvise.c writeback: implement and use inode_congested()
failslab.c debugfs: Pass bool pointer to debugfs_create_bool()
filemap.c mm: rename alloc_pages_exact_node() to __alloc_pages_node()
frame_vector.c [media] mm: Provide new get_vaddr_frames() helper
frontswap.c frontswap: allow multiple backends
gup.c mm: make GUP handle pfn mapping unless FOLL_GET is requested
highmem.c mm/highmem: make kmap cache coloring aware
huge_memory.c mm: introduce idle page tracking
hugetlb.c mm: rename alloc_pages_exact_node() to __alloc_pages_node()
hugetlb_cgroup.c mm: page_counter: pull "-1" handling out of page_counter_memparse()
hwpoison-inject.c hwpoison: use page_cgroup_ino for filtering by memcg
init-mm.c atomic: use <linux/atomic.h>
internal.h mm/compaction: correct to flush migrated pages if pageblock skip happens
interval_tree.c mm: replace vma->sharead.linear with vma->shared
kmemcheck.c mm/slab_common: move kmem_cache definition to internal header
kmemleak-test.c mm/kmemleak-test.c: use pr_fmt for logging
kmemleak.c kmemleak: use seq_hex_dump() to dump buffers
ksm.c mm: remove rest of ACCESS_ONCE() usages
list_lru.c list_lru: don't call list_lru_from_kmem if the list_head is empty
maccess.c lib: move strncpy_from_unsafe() into mm/maccess.c
madvise.c mm: madvise allow remove operation for hugetlbfs
memblock.c mm/memblock.c: fix comment in __next_mem_range()
memcontrol.c memcg: zap try_get_mem_cgroup_from_page
memory-failure.c hwpoison: use page_cgroup_ino for filtering by memcg
memory.c mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()
memory_hotplug.c Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
mempolicy.c mm: rename alloc_pages_exact_node() to __alloc_pages_node()
mempool.c mm/mempool: allow NULL `pool' pointer in mempool_destroy()
memtest.c memtest: remove unused header files
migrate.c mm: migrate: hugetlb: putback destination hugepage to active list
mincore.c mincore: apply page table walker on do_mincore()
mlock.c userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
mm_init.c mm: meminit: remove mminit_verify_page_links
mmap.c mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notified
mmu_context.c
mmu_notifier.c
mmzone.c
mprotect.c
mremap.c
msync.c
nobootmem.c
nommu.c
oom_kill.c
page-writeback.c
page_alloc.c
page_counter.c
page_ext.c
page_idle.c
page_io.c
page_isolation.c
page_owner.c
pagewalk.c
percpu-km.c
percpu-vm.c
percpu.c
pgtable-generic.c
process_vm_access.c
quicklist.c
readahead.c
rmap.c
shmem.c
slab.c
slab.h
slab_common.c
slob.c
slub.c
sparse-vmemmap.c
sparse.c
swap.c
swap_cgroup.c
swap_state.c
swapfile.c
truncate.c
userfaultfd.c
util.c
vmacache.c
vmalloc.c
vmpressure.c
vmscan.c
vmstat.c
workingset.c
zbud.c
zpool.c
zsmalloc.c