lp:~timg-tpi/ubuntu/+source/linux/+git/hirsute

Owned by Tim Gardner
Get this repository:
git clone https://git.not.enabled/~timg-tpi/ubuntu/+source/linux/+git/hirsute
Only Tim Gardner can upload to this repository. If you are Tim Gardner please log in for upload directions.

Branches

Name Last Modified Last Commit
hirsute-azure-mana-updates-sf00324494 2022-01-18 14:08:53 UTC
net: mana: Add XDP support

Author: Haiyang Zhang
Author Date: 2021-11-20 00:29:53 UTC

net: mana: Add XDP support

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

Add support of XDP for the MANA driver.

Supported XDP actions:
 XDP_PASS, XDP_TX, XDP_DROP, XDP_ABORTED

XDP actions not yet supported:
 XDP_REDIRECT

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit ed5356b53f070dea5dff5a01b740561cb8222199)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

hirsute-hv-arm64-sf00310705 2021-12-01 18:43:50 UTC
5.11.0-1023.24~lp1949770.1

Author: Tim Gardner
Author Date: 2021-12-01 18:43:50 UTC

5.11.0-1023.24~lp1949770.1

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

hirsute-nitro-enclaves-sf00323459 2021-11-22 19:54:42 UTC
nitro_enclaves: Add fixes for checkpatch blank line reports

Author: Andra Paraschiv
Author Date: 2021-08-27 15:49:30 UTC

nitro_enclaves: Add fixes for checkpatch blank line reports

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

Remove blank lines that are not necessary, fixing the checkpatch script
reports. While at it, add a blank line after the switch default block,
similar to the other parts of the codebase.

Reviewed-by: George-Aurelian Popescu <popegeo@amazon.com>
Signed-off-by: Andra Paraschiv <andraprs@amazon.com>
Link: https://lore.kernel.org/r/20210827154930.40608-8-andraprs@amazon.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit da1c396a81b87541cf7a7c2c6e128b722461a1c8)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

cranky/azure 2021-11-04 12:40:27 UTC
UBUNTU: [Packaging] linux-azure: Temporally disable signed image for the arm6...

Author: Marcelo Cerri
Author Date: 2021-07-23 18:01:53 UTC

UBUNTU: [Packaging] linux-azure: Temporally disable signed image for the arm64 preview kernel

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

We should re-enable that once the builds are done in the archive.

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>

hirsute-cifs-5.11-backport-sf00316229 2021-10-29 12:00:35 UTC
cifs: fix incorrect check for null pointer in header_assemble

Author: Steve French
Author Date: 2021-09-24 00:18:37 UTC

cifs: fix incorrect check for null pointer in header_assemble

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

Although very unlikely that the tlink pointer would be null in this case,
get_next_mid function can in theory return null (but not an error)
so need to check for null (not for IS_ERR, which can not be returned
here).

Address warning:

        fs/smbfs_client/connect.c:2392 cifs_match_super()
        warn: 'tlink' isn't an ERR_PTR

Pointed out by Dan Carpenter via smatch code analysis tool

CC: stable@vger.kernel.org
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
(cherry picked from commit 9ed38fd4a15417cac83967360cf20b853bfab9b6)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

master-next 2021-10-20 14:15:35 UTC
UBUNTU: Ubuntu-5.11.0-40.44

Author: Stefan Bader
Author Date: 2021-10-20 14:15:35 UTC

UBUNTU: Ubuntu-5.11.0-40.44

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>

master-prep 2021-10-20 14:15:35 UTC
UBUNTU: Ubuntu-5.11.0-40.44

Author: Stefan Bader
Author Date: 2021-10-20 14:15:35 UTC

UBUNTU: Ubuntu-5.11.0-40.44

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>

hirsute-mana-net-driver-SF00310147 2021-10-20 11:50:30 UTC
net: mana: Fix error handling in mana_create_rxq()

Author: Haiyang Zhang
Author Date: 2021-10-08 13:11:31 UTC

net: mana: Fix error handling in mana_create_rxq()

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

Fix error handling in mana_create_rxq() when
cq->gdma_id >= gc->max_num_cqs.

Fixes: ca9c54d2d6a5 ("net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)")
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Link: https://lore.kernel.org/r/1633698691-31721-1-git-send-email-haiyangz@microsoft.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
(cherry picked from commit be0499369d6376e70b5b80bbced94c0c32d508b1)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

master 2021-09-20 14:40:59 UTC
UBUNTU: Ubuntu-5.11.0-37.41

Author: Stefan Bader
Author Date: 2021-09-20 14:38:57 UTC

UBUNTU: Ubuntu-5.11.0-37.41

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>

master-5.10 2021-02-18 16:38:36 UTC
UBUNTU: [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS

Author: Andy Whitcroft
Author Date: 2021-02-18 16:17:54 UTC

UBUNTU: [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS

Add the Canonical Ltd. Kernel Module Signing certificate to allow
external signing of kernel modules.

BugLink: https://bugs.launchpad.net/bugs/1898716
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>

110 of 10 results
This repository contains Public information 
Everyone can see this information.

Subscribers