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] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 21 Nov 2018 13:56:24 -0500
From:   Lyude Paul <lyude@...hat.com>
To:     Fernando Ramos <greenfoo@...egarage.com>,
        dri-devel@...ts.freedesktop.org
Cc:     Haneen Mohammed <hamohammed.sa@...il.com>,
        Alexandre Belloni <alexandre.belloni@...tlin.com>,
        Gilles Muller <Gilles.Muller@...6.fr>,
        Maxime Ripard <maxime.ripard@...tlin.com>,
        linux-kernel@...r.kernel.org, Gerd Hoffmann <kraxel@...hat.com>,
        cocci@...teme.lip6.fr, Marek Vasut <marex@...x.de>,
        Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org,
        Alexey Brodkin <abrodkin@...opsys.com>,
        David Airlie <airlied@...ux.ie>,
        Ludovic Desroches <ludovic.desroches@...rochip.com>,
        Russell King <linux+etnaviv@...linux.org.uk>,
        Nicolas Palix <nicolas.palix@...g.fr>,
        etnaviv@...ts.freedesktop.org,
        Boris Brezillon <boris.brezillon@...tlin.com>,
        virtualization@...ts.linux-foundation.org,
        Sean Paul <sean@...rly.run>,
        linux-arm-kernel@...ts.infradead.org,
        Michal Marek <michal.lkml@...kovi.net>,
        Laurent Pinchart <Laurent.pinchart@...asonboard.com>,
        Julia Lawall <Julia.Lawall@...6.fr>,
        Nicolas Ferre <nicolas.ferre@...rochip.com>,
        linux-renesas-soc@...r.kernel.org,
        Kieran Bingham <kieran.bingham+renesas@...asonboard.com>,
        Shawn Guo <shawnguo@...nel.org>
Subject: Re: [PATCH 6/9] drm: remove deprecated
 "drm_connector_[un]reference" functions

Reviewed-by: Lyude Paul <lyude@...hat.com>

On Thu, 2018-11-15 at 23:16 +0100, Fernando Ramos wrote:
> There are no more places where this (deprecated) function is being
> used from, thus it can now be removed.
> 
> Signed-off-by: Fernando Ramos <greenfoo@...egarage.com>
> ---
>  include/drm/drm_connector.h | 24 ------------------------
>  1 file changed, 24 deletions(-)
> 
> diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h
> index 9ccad6b062f2..b91b206f1665 100644
> --- a/include/drm/drm_connector.h
> +++ b/include/drm/drm_connector.h
> @@ -1191,30 +1191,6 @@ static inline void drm_connector_put(struct
> drm_connector *connector)
>  	drm_mode_object_put(&connector->base);
>  }
>  
> -/**
> - * drm_connector_reference - acquire a connector reference
> - * @connector: DRM connector
> - *
> - * This is a compatibility alias for drm_connector_get() and should not be
> - * used by new code.
> - */
> -static inline void drm_connector_reference(struct drm_connector *connector)
> -{
> -	drm_connector_get(connector);
> -}
> -
> -/**
> - * drm_connector_unreference - release a connector reference
> - * @connector: DRM connector
> - *
> - * This is a compatibility alias for drm_connector_put() and should not be
> - * used by new code.
> - */
> -static inline void drm_connector_unreference(struct drm_connector
> *connector)
> -{
> -	drm_connector_put(connector);
> -}
> -
>  /**
>   * drm_connector_is_unregistered - has the connector been unregistered from
>   * userspace?
-- 
Cheers,
	Lyude Paul

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ