First  |  Prev |  Next  |  Last
Pages: 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408
[PATCH] genetlink: use genl_register_family_with_ops()
Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> ---- net/netlink/genetlink.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net/netlink/genetlink.c b/net/netlink/genetlink.c index aa4308a..2a2bcc8 100644 --- a/net/netlink/genetlink.c +++ b/net/netlink/genetlink.c @@ -873,11 +873,7 @@... 26 Jul 2010 06:12
[PATCH] Fix off-by-one bug in mbind() syscall implementation
When the mbind() syscall implementation processes the node mask provided by the user, the last node is accidentally masked out. This is present since the dawn of time (aka Before Git), I guess nobody realized that because libnuma as the most prominent user of mbind() uses large masks (sizeof(long)) and nobody cared... 26 Jul 2010 06:12
Why is next changing constantly?
Hello, I see linux-next row at kernel.org constatnly changing between 24 July and todau 26 July. Why is that? Regards, Piotr Hosowicz -- Grupa marze� w eliminacjach M� : Zimbabwe, Alaska, Grenlandia, Antarktyda i Zair. NP: Patrick O'Hearn - Approaching Summit NB: 2.6.35-rc6-git1 -- To unsubscribe f... 26 Jul 2010 06:12
asm-generic: Use raw_local_irq_save/restore instead local_irq_save/restore
Andrew Morton wrote: On Wed, 26 May 2010 10:42:43 -0400 Steven Rostedt <rostedt(a)goodmis.org> wrote: On Wed, 2010-05-26 at 10:48 +0200, monstr(a)monstr.eu wrote: From: Michal Simek <monstr(a)monstr.eu> start/stop_critical_timing function for preemptirqsoff, preemptoff and irqsoff tracers conta... 28 Jul 2010 02:03
[PATCH] timer_list: remove alignment padding on 64 bit when CONFIG_TIMER_STATS
Re-order structure timer_list to remove 8 bytes of alignment padding on 64 bit builds when CONFIG_TIMER_STATS is selected. timer_list is widely used across the kernel so many structures will benefit and shrink in size. For example, with my config on x86_64 per_cpu_dm_data shrinks from 136 to 128 bytes an... 26 Jul 2010 05:08
[PATCH] USB: gadget: file_storage: serial parameter even if not test mode
Moved the serial parameter handling code out of "#ifdef CONFIG_USB_FILE_STORAGE_TEST". This fixes the bug where serial was not set if CONFIG_USB_FILE_STORAGE_TEST was not defined. It also makes the serial module parameter work without this option. This modifies Yann Cantin's commit "USB: Add a serial number p... 26 Jul 2010 05:08
[PATCH] drm: nouveau: set TASK_(UN)INTERRUPTIBLE before schedule_timeout()
set_current_state() is called only once before the first iteration. After return from schedule_timeout() current state is TASK_RUNNING. If we are going to wait again, set_current_state() must be called. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/gpu/drm/nouveau/nouveau_fence.c | 3 ++- 1... 26 Jul 2010 05:08
[PATCH] usb: imx21-hcd: set task state with schedule_timeout_uninterruptible()
imx21_hc_reset() uses schedule_timeout() without setting state to STATE_(UN)INTERRUPTIBLE. As it is called in cycle without checking of pending signals, use schedule_timeout_uninterruptible(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/usb/host/imx21-hcd.c | 2 +- 1 files changed, 1 inse... 26 Jul 2010 05:08
[PATCH] btrfs: set task state with schedule_timeout_uninterruptible()
worker_loop() uses schedule_timeout() without setting state to STATE_(UN)INTERRUPTIBLE. As it is called in cycle without checking of pending signals, use schedule_timeout_uninterruptible(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- fs/btrfs/async-thread.c | 2 +- 1 files changed, 1 insertions(+... 26 Jul 2010 05:08
[PATCH] mm: Check NULL pointer Dereference in mm/filemap.c
mapping->a_ops->direct_IO() is not checked, if it's a NULL pointer, that will casue an oops. pagecache_write_begin/end is exported to other functions, so they need to check null pointer before use them. Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- mm/filemap.c | 13 +++++++++++++ 1 fi... 26 Jul 2010 05:08
First  |  Prev |  Next  |  Last
Pages: 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408