* 2.6.15-rc2 pci_ids.h cleanup is a pain @ 2005-11-21 22:27 David Fox 2005-11-21 22:31 ` Phil Oester 2005-11-21 22:44 ` Greg KH 0 siblings, 2 replies; 10+ messages in thread From: David Fox @ 2005-11-21 22:27 UTC (permalink / raw) To: linux-kernel I'm sure I'm not the only person that applies patches to the kernel that use some of the 500 plus PCI IDS eliminated from pci_ids.h by rc2. I would like to see the PCI ids that were removed simply because the don't occur in the main kernel source restored. Is there a rationale for removing them that I'm not aware of? ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.6.15-rc2 pci_ids.h cleanup is a pain 2005-11-21 22:27 2.6.15-rc2 pci_ids.h cleanup is a pain David Fox @ 2005-11-21 22:31 ` Phil Oester 2005-11-21 22:44 ` Greg KH 1 sibling, 0 replies; 10+ messages in thread From: Phil Oester @ 2005-11-21 22:31 UTC (permalink / raw) To: David Fox; +Cc: linux-kernel On Mon, Nov 21, 2005 at 02:27:23PM -0800, David Fox wrote: > I'm sure I'm not the only person that applies patches to the kernel that > use some of the 500 plus PCI IDS eliminated from pci_ids.h by rc2. I > would like to see the PCI ids that were removed simply because the don't > occur in the main kernel source restored. Is there a rationale for > removing them that I'm not aware of? As long as you are patching the kernel, is there some reason you can't add back the PCI IDs you require? Phil ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.6.15-rc2 pci_ids.h cleanup is a pain 2005-11-21 22:27 2.6.15-rc2 pci_ids.h cleanup is a pain David Fox 2005-11-21 22:31 ` Phil Oester @ 2005-11-21 22:44 ` Greg KH 2005-11-23 0:25 ` Andrew Morton 1 sibling, 1 reply; 10+ messages in thread From: Greg KH @ 2005-11-21 22:44 UTC (permalink / raw) To: David Fox; +Cc: linux-kernel On Mon, Nov 21, 2005 at 02:27:23PM -0800, David Fox wrote: > I'm sure I'm not the only person that applies patches to the kernel that > use some of the 500 plus PCI IDS eliminated from pci_ids.h by rc2. I > would like to see the PCI ids that were removed simply because the don't > occur in the main kernel source restored. Is there a rationale for > removing them that I'm not aware of? They were not being used. Why would you want them in there? And, what pending patches do you have that patched this file? Is there a reason you have not submitted it for inclusion? thanks, greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.6.15-rc2 pci_ids.h cleanup is a pain 2005-11-21 22:44 ` Greg KH @ 2005-11-23 0:25 ` Andrew Morton 2005-11-23 1:51 ` Grant Coady 0 siblings, 1 reply; 10+ messages in thread From: Andrew Morton @ 2005-11-23 0:25 UTC (permalink / raw) To: Greg KH; +Cc: david.fox, linux-kernel Greg KH <greg@kroah.com> wrote: > > On Mon, Nov 21, 2005 at 02:27:23PM -0800, David Fox wrote: > > I'm sure I'm not the only person that applies patches to the kernel that > > use some of the 500 plus PCI IDS eliminated from pci_ids.h by rc2. I > > would like to see the PCI ids that were removed simply because the don't > > occur in the main kernel source restored. Is there a rationale for > > removing them that I'm not aware of? > > They were not being used. Why would you want them in there? Because they contained useful information which had been accumulated by many people over a long period of time. Throwing that information away seemed rather pointless, especially as the cost of retaining it was so low. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.6.15-rc2 pci_ids.h cleanup is a pain 2005-11-23 0:25 ` Andrew Morton @ 2005-11-23 1:51 ` Grant Coady 2005-11-23 2:12 ` Andrew Morton 2005-11-23 4:19 ` Dave Jones 0 siblings, 2 replies; 10+ messages in thread From: Grant Coady @ 2005-11-23 1:51 UTC (permalink / raw) To: Andrew Morton; +Cc: Greg KH, david.fox, linux-kernel Hi Andrew, Greg, On Tue, 22 Nov 2005 16:25:58 -0800, Andrew Morton <akpm@osdl.org> wrote: >Greg KH <greg@kroah.com> wrote: >> >> On Mon, Nov 21, 2005 at 02:27:23PM -0800, David Fox wrote: >> > I'm sure I'm not the only person that applies patches to the kernel that >> > use some of the 500 plus PCI IDS eliminated from pci_ids.h by rc2. I >> > would like to see the PCI ids that were removed simply because the don't >> > occur in the main kernel source restored. Is there a rationale for >> > removing them that I'm not aware of? >> >> They were not being used. Why would you want them in there? > >Because they contained useful information which had been accumulated by >many people over a long period of time. > >Throwing that information away seemed rather pointless, especially as the >cost of retaining it was so low. There's an out-of-tree reference, the pci.ids website, that carries this information, do we need the reference info in the kernel as well? So far two people raised an objection, the other wants to maintain an out-of-tree driver, D. Fox didn't say why he needs the symbols. There's some other cleanups to be done yet, as >100 files define own PCI_* symbols instead of referencing the header... Would you prefer to revert the patches or rather me put the removed symbols back again via a new patch series? Cheers, Grant. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.6.15-rc2 pci_ids.h cleanup is a pain 2005-11-23 1:51 ` Grant Coady @ 2005-11-23 2:12 ` Andrew Morton 2005-11-23 4:19 ` Dave Jones 1 sibling, 0 replies; 10+ messages in thread From: Andrew Morton @ 2005-11-23 2:12 UTC (permalink / raw) To: gcoady; +Cc: grant_lkml, greg, david.fox, linux-kernel Grant Coady <grant_lkml@dodo.com.au> wrote: > > Would you prefer to revert the patches or rather me put the removed > symbols back again via a new patch series? It's probably too late now - I'm just having a little grump. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.6.15-rc2 pci_ids.h cleanup is a pain 2005-11-23 1:51 ` Grant Coady 2005-11-23 2:12 ` Andrew Morton @ 2005-11-23 4:19 ` Dave Jones 2005-11-23 7:55 ` Grant Coady 2005-11-23 21:41 ` Grant Coady 1 sibling, 2 replies; 10+ messages in thread From: Dave Jones @ 2005-11-23 4:19 UTC (permalink / raw) To: gcoady; +Cc: Andrew Morton, Greg KH, david.fox, linux-kernel On Wed, Nov 23, 2005 at 12:51:45PM +1100, Grant Coady wrote: > Hi Andrew, Greg, > > On Tue, 22 Nov 2005 16:25:58 -0800, Andrew Morton <akpm@osdl.org> wrote: > > >Greg KH <greg@kroah.com> wrote: > >> > >> On Mon, Nov 21, 2005 at 02:27:23PM -0800, David Fox wrote: > >> > I'm sure I'm not the only person that applies patches to the kernel that > >> > use some of the 500 plus PCI IDS eliminated from pci_ids.h by rc2. I > >> > would like to see the PCI ids that were removed simply because the don't > >> > occur in the main kernel source restored. Is there a rationale for > >> > removing them that I'm not aware of? > >> > >> They were not being used. Why would you want them in there? > > > >Because they contained useful information which had been accumulated by > >many people over a long period of time. > > > >Throwing that information away seemed rather pointless, especially as the > >cost of retaining it was so low. > > There's an out-of-tree reference, the pci.ids website, that carries > this information, do we need the reference info in the kernel as well? > > So far two people raised an objection, the other wants to maintain > an out-of-tree driver, D. Fox didn't say why he needs the symbols. Three. I already mentioned we broke the compilation of the advansys driver because of this. Dave ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.6.15-rc2 pci_ids.h cleanup is a pain 2005-11-23 4:19 ` Dave Jones @ 2005-11-23 7:55 ` Grant Coady 2005-11-23 21:41 ` Grant Coady 1 sibling, 0 replies; 10+ messages in thread From: Grant Coady @ 2005-11-23 7:55 UTC (permalink / raw) To: Dave Jones; +Cc: gcoady, Andrew Morton, Greg KH, david.fox, linux-kernel On Tue, 22 Nov 2005 23:19:17 -0500, Dave Jones <davej@redhat.com> wrote: >Three. I already mentioned we broke the compilation of the >advansys driver because of this. Nah, two. Dave J. is the other, broken BROKEN driver, out of tree for working driver, patches not in mainline? I may have misunderstood... You want advansys back? Perhaps my boo-boo for not checking with allyesconfig + BROKEN re: unused symbols? Grant. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.6.15-rc2 pci_ids.h cleanup is a pain 2005-11-23 4:19 ` Dave Jones 2005-11-23 7:55 ` Grant Coady @ 2005-11-23 21:41 ` Grant Coady 2005-11-24 4:00 ` Dave Jones 1 sibling, 1 reply; 10+ messages in thread From: Grant Coady @ 2005-11-23 21:41 UTC (permalink / raw) To: Dave Jones; +Cc: gcoady, Andrew Morton, Greg KH, david.fox, linux-kernel On Tue, 22 Nov 2005 23:19:17 -0500, Dave Jones <davej@redhat.com> wrote: >On Wed, Nov 23, 2005 at 12:51:45PM +1100, Grant Coady wrote: > > Hi Andrew, Greg, > > > > On Tue, 22 Nov 2005 16:25:58 -0800, Andrew Morton <akpm@osdl.org> wrote: > > > > >Greg KH <greg@kroah.com> wrote: > > >> > > >> On Mon, Nov 21, 2005 at 02:27:23PM -0800, David Fox wrote: > > >> > I'm sure I'm not the only person that applies patches to the kernel that > > >> > use some of the 500 plus PCI IDS eliminated from pci_ids.h by rc2. I > > >> > would like to see the PCI ids that were removed simply because the don't > > >> > occur in the main kernel source restored. Is there a rationale for > > >> > removing them that I'm not aware of? > > >> > > >> They were not being used. Why would you want them in there? > > > > > >Because they contained useful information which had been accumulated by > > >many people over a long period of time. > > > > > >Throwing that information away seemed rather pointless, especially as the > > >cost of retaining it was so low. > > > > There's an out-of-tree reference, the pci.ids website, that carries > > this information, do we need the reference info in the kernel as well? > > > > So far two people raised an objection, the other wants to maintain > > an out-of-tree driver, D. Fox didn't say why he needs the symbols. > >Three. I already mentioned we broke the compilation of the >advansys driver because of this. Nope, advansys.* don't appear to use PCI_* Defines its own ASC_PCI* instead? Checked: linux-2.6.13.4, linux-2.6.15-rc2 Grant. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: 2.6.15-rc2 pci_ids.h cleanup is a pain 2005-11-23 21:41 ` Grant Coady @ 2005-11-24 4:00 ` Dave Jones 0 siblings, 0 replies; 10+ messages in thread From: Dave Jones @ 2005-11-24 4:00 UTC (permalink / raw) To: gcoady; +Cc: Andrew Morton, Greg KH, david.fox, linux-kernel On Thu, Nov 24, 2005 at 08:41:12AM +1100, Grant Coady wrote: > >Three. I already mentioned we broke the compilation of the > >advansys driver because of this. > > Nope, advansys.* don't appear to use PCI_* Defines its own ASC_PCI* > instead? I stand corrected. Dave ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2005-11-24 4:01 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-11-21 22:27 2.6.15-rc2 pci_ids.h cleanup is a pain David Fox 2005-11-21 22:31 ` Phil Oester 2005-11-21 22:44 ` Greg KH 2005-11-23 0:25 ` Andrew Morton 2005-11-23 1:51 ` Grant Coady 2005-11-23 2:12 ` Andrew Morton 2005-11-23 4:19 ` Dave Jones 2005-11-23 7:55 ` Grant Coady 2005-11-23 21:41 ` Grant Coady 2005-11-24 4:00 ` Dave Jones
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox