can you anyone tell what the linux patch is? I want to install a real time kernel, so to compile the kernel first I need to add the downloaded real time patch to it :
patch -p1 < patch-rt-version
but what about the kernel's own patch? as I've seen when I download the kernel from kernel.org, the kernels patches are also in the same kernel folder.
Hello, I am new to the world of submitting and applying kernel patches and have some basic questions about how this all works.
I have read the article:
http://lwn.net/Articles/406978/
Which talks about a patch for PTP hardware clock support. I want to know where the thread is that discusses this patch to ask about further development. I also want to know where I can download the patch itself?
I'm working on developing a patch policy for a mid-size and quickly growing company. Patches have been at the bottom of the totem pole for years. I possess the ability and care enough to straighten it out. However I'd like some others input on the best way to handle the patch policy.
From when a patch is released how is communicated? How long to deployment?
Hi,
I have downloaded 11.3 src and build a kernel which runs ok. I want to add RTAI to this so I downloaded RTAI 3.8 and ran .configure. I got the following message
configure: error: HAL patch not applied/enabled in /usr/src/linux
I've recently applied a one-line patch to drivers/bluetooth/btusb.c in order to enable compatibility with my Bluetooth device. However, whenever I get a kernel upgrade, the patch will be lost until someone backports it (which isn't likely). Is there a way for me to run a script and patch each new kernel upgrade automatically?
Details on how to apply the patch can be found here on Ask Ubuntu.
There's another major breakthrough ;)"The ~200 Line Linux Kernel Patch That Does Wonders" http://www.phoronix.com/scan.php?page=a
&num=1"It feels as good as Con Kolivas's patches.""Not long to be able to use it / install it from zen-kernel through smxi?!!http://zen-kernel.org/
I can create a patch for a file with the following:
Code:
diff -uN OldFile NewFile > patch.txt
then apply the patch with:
Code:
patch OldFile < patch.txt
I tried this with directories:
Code:
diff -uN OldDirectory NewDirectory > patch.txt
it seemed to work fine. Then I tried to apply the patch:
Hi!
I am running a fresh FC17 install and need to patch and recompile my kernel for RT functionality. The RT patches only comes for some versions (patch-3.4.10-rt18.patch.gz being the latest one).
I tried to follow this guide
http://fedoraproject.org/wiki/Buildi...Get_the_Source
to get the Fedora kernel source, but it does not explain how to get a specific kernel version.
I am currenty working on to setup a centralized authenticaion with OpenLDAP for Red Hat Linux .
Objective - Setup a Centralized OpenLDAP authentication for Red Hat Linux Servers where client can connect with ssh , user administration can be done from one server.
Please I am not looking for rpm or yum installation no cn=config.