Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1334727 > unrolled thread
| Started by | Rasmus Villemoes <linux@rasmusvillemoes.dk> |
|---|---|
| First post | 2016-02-15 19:50 +0100 |
| Last post | 2016-02-16 16:10 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3] drm: more pre-decrement fixes Rasmus Villemoes <linux@rasmusvillemoes.dk> - 2016-02-15 19:50 +0100
Re: [PATCH 0/3] drm: more pre-decrement fixes Christian König <deathsimple@vodafone.de> - 2016-02-16 09:30 +0100
Re: [PATCH 0/3] drm: more pre-decrement fixes Alex Deucher <alexdeucher@gmail.com> - 2016-02-16 16:10 +0100
| From | Rasmus Villemoes <linux@rasmusvillemoes.dk> |
|---|---|
| Date | 2016-02-15 19:50 +0100 |
| Subject | [PATCH 0/3] drm: more pre-decrement fixes |
| Message-ID | <r2wnE-4Wo-15@gated-at.bofh.it> |
A few more cases where one should use post-decrement when unwinding, this time found where the unwinding is done inside the setup loop instead of after an error label. Rasmus Villemoes (3): drm/amdgpu: use post-decrement in error handling drm/nouveau: use post-decrement in error handling drm/radeon: use post-decrement in error handling drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +- drivers/gpu/drm/radeon/radeon_ttm.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -- 2.1.4
[toc] | [next] | [standalone]
| From | Christian König <deathsimple@vodafone.de> |
|---|---|
| Date | 2016-02-16 09:30 +0100 |
| Message-ID | <r2Jbc-5ii-15@gated-at.bofh.it> |
| In reply to | #1334727 |
Am 15.02.2016 um 19:41 schrieb Rasmus Villemoes: > A few more cases where one should use post-decrement when unwinding, > this time found where the unwinding is done inside the setup loop > instead of after an error label. Patch 1 and 3 are Reviewed-by: Christian König <christian.koenig@amd.com>. Nice catch, Christian. > > Rasmus Villemoes (3): > drm/amdgpu: use post-decrement in error handling > drm/nouveau: use post-decrement in error handling > drm/radeon: use post-decrement in error handling > > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- > drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +- > drivers/gpu/drm/radeon/radeon_ttm.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) >
[toc] | [prev] | [next] | [standalone]
| From | Alex Deucher <alexdeucher@gmail.com> |
|---|---|
| Date | 2016-02-16 16:10 +0100 |
| Message-ID | <r2Pqi-15t-9@gated-at.bofh.it> |
| In reply to | #1335135 |
On Tue, Feb 16, 2016 at 3:21 AM, Christian König <deathsimple@vodafone.de> wrote: > Am 15.02.2016 um 19:41 schrieb Rasmus Villemoes: >> >> A few more cases where one should use post-decrement when unwinding, >> this time found where the unwinding is done inside the setup loop >> instead of after an error label. > > > Patch 1 and 3 are Reviewed-by: Christian König <christian.koenig@amd.com>. Patches 1 and 3 applied. thanks! Alex > > Nice catch, > Christian. > >> >> Rasmus Villemoes (3): >> drm/amdgpu: use post-decrement in error handling >> drm/nouveau: use post-decrement in error handling >> drm/radeon: use post-decrement in error handling >> >> drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- >> drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +- >> drivers/gpu/drm/radeon/radeon_ttm.c | 2 +- >> 3 files changed, 3 insertions(+), 3 deletions(-) >> > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web