linux-kernel.vger.kernel.org archive mirror
 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; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

* Re: Kernel patch
       [not found] <CALt5Xr0wA6KoUTeSnsxeDYF4HTgbWpT7Kk76Eh7DA0hhMqO8zg@mail.gmail.com>
@ 2015-12-08 13:49 ` Jiri Kosina
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* Kernel Patch
       [not found] <299ffe0d0704260057r37c2669ekb2f3e504dcd676c8@mail.gmail.com>
@ 2007-04-26  7:59 ` OOzy Pal
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

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

Thread overview: 4+ 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
     [not found] <299ffe0d0704260057r37c2669ekb2f3e504dcd676c8@mail.gmail.com>
2007-04-26  7:59 ` Kernel Patch OOzy Pal
     [not found] <CALt5Xr0wA6KoUTeSnsxeDYF4HTgbWpT7Kk76Eh7DA0hhMqO8zg@mail.gmail.com>
2015-12-08 13:49 ` Kernel patch Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).