Package: linux / 4.19.13-1
Metadata
Package | Version | Patches format |
---|---|---|
linux | 4.19.13-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian/dfsg/arch powerpc platforms 8xx ucode disable.patch | (download) |
arch/powerpc/platforms/8xx/Kconfig |
3 3 + 0 - 0 ! |
remove microcode patches for mgsuvd (not enabled in debian configs) |
debian/dfsg/drivers media dvb dvb usb af9005 disable.patch | (download) |
drivers/media/usb/dvb-usb/Kconfig |
1 1 + 0 - 0 ! |
dvb-usb-af9005: mark as broken |
debian/dfsg/vs6624 disable.patch | (download) |
drivers/media/i2c/Kconfig |
1 1 + 0 - 0 ! |
vs6624: mark as broken |
debian/dfsg/drivers net appletalk cops.patch | (download) |
drivers/net/appletalk/Kconfig |
26 0 + 26 - 0 ! |
add removal patches for: 3c359, smctr, keyspan, cops |
debian/dfsg/video remove nvidiafb and rivafb.patch | (download) |
drivers/video/fbdev/Kconfig |
95 0 + 95 - 0 ! |
video: remove nvidiafb and rivafb Bug-Debian: https://bugs.debian.org/383481 |
debian/version.patch | (download) |
Makefile |
16 15 + 1 - 0 ! |
include package version along with kernel release in stack traces Date: Tue, 24 Jul 2012 03:13:10 +0100 |
debian/uname version timestamp.patch | (download) |
scripts/mkcompile_h |
10 7 + 3 - 0 ! |
make mkcompile_h accept an alternate timestamp string Date: Tue, 12 May 2015 19:29:22 +0100 |
debian/kernelvariables.patch | (download) |
Makefile |
49 24 + 25 - 0 ! |
kbuild: make the toolchain variables easily overwritable Date: Sun, 22 Feb 2009 15:39:35 +0100 |
debian/gitignore.patch | (download) |
.gitignore |
20 7 + 13 - 0 ! |
tweak gitignore for debian pkg-kernel using git svn. |
debian/ia64 hardcode arch script output.patch | (download) |
arch/ia64/Makefile |
17 2 + 15 - 0 ! |
hardcode arch script output Date: Mon, 26 Mar 2007 16:30:51 -0600 Bug-Debian: https://bugs.debian.org/392592 |
debian/mips disable werror.patch | (download) |
arch/mips/Kbuild |
7 0 + 7 - 0 ! |
[patch] partially revert "mips: add -werror to arch/mips/kbuild" |
debian/mips boston disable its.patch | (download) |
arch/mips/generic/Platform |
2 0 + 2 - 0 ! |
disable uimage generation for mips generic |
debian/arch sh4 fix uimage build.patch | (download) |
arch/sh/Makefile |
1 0 + 1 - 0 ! |
[sh4] fix uimage build Bug-Debian: https://bugs.debian.org/569034 |
debian/powerpcspe omit uimage.patch | (download) |
arch/powerpc/boot/Makefile |
18 0 + 18 - 0 ! |
prevent building uimage with missing mkimage On some powerpc platforms, CONFIG_DEFAULT_UIMAGE is selected automatically, which leads to uImage being built automatically with mkimage. This tool is not available in linux's build-dependencies, and the file is not strictly necessary, so we are omitting this step in the build process, Debian-specific. |
debian/tools perf version.patch | (download) |
tools/perf/Documentation/Makefile |
14 8 + 6 - 0 ! |
create manpages and binaries including the version |
debian/tools perf install.patch | (download) |
tools/perf/Makefile.perf |
20 10 + 10 - 0 ! |
install perf scripts non-executable |
debian/wireless add debian wireless regdb certificates.patch | (download) |
net/wireless/certs/debian.hex |
944 944 + 0 - 0 ! |
wireless: add debian wireless-regdb certificates |
debian/export symbols needed by android drivers.patch | (download) |
fs/file.c |
4 4 + 0 - 0 ! |
export symbols needed by android drivers Bug-Debian: https://bugs.debian.org/901492 We want to enable use of the Android ashmem and binder drivers to support Anbox, but they should not be built-in as that would waste resources and increase security attack surface on systems that don't need them. Export the currently un-exported symbols they depend on. |
debian/android enable building ashmem and binder as modules.patch | (download) |
drivers/android/Kconfig |
2 1 + 1 - 0 ! |
android: enable building ashmem and binder as modules Bug-Debian: https://bugs.debian.org/901492 We want to enable use of the Android ashmem and binder drivers to support Anbox, but they should not be built-in as that would waste resources and increase security attack surface on systems that don't need them. - Add a MODULE_LICENSE declaration to ashmem - Change the Makefiles to build each driver as an object with the "_linux" suffix (which is what Anbox expects) - Change config symbol types to tristate |
features/all/drivers media dvb usb af9005 request_firmware.patch | (download) |
drivers/media/usb/dvb-usb/Kconfig |
2 1 + 1 - 0 ! |
af9005: use request_firmware() to load register init script |
debian/iwlwifi do not request unreleased firmware.patch | (download) |
drivers/net/wireless/intel/iwlwifi/cfg/6000.c |
2 1 + 1 - 0 ! |
iwlwifi: do not request unreleased firmware for iwl6000 Bug-Debian: https://bugs.debian.org/689416 |
bugfix/all/firmware_class log every success and failure.patch | (download) |
drivers/base/firmware_loader/fallback.c |
2 1 + 1 - 0 ! |
firmware_class: log every success and failure against given device Date: Sun, 09 Dec 2012 16:02:00 +0000 |
bugfix/all/firmware remove redundant log messages from drivers.patch | (download) |
arch/arm/mach-netx/xc.c |
4 1 + 3 - 0 ! |
firmware: remove redundant log messages from drivers Date: Sun, 09 Dec 2012 16:40:31 +0000 |
bugfix/all/radeon amdgpu firmware is required for drm and kms on r600 onward.patch | (download) |
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c |
29 29 + 0 - 0 ! |
radeon, amdgpu: firmware is required for drm and kms on r600 onward Date: Tue, 08 Jan 2013 03:25:52 +0000 Bug-Debian: https://bugs.debian.org/607194 Bug-Debian: https://bugs.debian.org/607471 Bug-Debian: https://bugs.debian.org/610851 Bug-Debian: https://bugs.debian.org/627497 Bug-Debian: https://bugs.debian.org/632212 Bug-Debian: https://bugs.debian.org/637943 Bug-Debian: https://bugs.debian.org/649448 Bug-Debian: https://bugs.debian.org/697229 |
debian/firmware_class refer to debian wiki firmware page.patch | (download) |
drivers/base/firmware_loader/main.c |
5 4 + 1 - 0 ! |
firmware_class: refer to debian wiki page when logging missing firmware Bug-Debian: https://bugs.debian.org/888405 |
features/all/aufs4/aufs4 base.patch | (download) |
MAINTAINERS |
13 13 + 0 - 0 ! |
aufs4.x-rcn base patch |
features/all/aufs4/aufs4 mmap.patch | (download) |
fs/proc/base.c |
2 1 + 1 - 0 ! |
aufs4.x-rcn mmap patch |
features/all/aufs4/aufs4 standalone.patch | (download) |
fs/dcache.c |
2 2 + 0 - 0 ! |
aufs4.x-rcn standalone patch |
debian/af_802154 Disable auto loading as mitigation against.patch | (download) |
net/ieee802154/socket.c |
2 1 + 1 - 0 ! |
[patch 2/3] af_802154: disable auto-loading as mitigation against local exploits |
debian/rds Disable auto loading as mitigation against local.patch | (download) |
net/rds/af_rds.c |
2 1 + 1 - 0 ! |
[patch 1/3] rds: disable auto-loading as mitigation against local exploits |
debian/decnet Disable auto loading as mitigation against lo.patch | (download) |
net/decnet/af_decnet.c |
2 1 + 1 - 0 ! |
[patch] decnet: disable auto-loading as mitigation against local exploits |
debian/dccp disable auto loading as mitigation against local exploits.patch | (download) |
net/dccp/ipv4.c |
4 2 + 2 - 0 ! |
dccp: disable auto-loading as mitigation against local exploits |
debian/fs enable link security restrictions by default.patch | (download) |
fs/namei.c |
4 2 + 2 - 0 ! |
fs: enable link security restrictions by default Date: Fri, 02 Nov 2012 05:32:06 +0000 Bug-Debian: https://bugs.debian.org/609455 |
debian/sched autogroup disabled.patch | (download) |
kernel/sched/autogroup.c |
2 1 + 1 - 0 ! |
sched: do not enable autogrouping by default Date: Wed, 16 Mar 2011 03:17:06 +0000 |
debian/yama disable by default.patch | (download) |
security/yama/yama_lsm.c |
4 2 + 2 - 0 ! |
yama: disable by default Date: Wed, 19 Jun 2013 04:35:28 +0100 Bug-Debian: https://bugs.debian.org/712740 |
debian/add sysctl to disallow unprivileged CLONE_NEWUSER by default.patch | (download) |
kernel/fork.c |
15 15 + 0 - 0 ! |
add sysctl to disallow unprivileged clone_newuser by default |
features/all/security perf allow further restriction of perf_event_open.patch | (download) |
include/linux/perf_event.h |
5 5 + 0 - 0 ! |
security,perf: allow further restriction of perf_event_open |
debian/cdc_ncm cdc_mbim use ncm by default.patch | (download) |
drivers/net/usb/cdc_ncm.c |
4 0 + 4 - 0 ! |
cdc_ncm,cdc_mbim: use ncm by default Date: Sun, 31 Mar 2013 03:58:04 +0100 |
debian/snd pcsp disable autoload.patch | (download) |
sound/drivers/pcsp/pcsp.c |
2 1 + 1 - 0 ! |
snd-pcsp: disable autoload |
bugfix/x86/viafb autoload on olpc xo1.5 only.patch | (download) |
drivers/video/fbdev/via/via-core.c |
9 8 + 1 - 0 ! |
viafb: autoload on olpc xo 1.5 only Bug-Debian: https://bugs.debian.org/705788 |
debian/fjes disable autoload.patch | (download) |
drivers/net/fjes/fjes_main.c |
2 1 + 1 - 0 ! |
fjes: disable auto-loading Bug-Debian: https://bugs.debian.org/853976 |
debian/fanotify taint on use of fanotify_access_permissions.patch | (download) |
fs/notify/fanotify/fanotify_user.c |
8 8 + 0 - 0 ! |
fanotify: taint on use of fanotify_access_permissions Date: Wed, 13 Jul 2016 01:37:22 +0100 |
debian/btrfs warn about raid5 6 being experimental at mount.patch | (download) |
fs/btrfs/disk-io.c |
9 9 + 0 - 0 ! |
btrfs: warn about raid5/6 being experimental at mount time Bug-Debian: https://bugs.debian.org/863290 |