Skip to content
Snippets Groups Projects
Commit 1dcc6e12 authored by Axel Beckert's avatar Axel Beckert
Browse files

Fix DEP3 metadata of 352cdb28 to use the same fields as adfc6318

Also add the forgotten, but relevant Bug-Debian field.
parent b17a9ee7
No related branches found
No related tags found
No related merge requests found
From 352cdb28eecbb57de3509b18dfc37dcce0455c01 Mon Sep 17 00:00:00 2001 Origin: 352cdb28eecbb57de3509b18dfc37dcce0455c01
From: ABC <abc@openwall.com> Author: ABC <abc@openwall.com>
Date: Tue, 22 Jun 2021 19:07:02 +0300 Description: Fix compile for stable kernels by not using 'ref_module'
Subject: [PATCH] Fix compile for stable kernels by not using 'ref_module'
`ref_module' unexport in 7ef5264de7732 ("modules: mark ref_module `ref_module' unexport in 7ef5264de7732 ("modules: mark ref_module
static") is back-ported into stable kernels making old `#if static") is back-ported into stable kernels making old `#if
...@@ -10,8 +9,8 @@ LINUX_VERSION_CODE' checks irrelevant or too complicated to update. ...@@ -10,8 +9,8 @@ LINUX_VERSION_CODE' checks irrelevant or too complicated to update.
Do not use `ref_module' API at all since `try_module_get' is ancient Do not use `ref_module' API at all since `try_module_get' is ancient
enough to use always. enough to use always.
Reported-by: https://github.com/xtaran Bug: https://github.com/aabc/ipt-netflow/issues/177
Fixes: https://github.com/aabc/ipt-netflow/issues/177 Bug-Debian: https://bugs.debian.org/990123
--- ---
compat.h | 4 ---- compat.h | 4 ----
ipt_NETFLOW.c | 7 +------ ipt_NETFLOW.c | 7 +------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment