From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751289AbdBXG3t (ORCPT ); Fri, 24 Feb 2017 01:29:49 -0500 Received: from smtprelay0218.hostedemail.com ([216.40.44.218]:56143 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750973AbdBXG3n (ORCPT ); Fri, 24 Feb 2017 01:29:43 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::,RULES_HIT:41:355:379:541:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:1801:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3865:3874:4605:5007:6119:10004:10400:10848:11232:11657:11658:11914:12043:12555:12760:13069:13161:13229:13311:13357:13439:14096:14097:14181:14394:14581:14659:14721:21080:30054,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: deer67_71b7e6ec64b48 X-Filterd-Recvd-Size: 2020 Message-ID: <1487917780.14159.54.camel@perches.com> Subject: [PATCH] treewide: Remove remaining executable attributes from source files From: Joe Perches To: Linus Torvalds Cc: LKML Date: Thu, 23 Feb 2017 22:29:40 -0800 Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.3-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These are the current source files that should not have executable attributes set. Signed-off-by: Joe Perches --- Normally this would be sent through Andrew Morton's tree but his quilt tools don't like permission only patches. Documentation/devicetree/bindings/sound/rt5665.txt | 0 arch/nios2/boot/dts/10m50_devboard.dts | 0 arch/nios2/configs/10m50_defconfig | 0 arch/sh/boot/dts/j2_mimas_v2.dts | 0 drivers/crypto/chelsio/chcr_algo.c | 0 include/sound/rt5665.h | 0 6 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/rt5665.txt b/Documentation/devicetree/bindings/sound/rt5665.txt old mode 100755 new mode 100644 diff --git a/arch/nios2/boot/dts/10m50_devboard.dts b/arch/nios2/boot/dts/10m50_devboard.dts old mode 100755 new mode 100644 diff --git a/arch/nios2/configs/10m50_defconfig b/arch/nios2/configs/10m50_defconfig old mode 100755 new mode 100644 diff --git a/arch/sh/boot/dts/j2_mimas_v2.dts b/arch/sh/boot/dts/j2_mimas_v2.dts old mode 100755 new mode 100644 diff --git a/drivers/crypto/chelsio/chcr_algo.c b/drivers/crypto/chelsio/chcr_algo.c old mode 100755 new mode 100644 diff --git a/include/sound/rt5665.h b/include/sound/rt5665.h old mode 100755 new mode 100644