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

* Re: Kernel patch
  2003-01-15 10:11 Kernel patch ednei_gp
@ 2003-01-15 10:26 ` John Bradford
  0 siblings, 0 replies; 7+ messages in thread
From: John Bradford @ 2003-01-15 10:26 UTC (permalink / raw)
  To: ednei_gp; +Cc: 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...

Yes, you need to apply each patch, using:

bzip2 -dc patch-2.5.53.bz2 | patch -p1

and you can test them first using:

bzip2 -dc patch-2.5.53.bz2 | patch -p1 --dry-run

> Because if I'll need do this I'll download the last
> version than use all that patchs...

Note - if 2.5.58 doesn't work, you can always download patch-2.5.58,
and apply it with:

bzip2 -dc patch-2.5.58.bz2 | patch -p1 -R

to create a 2.5.57 tree, even if you didn't go from 2.5.57 to 2.5.58
by using a patch.

John.

^ 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

* Kernel Patch
       [not found] <299ffe0d0704260057r37c2669ekb2f3e504dcd676c8@mail.gmail.com>
@ 2007-04-26  7:59 ` OOzy Pal
  0 siblings, 0 replies; 7+ messages in thread
From: OOzy Pal @ 2007-04-26  7:59 UTC (permalink / raw)
  To: linux-kernel

Dears,

I am not sure if this is the right place for asking such question. If
not, please ignore and if possible, direct me to the right place.

I am trying to rebuilt my kernel patched with the iwlwifi driver. I
downloaded the mac80211 package then I typed make. I got the following
error. Can you help me in solving this error.

Note: I am a noob.

hab@laptop {~/wifi/mac80211-7.0.6}$ sudo make
Building modified version in 'modified/' directory:
Copying modified/ from origin/...done
Applying patches and scripts from pending/.
 + Applying: pending/09-range-name-rate.patch
        Add WE range, name and rate capabilities
 + Applying: pending/10-txpower.patch
        Fix user specified TXPOWER from being overridden by stack.
 + Applying: pending/20-wireless-dev-qos.patch
        The attachment is the QoS patch for the latest wireless-dev GIT
 + Applying: pending/21-fix_qos_entries_not_found.patch
        From: Zhu Yi <yi.zhu@intel.com>
Checking kernel compatibility in:
        /lib/modules/2.6.20-15-generic/source//
 * Kernel requires compatibility version:
   - Requires class_dev -> dev API compat
   - Requires to_net_dev API compat
   - Requires device_rename compat
Building compatibility version in 'compatible/' directory:
Copying compatible/ from modified/...done
 + Applying: patches/remove_debugfs.patch
        Remove DEBUGFS usage (due to class_dev breakage)
 + Applying: patches/class_dev_to_dev-wireless.patch
        Reverse class_dev to dev changes
 + Applying: patches/add_to_net_dev.patch
        Add to_net_dev back in (newer kernels have it in netdevice.h)
 + Applying: patches/fix-qos-sysfs-no-class_dev.patch
        diff -upr pre/net/mac80211/ieee80211_sysfs.c
post/net/mac80211/ieee80211_sysfs.c
 + Applying: patches/nl80211-remove-kconfig.patch
        Remove nl80211 from being an option in Kconfig
 + Applying: patches/device_rename.patch
        The ability to rename devices requires device_rename so we can't use it.


--
OOzy
Ubuntu-Feisty

^ permalink raw reply	[flat|nested] 7+ messages in thread

* 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

* Re: Kernel patch
  2009-05-07 10:46 Kernel patch volkov-6IceoeoMUCicTuHFI/JV5w
@ 2009-05-13  7:34 ` Ryusuke Konishi
  0 siblings, 0 replies; 7+ messages in thread
From: Ryusuke Konishi @ 2009-05-13  7:34 UTC (permalink / raw)
  To: users-JrjvKiOkagjYtjvyW6yDsg, volkov-6IceoeoMUCicTuHFI/JV5w

Hi Volkov,
On Thu, 07 May 2009 14:46:00 +0400, "volkov-6IceoeoMUCicTuHFI/JV5w@public.gmane.org" wrote:
> 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

I put the patch in the nilfs web site and inserted this instruction to
the faq page:

 http://www.nilfs.org/en/faq.html

Thanks for your offer.

Ryusuke Konishi

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Kernel patch
       [not found] <CALt5Xr0wA6KoUTeSnsxeDYF4HTgbWpT7Kk76Eh7DA0hhMqO8zg@mail.gmail.com>
@ 2015-12-08 13:49 ` Jiri Kosina
  0 siblings, 0 replies; 7+ messages in thread
From: Jiri Kosina @ 2015-12-08 13:49 UTC (permalink / raw)
  To: Максим Шевяков
  Cc: linux-kernel

On Mon, 14 Sep 2015, Максим Шевяков wrote:

> This EXTREMELY trivial patch adds the missing PCIID in
> drivers/gpu/drm/radeon/si_dpm.c for MSI R7 370 Armor 2X card (and probably
> other GPUs based upon R7 370). Without this patch the screen will be full
> of vertical white stripes on the modesetting stage. This is also a
> workaround for this freedesktop.org bug
> <https://bugs.freedesktop.org/show_bug.cgi?id=91294>, which was likely
> ignored by radeon driver maintainers.

Please resend according to the Documentation/SubmittingPatches. Namely, 
your Signed-off-by: line and a proper changelog are a hard pre-requisity 
to make the patch merging possible.

Thanks,

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 7+ messages in thread

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.