Questions tagged [patch]
A patch is usually a new correction to already issued software, correcting bugs or adding features.
194 questions
346
votes
6
answers
586k
views
How to install specific Ubuntu deb packages, with exact version?
I want to setup a new virtual machine with some specified packages (name and version), that are provided.
For example, apache2 in version 2.2.20-1ubuntu1 with all dependencies. Even if there is a new ...
65
votes
6
answers
11k
views
How do we get this magic performance-boosting 200 line patch?
I read today on Phoronix that there is a 200 line patch to the Linux Kernel which dramatically improves desktop responsiveness.
How can Ubuntu users get this in a way that's supported?
45
votes
5
answers
53k
views
How to disable Page Table Isolation to regain performance lost due to Intel CPU security hole patch?
Because of the current Intel CPU security hole issue, there is a patch expected which slows down the system performance.
How can I make sure that this patch will not be installed on my Ubuntu system?
21
votes
2
answers
2k
views
How do I submit a patch to a Launchpad project?
With a Git/GitHub background and knowing very little about Bazaar VCS, I would like to occasionally report a bug to projects hosted on Launchpad, and even send a patch. I'd like to do it in a "proper"...
17
votes
2
answers
10k
views
How do I fix CVE-2026-31431 on Ubuntu 24.04 LTS?
We are running a bunch of containers for a cyber security teaching environment, where students can execute arbitrary commands (unprivileged).
Our system (Ubuntu 24.04.4 LTS) is affected by the ...
15
votes
2
answers
353
views
Is it possible to get a patch included in the current release? If so, how?
So a while back I reported a bug in Compiz's Place Window plugin. It's a fairly major regression for people affected by it: mainly those using Gnome-Fallback, judging by the reports.
A patch surfaced ...
13
votes
3
answers
886
views
Strategy to deal with Canonical's increasingly poor QA?
My installed (local or obsolete) category is filling up because Canonical lately has been pushing out updates and then pulling them back. It's happened with two kernels in the recent past and it ...
10
votes
6
answers
2k
views
What is the proper way to patch Wine for a custom PPA?
I've been manually applying patches to Wine for use on my own machine, but I want to put it in a PPA for my friends and relations.
Currently I follow this procedure:
Get the latest source from an ...
10
votes
2
answers
8k
views
How to create and maintain patch on Debian package?
I want to patch on Trac package. I know how to patch and rebuild the package, but there are some things I don't understand very well.
My patch is something dangerous and not likely to commit back to ...
9
votes
1
answer
502
views
What is the way to submit a patch to fix all the damage that LP: #600941 causes?
What is the best way to submit a patch to fix all the damage that LP: #600941 causes?
I ask because LP: #600941 was put into every version of Ubuntu still supported at this time. Should I pick a ...
9
votes
1
answer
29k
views
Bluetooth USB dongle 5.0 0a12:0001 doesn't work on Ubuntu 20.04
WIRELESS USB DONGLE - BLUETOOTH USB DONGLE - MINI 5.0 - VERSION 5.48 - 0a12:0001
So lately I bought a Bluetooth USB dongle - model no: MLT-5.0-MiNi
I'm using Ubuntu 20.04.1 LTS.
1. After I connected ...
8
votes
1
answer
36k
views
How to apply kernel patches
I've been installing kernels from mainline repository - all simple there, just *.deb files, one can do simple dpkg -i on them. But how can one apply the patches 0001-base-packaging.patch , 0002-debian-...
8
votes
2
answers
1k
views
How to I apply a patch to the kernel?
I am a bit of a linux noob, so be weary of my inept understanding certain aspects of the OS. Anyway, I just loaded ubuntu onto my desktop machine (Dual booted) and everything went fine. The only issue,...
7
votes
3
answers
307
views
Does the Ubuntu image I just downloaded already have all the latest patches and bug fixes included?
I downloaded 12.10 a day after it was released. It is a little buggy in my system - shows the errors such as a problem has occurred frequently. The developers probably have fixed most of the issues by ...
7
votes
1
answer
591
views
Where to obtain Ubuntu Supplied Third-Party Device Drivers Patches to apply them to vanilla kernels?
For testing purposes I usually download the ubuntu kernel available from git and build it for my PC. But usually the stable version of Ubuntu kernel is not always in sync with the latest stable ...