Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1508017

Re: [PATCH] drm/amd/powerplay: mark symbols static where possible

From Christian König <deathsimple@vodafone.de>
Newsgroups linux.kernel
Subject Re: [PATCH] drm/amd/powerplay: mark symbols static where possible
Date 2016-10-25 09:10 +0200
Message-ID <sw41X-2lL-9@gated-at.bofh.it> (permalink)
References <sv0jM-195-15@gated-at.bofh.it> <svTpU-3BM-17@gated-at.bofh.it> <svU2C-47j-1@gated-at.bofh.it> <svUlY-4eX-15@gated-at.bofh.it> <sw3IB-1ZK-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Am 25.10.2016 um 08:41 schrieb Daniel Vetter:
> On Mon, Oct 24, 2016 at 10:41:16PM +0200, Arnd Bergmann wrote:
>> On Monday, October 24, 2016 8:07:16 PM CEST Deucher, Alexander wrote:
>>>>>> In fact, these functions are only used in the file in which they are
>>>>>> declared and don't need a declaration, but can be made static.
>>>>>> So this patch marks these functions with 'static'.
>>>>>>
>>>>>> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
>>>>> This was already applied the last time you sent it out.  Sorry if I
>>>>> didn't mention that previously.
>>>> For some reason the patch hasn't made it into linux-next, so I can see
>>>> why Baoyou was getting confused here. Can you clarify what the timeline
>>>> is for the AMD DRM driver patches from between they get applied to the
>>>> AMD tree to when they make it into linux-next?
>>>>
>>> It came in late enough last cycle that it didn't make it into 4.9 (this is just a clean up not a critical bug fix), so I queued it for 4.10.  I try to reply when I apply a patch, but sometimes I miss one here and there.  Once Dave starts the drm-next tree for 4.10, it will be included in my pull request.  Pending -next patches are in my drm-next-<kernel version>-wip tree until I send Dave a formal request.
>>>
>>>> I've occasionally had a hard time with DRM (and a few other subsystems)
>>>> with bugfix patches trying to find out whether they got lost or
>>>> whether they just haven't made it into -next but are in some other tree.
>>>>
>>> For bug fixes we usually send Dave ~weekly pull requests for each -rc as necessary.  For -next stuff, each driver usually sends at least one, sometimes several pull requests for the next merge window.
>> Ok, got it. Thanks for the detailed reply!
>>
>> Do you think it would be appropriate to include your drm-next-wip tree in
>> linux-next? I think this is how a lot of the multi-level maintainer
>> setups work as it give faster feedback about when things break.
> tbh I think all drm drivers should be in linux-next. The early head-ups
> about conflicts are really useful. Same for nouveau, but given that
> nouveau is developed in a userspace git repo that's harder to pull off.

Mhm, in general I agree that seeing merge conflicts and getting a bit 
more testing earlier would be a good idea.

But Alex has the practice of regenerating his -wip branches multiple 
times. That is usually not a problem because the only one occasionally 
basing work on that branch is me, but it would be if you start to merge 
it somewhere.

Christian.

> -Daniel

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] drm/amd/powerplay: mark symbols static where possible Baoyou Xie <baoyou.xie@linaro.org> - 2016-10-22 11:00 +0200
  Re: [PATCH] drm/amd/powerplay: mark symbols static where possible Edward O'Callaghan <funfunctor@folklore1984.net> - 2016-10-22 11:30 +0200
  Re: [PATCH] drm/amd/powerplay: mark symbols static where possible Alex Deucher <alexdeucher@gmail.com> - 2016-10-24 18:40 +0200
    Re: [PATCH] drm/amd/powerplay: mark symbols static where possible Arnd Bergmann <arnd@arndb.de> - 2016-10-24 21:50 +0200
      RE: [PATCH] drm/amd/powerplay: mark symbols static where possible "Deucher, Alexander" <Alexander.Deucher@amd.com> - 2016-10-24 22:30 +0200
        Re: [PATCH] drm/amd/powerplay: mark symbols static where possible Arnd Bergmann <arnd@arndb.de> - 2016-10-24 22:50 +0200
          Re: [PATCH] drm/amd/powerplay: mark symbols static where possible Daniel Vetter <daniel@ffwll.ch> - 2016-10-25 08:50 +0200
            Re: [PATCH] drm/amd/powerplay: mark symbols static where possible Christian König <deathsimple@vodafone.de> - 2016-10-25 09:10 +0200
              Re: [PATCH] drm/amd/powerplay: mark symbols static where possible Daniel Vetter <daniel@ffwll.ch> - 2016-10-25 10:20 +0200
  Re: [PATCH] drm/amd/powerplay: mark symbols static where possible Arnd Bergmann <arnd@arndb.de> - 2016-10-24 23:00 +0200
    Re: [PATCH] drm/amd/powerplay: mark symbols static where possible Arnd Bergmann <arnd@arndb.de> - 2016-10-25 10:20 +0200
      RE: [PATCH] drm/amd/powerplay: mark symbols static where possible "Deucher, Alexander" <Alexander.Deucher@amd.com> - 2016-10-25 22:10 +0200

csiph-web