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] [day] [month] [year] [list]
Date:	Mon, 29 Sep 2014 10:10:40 +1000
From:	Greg Ungerer <gregungerer@...tnet.com.au>
To:	Paul Bolle <pebolle@...cali.nl>, Jiri Kosina <trivial@...nel.org>
CC:	Geert Uytterhoeven <geert@...ux-m68k.org>,
	linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [TRIVIAL] m68k: Fix typo 'COFNIG_MBAR'

Hi Paul,

On 27/09/14 03:40, Paul Bolle wrote:
> Signed-off-by: Paul Bolle <pebolle@...cali.nl>
> ---
> Untested!

Thanks. I have applied this to the m68knommu git tree (since
that is where we tend to keep all ColdFire fixes).


> Geert, PASR is obviously unused. Is it needed?

Not at the moment. It will be if/when we implement better error
handling for external master errors.

Regards
Greg

 
>  arch/m68k/include/asm/m54xxpci.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/m68k/include/asm/m54xxpci.h b/arch/m68k/include/asm/m54xxpci.h
> index 6fbf54f72f2e..4687f5aa3741 100644
> --- a/arch/m68k/include/asm/m54xxpci.h
> +++ b/arch/m68k/include/asm/m54xxpci.h
> @@ -72,7 +72,7 @@
>  #define	PCIRFWPR	(CONFIG_MBAR + 0x84d4)	/* RX FIFO write pointer */
>  
>  #define	PACR		(CONFIG_MBAR + 0xc00)	/* PCI arbiter control */
> -#define	PASR		(COFNIG_MBAR + 0xc04)	/* PCI arbiter status */
> +#define	PASR		(CONFIG_MBAR + 0xc04)	/* PCI arbiter status */
>  
>  /*
>   *	Definitions for the Global status and control register.
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ