First  |  Prev |  Next  |  Last
Pages: 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369
[PATCH 1/3] kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line
From 40d7c77aeafa6b17503ffdcf58fa01411972b0d1 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam(a)ravnborg.org> Date: Wed, 28 Jul 2010 17:33:09 +0200 Subject: [PATCH 1/3] kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line It is now possible to assign options to AS, CC and LD on the command line - ... 28 Jul 2010 15:09
[PATCH v2 0/3] update of various kbuild flags to allow user settings
Denys Vlasenko complained that he could not set a moduel specific linker flags on the command line. It turned out that the cause of this was kbuild that assigned a value to a variables that may be modified by the user. So any user supplied value would overwrite the kbuild assigned value. Fix this so we use i... 28 Jul 2010 15:09
[PATCH 2/3] kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line
From 4236ab8d726868df7a28132023e6b31e1d82e5b3 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam(a)ravnborg.org> Date: Wed, 28 Jul 2010 19:11:27 +0200 Subject: [PATCH 2/3] kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line It is now possible to assign options to AS and CC on the command line - which i... 28 Jul 2010 15:09
[PATCH 3/3] frv: clean up arch/frv/Makefile
From 2193dfaff6e2260a3ac1d2f578616640d601db55 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam(a)ravnborg.org> Date: Wed, 28 Jul 2010 19:33:00 +0200 Subject: [PATCH 3/3] frv: clean up arch/frv/Makefile - removed a lot of unused variable assignmnets - removed unused bootstrap target - replaced ARCHMODFLAGS with pr... 28 Jul 2010 15:09
RAID/block regression starting from 2.6.32, bisected
Hello, In recent kernels we are experiencing a problem that in our setup using SCST BLOCKIO backend some BIOs are finished, i.e. the finish callback called for them, with error -EIO. It happens quite often, much more often than one would expect to have an actual IO error. (BLOCKIO backend just converts all incoming ... 1 Aug 2010 21:22
AppArmor: update Maintainer and Documentation/kernel-parameters.txt
On Mon, 26 Jul 2010 19:57:48 -0700 John Johansen wrote: Signed-off-by: John Johansen <john.johansen(a)canonical.com> --- Documentation/kernel-parameters.txt | 12 ++++++++++-- MAINTAINERS | 8 ++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Doc... 28 Jul 2010 14:04
[ANNOUNCE] Git 1.7.2.1 (also 1.7.1.2 and 1.7.0.7)
The latest maintenance release Git 1.7.2.1 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.7.2.1.tar.{gz,bz2} (source tarball) git-htmldocs-1.7.2.1.tar.{gz,bz2} (preformatted docs) git-manpages-1.7.2.1.tar.{gz,bz2} (preformatted docs) The RPM binary packages f... 28 Jul 2010 14:04
infiniband/hw/nes: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
thanks, applied. -- Roland Dreier <rolandd(a)cisco.com> || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info ... 28 Jul 2010 14:04
[PATCH 1/2] arm: msm: Fix section mismatch in smd.c.
Repair a section mismatch between the smd driver's platform_driver structure and its probe method. Signed-off-by: Gregory Bean <gbean(a)codeaurora.org> --- arch/arm/mach-msm/smd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-msm/smd.c b/arch/arm/mach-msm/smd.c index c... 28 Jul 2010 14:04
[PATCH 2/2] video: msm: Fix section mismatch in mddi.c.
Repair a section mismatch between the mddi driver's platform_driver structure and its probe method. Signed-off-by: Gregory Bean <gbean(a)codeaurora.org> --- drivers/video/msm/mddi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/msm/mddi.c b/drivers/video/msm/mddi.c ind... 28 Jul 2010 14:04
First  |  Prev |  Next  |  Last
Pages: 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369