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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 15 Sep 2015 20:07:08 +0600
From:	Alexander Kuleshov <kuleshovmail@...il.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	Michal Hocko <mhocko@...e.com>,
	Johannes Weiner <hannes@...xchg.org>,
	David Rientjes <rientjes@...gle.com>,
	Vladimir Davydov <vdavydov@...allels.com>,
	Tejun Heo <tj@...nel.org>, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org,
	Alexander Kuleshov <kuleshovmail@...il.com>
Subject: [PATCH 00/10] Use offset_in_page() macro

This patchset does not provide functional changes, but just replaces
(addr & ~PAGE_MASK) expression with already defined offset_in_page()
macro from the <linux/mm.h>.

Alexander Kuleshov (10):
  mm/msync: Use offset_in_page macro
  mm/nommu: Use offset_in_page macro
  mm/mincore: Use offset_in_page macro
  mm/early_ioremap: Use offset_in_page macro
  mm/percpu: Use offset_in_page macro
  mm/util: Use offset_in_page macro
  mm/mlock: Use offset_in_page macro
  mm/vmalloc: Use offset_in_page macro
  mm/mmap: Use offset_in_page macro
  mm/mremap: Use offset_in_page macro

 mm/early_ioremap.c |  6 +++---
 mm/mincore.c       |  2 +-
 mm/mlock.c         |  6 +++---
 mm/mmap.c          | 12 ++++++------
 mm/mremap.c        | 12 ++++++------
 mm/msync.c         |  2 +-
 mm/nommu.c         |  8 ++++----
 mm/percpu.c        | 10 +++++-----
 mm/util.c          |  2 +-
 mm/vmalloc.c       | 12 ++++++------
 10 files changed, 36 insertions(+), 36 deletions(-)

-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ