Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1646292 > unrolled thread
| Started by | Christoph Hellwig <hch@lst.de> |
|---|---|
| First post | 2017-05-21 11:00 +0200 |
| Last post | 2017-05-24 11:40 +0200 |
| Articles | 7 — 5 participants |
Back to article view | Back to linux.kernel
is alpha jensen support dead? Christoph Hellwig <hch@lst.de> - 2017-05-21 11:00 +0200
Re: is alpha jensen support dead? Bob Tracy <rct@gherkin.frus.com> - 2017-05-21 20:50 +0200
Re: is alpha jensen support dead? Christoph Hellwig <hch@lst.de> - 2017-05-22 10:00 +0200
Re: is alpha jensen support dead? Matt Turner <mattst88@gmail.com> - 2017-05-22 07:40 +0200
Re: is alpha jensen support dead? Michael Ellerman <mpe@ellerman.id.au> - 2017-05-22 08:00 +0200
Re: is alpha jensen support dead? Christian Borntraeger <borntraeger@de.ibm.com> - 2017-05-24 11:20 +0200
Re: is alpha jensen support dead? Christoph Hellwig <hch@lst.de> - 2017-05-24 11:40 +0200
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Date | 2017-05-21 11:00 +0200 |
| Subject | is alpha jensen support dead? |
| Message-ID | <tJuSt-5yz-3@gated-at.bofh.it> |
Hi all,
it seems like the Alpha Jense build (the only one using pci-noop.c)
and thus being a different build than all the later PCI capable
system has been broken since at least:
commit 6aca0503847f6329460b15b3ab2b0e30bb752793
Author: Christian Borntraeger <borntraeger@de.ibm.com>
Date: Tue Feb 2 21:46:33 2016 -0800
alpha/dma: use common noop dma ops
which switches pci-noop.c to use generic code, but fat fingered a symbol
and didn't wire up the Kconfig.
Is there any value in keeping it alive? Especially as there probably
isn't any build coverage..
Btw, how well is alpha working these days? It looks like there hasn't
been any maintainer activity for about two years.
[toc] | [next] | [standalone]
| From | Bob Tracy <rct@gherkin.frus.com> |
|---|---|
| Date | 2017-05-21 20:50 +0200 |
| Message-ID | <tJE5s-2Zy-1@gated-at.bofh.it> |
| In reply to | #1646292 |
On Sun, May 21, 2017 at 10:58:48AM +0200, Christoph Hellwig wrote: > Btw, how well is alpha working these days? It looks like there hasn't > been any maintainer activity for about two years. Speaking for myself, the PWS 433au I've got continues to function admirably as my IPv6 gateway. Debian unstable and experimental updates continue to apply and work within the limits of my ability to test them. I'm building and running the release candidates and final versions of the kernel.org tree with the unstable tool chain. Recently there was a FTBFS due to relocation issues during the final vmlinux link on alpha: that has been fixed, and what's left of the alpha community is pretty quick to respond and identify what's going on. In summary, alpha is still a viable platform for *me*. --Bob
[toc] | [prev] | [next] | [standalone]
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Date | 2017-05-22 10:00 +0200 |
| Message-ID | <tJQpY-2Fw-9@gated-at.bofh.it> |
| In reply to | #1646392 |
On Sun, May 21, 2017 at 01:11:28PM -0500, Bob Tracy wrote: > Speaking for myself, the PWS 433au I've got continues to function > admirably as my IPv6 gateway. Debian unstable and experimental updates > continue to apply and work within the limits of my ability to test them. > I'm building and running the release candidates and final versions of > the kernel.org tree with the unstable tool chain. Recently there was a > FTBFS due to relocation issues during the final vmlinux link on alpha: > that has been fixed, and what's left of the alpha community is pretty > quick to respond and identify what's going on. > > In summary, alpha is still a viable platform for *me*. Great! Still makes me wonder about Jensen, which appears to be the only platform that requires a different build than the normal generic PCI-enabled kernel. And I suspect it's pretty much dead at this point..
[toc] | [prev] | [next] | [standalone]
| From | Matt Turner <mattst88@gmail.com> |
|---|---|
| Date | 2017-05-22 07:40 +0200 |
| Message-ID | <tJOet-1lh-1@gated-at.bofh.it> |
| In reply to | #1646292 |
On Sun, May 21, 2017 at 1:58 AM, Christoph Hellwig <hch@lst.de> wrote: > Hi all, > > it seems like the Alpha Jense build (the only one using pci-noop.c) > and thus being a different build than all the later PCI capable > system has been broken since at least: > > commit 6aca0503847f6329460b15b3ab2b0e30bb752793 > Author: Christian Borntraeger <borntraeger@de.ibm.com> > Date: Tue Feb 2 21:46:33 2016 -0800 > > alpha/dma: use common noop dma ops > > which switches pci-noop.c to use generic code, but fat fingered a symbol > and didn't wire up the Kconfig. > > Is there any value in keeping it alive? Especially as there probably > isn't any build coverage.. > > Btw, how well is alpha working these days? It looks like there hasn't > been any maintainer activity for about two years. I haven't had time for alpha stuff in quite a while. I've never even had a Jensen, so it's never been important to me personally.
[toc] | [prev] | [next] | [standalone]
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Date | 2017-05-22 08:00 +0200 |
| Message-ID | <tJOxP-1ty-3@gated-at.bofh.it> |
| In reply to | #1646292 |
Christoph Hellwig <hch@lst.de> writes: > Hi all, > > it seems like the Alpha Jense build (the only one using pci-noop.c) > and thus being a different build than all the later PCI capable > system has been broken since at least: > > commit 6aca0503847f6329460b15b3ab2b0e30bb752793 > Author: Christian Borntraeger <borntraeger@de.ibm.com> > Date: Tue Feb 2 21:46:33 2016 -0800 > > alpha/dma: use common noop dma ops > > which switches pci-noop.c to use generic code, but fat fingered a symbol > and didn't wire up the Kconfig. > > Is there any value in keeping it alive? Especially as there probably > isn't any build coverage.. We still build the defconfig FWIW: http://kisskb.ellerman.id.au/kisskb/target/2499/ http://kisskb.ellerman.id.au/kisskb/target/2494/ cheers
[toc] | [prev] | [next] | [standalone]
| From | Christian Borntraeger <borntraeger@de.ibm.com> |
|---|---|
| Date | 2017-05-24 11:20 +0200 |
| Message-ID | <tKACt-pV-13@gated-at.bofh.it> |
| In reply to | #1646292 |
On 05/21/2017 10:58 AM, Christoph Hellwig wrote: > Hi all, > > it seems like the Alpha Jense build (the only one using pci-noop.c) > and thus being a different build than all the later PCI capable > system has been broken since at least: > > commit 6aca0503847f6329460b15b3ab2b0e30bb752793 > Author: Christian Borntraeger <borntraeger@de.ibm.com> > Date: Tue Feb 2 21:46:33 2016 -0800 > > alpha/dma: use common noop dma ops > Hi Christoph, are you providing a fix (or a jensen removal) or do you expect a fix from me? > which switches pci-noop.c to use generic code, but fat fingered a symbol > and didn't wire up the Kconfig. > > Is there any value in keeping it alive? Especially as there probably > isn't any build coverage.. > > Btw, how well is alpha working these days? It looks like there hasn't > been any maintainer activity for about two years. >
[toc] | [prev] | [next] | [standalone]
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Date | 2017-05-24 11:40 +0200 |
| Message-ID | <tKAVQ-wS-35@gated-at.bofh.it> |
| In reply to | #1649364 |
On Wed, May 24, 2017 at 11:16:01AM +0200, Christian Borntraeger wrote: > Hi Christoph, > > are you providing a fix (or a jensen removal) or do you expect a fix from me? Mostly just looking into the area for a series around dma_mapping_ops. Without build coverage I don't really dare to touch jensen, but I'll see if I can come up with a fix.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web