lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 15 Jun 2009 17:11:39 +1000
From:	Benjamin Herrenschmidt <benh@...nel.crashing.org>
To:	subrata@...ux.vnet.ibm.com
Cc:	netdev@...r.kernel.org, Paul Mackerras <paulus@...ba.org>,
	Linuxppc-dev <Linuxppc-dev@...abs.org>,
	Sachin P Sant <sachinp@...ux.vnet.ibm.com>,
	Linux-Kernel <linux-kernel@...r.kernel.org>,
	Linux-Next <linux-next@...r.kernel.org>,
	Stephen Rothwell <sfr@...b.auug.org.au>,
	Balbir Singh <balbir@...ux.vnet.ibm.com>
Subject: Re: [PATCH][BUILD FAILURE 03/04] Next June 04:PPC64 randconfig
 [drivers/net/lance.o]

On Mon, 2009-06-15 at 12:21 +0530, Subrata Modak wrote:

> Benjamin,
> 
> I am not sure whether you liked the following patch to solve the above
> problem. Do, you want me address some other issue(s)/fixes for this ?

I suppose ... in fact some old PReP machines can even have ISA slots
iirc, but it's not going to do good with machines that have an iommu...

IE. Nobody should use that crap, period.

Cheers,
Ben.

Cheers,
Ben.

> Regards--
> Subrata
> 
> > 
> > --- linux-2.6.30-rc8/arch/powerpc/include/asm/io.h.orig	2009-06-10 21:56:49.000000000 -0500
> > +++ linux-2.6.30-rc8/arch/powerpc/include/asm/io.h	2009-06-10 22:21:35.000000000 -0500
> > @@ -680,6 +680,9 @@ extern void __iounmap_at(void *ea, unsig
> >  #define mmio_outsw(addr, src, count)	writesw(addr, src, count)
> >  #define mmio_outsl(addr, src, count)	writesl(addr, src, count)
> > 
> > +#define isa_virt_to_bus		virt_to_phys
> > +#define isa_bus_to_virt		phys_to_virt
> > +
> >  /**
> >   *	virt_to_phys	-	map virtual addresses to physical
> >   *	@address: address to remap
> > 
> > ---
> > Regards--
> > Subrata
> > 

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ