All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] mm: fix types for some functions and variables in case of overflow
@ 2013-02-06  5:11 ` Zhang Yanfei
  0 siblings, 0 replies; 22+ messages in thread
From: Zhang Yanfei @ 2013-02-06  5:11 UTC (permalink / raw)
  To: Andrew Morton, mgorman, minchan, kamezawa.hiroyu; +Cc: Linux MM, linux-kernel

Currently, the amount of RAM that functions nr_free_*_pages return
is held in unsigned int. But in machines with big memory (exceeding
16TB), the amount may be incorrect because of overflow, so fix this
problem.

Also, fix the types of variables that is related to nr_free_*_pages.
For these variables are placed in several subsystems, I may be incorrectly
fix them, if there is any problem with the fix, please correct me.

Zhang Yanfei (7):
  mm: fix return type for functions nr_free_*_pages
  ia64: use %ld to print pages calculated in nr_free_buffer_pages
  fs/buffer.c: change type of max_buffer_heads to unsigned long
  fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and
    nfsd_drc_mem_used
  vmscan: change type of vm_total_pages to unsigned long
  net: change type of netns_ipvs->sysctl_sync_qlen_max
  net: change type of virtio_chan->p9_max_pages

 arch/ia64/mm/contig.c    |    2 +-
 arch/ia64/mm/discontig.c |    2 +-
 fs/buffer.c              |    4 ++--
 fs/nfsd/nfs4state.c      |    6 +++---
 fs/nfsd/nfsd.h           |    6 +++---
 fs/nfsd/nfssvc.c         |    6 +++---
 include/linux/swap.h     |    6 +++---
 include/net/ip_vs.h      |    2 +-
 mm/page_alloc.c          |    8 ++++----
 mm/vmscan.c              |    2 +-
 net/9p/trans_virtio.c    |    2 +-
 11 files changed, 23 insertions(+), 23 deletions(-)


^ permalink raw reply	[flat|nested] 22+ messages in thread
[parent not found: <alpine.LFD.2.00.1302061115590.1664@ja.ssi.bg>]

end of thread, other threads:[~2013-02-07  1:52 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06  5:11 [PATCH 0/7] mm: fix types for some functions and variables in case of overflow Zhang Yanfei
2013-02-06  5:11 ` Zhang Yanfei
2013-02-06  5:15 ` [PATCH 1/7] mm: fix return type for functions nr_free_*_pages Zhang Yanfei
2013-02-06  5:15   ` Zhang Yanfei
2013-02-06  5:16 ` [PATCH 2/7] ia64: use %ld to print pages calculated in nr_free_buffer_pages Zhang Yanfei
2013-02-06  5:16   ` Zhang Yanfei
2013-02-06  5:17 ` [PATCH 3/7] fs/buffer.c: change type of max_buffer_heads to unsigned long Zhang Yanfei
2013-02-06  5:17   ` Zhang Yanfei
2013-02-06  5:18 ` [PATCH 4/7] fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_used Zhang Yanfei
2013-02-06  5:18   ` Zhang Yanfei
2013-02-06  5:19 ` [PATCH 5/7] vmscan: change type of vm_total_pages to unsigned long Zhang Yanfei
2013-02-06  5:19   ` Zhang Yanfei
2013-02-06  5:20 ` [PATCH 6/7] net: change type of netns_ipvs->sysctl_sync_qlen_max Zhang Yanfei
2013-02-06  5:20   ` Zhang Yanfei
2013-02-06  5:21 ` [PATCH 7/7] net: change type of virtio_chan->p9_max_pages Zhang Yanfei
2013-02-06  5:21   ` Zhang Yanfei
     [not found] <alpine.LFD.2.00.1302061115590.1664@ja.ssi.bg>
2013-02-06  9:36 ` [PATCH 6/7] net: change type of netns_ipvs->sysctl_sync_qlen_max Zhang Yanfei
2013-02-06  9:36   ` Zhang Yanfei
2013-02-07  1:09   ` Simon Horman
2013-02-07  1:09     ` Simon Horman
2013-02-07  1:50     ` Zhang Yanfei
2013-02-07  1:50       ` Zhang Yanfei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.