Skip to content

Commit

Permalink
[security]: update kernel to 4.19.152 (sonic-net#191)
Browse files Browse the repository at this point in the history
security changelog from

https://salsa.debian.org/kernel-team/linux/-/raw/buster-security/debian/changelog

remove e1000-Do-not-perform-reset-in-reset_task-if-we-are-a.patch as
it is included in the debian upstream kernel

Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan authored Jan 17, 2021
1 parent 79ab859 commit 11f0da6
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 176 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ SHELL = /bin/bash
.SHELLFLAGS += -e

KERNEL_ABI_MINOR_VERSION = 2
KVERSION_SHORT ?= 4.19.0-9-$(KERNEL_ABI_MINOR_VERSION)
KVERSION_SHORT ?= 4.19.0-12-$(KERNEL_ABI_MINOR_VERSION)
KVERSION ?= $(KVERSION_SHORT)-amd64
KERNEL_VERSION ?= 4.19.118
KERNEL_SUBVERSION ?= 2+deb10u1
KERNEL_VERSION ?= 4.19.152
KERNEL_SUBVERSION ?= 1
kernel_procure_method ?= build
CONFIGURED_ARCH ?= amd64

Expand Down Expand Up @@ -51,7 +51,7 @@ DSC_FILE = linux_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION).dsc
DEBIAN_FILE = linux_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION).debian.tar.xz
ORIG_FILE = linux_$(KERNEL_VERSION).orig.tar.xz
BUILD_DIR=linux-$(KERNEL_VERSION)
SOURCE_FILE_BASE_URL="http://security.debian.org/debian-security/pool/updates/main/l/linux"
SOURCE_FILE_BASE_URL="https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux"

DSC_FILE_URL = "$(SOURCE_FILE_BASE_URL)/$(DSC_FILE)"
DEBIAN_FILE_URL = "$(SOURCE_FILE_BASE_URL)/$(DEBIAN_FILE)"
Expand Down
Loading

0 comments on commit 11f0da6

Please sign in to comment.