From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753975AbbCLKo2 (ORCPT ); Thu, 12 Mar 2015 06:44:28 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.221]:21945 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753597AbbCLKo0 (ORCPT ); Thu, 12 Mar 2015 06:44:26 -0400 X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV4pSFZalwAeMSYGGVMSyQaZuzod+milLZOzKSQ== X-RZG-CLASS-ID: mo00 Date: Thu, 12 Mar 2015 11:44:21 +0100 From: Olaf Hering To: "K. Y. Srinivasan" Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, apw@canonical.com, vkuznets@redhat.com Subject: Re: [PATCH 1/6] Drivers: hv: vmbus: Perform device register in the per-channel work element Message-ID: <20150312104421.GA11353@aepfle.de> References: <1426125345-12530-1-git-send-email-kys@microsoft.com> <1426125419-12571-1-git-send-email-kys@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1426125419-12571-1-git-send-email-kys@microsoft.com> User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 11, K. Y. Srinivasan wrote: > The current Linux 4.0 RC3 tree is broken and this patch fixes the problem. This does not seem to apply to master. What it is based on? checking file drivers/hv/channel_mgmt.c Hunk #3 FAILED at 139. Hunk #4 succeeded at 194 (offset -31 lines). Hunk #5 succeeded at 303 (offset -18 lines). Hunk #6 succeeded at 355 (offset -15 lines). Hunk #7 FAILED at 471. Hunk #8 FAILED at 634. 3 out of 8 hunks FAILED checking file drivers/hv/connection.c Hunk #1 succeeded at 263 (offset -7 lines). Hunk #2 succeeded at 275 (offset -7 lines). Hunk #3 succeeded at 287 (offset -7 lines). checking file drivers/hv/hyperv_vmbus.h Hunk #1 succeeded at 685 (offset -13 lines). Olaf