summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bastian Blank [Fri, 7 Oct 2011 20:37:52 +0000 (21:37 +0100)]
Install perf scripts non-executable
Forwarded: no
[bwh: Forward-ported to 4.13]
Gbp-Pq: Topic debian
Gbp-Pq: Name tools-perf-install.patch
Bastian Blank [Mon, 26 Sep 2011 12:53:12 +0000 (13:53 +0100)]
Create manpages and binaries including the version
Forwarded: no
[bwh: Fix version insertion in perf man page cross-references and perf
man page title. Install bash_completion script for perf with a
version-dependent name. And do the same for trace.]
Gbp-Pq: Topic debian
Gbp-Pq: Name tools-perf-version.patch
Nobuhiro Iwamatsu [Fri, 28 May 2021 08:31:38 +0000 (09:31 +0100)]
[sh4] Fix uImage build
Bug-Debian: https://bugs.debian.org/569034
Forwarded: not-needed
[bwh: This was added without a description, but I think it is done
only to avoid a build-dependency on u-boot-tools.]
Gbp-Pq: Topic debian
Gbp-Pq: Name arch-sh4-fix-uimage-build.patch
YunQiang Su [Mon, 16 Nov 2020 01:11:00 +0000 (09:11 +0800)]
Use RELAXED ieee754 mode for Loongson-3 as 3A 4000 is 2008-only
Forwarded: not-needed
There are 2 mode of value of IEEE NaN hardcoded by CPU.
Currently, our mipsel/mips64el port is in so-called lagacy mode.
Loongson 3A 4000 is set as the so-called 2008 mode.
To make Debian workable on Loongson 3A 4000, we need set the kerenl in
RELAXED mode.
https://web.archive.org/web/
20180830093617/https://dmz-portal.mips.com/wiki/MIPS_ABI_-_NaN_Interlinking
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-ieee754-relaxed.patch
YunQiang Su [Mon, 14 May 2018 08:16:18 +0000 (16:16 +0800)]
Disable uImage generation for mips generic
Forwarded: not-needed
MIPS generic trys to generate uImage when build, which then ask for
u-boot-tools.
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-boston-disable-its.patch
Ben Hutchings [Mon, 13 Sep 2010 01:16:18 +0000 (02:16 +0100)]
[PATCH] Partially revert "MIPS: Add -Werror to arch/mips/Kbuild"
Forwarded: not-needed
This reverts commits
66f9ba101f54bda63ab1db97f9e9e94763d0651b and
5373633cc9253ba82547473e899cab141c54133e.
We really don't want to add -Werror anywhere.
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-disable-werror.patch
dann frazier [Mon, 26 Mar 2007 22:30:51 +0000 (16:30 -0600)]
Hardcode arch script output
Bug-Debian: https://bugs.debian.org/392592
Forwarded: not-needed
Here's a patch that simply uses hardcoded definitions instead of
doing the dynamic tests that require architecture-specific scripts.
I don't particularly like this approach because it restricts
portability and diverts from upstream. But, it is simpler, and this
really needs to be fixed somehow before etch (along with a rebuild of
linux-modules-extra-2.6), so I'm willing to live with it if my other
patch is deemed unacceptable.
My primary concern is that, in the future, the output of these scripts
will change and we (or our successors) will either not notice or
forget to update the hardcoded values.
Including the scripts in linux-kbuild will avoid this manual step
altogether, and allow for the possibility of other archs to provide
their own scripts in the future.
Gbp-Pq: Topic debian
Gbp-Pq: Name ia64-hardcode-arch-script-output.patch
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
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
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
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
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
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
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
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
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
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
Salvatore Bonaccorso [Fri, 28 May 2021 08:31:38 +0000 (09:31 +0100)]
linux (5.10.40-1) unstable; urgency=medium
* New upstream stable update:
https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.39
- [x86] msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
- [x86] drm/i915/display: fix compiler warning about array overrun
- airo: work around stack usage warning
- usb: sl811-hcd: improve misleading indentation
- cxgb4: Fix the -Wmisleading-indentation warning
- isdn: capi: fix mismatched prototypes
- virtio_net: Do not pull payload in skb->head
- [armel,armhf] 9066/1: ftrace: pause/unpause function graph tracer in
cpu_suspend()
- [arm64,x86] ACPI / hotplug / PCI: Fix reference count leak in
enable_slot()
- [arm64] Input: elants_i2c - do not bind to i2c-hid compatible ACPI
instantiated devices
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
- [armel,armhf] 9075/1: kernel: Fix interrupted SMC calls
- [arm64] platform/chrome: cros_ec_typec: Add DP mode check
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
- ceph: fix fscache invalidation
- ceph: don't clobber i_snap_caps on non-I_NEW inode
- ceph: don't allow access to MDS-private inodes
- scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not
found
- bridge: Fix possible races between assigning rx_handler_data and setting
IFF_BRIDGE_PORT bit
- nvmet: remove unsupported command noise
- drm/amd/display: Fix two cursor duplication when using overlay
- [arm64,x86] gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10
Pro 5055
- net:CXGB4: fix leak if sk_buff is not used
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
- block: reexpand iov_iter after read/write
- net: stmmac: Do not enable RX FIFO overflow interrupts
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
- sit: proper dev_{hold|put} in ndo_[un]init methods
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
- ipv6: remove extra dev_hold() for fallback tunnels
- tweewide: Fix most Shebang lines
- scripts: switch explicitly to Python 3
https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.40
- RDMA/core: Prevent divide-by-zero error triggered by the user
- RDMA/rxe: Clear all QP fields if creation failed
- scsi: ufs: core: Increase the usable queue depth
- scsi: qedf: Add pointer checks in qedf_update_link_speed()
- scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()
- RDMA/mlx5: Recover from fatal event in dual port mode
- RDMA/core: Don't access cm_id after its destruction
- nvmet: remove unused ctrl->cqs
- nvmet: fix memory leak in nvmet_alloc_ctrl()
- nvme-tcp: rerun io_work if req_list is not empty
- nvme-fc: clear q_live at beginning of association teardown
- [x86] platform/x86: intel_int0002_vgpio: Only call enable_irq_wake() when
using s2idle
- [x86] platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios
- RDMA/mlx5: Fix query DCT via DEVX
- RDMA/uverbs: Fix a NULL vs IS_ERR() bug
- [powerpc*] pseries: Fix hcall tracing recursion in pv queued spinlocks
- ptrace: make ptrace() fail if the tracee changed its pid unexpectedly
- nvmet: seset ns->file when open fails
- [x86] perf/x86: Avoid touching LBR_TOS MSR for Arch LBR
- locking/lockdep: Correct calling tracepoints
- locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
- [powerpc*] Fix early setup to make early_ioremap() work
- btrfs: avoid RCU stalls while running delayed iputs
- cifs: fix memory leak in smb2_copychunk_range
- misc: eeprom: at24: check suspend status before disable regulator
- ALSA: dice: fix stream format for TC Electronic Konnekt Live at high
sampling transfer frequency
- ALSA: intel8x0: Don't update period unless prepared
- ALSA: firewire-lib: fix amdtp_packet tracepoints event for packet_index
field
- ALSA: line6: Fix racy initialization of LINE6 MIDI
- ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26
- ALSA: firewire-lib: fix calculation for size of IR context payload
- ALSA: usb-audio: Validate MS endpoint descriptors
- ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro
- ALSA: hda: fixup headset for ASUS GU502 laptop
- Revert "ALSA: sb8: add a check for request_region"
- ALSA: firewire-lib: fix check for the size of isochronous packet payload
- ALSA: hda/realtek: reset eapd coeff to default value for alc287
- ALSA: hda/realtek: Add some CLOVE SSIDs of ALC293
- ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA
- ALSA: hda/realtek: Add fixup for HP OMEN laptop
- ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx
- [x86] uio_hv_generic: Fix a memory leak in error handling paths
- [arm64] Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer
dereference"
- nvme-tcp: fix possible use-after-completion
- drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE > AMDGPU_PAGE_SIZE
- drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hang
- drm/amdgpu: update gc golden setting for Navi12
- drm/amdgpu: update sdma golden setting for Navi12
- [powerpc*] 64s/syscall: Use pt_regs.trap to distinguish syscall ABI
difference between sc and scv syscalls
- [powerpc*] 64s/syscall: Fix ptrace syscall info with scv syscalls
- mmc: sdhci-pci-gli: increase 1.8V regulator wait
- [x86] xen-pciback: redo VF placement in the virtual topology
- [x86] xen-pciback: reconfigure also from backend watch handler
- ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
- dm snapshot: fix crash with transient storage and zero chunk size
- Revert "video: hgafb: fix potential NULL pointer dereference"
- [arm64,armhf] Revert "net: stmicro: fix a missing check of clk_prepare"
- Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe"
- Revert "ecryptfs: replace BUG_ON with error handling code"
- Revert "rtlwifi: fix a potential NULL pointer dereference"
- Revert "qlcnic: Avoid potential NULL pointer dereference"
- Revert "niu: fix missing checks of niu_pci_eeprom_read"
- ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()
- [arm64,armhf] net: stmicro: handle clk_prepare() failure during init
- net: rtlwifi: properly check for alloc_workqueue() failure
- ics932s401: fix broken handling of errors when word reading fails
- qlcnic: Add null check after calling netdev_alloc_skb
- [x86] video: hgafb: fix potential NULL pointer dereference
- vgacon: Record video mode changes with VT_RESIZEX
- vt_ioctl: Revert VT_RESIZEX parameter handling removal
- vt: Fix character height handling with VT_RESIZEX
- tty: vt: always invoke vc->vc_sw->con_resize callback
- [x86] drm/i915/gt: Disable HiZ Raw Stall Optimization on broken gen7
- [amd64] x86/Xen: swap NX determination and GDT setup on BSP
- nvme-multipath: fix double initialization of ANA state
- [arm64] rtc: pcf85063: fallback to parent of_node
- nvmet: use new ana_log_size instead the old one
- [x86] video: hgafb: correctly handle card detect failure during probe
- Bluetooth: SMP: Fail if remote and local public keys are identical
[ Salvatore Bonaccorso ]
* bpf: Wrap aux data inside bpf_sanitize_info container (CVE-2021-33200)
* bpf: Fix mask direction swap upon off reg sign change (CVE-2021-33200)
* bpf: No need to simulate speculative domain for immediates (CVE-2021-33200)
* [armhf] dts: sun8i: h3: orangepi-plus: Fix ethernet phy-mode
(Closes: #988574)
* [rt] Refresh "ptrace: fix ptrace vs tasklist_lock race"
* Deal with vc_data ABI changes in 5.10.40
[dgit import unpatched linux 5.10.40-1]
Salvatore Bonaccorso [Fri, 28 May 2021 08:31:38 +0000 (09:31 +0100)]
Import linux_5.10.40.orig.tar.xz
[dgit import orig linux_5.10.40.orig.tar.xz]
Salvatore Bonaccorso [Fri, 28 May 2021 08:31:38 +0000 (09:31 +0100)]
Import linux_5.10.40-1.debian.tar.xz
[dgit import tarball linux 5.10.40-1 linux_5.10.40-1.debian.tar.xz]