netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/networking/ixgbevf.txt: Change file permissions to 644
@ 2010-10-06 22:09 Joe Perches
  2010-10-06 22:16 ` Jeff Kirsher
  2010-10-07  0:33 ` David Miller
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Perches @ 2010-10-06 22:09 UTC (permalink / raw)
  To: Jeff Kirsher; +Cc: netdev, Randy Dunlap, Greg Rose

Signed-off-by: Joe Perches <joe@perches.com>
---
diff --git a/Documentation/networking/ixgbevf.txt b/Documentation/networking/ixgbevf.txt
old mode 100755
new mode 100644



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation/networking/ixgbevf.txt: Change file permissions to 644
  2010-10-06 22:09 [PATCH] Documentation/networking/ixgbevf.txt: Change file permissions to 644 Joe Perches
@ 2010-10-06 22:16 ` Jeff Kirsher
  2010-10-07  0:33 ` David Miller
  1 sibling, 0 replies; 6+ messages in thread
From: Jeff Kirsher @ 2010-10-06 22:16 UTC (permalink / raw)
  To: Joe Perches; +Cc: netdev, Randy Dunlap, Greg Rose, Ben Hutchings, linux-doc

On Wed, Oct 6, 2010 at 15:09, Joe Perches <joe@perches.com> wrote:
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com

> ---
> diff --git a/Documentation/networking/ixgbevf.txt b/Documentation/networking/ixgbevf.txt
> old mode 100755
> new mode 100644
>

FYI - Ben submitted this same patch 3 days ago to Randy and
linux-doc@vger.kernel.org.

-- 
Cheers,
Jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation/networking/ixgbevf.txt: Change file permissions to 644
  2010-10-06 22:09 [PATCH] Documentation/networking/ixgbevf.txt: Change file permissions to 644 Joe Perches
  2010-10-06 22:16 ` Jeff Kirsher
@ 2010-10-07  0:33 ` David Miller
  2010-10-07  1:42   ` David Miller
  1 sibling, 1 reply; 6+ messages in thread
From: David Miller @ 2010-10-07  0:33 UTC (permalink / raw)
  To: joe; +Cc: jeffrey.t.kirsher, netdev, rdunlap, gregory.v.rose

From: Joe Perches <joe@perches.com>
Date: Wed, 06 Oct 2010 15:09:50 -0700

> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> diff --git a/Documentation/networking/ixgbevf.txt b/Documentation/networking/ixgbevf.txt
> old mode 100755
> new mode 100644

Applied, thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation/networking/ixgbevf.txt: Change file permissions to 644
  2010-10-07  0:33 ` David Miller
@ 2010-10-07  1:42   ` David Miller
  2010-10-07  1:52     ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: David Miller @ 2010-10-07  1:42 UTC (permalink / raw)
  To: joe; +Cc: jeffrey.t.kirsher, netdev, rdunlap, gregory.v.rose

From: David Miller <davem@davemloft.net>
Date: Wed, 06 Oct 2010 17:33:53 -0700 (PDT)

> From: Joe Perches <joe@perches.com>
> Date: Wed, 06 Oct 2010 15:09:50 -0700
> 
>> Signed-off-by: Joe Perches <joe@perches.com>
>> ---
>> diff --git a/Documentation/networking/ixgbevf.txt b/Documentation/networking/ixgbevf.txt
>> old mode 100755
>> new mode 100644
> 
> Applied, thanks.

Actually, only net-next-2.6 needs this and this permission issue will
end up getting fixed transparently when I merge net-2.6 into
net-next-2.6

Which I need to do right now to resolve a conflict anyways.

So I won't actually be applying this patch.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation/networking/ixgbevf.txt: Change file permissions to 644
  2010-10-07  1:42   ` David Miller
@ 2010-10-07  1:52     ` Joe Perches
  2010-10-07  1:59       ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2010-10-07  1:52 UTC (permalink / raw)
  To: David Miller; +Cc: jeffrey.t.kirsher, netdev, rdunlap, gregory.v.rose

On Wed, 2010-10-06 at 18:42 -0700, David Miller wrote:
> So I won't actually be applying this patch.

No worries, happy it's getting resolved.

I sent a patch to checkpatch so these could be avoided
in the future.  Maybe Andy W has a better idea.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Documentation/networking/ixgbevf.txt: Change file permissions to 644
  2010-10-07  1:52     ` Joe Perches
@ 2010-10-07  1:59       ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2010-10-07  1:59 UTC (permalink / raw)
  To: joe; +Cc: jeffrey.t.kirsher, netdev, rdunlap, gregory.v.rose

From: Joe Perches <joe@perches.com>
Date: Wed, 06 Oct 2010 18:52:26 -0700

> On Wed, 2010-10-06 at 18:42 -0700, David Miller wrote:
>> So I won't actually be applying this patch.
> 
> No worries, happy it's getting resolved.
> 
> I sent a patch to checkpatch so these could be avoided
> in the future.  Maybe Andy W has a better idea.

GIT would probably be a better place to detect this, even if
it's not on by default I would enable it in my own personal
.gitconfig

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-07  1:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06 22:09 [PATCH] Documentation/networking/ixgbevf.txt: Change file permissions to 644 Joe Perches
2010-10-06 22:16 ` Jeff Kirsher
2010-10-07  0:33 ` David Miller
2010-10-07  1:42   ` David Miller
2010-10-07  1:52     ` Joe Perches
2010-10-07  1:59       ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).