From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761953AbdAKWHg (ORCPT ); Wed, 11 Jan 2017 17:07:36 -0500 Received: from mail-pf0-f175.google.com ([209.85.192.175]:33406 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757985AbdAKWHd (ORCPT ); Wed, 11 Jan 2017 17:07:33 -0500 Date: Wed, 11 Jan 2017 06:07:52 -0800 From: Bjorn Andersson To: Linus Torvalds Cc: Ohad Ben-Cohen , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, Loic Pallardy Subject: [GIT PULL] remoteproc fixes for v4.10 Message-ID: <20170111140752.GB31260@builder> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://github.com/andersson/remoteproc tags/rproc-v4.10-fixes for you to fetch changes up to a0c10687ec9506b5e14fe3dd47832a77f2f2500c: Revert "remoteproc: Merge table_ptr and cached_table pointers" (2016-12-30 03:26:31 -0800) ---------------------------------------------------------------- remoteproc fixes for v4.10 This fixes two regressions that has been reported to be introduced in v4.10-rc1. * The first fix corrects an incorrect usage of the kref api. * The second reverts the change to make the resource table read-only. As the space each vdev resource is used as virtio device config space it must be shared with the remote. ---------------------------------------------------------------- Bjorn Andersson (1): Revert "remoteproc: Merge table_ptr and cached_table pointers" Loic Pallardy (1): remoteproc: fix vdev reference management drivers/remoteproc/remoteproc_core.c | 29 ++++++++++++++++------------- include/linux/remoteproc.h | 4 +++- 2 files changed, 19 insertions(+), 14 deletions(-)