mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Permissions on include/video/neomagic.h
@ 2004-04-18 18:22 Jean Delvare
  2004-04-21 17:10 ` James Simmons
  0 siblings, 1 reply; 6+ messages in thread
From: Jean Delvare @ 2004-04-18 18:22 UTC (permalink / raw)
  To: LKML; +Cc: Linus Torvalds

Hi all, hi Linus,

In linux-2.6.5.tar, include/video/neomagic.h has permissions 0640. It
obviously should be 0644.

This has already been reported 8 months ago:
http://lkml.org/lkml/2003/8/9/150

Shouldn't it be fixed?

Thanks.

-- 
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/

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

* Re: Permissions on include/video/neomagic.h
  2004-04-18 18:22 Permissions on include/video/neomagic.h Jean Delvare
@ 2004-04-21 17:10 ` James Simmons
  2004-04-21 18:45   ` Jean Delvare
  0 siblings, 1 reply; 6+ messages in thread
From: James Simmons @ 2004-04-21 17:10 UTC (permalink / raw)
  To: Jean Delvare; +Cc: LKML, Linus Torvalds


I'm preparing new neofb patch for Andrew Morton. They will fix this.


On Sun, 18 Apr 2004, Jean Delvare wrote:

> Hi all, hi Linus,
> 
> In linux-2.6.5.tar, include/video/neomagic.h has permissions 0640. It
> obviously should be 0644.
> 
> This has already been reported 8 months ago:
> http://lkml.org/lkml/2003/8/9/150
> 
> Shouldn't it be fixed?
> 
> Thanks.
> 
> 


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

* Re: Permissions on include/video/neomagic.h
  2004-04-21 17:10 ` James Simmons
@ 2004-04-21 18:45   ` Jean Delvare
  2004-04-21 18:45     ` James Simmons
  0 siblings, 1 reply; 6+ messages in thread
From: Jean Delvare @ 2004-04-21 18:45 UTC (permalink / raw)
  To: James Simmons; +Cc: linux-kernel

> > In linux-2.6.5.tar, include/video/neomagic.h has permissions 0640.
> > It obviously should be 0644.
>
> I'm preparing new neofb patch for Andrew Morton. They will fix this.

Just curious... How can a patch change file permissions?

-- 
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/

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

* Re: Permissions on include/video/neomagic.h
  2004-04-21 18:45   ` Jean Delvare
@ 2004-04-21 18:45     ` James Simmons
  2004-04-21 18:56       ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 6+ messages in thread
From: James Simmons @ 2004-04-21 18:45 UTC (permalink / raw)
  To: Jean Delvare; +Cc: linux-kernel


> > > In linux-2.6.5.tar, include/video/neomagic.h has permissions 0640.
> > > It obviously should be 0644.
> >
> > I'm preparing new neofb patch for Andrew Morton. They will fix this.
> 
> Just curious... How can a patch change file permissions?

If it is a BK patch I assume that would fix it.



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

* Re: Permissions on include/video/neomagic.h
  2004-04-21 18:45     ` James Simmons
@ 2004-04-21 18:56       ` Bartlomiej Zolnierkiewicz
  2004-04-21 19:22         ` James Simmons
  0 siblings, 1 reply; 6+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-04-21 18:56 UTC (permalink / raw)
  To: James Simmons, Jean Delvare; +Cc: linux-kernel

On Wednesday 21 of April 2004 20:45, James Simmons wrote:
> > > > In linux-2.6.5.tar, include/video/neomagic.h has permissions 0640.
> > > > It obviously should be 0644.
> > >
> > > I'm preparing new neofb patch for Andrew Morton. They will fix this.
> >
> > Just curious... How can a patch change file permissions?
>
> If it is a BK patch I assume that would fix it.

http://linus.bkbits.net:8080/linux-2.5/cset@4082d4a3XJbVYeEqSdkkuhnyiEJ4Ww?nav=index.html|ChangeSet@-3d

Fix permission problem on include/video/neomagic.h
Change mode to -rw-r--r--

Just FYI ;)


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

* Re: Permissions on include/video/neomagic.h
  2004-04-21 18:56       ` Bartlomiej Zolnierkiewicz
@ 2004-04-21 19:22         ` James Simmons
  0 siblings, 0 replies; 6+ messages in thread
From: James Simmons @ 2004-04-21 19:22 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: Jean Delvare, linux-kernel


Never mind then :-)


On Wed, 21 Apr 2004, Bartlomiej Zolnierkiewicz wrote:

> On Wednesday 21 of April 2004 20:45, James Simmons wrote:
> > > > > In linux-2.6.5.tar, include/video/neomagic.h has permissions 0640.
> > > > > It obviously should be 0644.
> > > >
> > > > I'm preparing new neofb patch for Andrew Morton. They will fix this.
> > >
> > > Just curious... How can a patch change file permissions?
> >
> > If it is a BK patch I assume that would fix it.
> 
> http://linus.bkbits.net:8080/linux-2.5/cset@4082d4a3XJbVYeEqSdkkuhnyiEJ4Ww?nav=index.html|ChangeSet@-3d
> 
> Fix permission problem on include/video/neomagic.h
> Change mode to -rw-r--r--
> 
> Just FYI ;)
> 
> 


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

end of thread, other threads:[~2004-04-21 19:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-18 18:22 Permissions on include/video/neomagic.h Jean Delvare
2004-04-21 17:10 ` James Simmons
2004-04-21 18:45   ` Jean Delvare
2004-04-21 18:45     ` James Simmons
2004-04-21 18:56       ` Bartlomiej Zolnierkiewicz
2004-04-21 19:22         ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome