From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756855AbdAKWGe (ORCPT ); Wed, 11 Jan 2017 17:06:34 -0500 Received: from mail-pf0-f179.google.com ([209.85.192.179]:33255 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751418AbdAKWGb (ORCPT ); Wed, 11 Jan 2017 17:06:31 -0500 Date: Wed, 11 Jan 2017 06:07:08 -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] rpmsg fixes for v4.10 Message-ID: <20170111140708.GA31260@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/rpmsg-v4.10-fixes for you to fetch changes up to 63447646ac657fde00bb658ce21a3431940ae0ad: rpmsg: virtio_rpmsg_bus: fix channel creation (2016-12-30 03:12:11 -0800) ---------------------------------------------------------------- rpmsg fixes for v4.10 This fixes a regression introduced in v4.10-rc1 that prohibits multiple channels with the same name but different endpoint addresses to be used. ---------------------------------------------------------------- Loic Pallardy (1): rpmsg: virtio_rpmsg_bus: fix channel creation drivers/rpmsg/rpmsg_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)