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:	Thu, 25 Feb 2016 16:15:42 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	mmanning@...cade.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net] Propagate MAC address changes to VLANs

From: Mike Manning <mmanning@...cade.com>
Date: Tue, 23 Feb 2016 20:56:31 +0000

> --- a/net/8021q/vlan.c
> +++ b/net/8021q/vlan.c
> @@ -293,15 +293,15 @@ static void vlan_sync_address(struct net
> 
>      /* vlan address was different from the old address and is equal to
>       * the new address */
> -    if (!ether_addr_equal(vlandev->dev_addr, vlan->real_dev_addr) &&
> +    if ((vlandev->flags & IFF_UP) &&
> +        !ether_addr_equal(vlandev->dev_addr, vlan->real_dev_addr) &&

This patch is corrupted by your email client.

Please read Documentation/email-clients.txt, fix your setup, and email a
test patch to yourself.

Only resubmit this patch to the list once you are able to successfully
apply the patch in that test email.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ