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]
Date:   Fri, 11 Aug 2017 09:08:36 +0930
From:   Joel Stanley <joel@....id.au>
To:     Cihangir Akturk <cakturk@...il.com>
Cc:     daniel@...ll.ch,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        dri-devel@...ts.freedesktop.org, Dave Airlie <airlied@...hat.com>,
        David Airlie <airlied@...ux.ie>,
        Daniel Vetter <daniel.vetter@...ll.ch>,
        Alex Deucher <alexander.deucher@....com>,
        Laurent Pinchart <laurent.pinchart@...asonboard.com>,
        Ville Syrjälä <ville.syrjala@...ux.intel.com>,
        Gabriel Krisman Bertazi <krisman@...labora.co.uk>,
        Andrew Donnellan <andrew.donnellan@....ibm.com>,
        Benjamin Herrenschmidt <benh@...nel.crashing.org>,
        "Y.C. Chen" <yc_chen@...eedtech.com>,
        Russell Currey <ruscur@...sell.cc>
Subject: Re: [PATCH v2 04/29] drm/ast: switch to drm_*_get(), drm_*_put() helpers

On Thu, Aug 10, 2017 at 9:39 PM, Cihangir Akturk <cakturk@...il.com> wrote:
> Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference()
> and drm_*_unreference() helpers.
>
> drm_*_reference() and drm_*_unreference() functions are just
> compatibility alias for drm_*_get() and drm_*_put() and should not be
> used by new code. So convert all users of compatibility functions to
> use the new APIs.
>
> Generated by: scripts/coccinelle/api/drm-get-put.cocci
>
> Signed-off-by: Cihangir Akturk <cakturk@...il.com>

Acked-by: Joel Stanley <joel@....id.au>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ