On 22/04/05 10:10 +0200, Christophe Lucas wrote: > Hi KJ folks, > > I ask me one question and I don't have any correct answer: > Could it be made one tool to follow progress about long series of patch > about one entry in KJ TODO ? > > Such as : > .*set_dma_mask patch series Something like this? domen@nd47:~/kernel$ grep ^dma_mask kj-*/{merged,dropped} kj-2.6.12-rc1/merged:dma_mask-drivers_atm_lanai kj-2.6.12-rc1/merged:dma_mask-drivers_scsi_ahci kj-2.6.12-rc1/merged:dma_mask-drivers_scsi_sata_vsc kj-2.6.12-rc2/dropped:dma_mask-drivers_ide_pci_cs5520 kj-2.6.12-rc2/dropped:dma_mask-drivers_scsi_lasi700 kj-2.6.12-rc2/dropped:dma_mask-drivers_net_wireless_prism54_islpci_hotplug kj-2.6.12-rc2/dropped:dma_mask-drivers_net kj-2.6.12-rc2/dropped:dma_mask-drivers_net_tokenring_lanstreamer kj-2.6.12-rc2/dropped:dma_mask-drivers_scsi kj-2.6.12-rc2/dropped:dma_mask-drivers_block_cciss However, dma_mask was a nice example, I don't think I'm so consistent with naming for other TODO entries. > > Some person have made lot of great job on this, but we don't know what > is pending, what is rejected. > > I know, I can read all archive of KJ ML, thanks :-) Well, just the -kj announcements should tell you what was dropped/merged since last -kj. It doesn't cover patches, that don't come into -kj, and neither the ones that get merged before -kj (it really happens sometimes). > > I have tough about one solution, but it is not efficient and correct: > > ./linux-x.y.z-suffix/ > ./linux-x.y.z-suffix/patch-serie/ > ./linux-x.y.z-suffix/patch-serie/merged/ > ./linux-x.y.z-suffix/patch-serie/pending/ (commited here) > ./linux-x.y.z-suffix/patch-serie/merged/ Seems similar to merged/series/dropped files. > > The problem is : ./linux-x.y.z-suffix/ Just `cat` all dropped and merged together? Domen