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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 10 Aug 2023 09:15:14 +0200
From:   Christian König <christian.koenig@....com>
To:     Yue Haibing <yuehaibing@...wei.com>, ray.huang@....com,
        airlied@...il.com, daniel@...ll.ch
Cc:     dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] drm/ttm: Remove two unused function declarations

Am 09.08.23 um 15:58 schrieb Yue Haibing:
> Commit cd3a8a596214 ("drm/ttm: remove ttm_bo_(un)lock_delayed_workqueue")
> removed the implementations but not the declarations.
>
> Signed-off-by: Yue Haibing <yuehaibing@...wei.com>

Reviewed and pushed to drm-misc-next.

Thanks,
Christian.

> ---
>   include/drm/ttm/ttm_bo.h | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/include/drm/ttm/ttm_bo.h b/include/drm/ttm/ttm_bo.h
> index 8b113c384236..0223a41a64b2 100644
> --- a/include/drm/ttm/ttm_bo.h
> +++ b/include/drm/ttm/ttm_bo.h
> @@ -355,8 +355,6 @@ int ttm_bo_validate(struct ttm_buffer_object *bo,
>   void ttm_bo_put(struct ttm_buffer_object *bo);
>   void ttm_bo_set_bulk_move(struct ttm_buffer_object *bo,
>   			  struct ttm_lru_bulk_move *bulk);
> -int ttm_bo_lock_delayed_workqueue(struct ttm_device *bdev);
> -void ttm_bo_unlock_delayed_workqueue(struct ttm_device *bdev, int resched);
>   bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
>   			      const struct ttm_place *place);
>   int ttm_bo_init_reserved(struct ttm_device *bdev, struct ttm_buffer_object *bo,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ