Quantcast
Browsing all 24115 articles
Browse latest View live

Error creating sysfs files when reloading cx88 driver (no replies)

Hello, I have a pcHDTV 3000 card [0], on a 3.10-rc6 kernel. Every so often, it stops working [1]. When I try to reload cx88_dvb, module loads, but init errors out because some sysfs file is already...

View Article


[RFC PATCH 1/7] autofs4 - coding style fixes (no replies)

Try and make the coding style completely consistent throughtout the autofs module and inline with kernel coding style recommendations. Signed-off-by: Ian Kent <raven@themaw.net> ---...

View Article


[RFC PATCH 0/7] autofs4 - rename autofs4 to autofs (7 replies)

The autofs4 kernel module provides function for autofs version 3, 4 and 5 and autofs module has long since been removed. Now we're left with a misnamed module. Appart from the name another problem...

View Article

[PATCH 1/2] DMA: Freescale: Add new 8-channel DMA engine device tree nodes (1...

From: Hongbo Zhang <hongbo.zhang@freescale.com> Freescale QorIQ T4 and B4 introduce new 8-channel DMA engines, this patch add the device tree nodes for them. Signed-off-by: Hongbo Zhang...

View Article

linux-next: build failure after merge of the regulator tree (1 reply)

Hi all, After merging the regulator tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/regulator/palmas-regulator.c: In function 'palmas_regulators_probe':...

View Article


linux-next: manual merge of the trivial tree with the fbdev tree (no replies)

Hi Jiri, Today's linux-next merge of the trivial tree got a conflict in drivers/video/omap2/displays/panel-n8x0.c between commit ecc8b3708986 ("OMAPDSS: Add panel dev pointer to dssdev") from the...

View Article

[PATCH v2] usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers...

Xhci controllers with hci_version > 0.96 gives spurious success events on short packet completion. During webcam capture the "ERROR Transfer event TRB DMA ptr not part of current TD" was observed....

View Article

[PATCH] ktime: add missing declaration of ktime_get() in ktime.h (no replies)

We cannot use ktime_get() API even if we include ktime.h, because there is no declaration of this API in ktime.h. So add it. Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> diff --git...

View Article


linux-next: manual merge of the arm-soc tree with the net-next tree (no replies)

Hi all, Today's linux-next merge of the arm-soc tree got a conflict in arch/arm/mach-mxs/mach-mxs.c between commit b7c4114b07bb ("can: flexcan: Use a regulator to control the CAN transceiver") from...

View Article


[PATCH] sched: fix cpu utilization account error (no replies)

We setting clock_skip_update = 1 based on the assumption that the next call to update_rq_clock() will come nearly immediately after being set. However, it is not always true especially on non-preempt...

View Article

[PATCH 3/3] tracing: Protect ftrace_trace_arrays list in trace_events.c (3...

There are multiple places where the ftrace_trace_arrays list is accessed in trace_events.c without the trace_types_lock held. Cc: David Sharp <dhsharp@google.com> Cc: Alexander Z Lam...

View Article

[PATCH] ceph: avoid accessing invalid memory (1 reply)

when mounting ceph with a dev name that starts with a slash, ceph would attempt to access the character before that slash. Since we don't actually own that byte of memory, we would trigger an invalid...

View Article

Fwd: [draft] Tracing multibuffer support concurrency issues (3 replies)

Hi all, I noticed that a695cb58 "tracing: Prevent deleting instances when they are being read" [1] still leaves open the possibility of the trace_array being deleted before the reference counter is...

View Article


[PATCH 2/3] tracing: Make trace_marker use the correct per-instance buffer (1...

The trace_marker file was present for each new instance created, but it added the trace mark to the global trace buffer instead of to the instance's buffer. Cc: David Sharp <dhsharp@google.com>...

View Article

[PATCH 1/3] tracing: Use a ring buffer size of 1 when creating a new trace...

Use deferred ring buffer allocation in new trace buffer instances by copying the behavior of the deferred allocation of global_trace's buffer. Without this, each new trace buffer instance will attempt...

View Article


[PATCH v2 0/4] usb: ohci-ep93xx: do a bit of housecleaning (no replies)

Tidy up this driver a bit. v2: redo patch 4 based on suggestions from Alan Stern H Hartley Sweeten (4): usb: ohci-ep93xx: use devm_ioremap_resource() usb: ohci-ep93xx: use platform_get_irq() usb:...

View Article

[PATCH v2 1/4] usb: ohci-ep93xx: use devm_ioremap_resource() (no replies)

Use devm_ioremap_resource() to make the code a bit cleaner and simpler. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Cc:...

View Article


[PATCH v2 4/4] usb: ohci-ep93xx: tidy up driver (*probe) and (*remove) (no...

Merge the usb_hcd_ep93xx_probe() into ohci_hcd_ep93xx_drv_probe() and the usb_hcd_ep93xx_remove() into ohci_hcd_ep93xx_drv_remove(). As Alan Stern pointed out, there is no reason for them to be...

View Article

[PATCH v2 2/4] usb: ohci-ep93xx: use platform_get_irq() (no replies)

Use platform_get_irq() instead of accessing the platform_device resources directly. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Acked-by: Alan Stern...

View Article

[PATCH v2 3/4] usb: ohci-ep93xx: use devm_clk_get() (no replies)

Use devm_clk_get() to make the code a bit cleaner and simpler. This also fixes a bug where a clk_put() is not done if usb_add_hcd() fails. Signed-off-by: H Hartley Sweeten...

View Article
Browsing all 24115 articles
Browse latest View live