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:	Fri, 30 May 2008 22:13:02 -0400
From:	Jeff Garzik <jgarzik@...ox.com>
To:	Ben Hutchings <bhutchings@...arflare.com>
CC:	netdev@...r.kernel.org, linux-net-drivers@...arflare.com
Subject: Re: [PATCH] sfc: Report XAUI link down at default log level

Ben Hutchings wrote:
> This is normal when the external link is down so don't report it as an error.
> 
> Signed-off-by: Ben Hutchings <bhutchings@...arflare.com>
> ---
>  drivers/net/sfc/falcon_xmac.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/sfc/falcon_xmac.c b/drivers/net/sfc/falcon_xmac.c
> index 264e1ee..37d3cae 100644
> --- a/drivers/net/sfc/falcon_xmac.c
> +++ b/drivers/net/sfc/falcon_xmac.c
> @@ -513,7 +513,7 @@ static int falcon_check_xaui_link_up(struct efx_nic *efx)
>  		tries--;
>  	}
>  
> -	EFX_ERR(efx, "Failed to bring XAUI link back up in %d tries!\n",
> +	EFX_LOG(efx, "Failed to bring XAUI link back up in %d tries!\n",
>  		max_tries);

applied


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