Re: [v2,4/7] scatterlist: add sg_alloc_table_from_buf() helper

2016-03-30 Thread Vignesh R
Hi, On 03/30/2016 09:09 PM, Boris BREZILLON wrote: [...] > +int sg_alloc_table_from_buf(struct sg_table *sgt, const void *buf, size_t > len, > + const struct sg_constraints *constraints, > + gfp_t gfp_mask) > +{ > + struct sg_constraints cons

Re: [PATCH 1/4] mm: add is_highmem_addr() helper

2016-04-04 Thread Vignesh R
Hi, On 03/31/2016 05:59 PM, Boris Brezillon wrote: > Add an helper to check if a virtual address is in the highmem region. > > Signed-off-by: Boris Brezillon > --- > include/linux/highmem.h | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/include/linux/highmem.h b/includ