Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1445741 > unrolled thread
| Started by | Gustavo Padovan <gustavo@padovan.org> |
|---|---|
| First post | 2016-07-18 21:20 +0200 |
| Last post | 2016-07-25 00:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 0/7] de-stage SW_SYNC validation frawework Gustavo Padovan <gustavo@padovan.org> - 2016-07-18 21:20 +0200
Re: [PATCH 0/7] de-stage SW_SYNC validation frawework Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-07-25 00:30 +0200
| From | Gustavo Padovan <gustavo@padovan.org> |
|---|---|
| Date | 2016-07-18 21:20 +0200 |
| Subject | Re: [PATCH 0/7] de-stage SW_SYNC validation frawework |
| Message-ID | <rWmf7-1SQ-3@gated-at.bofh.it> |
Hi,
Do you think there is time to get this in for 4.8?
Thanks.
2016-06-20 Gustavo Padovan <gustavo@padovan.org>:
> From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
>
> Hi Greg,
>
> This is the last step in the Sync Framwork de-stage task. It de-stage
> the SW_SYNC validation framework and the sync_debug info debugfs file.
>
> The first 3 patches are clean up and improvements and the rest is preparation
> to de-stage and then finally the actual de-stage.
>
> Please review,
>
> Gustavo
>
> ---
> Gustavo Padovan (7):
> staging/android: move trace/sync.h to sync_trace.h
> staging/android: remove doc from sw_sync
> staging/android: display sync_pt name on debugfs
> staging/android: do not let userspace trigger WARN_ON
> staging/android: prepare sw_sync files for de-staging
> dma-buf/sw_sync: de-stage SW_SYNC
> staging/android: remove sync framework TODO
>
> drivers/dma-buf/Kconfig | 14 +++++++
> drivers/dma-buf/Makefile | 1 +
> drivers/{staging/android => dma-buf}/sw_sync.c | 46 +++-------------------
> drivers/{staging/android => dma-buf}/sync_debug.c | 7 ++--
> drivers/{staging/android => dma-buf}/sync_debug.h | 26 +++++-------
> .../android/trace/sync.h => dma-buf/sync_trace.h} | 6 +--
> drivers/staging/android/Kconfig | 13 ------
> drivers/staging/android/Makefile | 1 -
> drivers/staging/android/TODO | 8 ----
> 9 files changed, 38 insertions(+), 84 deletions(-)
> rename drivers/{staging/android => dma-buf}/sw_sync.c (84%)
> rename drivers/{staging/android => dma-buf}/sync_debug.c (97%)
> rename drivers/{staging/android => dma-buf}/sync_debug.h (72%)
> rename drivers/{staging/android/trace/sync.h => dma-buf/sync_trace.h} (84%)
>
> --
> 2.5.5
>
Gustavo
[toc] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-07-25 00:30 +0200 |
| Message-ID | <rYA4h-51e-17@gated-at.bofh.it> |
| In reply to | #1445741 |
On Mon, Jul 18, 2016 at 04:12:45PM -0300, Gustavo Padovan wrote: > Hi, > > Do you think there is time to get this in for 4.8? No, it was too late on my end, due to travel and vacation, sorry. I'll queue it up for 4.9-rc1. thanks, greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web