[PATCH v2 0/2] bitops: Reshuffle bitops.h and wordpart,h

Andy Shevchenko posted 2 patches 1 year, 7 months ago
include/linux/bitops.h   | 7 -------
include/linux/wordpart.h | 7 +++++++
lib/usercopy.c           | 9 +++++++--
3 files changed, 14 insertions(+), 9 deletions(-)
[PATCH v2 0/2] bitops: Reshuffle bitops.h and wordpart,h
Posted by Andy Shevchenko 1 year, 7 months ago
Move word part related macros to the respective header.
While at it, fix the inclusion mess in lib/usercopy.h.

Andy Shevchenko (2):
  bitops: Move aligned_byte_mask() to wordpart.h
  usercopy: Don't use "proxy" headers

 include/linux/bitops.h   | 7 -------
 include/linux/wordpart.h | 7 +++++++
 lib/usercopy.c           | 9 +++++++--
 3 files changed, 14 insertions(+), 9 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v2 0/2] bitops: Reshuffle bitops.h and wordpart,h
Posted by Yury Norov 1 year, 7 months ago
On Tue, May 07, 2024 at 11:01:30PM +0300, Andy Shevchenko wrote:
> Move word part related macros to the respective header.
> While at it, fix the inclusion mess in lib/usercopy.h.
> 
> Andy Shevchenko (2):
>   bitops: Move aligned_byte_mask() to wordpart.h
>   usercopy: Don't use "proxy" headers
> 
>  include/linux/bitops.h   | 7 -------
>  include/linux/wordpart.h | 7 +++++++
>  lib/usercopy.c           | 9 +++++++--
>  3 files changed, 14 insertions(+), 9 deletions(-)

Thanks, adding it in bitmap-for-next for testing.