MAINTAINERS: add BITOPS API record
authorYury Norov <yury.norov@gmail.com>
Thu, 2 May 2024 23:32:04 +0000 (16:32 -0700)
committerYury Norov <yury.norov@gmail.com>
Sun, 19 May 2024 23:12:38 +0000 (16:12 -0700)
commitfe708f915541b0b7b9ba066f73007fde69a0d2ea
tree87142b9706f7e2460f9af87b86f3a15f2ec1334d
parent0b2811ba11b04353033237359c9d042eb0cdc1c1
MAINTAINERS: add BITOPS API record

Bitops API is the very basic, and it's widely used by the kernel. But
corresponding files are not maintained.

Bitmaps actively use bit operations, and big share of bitops material
already moves through the bitmap branch.

I would like to take a closer look to bitops.

This patch creates a BITOPS API record in the MAINTAINERS, and adds
Rasmus as a reviewer, and myself as a maintainer of those files.

CC: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
MAINTAINERS