lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1184f090-f000-471b-8b66-c4f3154560f5@oracle.com>
Date: Wed, 10 Sep 2025 12:52:54 -0400
From: Sidhartha Kumar <sidhartha.kumar@...cle.com>
To: linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org
Cc: maarten.lankhorst@...ux.intel.com, mripard@...nel.org, tzimmermann@...e.de,
        airlied@...il.com, simona@...ll.ch, willy@...radead.org,
        jani.nikula@...ux.intel.com
Subject: Re: [PATCH v3 0/6] DRM IDR to Xarray conversions

On 8/26/25 11:48 AM, Sidhartha Kumar wrote:
> v2[2] -> v3:
>    - indicate the indentifiers do not change in the
>      commit mesage per Jani Nikula
> 

Just a friendly ping to check if this series needs anything else before 
landing.

Thanks,
Sid

> v1[1] -> v2:
>    - rebase onto latest mainline v6.17-rc2
>    - fix build error in patch 1 per Intel Test Robot
> 
> This series is part of a project to depcrecate the IDR in favor
> of the Xarray. This simplifies the code as locking is handled by
> the Xarray internally and removes the need for a seperate mutex to
> proect the IDR.
> 
> The patches are from this tree and have been rebased to v6.17-rc2
> https://git.infradead.org/?p=users/willy/xarray.git;a=shortlog;h=refs/heads/xarray-conv
> 
> 
> The series has been compiled and tested with drivers/gpu/drm/tests/.kunitconfig
> and passes all tests.
> 
> [15:22:04] Testing complete. Ran 608 tests: passed: 608
> [15:22:04] Elapsed time: 34.792s total, 3.086s configuring, 31.541s building, 0.141s running
> 
> [1]: https://lore.kernel.org/dri-devel/20250818190046.157962-1-sidhartha.kumar@oracle.com/
> [2]: https://lore.kernel.org/dri-devel/20250821145429.305526-1-sidhartha.kumar@oracle.com/
> 
> Matthew Wilcox (6):
>    drm: Convert aux_idr to XArray
>    drm: Convert object_name_idr to XArray
>    drm: Convert syncobj_idr to XArray
>    drm: Convert magic_map to XArray
>    drm: Convert lessee_idr to XArray
>    drm: Convert tile_idr to XArray
> 
>   drivers/gpu/drm/display/drm_dp_aux_dev.c | 38 ++++++--------
>   drivers/gpu/drm/drm_auth.c               | 22 ++++----
>   drivers/gpu/drm/drm_connector.c          | 26 ++++------
>   drivers/gpu/drm/drm_debugfs.c            | 19 +++----
>   drivers/gpu/drm/drm_gem.c                | 11 ++--
>   drivers/gpu/drm/drm_lease.c              | 15 +++---
>   drivers/gpu/drm/drm_mode_config.c        |  3 +-
>   drivers/gpu/drm/drm_syncobj.c            | 64 ++++++++----------------
>   include/drm/drm_auth.h                   |  9 ++--
>   include/drm/drm_device.h                 |  4 +-
>   include/drm/drm_file.h                   |  6 +--
>   include/drm/drm_mode_config.h            | 12 ++---
>   12 files changed, 86 insertions(+), 143 deletions(-)
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ