All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] a few cleanup and bugfixes about shmem
@ 2022-06-01 12:44 Chen Wandun
  2022-06-01 12:44 ` [PATCH 1/4] mm/shmem: check return value of shmem_init_inodecache Chen Wandun
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Chen Wandun @ 2022-06-01 12:44 UTC (permalink / raw)
  To: hughd, akpm, linux-mm, linux-kernel; +Cc: chenwandun

Chen Wandun (4):
  mm/shmem: check return value of shmem_init_inodecache
  mm/shmem: return -EINVAL for addr not PAGE_SIZE aligned
  mm/shmem: return error code directly
  mm/shmem: rework calculation of inflated_addr in
    shmem_get_unmapped_area

 mm/shmem.c | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-06-05  2:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 12:44 [PATCH 0/4] a few cleanup and bugfixes about shmem Chen Wandun
2022-06-01 12:44 ` [PATCH 1/4] mm/shmem: check return value of shmem_init_inodecache Chen Wandun
2022-06-01 12:54   ` Matthew Wilcox
2022-06-01 13:34     ` Kefeng Wang
2022-06-01 12:44 ` [PATCH 2/4] mm/shmem: return -EINVAL for addr not PAGE_SIZE aligned Chen Wandun
2022-06-01 13:37   ` David Hildenbrand
2022-06-01 14:14     ` David Hildenbrand
2022-06-05  2:05       ` Chen Wandun
2022-06-01 12:44 ` [PATCH 3/4] mm/shmem: return error code directly Chen Wandun
2022-06-01 12:44 ` [PATCH 4/4] mm/shmem: rework calculation of inflated_addr in shmem_get_unmapped_area Chen Wandun

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.