From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1242C43381 for ; Thu, 14 Feb 2019 15:12:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A162F222D7 for ; Thu, 14 Feb 2019 15:12:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="CNQfU2/p" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728809AbfBNPMW (ORCPT ); Thu, 14 Feb 2019 10:12:22 -0500 Received: from mail-it1-f193.google.com ([209.85.166.193]:50671 "EHLO mail-it1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726277AbfBNPMW (ORCPT ); Thu, 14 Feb 2019 10:12:22 -0500 Received: by mail-it1-f193.google.com with SMTP id z7so15828563iti.0 for ; Thu, 14 Feb 2019 07:12:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/888/nm7tm0PpUJjpclyZqyXWVS95fzsi6iIMb2ozIw=; b=CNQfU2/p82Hz5RjUccogODhSsijt/nWjte5MSUrag3+hsT6NR1YEkyUibNfnPCHnfW kYDXhKUlYADvKn8vEFOC6H05OPTIevsShewUtTifRCadlWwivJWPqlSL1OM+GCrF3PMi lJdyE4bUdHEljGPQrorCrHbhbvsCdNigP8qiA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/888/nm7tm0PpUJjpclyZqyXWVS95fzsi6iIMb2ozIw=; b=Nm6qQcRV4RP3kLi6AT7U8oy62FEkO/ex3lu3R6zPq5djMkgPouNdSnWkS0JXeMNgmz 0d4EMV5HfGcyqjmuBjiLvgZzn2OYF9JdCAKgs26YtwMeo8oyXe03L/0hDQBaaU5fTo+y hwThWnInTlM5/3Zj5TbZ3HfoTi6cr8PV8qrO1rPLbSbbnM+PA/hDU/J2sJ/9s1mloM4H SzG42SvFIhoqO+JSd2x3UOfuIgLCT1OADTYxWv+V0/LOeaPgStggxOK+WTaYEvFzjuPs upk3jDBpb+WgZ5PasCYQ8Hiblmulvzjg990Llzbltrh/r65UVJezjSJvD1HeQR3iQ27t rMmg== X-Gm-Message-State: AHQUAubaG9lRWP2MdXsQpjN2EvzJkqAouHFYDHYSw4Ts05JCahN1iJZN r8p5zwgdFW6xaQjIJzD0fylR6VFfg1qg6NNH1HZ0Vg== X-Google-Smtp-Source: AHgI3IbwledWc4uAUTowpmsKFdRnrQkWsX8y2uT4kBuF16t/lcdJ5xlKS5DhvI0EujO2J8czcvbXi59R/W2hLN6F+xE= X-Received: by 2002:a6b:4001:: with SMTP id k1mr2828634ioa.34.1550157140804; Thu, 14 Feb 2019 07:12:20 -0800 (PST) MIME-Version: 1.0 References: <20190211141846.543045703@linuxfoundation.org> <20190211141846.783223749@linuxfoundation.org> <20190214135802.GB20918@arch-x1c3> <20190214141947.GA31965@kroah.com> In-Reply-To: <20190214141947.GA31965@kroah.com> From: Daniel Vetter Date: Thu, 14 Feb 2019 16:12:08 +0100 Message-ID: Subject: Re: [PATCH 4.20 004/352] drm/vgem: Fix vgem_init to get drm device available. To: Greg Kroah-Hartman Cc: Emil Velikov , Linux Kernel Mailing List , stable , Deepak Sharma , Sean Paul , Sasha Levin Content-Type: text/plain; charset="UTF-8" Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 14, 2019 at 3:19 PM Greg Kroah-Hartman wrote: > > On Thu, Feb 14, 2019 at 01:58:02PM +0000, Emil Velikov wrote: > > Hi Greg, > > > > On 2019/02/11, Greg Kroah-Hartman wrote: > > > 4.20-stable review patch. If anyone has any objections, please let me know. > > > > > > ------------------ > > > > > > [ Upstream commit d5c04dff24870ef07ce6453a3f4e1ffd9cf88d27 ] > > > > > > Modify vgem_init to take platform dev as parent in drm_dev_init. > > > This will make drm device available at "/sys/devices/platform/vgem" > > > in x86 chromebook. > > > > > > v2: rebase, address checkpatch typo and line over 80 characters > > > > > > Cc: Daniel Vetter > > > Signed-off-by: Deepak Sharma > > > Reviewed-by: Sean Paul > > > Signed-off-by: Emil Velikov > > > Reviewed-by: Daniel Vetter > > > Link: https://patchwork.freedesktop.org/patch/msgid/20181023163550.15211-1-emil.l.velikov@gmail.com > > > Signed-off-by: Sasha Levin > > > > Zero objections to picking this for stable, although I'm curious what > > flagged this commit as stable material. > > > > Especially since it's closer to a feature than a bug-fix. > > > > Can you share some light? Perhaps a link to a thread/document since I > > would imagine you've been asked before. > > Sasha has a presentation all about how this gets picked up, but I can't > find the link right now. Sasha? https://lwn.net/Articles/764647/ Afaiui the autoselected patches do get posted to dri-devel. At least I see some mails show up there. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch