* Re: [PATCH 5/5] Documentation: update GregKH links
@ 2011-05-23 20:00 Xose Vazquez Perez
0 siblings, 0 replies; 5+ messages in thread
From: Xose Vazquez Perez @ 2011-05-23 20:00 UTC (permalink / raw)
To: vikram186, randy.dunlap, greg, linux-kernel
hi,
> + <http://www.kroah.com/log/linux/maintainer-05.html>
is missing (alias http://www.kroah.com/log/2011/02/10/ )
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/5] Documentation: update dontdiff file
@ 2011-05-23 18:55 Randy Dunlap
2011-05-23 19:01 ` [PATCH 5/5] Documentation: update GregKH links Randy Dunlap
0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2011-05-23 18:55 UTC (permalink / raw)
To: lkml; +Cc: torvalds, Michael Prokop, Joe Perches, Paul Mundt
From: Randy Dunlap <randy.dunlap@oracle.com>
v2, updated based on comments from Joe and Paul.
Update to Documentation/dontdiff, based on many updates to
various .gitignore patches over the last 2 years.
Initially begun by Michael Prokop <mika@grml.org>, with lots of
changes by Randy Dunlap.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Michael Prokop <mika@grml.org>
Cc: Joe Perches <joe@perches.com>
Cc: Paul Mundt <lethal@linux-sh.org>
---
Documentation/dontdiff | 58 ++++++++++++++++++++++++++++++---------
1 file changed, 46 insertions(+), 12 deletions(-)
--- linux-2.6.39-git6.orig/Documentation/dontdiff
+++ linux-2.6.39-git6/Documentation/dontdiff
@@ -1,6 +1,8 @@
*.a
*.aux
*.bin
+*.bz2
+*.cis
*.cpio
*.csp
*.dsp
@@ -8,6 +10,8 @@
*.elf
*.eps
*.fw
+*.gcno
+*.gcov
*.gen.S
*.gif
*.grep
@@ -19,14 +23,20 @@
*.ko
*.log
*.lst
+*.lzma
+*.lzo
+*.mo
*.moc
*.mod.c
*.o
*.o.*
+*.order
*.orig
*.out
+*.patch
*.pdf
*.png
+*.pot
*.ps
*.rej
*.s
@@ -39,16 +49,22 @@
*.tex
*.ver
*.xml
+*.xz
*_MODULES
*_vga16.c
*~
+\#*#
*.9
-*.9.gz
.*
+.*.d
.mm
53c700_d.h
CVS
ChangeSet
+GPATH
+GRTAGS
+GSYMS
+GTAGS
Image
Kerntypes
Module.markers
@@ -57,15 +73,14 @@ PENDING
SCCS
System.map*
TAGS
+aconf
+af_names.h
aic7*reg.h*
aic7*reg_print.c*
aic7*seq.h*
aicasm
aicdb.h*
-altivec1.c
-altivec2.c
-altivec4.c
-altivec8.c
+altivec*.c
asm-offsets.h
asm_offsets.h
autoconf.h*
@@ -80,6 +95,7 @@ btfixupprep
build
bvmlinux
bzImage*
+capability_names.h
capflags.c
classlist.h*
comp*.log
@@ -88,7 +104,8 @@ conf
config
config-*
config_data.h*
-config_data.gz*
+config.mak
+config.mak.autogen
conmakehash
consolemap_deftbl.c*
cpustr.h
@@ -96,7 +113,9 @@ crc32table.h*
cscope.*
defkeymap.c
devlist.h*
+dnotify_test
docproc
+dslm
elf2ecoff
elfconfig.h*
evergreen_reg_safe.h
@@ -105,6 +124,7 @@ flask.h
fore200e_mkfirm
fore200e_pca_fw.c*
gconf
+gconf.glade.h
gen-devlist
gen_crc32table
gen_init_cpio
@@ -112,11 +132,12 @@ generated
genheaders
genksyms
*_gray256.c
+hpet_example
+hugepage-mmap
+hugepage-shm
ihex2fw
ikconfig.h*
inat-tables.c
-initramfs_data.cpio
-initramfs_data.cpio.gz
initramfs_list
int16.c
int1.c
@@ -133,15 +154,19 @@ kxgettext
lkc_defs.h
lex.c
lex.*.c
+linux
logo_*.c
logo_*_clut224.c
logo_*_mono.c
lxdialog
+mach
mach-types
mach-types.h
machtypes.h
map
+map_hugetlb
maui_boot.h
+media
mconf
miboot*
mk_elfconfig
@@ -150,23 +175,29 @@ mkbugboot
mkcpustr
mkdep
mkprep
+mkregtable
mktables
mktree
modpost
modules.builtin
modules.order
modversions.h*
+nconf
ncscope.*
offset.h
offsets.h
oui.c*
+page-types
parse.c
parse.h
patches*
pca200e.bin
pca200e_ecd.bin2
-piggy.gz
+perf.data
+perf.data.old
+perf-archive
piggyback
+piggy.gzip
piggy.S
pnmtologo
ppc_defs.h*
@@ -177,10 +208,9 @@ r200_reg_safe.h
r300_reg_safe.h
r420_reg_safe.h
r600_reg_safe.h
-raid6altivec*.c
-raid6int*.c
-raid6tables.c
+recordmcount
relocs
+rlim_names.h
rn50_reg_safe.h
rs600_reg_safe.h
rv515_reg_safe.h
@@ -194,6 +224,7 @@ split-include
syscalltab.h
tables.c
tags
+test_get_len
tftpboot.img
timeconst.h
times.h*
@@ -210,10 +241,13 @@ vdso32.so.dbg
vdso64.lds
vdso64.so.dbg
version.h*
+vmImage
vmlinux
vmlinux-*
vmlinux.aout
+vmlinux.bin.all
vmlinux.lds
+vmlinuz
voffset.h
vsyscall.lds
vsyscall_32.lds
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 5/5] Documentation: update GregKH links
2011-05-23 18:55 [PATCH 1/5] Documentation: update dontdiff file Randy Dunlap
@ 2011-05-23 19:01 ` Randy Dunlap
2011-05-23 19:09 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2011-05-23 19:01 UTC (permalink / raw)
To: lkml; +Cc: torvalds, Vikram Narayanan, gregkh
From: Vikram Narayanan <vikram186@gmail.com>
Fixed the broken links in the SubmittingPatches file.
Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
---
Documentation/SubmittingPatches | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--- linux-2.6.39-git6.orig/Documentation/SubmittingPatches
+++ linux-2.6.39-git6/Documentation/SubmittingPatches
@@ -714,10 +714,11 @@ Jeff Garzik, "Linux kernel patch submiss
<http://linux.yyz.us/patch-format.html>
Greg Kroah-Hartman, "How to piss off a kernel subsystem maintainer".
- <http://www.kroah.com/log/2005/03/31/>
- <http://www.kroah.com/log/2005/07/08/>
- <http://www.kroah.com/log/2005/10/19/>
- <http://www.kroah.com/log/2006/01/11/>
+ <http://www.kroah.com/log/linux/maintainer.html>
+ <http://www.kroah.com/log/linux/maintainer-02.html>
+ <http://www.kroah.com/log/linux/maintainer-03.html>
+ <http://www.kroah.com/log/linux/maintainer-04.html>
+ <http://www.kroah.com/log/linux/maintainer-05.html>
NO!!!! No more huge patch bombs to linux-kernel@vger.kernel.org people!
<http://marc.theaimsgroup.com/?l=linux-kernel&m=112112749912944&w=2>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5/5] Documentation: update GregKH links
2011-05-23 19:01 ` [PATCH 5/5] Documentation: update GregKH links Randy Dunlap
@ 2011-05-23 19:09 ` Greg KH
2011-05-23 19:33 ` Vikram Narayanan
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2011-05-23 19:09 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, torvalds, Vikram Narayanan
On Mon, May 23, 2011 at 12:01:25PM -0700, Randy Dunlap wrote:
> From: Vikram Narayanan <vikram186@gmail.com>
>
> Fixed the broken links in the SubmittingPatches file.
>
> Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
> ---
> Documentation/SubmittingPatches | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> --- linux-2.6.39-git6.orig/Documentation/SubmittingPatches
> +++ linux-2.6.39-git6/Documentation/SubmittingPatches
> @@ -714,10 +714,11 @@ Jeff Garzik, "Linux kernel patch submiss
> <http://linux.yyz.us/patch-format.html>
>
> Greg Kroah-Hartman, "How to piss off a kernel subsystem maintainer".
> - <http://www.kroah.com/log/2005/03/31/>
> - <http://www.kroah.com/log/2005/07/08/>
> - <http://www.kroah.com/log/2005/10/19/>
> - <http://www.kroah.com/log/2006/01/11/>
> + <http://www.kroah.com/log/linux/maintainer.html>
> + <http://www.kroah.com/log/linux/maintainer-02.html>
> + <http://www.kroah.com/log/linux/maintainer-03.html>
> + <http://www.kroah.com/log/linux/maintainer-04.html>
> + <http://www.kroah.com/log/linux/maintainer-05.html>
>
I have no real objection to this, but the original links are not broken
at all, and still work just fine for me here, don't they for you as
well?
So why are they being changed?
confused,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5/5] Documentation: update GregKH links
2011-05-23 19:09 ` Greg KH
@ 2011-05-23 19:33 ` Vikram Narayanan
2011-05-23 19:41 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Vikram Narayanan @ 2011-05-23 19:33 UTC (permalink / raw)
To: Greg KH; +Cc: Randy Dunlap, lkml, torvalds
On Tue, May 24, 2011 at 12:39 AM, Greg KH <greg@kroah.com> wrote:
> On Mon, May 23, 2011 at 12:01:25PM -0700, Randy Dunlap wrote:
>> From: Vikram Narayanan <vikram186@gmail.com>
>>
>> Fixed the broken links in the SubmittingPatches file.
>>
>> Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
>> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
>> ---
>> ---
>> Documentation/SubmittingPatches | 9 +++++----
>> 1 file changed, 5 insertions(+), 4 deletions(-)
>>
>> --- linux-2.6.39-git6.orig/Documentation/SubmittingPatches
>> +++ linux-2.6.39-git6/Documentation/SubmittingPatches
>> @@ -714,10 +714,11 @@ Jeff Garzik, "Linux kernel patch submiss
>> <http://linux.yyz.us/patch-format.html>
>>
>> Greg Kroah-Hartman, "How to piss off a kernel subsystem maintainer".
>> - <http://www.kroah.com/log/2005/03/31/>
>> - <http://www.kroah.com/log/2005/07/08/>
>> - <http://www.kroah.com/log/2005/10/19/>
>> - <http://www.kroah.com/log/2006/01/11/>
>> + <http://www.kroah.com/log/linux/maintainer.html>
>> + <http://www.kroah.com/log/linux/maintainer-02.html>
>> + <http://www.kroah.com/log/linux/maintainer-03.html>
>> + <http://www.kroah.com/log/linux/maintainer-04.html>
>> + <http://www.kroah.com/log/linux/maintainer-05.html>
>>
>
> I have no real objection to this, but the original links are not broken
> at all, and still work just fine for me here, don't they for you as
> well?
At the time of submission of this patch, It didn't work for me. (It
returned http://storm.he.net/cgi-bin/error404)
That's why I searched for the updated links and sent a patch.
But, It works fine now.
Now, its your wish, whether or not to use this patch :)
-
Thanks,
Vikram
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5/5] Documentation: update GregKH links
2011-05-23 19:33 ` Vikram Narayanan
@ 2011-05-23 19:41 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2011-05-23 19:41 UTC (permalink / raw)
To: Vikram Narayanan; +Cc: Randy Dunlap, lkml, torvalds
On Tue, May 24, 2011 at 01:03:43AM +0530, Vikram Narayanan wrote:
> On Tue, May 24, 2011 at 12:39 AM, Greg KH <greg@kroah.com> wrote:
> > On Mon, May 23, 2011 at 12:01:25PM -0700, Randy Dunlap wrote:
> >> From: Vikram Narayanan <vikram186@gmail.com>
> >>
> >> Fixed the broken links in the SubmittingPatches file.
> >>
> >> Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
> >> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> >> ---
> >> ---
> >> Documentation/SubmittingPatches | 9 +++++----
> >> 1 file changed, 5 insertions(+), 4 deletions(-)
> >>
> >> --- linux-2.6.39-git6.orig/Documentation/SubmittingPatches
> >> +++ linux-2.6.39-git6/Documentation/SubmittingPatches
> >> @@ -714,10 +714,11 @@ Jeff Garzik, "Linux kernel patch submiss
> >> <http://linux.yyz.us/patch-format.html>
> >>
> >> Greg Kroah-Hartman, "How to piss off a kernel subsystem maintainer".
> >> - <http://www.kroah.com/log/2005/03/31/>
> >> - <http://www.kroah.com/log/2005/07/08/>
> >> - <http://www.kroah.com/log/2005/10/19/>
> >> - <http://www.kroah.com/log/2006/01/11/>
> >> + <http://www.kroah.com/log/linux/maintainer.html>
> >> + <http://www.kroah.com/log/linux/maintainer-02.html>
> >> + <http://www.kroah.com/log/linux/maintainer-03.html>
> >> + <http://www.kroah.com/log/linux/maintainer-04.html>
> >> + <http://www.kroah.com/log/linux/maintainer-05.html>
> >>
> >
> > I have no real objection to this, but the original links are not broken
> > at all, and still work just fine for me here, don't they for you as
> > well?
> At the time of submission of this patch, It didn't work for me. (It
> returned http://storm.he.net/cgi-bin/error404)
> That's why I searched for the updated links and sent a patch.
> But, It works fine now.
> Now, its your wish, whether or not to use this patch :)
Odd, anyway, your new links are a bit more descriptive, so again, no
objection from me.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-05-23 20:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-23 20:00 [PATCH 5/5] Documentation: update GregKH links Xose Vazquez Perez
-- strict thread matches above, loose matches on Subject: below --
2011-05-23 18:55 [PATCH 1/5] Documentation: update dontdiff file Randy Dunlap
2011-05-23 19:01 ` [PATCH 5/5] Documentation: update GregKH links Randy Dunlap
2011-05-23 19:09 ` Greg KH
2011-05-23 19:33 ` Vikram Narayanan
2011-05-23 19:41 ` Greg KH
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).