First  |  Prev |  Next  |  Last
Pages: 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656
[PATCH & RESEND] avoid NULL deference in ext2_xattr_get
Hi Dan Carpenter, Thanks for your instructions. I regenerated the patch. Please check it. From 3149865e0d118b939c27659a4e4c884eaa6b3a4c Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui <crosslonelyover(a)gmail.com> Date: Sat, 10 Jul 2010 22:07:37 -0400 Subject: [PATCH] avoid NULL deference in ext2_xattr_get ... 10 Jul 2010 22:36
[PATCH] email address change
My Collabora address is no longer enabled - update the MODULE_AUTHOR fields of drivers to my current email address. Signed-off-by: Andres Salomon <dilinger(a)queued.net> --- drivers/clocksource/cs5535-clockevt.c | 2 +- drivers/gpio/cs5535-gpio.c | 2 +- drivers/misc/cs5535-mfgpt.c |... 10 Jul 2010 21:31
[PATCH] Add intel drm blacklist to intel_opregion_present detect
There have some machines not support by i915 drm driver, e.g. MSI U110/U150, there are use poulsbo chip and drm driver not support it because legal issue. Those machines's acpi backlight control actually work fine and don't need apply the intel opregion support. So, add intel drm blacklist to intel_opregion_present... 10 Jul 2010 21:31
[PATCH]: partially fixes APIC interrupts to almost eliminate usb ohci hang on Nvidia MCP78S (nForce7xx, 8200, etc...) chipsets - help needed to fix this fully
Hello, long history short: the io_apic2.patch provides two kernel parameters: nofasteoiapic - replaces fasteoi handler with level one for all fasteoi interrupts. nofasteoiapic=<list of irqs numbers> - replaces fasteoi handler with level for given irqs. This parameter does not work yet. I made mistake in ... 10 Jul 2010 20:25
[PATCH] fs: Fix warning: 'dirent' is used uninitialized in this function
Using: gcc (GCC) 4.5.0 20100610 (prerelease) The following warnings appear: fs/readdir.c: In function 'filldir64': fs/readdir.c:240:15: warning: 'dirent' is used uninitialized in this function fs/readdir.c: In function 'filldir': fs/readdir.c:155:15: warning: 'dirent' is used uninitialized in this func... 10 Jul 2010 20:25
[PATCH] drm/savage: fixed brace, macro and spacing coding style issues
Fixed brace, macro and spacing coding style issues. Signed-off-by: Nicolas Kaiser <nikai(a)nikai.net> --- Supersedes patch "drm/savage: fixed brace coding style issues". drivers/gpu/drm/savage/savage_bci.c | 48 +++++++-------- drivers/gpu/drm/savage/savage_drv.h | 109 +++++++++++++++++---------------- ... 10 Jul 2010 19:19
Remove BKL from fs/locks.c
On Sat, Jul 10, 2010 at 11:51:40PM +0200, Arnd Bergmann wrote: From: Matthew Wilcox <willy(a)linux.intel.com> I've taken a patch originally written by Matthew Wilcox and ported it to the current version. Unfortunately, the change conflicts with the use of lockd, which still heavily uses the big kernel ... 11 Jul 2010 07:13
Calling system call from User-mode Linux?
I'm trying to add some functionality to User-mode Linux that requires the UML kernel to call a custom syscall I've added to the host kernel. This should be technically possible since UML runs in the userspace, but I can't figure out how to call the syscall, as the syscall() function isn't defined in UML. Are there ... 10 Jul 2010 18:13
NET_NS: unregister_netdevice: waiting for lo to become free (after using openvpn) (was Re: sysfs bug when using tun with network namespaces)
Hi, On Sat, 10 Jul 2010 16:52:08 +0200 Michael Leun <lkml20100708(a)newton.leun.net> wrote: # tunctl -u ml -t tap1 works as expected, but # unshare -n /bin/bash # tunctl -u ml -t tap1 [bug solved in 2.6.35-rcX - I used 2.6.34.1] Now that we have solved that last one I've another glitch (this tim... 10 Jul 2010 18:13
[PATCH 3/3] sound: push BKL into open functions
This moves the lock_kernel() call from soundcore_open to the individual OSS device drivers, where we can deal with it one driver at a time if needed, or just kill off the drivers. All core components in ALSA already provide adequate locking in their open()-functions and do not require the big kernel lock, so t... 10 Jul 2010 18:13
First  |  Prev |  Next  |  Last
Pages: 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656