First  |  Prev |  Next  |  Last
Pages: 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691
[PATCH] scsi/i2o: restore ioctl changes
This restores the changes from "scsi/i2o_block: cleanup ioctl handling", which accidentally got reverted. Origignal changelog: This fixes the ioctl function of the i2o_block driver, which has multiple problems: * The BLKI2OSRSTRAT and BLKI2OSWSTRAT commands always return -ENO... 8 Jul 2010 09:09
Send your details to claim Seven Hundred And Fifty Thousand Great British Pounds in the Toyota promo.
SEND INFO TO REDEEM YOUR PRICE: NAME ADDRESS -- 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 at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 8 Jul 2010 09:09
ima: use generic_file_llseek for securityfs
On Wed, 2010-07-07 at 23:40 +0200, Arnd Bergmann wrote: The default for llseek will change to no_llseek, so securityfs users need to add explicit .llseek assignments. Since we're dealing with regular files from a VFS perspective, use generic_file_llseek. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> ... 11 Jul 2010 20:28
[RFC] [PATCH] mfd: Support for TWL6030 PWM
From 2c6efcebf2790a4c968309360cfc3559b6d9c110 Mon Sep 17 00:00:00 2001 From: Hemanth V <hemanthv(a)ti.com> Date: Thu, 8 Jul 2010 17:04:06 +0530 Subject: [PATCH] Add support for TWL6030 PWM TWL6030 supports PWM (Pulse Width Modulator) which is used to control charging LED. PWM allows for controlling brightness. Th... 8 Jul 2010 09:08
lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out
On Thu, Jul 08, 2010 at 09:55:04AM +0800, xiaoyu Du wrote: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out Since there's no sctp helpers at present, it does the same thing as ip_vs_app_pkt_in. Signed-off-by: Xiaoyu Du <tingsrain(a)gmail.com> Thanks Xiaoyu. Acked-by: Simon Horman <... 8 Jul 2010 09:08
[PATCH] mfd: Add additional WM8994 GPIO functions
Later revisions of the WM8994 add some more GPIO functions, define them in the header file. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- include/linux/mfd/wm8994/gpio.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/linux/mfd/wm8994/gpio.h b/include/... 8 Jul 2010 09:08
why can't i use gdb to dump module variables anymore?
trying very hard to make a long story short, documenting how to use gdb to poke around in a loaded module. the important part of the module (to demonstrate the visibility of different types of variables): static int rpjday_1; int rpjday_2 = 20; int rpjday_3 = 30; EXPORT_SYMBOL(rpjday_3); once i l... 8 Jul 2010 08:03
vfs: make no_llseek the default
Hello. Arnd Bergmann wrote: All file operations now have an explicit .llseek operation pointer, so we can change the default action for future code. I saw patch for SELinux and IMA, but not for TOMOYO. TOMOYO has static const struct file_operations tomoyo_operations without .llseek operation poi... 8 Jul 2010 19:13
[GIT PULL] Samsung fixes for 2.6.35-rc5
Hello Linus, Please pull Samsung fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git s5p-fixes-for-linus These things are for bug fix on 2.6.35-rc. If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim(a)samsung.com>, Senior Engineer, ... 8 Jul 2010 08:03
parport/serial: add support for Timedia/SUNIX cards to parport_serial
On Fri, 25 Jun 2010 20:23:43 -0400 Fr�d�ric Bri�re <fbriere(a)fbriere.net> wrote: Timedia/SUNIX PCI cards with both serial and parallel ports are currently supported by 8250_pci and parport_pc individually. Moving that support into parport_serial allows using both types of ports at the same time. This ... 12 Jul 2010 12:56
First  |  Prev |  Next  |  Last
Pages: 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691