[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250423-misc-dynrange-v4-0-133b5ae4ca18@igalia.com>
Date: Wed, 23 Apr 2025 05:45:41 -0300
From: Thadeu Lima de Souza Cascardo <cascardo@...lia.com>
To: Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Dirk VanDerMerwe <dirk.vandermerwe@...hos.com>,
Vimal Agrawal <vimal.agrawal@...hos.com>, linux-kernel@...r.kernel.org,
Thadeu Lima de Souza Cascardo <cascardo@...lia.com>, kernel-dev@...lia.com
Subject: [PATCH v4 0/2] char: misc: improve test and dynamic allocation
This includes a change that prevents dynamic allocation from using a minor
number that belongs to the historically static reserved range, which is
still used by some drivers.
It also improves the test, including a lot of corner cases, specially ones
that would fail before past fixes.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@...lia.com>
---
Changes in v4:
- mark some tests as init-only, since they use init-only symbols
- Link to v3: https://lore.kernel.org/r/20250318-misc-dynrange-v3-0-5c6507cbc2e2@igalia.com
Changes in v3:
- remove code around DYNAMIC_MINORS and the backwards allocation
- try to open devices in tests by using init_mknod plus filp_open
- Link to v2: https://lore.kernel.org/r/20250307-misc-dynrange-v2-0-6fe19032ef76@igalia.com
---
Thadeu Lima de Souza Cascardo (2):
char: misc: restrict the dynamic range to exclude reserved minors
char: misc: add test cases
drivers/char/misc.c | 28 +-
drivers/misc/misc_minor_kunit.c | 589 +++++++++++++++++++++++++++++++++++++++-
2 files changed, 592 insertions(+), 25 deletions(-)
---
base-commit: 4d239f447f96bd2cb646f89431e9db186c1ccfd4
change-id: 20250307-misc-dynrange-d54c92a5e319
Best regards,
--
Thadeu Lima de Souza Cascardo <cascardo@...lia.com>
Powered by blists - more mailing lists