lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 Mar 2016 10:26:04 +0800
From:	Yaowei Bai <baiyaowei@...s.chinamobile.com>
To:	akpm@...ux-foundation.org
Cc:	n-horiguchi@...jp.nec.com, kirill.shutemov@...ux.intel.com,
	rientjes@...gle.com, iamjoonsoo.kim@....com, hannes@...xchg.org,
	vdavydov@...tuozzo.com, kuleshovmail@...il.com, vbabka@...e.cz,
	mgorman@...hsingularity.net, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org, baiyaowei@...s.chinamobile.com
Subject: [PATCH 0/5] mm: make several functions return bool

This series only makes several functions return bool to
improve readability, no other functional changes.

Yaowei Bai (5):
  mm/hugetlb: is_vm_hugetlb_page can be boolean
  mm/memory_hotplug: is_mem_section_removable can be boolean
  mm/vmalloc: is_vmalloc_addr can be boolean
  mm/lru: is_file/active_lru can be boolean
  mm/mempolicy: vma_migratable can be boolean

 include/linux/hugetlb_inline.h |  6 +++---
 include/linux/memory_hotplug.h |  6 +++---
 include/linux/mempolicy.h      | 10 +++++-----
 include/linux/mm.h             |  4 ++--
 include/linux/mmzone.h         |  4 ++--
 mm/memory_hotplug.c            |  6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

-- 
1.9.1



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ