Re: [PATCH v2 0/3] Replace opencoded set_mask_bits

2019-02-08 Thread Vineet Gupta
On 1/23/19 12:33 PM, Vineet Gupta wrote:
> Hi,
> 
> Repost of [1] rebased on 5.0-rc3 + accumulated Acked-by/Reviewed-by.
> No code changes since v1.
> 
> Please consider applying.
> 
> [1] 
> http://lists.infradead.org/pipermail/linux-snps-arc/2019-January/005201.html
> 
> Thx,
> -Vineet

Ping ! @Peter, @Arnd are you happy with this. If so, Andrew can you please add
this via mm tree or do i need to pester the respective maintainers !

Thx,
-Vineet

> 
> Vineet Gupta (3):
>   coredump: Replace opencoded set_mask_bits()
>   fs: inode_set_flags() replace opencoded set_mask_bits()
>   bitops.h: set_mask_bits() to return old value
> 
>  fs/exec.c  | 7 +--
>  fs/inode.c | 8 +---
>  include/linux/bitops.h | 2 +-
>  3 files changed, 3 insertions(+), 14 deletions(-)
> 



[PATCH v2 0/3] Replace opencoded set_mask_bits

2019-01-23 Thread Vineet Gupta
Hi,

Repost of [1] rebased on 5.0-rc3 + accumulated Acked-by/Reviewed-by.
No code changes since v1.

Please consider applying.

[1] http://lists.infradead.org/pipermail/linux-snps-arc/2019-January/005201.html

Thx,
-Vineet

Vineet Gupta (3):
  coredump: Replace opencoded set_mask_bits()
  fs: inode_set_flags() replace opencoded set_mask_bits()
  bitops.h: set_mask_bits() to return old value

 fs/exec.c  | 7 +--
 fs/inode.c | 8 +---
 include/linux/bitops.h | 2 +-
 3 files changed, 3 insertions(+), 14 deletions(-)

-- 
2.7.4