lp:~kerneltoast/ubuntu/+source/linux/+git/bionic

Owned by Sultan Alsawaf
Get this repository:
git clone https://git.launchpad.net/~kerneltoast/ubuntu/+source/linux/+git/bionic
Only Sultan Alsawaf can upload to this repository. If you are Sultan Alsawaf please log in for upload directions.

Branches

Name Last Modified Last Commit
lp1874503 2020-07-29 22:30:31 UTC
IB/mlx5: Test write combining support

Author: Michael Guralnik
Author Date: 2019-06-10 12:21:24 UTC

IB/mlx5: Test write combining support

Linux can run in all sorts of physical machines and VMs where write
combining may or may not be supported. Currently there is no way to
reliably tell if the system supports WC, or not. The driver uses WC to
optimize posting work to the HCA, and getting this wrong in either
direction can cause a significant performance loss.

Add a test in mlx5_ib initialization process to test whether
write-combining is supported on the machine. The test will run as part of
the enable_driver callback to ensure that the test runs after the device
is setup and can create and modify the QP needed, but runs before the
device is exposed to the users.

The test opens UD QP and posts NOP WQEs, the WQE written to the BlueFlame
is different from the WQE in memory, requesting CQE only on the BlueFlame
WQE. By checking whether we received a completion on one of these WQEs we
can know if BlueFlame succeeded and this write-combining must be
supported.

Change reporting of BlueFlame support to be dependent on write-combining
support instead of the FW's guess as to what the machine can do.

Link: https://lore.kernel.org/r/20191027062234.10993-1-leon@kernel.org
Signed-off-by: Michael Guralnik <michaelgur@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>

lp1882268 2020-07-23 22:17:14 UTC
CIFS: Only send SMB2_NEGOTIATE command on new TCP connections

Author: Pavel Shilovsky
Author Date: 2019-03-05 23:51:55 UTC

CIFS: Only send SMB2_NEGOTIATE command on new TCP connections

BugLink: https://bugs.launchpad.net/bugs/1882268

Do not allow commands other than SMB2_NEGOTIATE to be sent over
recently established TCP connections. Return -EAGAIN to let upper
layers handle it properly.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
(backported from commit 2084ed57167c3e39f99ac2bb19f19e85321d2169)
Signed-off-by: Sultan Alsawaf <sultan.alsawaf@canonical.com>

cranky/master 2020-02-26 19:17:09 UTC
UBUNTU: Ubuntu-gcp-4.15.0-1057.61

Author: Sultan Alsawaf
Author Date: 2020-02-26 19:17:09 UTC

UBUNTU: Ubuntu-gcp-4.15.0-1057.61

Signed-off-by: Sultan Alsawaf <sultan.alsawaf@canonical.com>

13 of 3 results
This repository contains Public information 
Everyone can see this information.

Subscribers