All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel patch
@ 2003-01-15 10:11 ednei_gp
  2003-01-15 10:26 ` John Bradford
  0 siblings, 1 reply; 7+ messages in thread
From: ednei_gp @ 2003-01-15 10:11 UTC (permalink / raw)
  To: linux-kernel

I'm testing the devel kernel 2.5.52 but I've a problem
if framebuffer , so I'll use a patch to uptade my
kernel but I'dont know if to me use the patch 2.5.58 I
need to install the other patchs before, like patch
2.5.53,2.5.54,2.5.55...
Because if I'll need do this I'll download the last
version than use all that patchs...
Thanks!!!
Ah!! Sorry about my english... I'm brasilian :o)

=====
------------------------------------------
#####(Dark_M@n1X)#####
Ednei Gonçalves Pereira
Técnico em Telecomunicações
Certificação CCNA | CCNP (estudando)
Linux user 282184 | ICQ:157953794
------------------------------------------

_______________________________________________________________________
Busca Yahoo!
O melhor lugar para encontrar tudo o que você procura na Internet
http://br.busca.yahoo.com/

^ permalink raw reply	[flat|nested] 7+ messages in thread
* kernel patch
@ 2007-03-27 14:30 Ming Zhang
  0 siblings, 0 replies; 7+ messages in thread
From: Ming Zhang @ 2007-03-27 14:30 UTC (permalink / raw)
  To: linux-btrace

Hi All

I have to run blktrace against RHEL4 kernel, any place I could grab a
kernel patch so I can do a manually merge? Or I have to start from
2.6.18 and do back port? Thanks.


Ming



^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <299ffe0d0704260057r37c2669ekb2f3e504dcd676c8@mail.gmail.com>]
* Kernel patch
@ 2009-05-07 10:46 volkov-6IceoeoMUCicTuHFI/JV5w
  2009-05-13  7:34 ` Ryusuke Konishi
  0 siblings, 1 reply; 7+ messages in thread
From: volkov-6IceoeoMUCicTuHFI/JV5w @ 2009-05-07 10:46 UTC (permalink / raw)
  To: users-JrjvKiOkagjYtjvyW6yDsg

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

New patch is attached
(for 2.6.28 linux kernel)


INSTALL:
========================================================
# cd /usr/src/

save patch_nilfs

# wget 
https://www.nilfs.org/download/nilfs-2.0.12.tar.bz2
# tar -jxf nilfs-2.0.12.tar.bz2
# mv nilfs-2.0.12/fs linux/fs/nilfs
# rm -rf milfs-2.0.12
# cd linux
# patch -p 1 <../patch_nilfs
# make menuconfig

File systems  --->           
 <*> NILFS 

# make
# make install
========================================================


Oleg Volkov


[-- Attachment #2: patch_nilfs --]
[-- Type: text/x-patch, Size: 783 bytes --]

--- linux-2.6.28-gentoo-r5/fs/Kconfig	2009-05-02 10:14:13.370800000 +0400
+++ linux-2.6.28-gentoo-r5-nilfs/fs/Kconfig	2009-05-02 10:09:16.617795207 +0400
@@ -6,6 +6,11 @@
 
 if BLOCK
 
+config NILFS
+	tristate "NILFS"
+	help
+	  NILFS
+ 	  
 source "fs/ext2/Kconfig"
 source "fs/ext3/Kconfig"
 source "fs/ext4/Kconfig"
--- linux-2.6.28-gentoo-r5/fs/Makefile	2009-05-02 10:14:13.370800000 +0400
+++ linux-2.6.28-gentoo-r5-nilfs/fs/Makefile	2009-05-02 10:20:46.679359767 +0400
@@ -69,6 +69,7 @@
 obj-$(CONFIG_DLM)		+= dlm/
  
 # Do not add any filesystems before this line
+obj-$(CONFIG_NILFS)		+= nilfs/
 obj-$(CONFIG_REISERFS_FS)	+= reiserfs/
 obj-$(CONFIG_EXT3_FS)		+= ext3/ # Before ext2 so root fs can be ext3
 obj-$(CONFIG_EXT4_FS)		+= ext4/ # Before ext2 so root fs can be ext4

[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
users mailing list
users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org
https://www.nilfs.org/mailman/listinfo/users

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <CALt5Xr0wA6KoUTeSnsxeDYF4HTgbWpT7Kk76Eh7DA0hhMqO8zg@mail.gmail.com>]

end of thread, other threads:[~2015-12-08 13:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-15 10:11 Kernel patch ednei_gp
2003-01-15 10:26 ` John Bradford
  -- strict thread matches above, loose matches on Subject: below --
2007-03-27 14:30 kernel patch Ming Zhang
     [not found] <299ffe0d0704260057r37c2669ekb2f3e504dcd676c8@mail.gmail.com>
2007-04-26  7:59 ` Kernel Patch OOzy Pal
2009-05-07 10:46 Kernel patch volkov-6IceoeoMUCicTuHFI/JV5w
2009-05-13  7:34 ` Ryusuke Konishi
     [not found] <CALt5Xr0wA6KoUTeSnsxeDYF4HTgbWpT7Kk76Eh7DA0hhMqO8zg@mail.gmail.com>
2015-12-08 13:49 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.