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:	Tue, 22 Jan 2013 10:51:25 -0500
From:	Paul Gortmaker <paul.gortmaker@...driver.com>
To:	David Miller <davem@...emloft.net>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net-next 01/15] drivers/net: delete 486 Apricot support

[[PATCH net-next 01/15] drivers/net: delete 486 Apricot support] On 21/01/2013 (Mon 20:46) Paul Gortmaker wrote:

[...]

>  
> -#elif defined(ENABLE_APRICOT)
> -
> -	{
> -		u32 scp = virt_to_bus(&lp->scp);
> -
> -		/* change the scp address */
> -		outw(0, ioaddr);
> -		outw(0, ioaddr);
> -		outb(4, ioaddr + 0xf);
> -		outw(scp | 2, ioaddr);
> -		outw(scp >> 16, ioaddr);
> -	}
> -#endif
> -

I deleted one too many lines here.  That last #endif needs
to stay as the parent #if still remains.  Fengguang's 0-day
testing found it in an m68k allyesconfig build.

I've folded this in, build tested for m68k locally, and done
a forced update on my legacy-isa-delete branch.

Paul.
--
--
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