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, 5 Mar 2012 12:46:41 -0800
From:	Roland Dreier <roland@...estorage.com>
To:	Yevgeny Petrilin <yevgenyp@...lanox.co.il>
Cc:	davem@...emloft.net, netdev@...r.kernel.org, amirv@...lanox.co.il
Subject: Re: [PATCH net] mlx4_core: remove buggy sched_queue masking

>        port = ((context->pri_path.sched_queue >> 6) & 1) + 1;

This assignment of port seems to become dead code now...

> -       if (dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH)
> -               context->pri_path.sched_queue = (context->pri_path.sched_queue &
> -                                               0xc3);
>
>        *(__be32 *) mailbox->buf = cpu_to_be32(optpar);
>        memcpy(mailbox->buf + 8, context, sizeof *context);
--
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