From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754169AbcLLJlR (ORCPT ); Mon, 12 Dec 2016 04:41:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57970 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754077AbcLLJlQ (ORCPT ); Mon, 12 Dec 2016 04:41:16 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: To: Joe Perches Cc: dhowells@redhat.com, Andrew Morton , David Woodhouse , Alex Deucher , =?UTF-8?q?Christian=20K=C3=B6nig?= , David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, keyrings@vger.kernel.org Subject: Re: [PATCH] treewide: Make remaining source files non-executable MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <10259.1481535672.1@warthog.procyon.org.uk> Date: Mon, 12 Dec 2016 09:41:12 +0000 Message-ID: <10260.1481535672@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Mon, 12 Dec 2016 09:41:15 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Joe Perches wrote: > .c and .h source files should not be executable, change > the permissions to 0644. Acked-by: David Howells