Cong Wang | 3 Feb 08:34
Picon

[Patch] parisc: include <linux/prefetch.h> in drivers/parisc/iommu-helpers.h

drivers/parisc/iommu-helpers.h:62: error: implicit declaration of function 'prefetchw'
make[3]: *** [drivers/parisc/sba_iommu.o] Error 1

drivers/parisc/iommu-helpers.h needs to #include <linux/prefetch.h>
where prefetchw is declared.

Cc: Kyle McMartin <kyle <at> mcmartin.ca>
Cc: Helge Deller <deller <at> gmx.de>
Cc: "James E.J. Bottomley" <jejb <at> parisc-linux.org>
Signed-off-by: WANG Cong <xiyou.wangcong <at> gmail.com>

---
diff --git a/drivers/parisc/iommu-helpers.h b/drivers/parisc/iommu-helpers.h
index a9c46cc..460aed9 100644
--- a/drivers/parisc/iommu-helpers.h
+++ b/drivers/parisc/iommu-helpers.h
@@ -1,3 +1,5 @@
+#include <linux/prefetch.h>
+
 /**
  * iommu_fill_pdir - Insert coalesced scatter/gather chunks into the I/O Pdir.
  * @ioc: The I/O Controller.
--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Paul Bame | 4 Feb 17:52

parisc-linux.org issue


Hey I just got notified that parisc-linux.org has a vulnerable apache
server.  I did an apt-get upgrade but it didn't upgrade the server,
and the vulnerability was fixed in lenny's apache2 but not apache "1".

So one question is whether (and who) to move that server to apache2.

A bigger question is what to do since lenny is at end of life.

And who's watching this machine?

	-p
--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Yinghai Lu | 5 Feb 07:57
Favicon

[PATCH 10/24] PCI, parisc: Register busn_res for root buses

Signed-off-by: Yinghai Lu <yinghai <at> kernel.org>
Cc: Kyle McMartin <kyle <at> mcmartin.ca>
Cc: Helge Deller <deller <at> gmx.de>
Cc: linux-parisc <at> vger.kernel.org
---
 drivers/parisc/dino.c    |    2 ++
 drivers/parisc/lba_pci.c |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c
index 7ff10c1..3f2e203 100644
--- a/drivers/parisc/dino.c
+++ b/drivers/parisc/dino.c
@@ -1014,7 +1014,9 @@ static int __init dino_probe(struct parisc_device *dev)
 		return 0;
 	}

+	pci_bus_insert_busn_res(bus, dino_current_bus, 255);
 	bus->subordinate = pci_scan_child_bus(bus);
+	pci_bus_update_busn_res_end(bus, bus->subordinate);

 	/* This code *depends* on scanning being single threaded
 	 * if it isn't, this global bus number count will fail
diff --git a/drivers/parisc/lba_pci.c b/drivers/parisc/lba_pci.c
index d5f3d75..b58bf8b 100644
--- a/drivers/parisc/lba_pci.c
+++ b/drivers/parisc/lba_pci.c
@@ -1531,6 +1531,9 @@ lba_driver_probe(struct parisc_device *dev)
 		return 0;
 	}
(Continue reading)

dann frazier | 8 Feb 15:33

decommissioning parisc-linux.org

As Paul noted[1], parisc-linux.org was running a vulnerable
apache which got the attention of HP's security audit team. I've been
doing most of the maintenance of the OS on this machine for a while,
but that has just meant apt-get upgrading when cron-apt told me to for
a few years. Turns out apache-ssl was obsolete (an etch version!), so
no amount of upgrading was going to fix that.

At this point I've removed apache-ssl. I tried installing apache2 to
see if any web pages would magically work - it didn't, so right now
the website is 404 farm :( I didn't spend much time trying to handle
that since.....

parisc-linux.org is running the last stable release of Debian that
supported hppa ('lenny'), and its life is now expired. As such, I
think we really need to migrate the site to another maintained
distribution and/or architecture. I'm willing to help migrate services
for the next month or so - let's just say 2012.03.14 for a good round
(heh) date - after which I plan to halt this system and let HP know
the hardware can be put to other uses. From what I can tell, we
originally installed this system almost exactly 9 years ago - ah,
rememember its predecessor dsl2? Good times. Anyway -

*************************************************************************
*** If you need any data off this machine, now's the time to grab it! ***
*************************************************************************

If you'd like to take over longterm hosting the website/domain, please
get in touch with taggart or I. If you'd like to continue using the
machine and/or HP's network to do the hosting, I can probably find a
contact for you there - though I wouldn't bet on it.
(Continue reading)

Thibaut VARENE | 8 Feb 23:16

Re: decommissioning parisc-linux.org

On Wed, Feb 8, 2012 at 3:33 PM, dann frazier <dannf <at> dannf.org> wrote:
> As Paul noted[1], parisc-linux.org was running a vulnerable
> apache which got the attention of HP's security audit team. I've been
> doing most of the maintenance of the OS on this machine for a while,
> but that has just meant apt-get upgrading when cron-apt told me to for
> a few years. Turns out apache-ssl was obsolete (an etch version!), so
> no amount of upgrading was going to fix that.
>
> At this point I've removed apache-ssl. I tried installing apache2 to
> see if any web pages would magically work - it didn't, so right now
> the website is 404 farm :( I didn't spend much time trying to handle
> that since.....
>
> parisc-linux.org is running the last stable release of Debian that
> supported hppa ('lenny'), and its life is now expired. As such, I
> think we really need to migrate the site to another maintained
> distribution and/or architecture. I'm willing to help migrate services
> for the next month or so - let's just say 2012.03.14 for a good round
> (heh) date - after which I plan to halt this system and let HP know
> the hardware can be put to other uses. From what I can tell, we
> originally installed this system almost exactly 9 years ago - ah,
> rememember its predecessor dsl2? Good times. Anyway -
>
> *************************************************************************
> *** If you need any data off this machine, now's the time to grab it! ***
> *************************************************************************
>
> If you'd like to take over longterm hosting the website/domain, please
> get in touch with taggart or I. If you'd like to continue using the
> machine and/or HP's network to do the hosting, I can probably find a
(Continue reading)

John David Anglin | 9 Feb 00:47

Re: decommissioning parisc-linux.org

On 8-Feb-12, at 5:16 PM, Thibaut VARENE wrote:

> On Wed, Feb 8, 2012 at 3:33 PM, dann frazier <dannf <at> dannf.org> wrote:
>> As Paul noted[1], parisc-linux.org was running a vulnerable
>> apache which got the attention of HP's security audit team. I've been
>> doing most of the maintenance of the OS on this machine for a while,
>> but that has just meant apt-get upgrading when cron-apt told me to  
>> for
>> a few years. Turns out apache-ssl was obsolete (an etch version!), so
>> no amount of upgrading was going to fix that.
>>
>> At this point I've removed apache-ssl. I tried installing apache2 to
>> see if any web pages would magically work - it didn't, so right now
>> the website is 404 farm :( I didn't spend much time trying to handle
>> that since.....
>>
>> parisc-linux.org is running the last stable release of Debian that
>> supported hppa ('lenny'), and its life is now expired. As such, I
>> think we really need to migrate the site to another maintained
>> distribution and/or architecture. I'm willing to help migrate  
>> services
>> for the next month or so - let's just say 2012.03.14 for a good round
>> (heh) date - after which I plan to halt this system and let HP know
>> the hardware can be put to other uses. From what I can tell, we
>> originally installed this system almost exactly 9 years ago - ah,
>> rememember its predecessor dsl2? Good times. Anyway -
>>
>> *************************************************************************
>> *** If you need any data off this machine, now's the time to grab  
>> it! ***
(Continue reading)

John David Anglin | 9 Feb 02:53

Re: decommissioning parisc-linux.org

On 8-Feb-12, at 6:47 PM, John David Anglin wrote:

> I am willing to try to build apache2 from unstable.

I have uploaded hppa apache2 2.2.22-1 debs to my archives-new directory
on shirka.esiee.fr.

Dave
--
John David Anglin	dave.anglin <at> bell.net

--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

John David Anglin | 9 Feb 15:54

Re: decommissioning parisc-linux.org

On 2/8/2012 8:53 PM, John David Anglin wrote:
> On 8-Feb-12, at 6:47 PM, John David Anglin wrote:
>
>> I am willing to try to build apache2 from unstable.
>
> I have uploaded hppa apache2 2.2.22-1 debs to my archives-new directory
> on shirka.esiee.fr.
I uploaded the latest apr debs this morning.

Dave

--

-- 
John David Anglin    dave.anglin <at> bell.net

--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane