From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753020AbbJSCjD (ORCPT ); Sun, 18 Oct 2015 22:39:03 -0400 Received: from casper.infradead.org ([85.118.1.10]:45298 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752605AbbJSCjA (ORCPT ); Sun, 18 Oct 2015 22:39:00 -0400 Subject: Re: Linux 4.3-rc6 To: Linus Torvalds , Linux Kernel Mailing List References: From: Randy Dunlap X-Enigmail-Draft-Status: N1110 Message-ID: <562457BE.4090103@infradead.org> Date: Sun, 18 Oct 2015 19:38:54 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/18/15 16:45, Linus Torvalds wrote: > When using 'patch' and patch-4.3-rc6.gz to create a Linux 4.3-rc6 source tree, scripts/kernel-doc-xml-ref is not created as executable. (This has been happening for several -rc releases now). Am I doing something wrong? (other than not using git) or is there some way that this can be fixed so that building documentation does not fail on trying to execute that script file? lnx-43-rc6> ls -l scripts/kernel-doc-xml-ref -rw-r--r-- 1 rdunlap users 4324 Oct 18 19:29 scripts/kernel-doc-xml-ref thanks, -- ~Randy