linux.git
3 years agokbuild: Make the toolchain variables easily overwritable
Bastian Blank [Sun, 22 Feb 2009 14:39:35 +0000 (15:39 +0100)]
kbuild: Make the toolchain variables easily overwritable

Forwarded: not-needed

Allow make variables to be overridden for each flavour by a file in
the build tree, .kernelvariables.

We currently use this for ARCH, KERNELRELEASE, CC, and in some cases
also CROSS_COMPILE, KCFLAGS.

This file can only be read after we establish the build tree, and all
use of $(ARCH) needs to be moved after this.

[bwh: Updated for 5.3: include .kernelvariables from current directory
 rather than using undefined $(obj).]

Gbp-Pq: Topic debian
Gbp-Pq: Name kernelvariables.patch

3 years agoMake mkcompile_h accept an alternate timestamp string
Ben Hutchings [Tue, 12 May 2015 18:29:22 +0000 (19:29 +0100)]
Make mkcompile_h accept an alternate timestamp string

Forwarded: not-needed

We want to include the Debian version in the utsname::version string
instead of a full timestamp string.  However, we still need to provide
a standard timestamp string for gen_initramfs_list.sh to make the
kernel image reproducible.

Make mkcompile_h use $KBUILD_BUILD_VERSION_TIMESTAMP in preference to
$KBUILD_BUILD_TIMESTAMP.

Gbp-Pq: Topic debian
Gbp-Pq: Name uname-version-timestamp.patch

3 years agoInclude package version along with kernel release in stack traces
Ben Hutchings [Tue, 24 Jul 2012 02:13:10 +0000 (03:13 +0100)]
Include package version along with kernel release in stack traces

Forwarded: not-needed

For distribution binary packages we assume
$DISTRIBUTION_OFFICIAL_BUILD, $DISTRIBUTOR and $DISTRIBUTION_VERSION
are set.

Gbp-Pq: Topic debian
Gbp-Pq: Name version.patch

3 years agoDocumentation: Fix broken link to CIPSO draft
Ben Hutchings [Sat, 24 Aug 2019 18:00:41 +0000 (19:00 +0100)]
Documentation: Fix broken link to CIPSO draft

Forwarded: not-needed

We exclude the CIPSO draft text as its licence is not DFSG compliant.
Link to the IETF's online version instead.

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name documentation-fix-broken-link-to-cipso-draft.patch

3 years agovideo: Remove nvidiafb and rivafb
Ben Hutchings [Sat, 2 Jun 2012 18:53:38 +0000 (19:53 +0100)]
video: Remove nvidiafb and rivafb

Bug-Debian: https://bugs.debian.org/383481
Forwarded: no

These drivers contain register programming code provided by the
hardware vendor that appears to have been deliberately obfuscated.
This is arguably not the preferred form for modification.

These drivers are also largely redundant with nouveau.  The RIVA 128
(NV3) is not supported by nouveau but is about 15 years old and
probably discontinued 10 years ago.

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name video-remove-nvidiafb-and-rivafb.patch

3 years agoAdd removal patches for: 3c359, smctr, keyspan, cops
Frederik Schüler [Fri, 5 Jan 2007 15:55:24 +0000 (15:55 +0000)]
Add removal patches for: 3c359, smctr, keyspan, cops

Forwarded: not-needed

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name drivers-net-appletalk-cops.patch

3 years agovs6624: mark as broken
Ben Hutchings [Sun, 27 May 2012 00:56:58 +0000 (01:56 +0100)]
vs6624: mark as broken

Forwarded: not-needed

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name vs6624-disable.patch

3 years agodvb-usb-af9005: mark as broken
Ben Hutchings [Mon, 17 Aug 2009 01:45:41 +0000 (02:45 +0100)]
dvb-usb-af9005: mark as broken

Forwarded: not-needed

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name drivers-media-dvb-dvb-usb-af9005-disable.patch

3 years agoRemove microcode patches for mgsuvd (not enabled in Debian configs)
Ben Hutchings [Mon, 13 Apr 2009 16:34:00 +0000 (17:34 +0100)]
Remove microcode patches for mgsuvd (not enabled in Debian configs)

Forwarded: not-needed

Gbp-Pq: Topic debian/dfsg
Gbp-Pq: Name arch-powerpc-platforms-8xx-ucode-disable.patch

3 years agoTweak gitignore for Debian pkg-kernel using git svn.
Ian Campbell [Thu, 17 Jan 2013 08:55:21 +0000 (08:55 +0000)]
Tweak gitignore for Debian pkg-kernel using git svn.

Forwarded: not-needed

[bwh: Tweak further for pure git]

Gbp-Pq: Topic debian
Gbp-Pq: Name gitignore.patch

3 years agolinux (5.18.2-1) unstable; urgency=medium
Salvatore Bonaccorso [Mon, 6 Jun 2022 18:45:23 +0000 (19:45 +0100)]
linux (5.18.2-1) unstable; urgency=medium

  * New upstream stable update:
    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.1
    https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.18.2
    - netfilter: nf_tables: disallow non-stateful expression in sets earlier
      (CVE-2022-1966)
    - pipe: Fix missing lock in pipe_resize_ring() (ZDI-CAN-17291)
    - netfilter: nf_tables: sanitize nft_set_desc_concat_parse() (CVE-2022-1972)
    - [x86] fpu: KVM: Set the base guest FPU uABI size to sizeof(struct
      kvm_xsave) (Closes: #1011168)
    - KVM: x86: avoid calling x86 emulator without a decoded instruction
      (CVE-2022-1852)

  [ Diederik de Haas ]
  * [arm64,armel.marvell] Remove duplicate MTD_SPI_NOR config option
  * [arm64] Remove duplicate CAN_MCP251X config option
  * drivers/net/can/spi: Enable CAN_HI311X as module (Closes: #927252)

  [ Henning Schild ]
  * [x86] drivers/platform/x86: Enable SIEMENS_SIMATIC_IPC as module
  * [x86] drivers/leds: Enable LEDS_SIEMENS_SIMATIC_IPC as module
  * [x86] drivers/wdt: Enable SIEMENS_SIMATIC_IPC_WDT as module

  [ Lubomir Rintel ]
  * [x86] Enable X86_ANDROID_TABLETS as a module

  [ Michal Simek ]
  * [arm64] Enable Xilinx PHY driver and SI5341 clock driver

  [ Zhang Ning ]
  * [arm64] Enable COMMON_CLK_PWM which is needed for some Amlogic SBCs
  * [arm64] Enable Khadas MCU and fan
  * [arm64] cpufreq: Enable SCPI cpufreq driver
  * [arm64] cpuidle: Enable CONFIG_ARM_PSCI_CPUIDLE

  [ Ben Hutchings ]
  * drivers/firmware: Build ISCSI_IBFT as module on all architectures with
    ACPI. Thanks to Eric Mackay. (Closes: #1008933).
  * intel-iommu: Correct matching of the "intgpu_off" option value.
    Thanks to Markus Kolb.
  * random: Enable RANDOM_TRUST_BOOTLOADER. This can be reverted using the
    kernel parameter: random.trust_bootloader=off

  [ Bastian Blank ]
  * [amd64] Enable X86_SGX.

  [ Salvatore Bonaccorso ]
  * block, loop: support partitions without scanning (Closes: #1012298)
  * Set ABI to 1

[dgit import unpatched linux 5.18.2-1]

3 years agoImport linux_5.18.2.orig.tar.xz
Salvatore Bonaccorso [Mon, 6 Jun 2022 18:45:23 +0000 (19:45 +0100)]
Import linux_5.18.2.orig.tar.xz

[dgit import orig linux_5.18.2.orig.tar.xz]

3 years agoImport linux_5.18.2-1.debian.tar.xz
Salvatore Bonaccorso [Mon, 6 Jun 2022 18:45:23 +0000 (19:45 +0100)]
Import linux_5.18.2-1.debian.tar.xz

[dgit import tarball linux 5.18.2-1 linux_5.18.2-1.debian.tar.xz]