Quantcast
Browsing all 24115 articles
Browse latest View live

KGTP (Linux debugger and tracer) 20130706 release (bugs fix and doc update)...

Hi guys, KGTP (http://code.google.com/p/kgtp/) is a flexible, lightweight and realtime Linux debugger and tracer. To use it, you don't need patch or rebuild the Linux kernel. Just build KGTP module...

View Article


[PATCH 3/3] irq: add lock annotation to squelch a sparse warning (no replies)

__irq_put_desc_unlock() releases &desc->lock, but being a static analyzer, sparse emits a warning: context imbalance in '__irq_put_desc_unlock' - unexpected unlock Help it by annotating the...

View Article


[PATCH 0/3] Trivial sparse acquire/release annotations (2 replies)

Hi, So, I was looking at sparse this lazy Saturday afternoon. Thought I might as well clean up a few obvious warnings while I'm there. Thanks. Ramkumar Ramachandra (3): nfs: add lock annotations to...

View Article

[Regression in 3.10] Garbage displayed after resume on Acer Aspire S5 (4...

Hi, I've just started to play with a new Acer Aspire S5 test box and noticed that garbage is displayed after resume from suspend to RAM with the 3.10 kernel (under KDE 4.10.3 on openSUSE 12.3). The...

View Article

[PATCH RFT] irqchip: sun4i: Remove wrong irq_ack callback implementation (no...

According to the datasheet[1], the Interrupt IRQ Pending Registers are read-only. The implementation of sun4i_irq_ack() looks wrong because it writes to these read-only registers. This patch removes...

View Article


[PATCH 0/8 v5] KVM: PPC: IOMMU in-kernel handling (8 replies)

The changes are: 1. rebased on v3.10 2. added arch_spin_locks to protect TCE table in real mode 3. reworked VFIO external API 4. added missing bits for real mode handling of TCE requests on p7ioc MOre...

View Article

[PATCH] kernel:time fix race condition in alaramtimer.c (no replies)

This patch fixes a race condition whereby the process can be caused to sleep indefinitely. The problem occurs when the process is preempted after having set its state to TASK_INTERRUPTIBLE but before...

View Article

[PATCHv2] Update mchehab's email where it is used (no replies)

My old email doesn't work anymore. Move to the new one Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> --- Documentation/ABI/testing/sysfs-devices-edac | 14 +++++-----...

View Article


[RFC PATCH 0/5] Introduce and use device_create_groups (1 reply)

This patch series introduces the new driver core API function device_create_groups(). device_create_groups() lets callers create devices as well as associated sysfs attributes with a single call. This...

View Article


[RFC PATCH 1/5] driver core: Introduce device_create_groups (2 replies)

device_create_groups lets callers create devices as well as associated sysfs attributes with a single call. This avoids race conditions seen if sysfs attributes on new devices are created later....

View Article

[RFC PATCH 2/5] hwmon: Introduce hwmon_device_register_groups (no replies)

hwmon_device_register_groups() lets callers register a hwmon device together with all sysfs attributes in a single call. Signed-off-by: Guenter Roeck <linux@roeck-us.net> ---...

View Article

[RFC PATCH 3/5] hwmon: (ds1621) Convert to use hwmon_device_register_groups...

Signed-off-by: Guenter Roeck <linux@roeck-us.net> --- drivers/hwmon/ds1621.c | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/drivers/hwmon/ds1621.c...

View Article

[RFC PATCH 5/5] hwmon: (ltc4245) Convert to use hwmon_device_register_groups...

Signed-off-by: Guenter Roeck <linux@roeck-us.net> --- drivers/hwmon/ltc4245.c | 58 +++++++++++------------------------------------ 1 file changed, 13 insertions(+), 45 deletions(-) diff --git...

View Article


[RFC PATCH 4/5] hwmon: (gpio-fan) Convert to use hwmon_device_register_groups...

Signed-off-by: Guenter Roeck <linux@roeck-us.net> --- drivers/hwmon/gpio-fan.c | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/drivers/hwmon/gpio-fan.c...

View Article

inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage with hcd_urb_list_lock (2...

I didn't even know I still had lockdep on. The following lockdep splat happened when I plugged in a usb bluetooth dongle, using the pre-rc1 3.11 kernel at HEAD b2c311075db...

View Article


Second ethernet on kirkwood does not work when probed through DT (2 replies)

Hello Sebastian, using your DT patches[1] (on top of 3.10) I can't get the second ethernet to work on my kirkwood board. in my dts file I use: &mdio { status = "okay"; }; &eth0 { status =...

View Article

[GIT pull] timer changes for 3.11 (no replies)

Linus, please pull the timers-core-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-core-for-linus The timer changes contain: * posix timer code consolidation...

View Article


Re: dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitly (1 reply)

On Tue, Jul 02, 2013 at 07:27:49PM +0000, Linux Kernel wrote: > Gitweb: http://git.kernel.org/linus/;a=commit;h=d05c39ea67f5786a549ac9d672d2951992b658c6 > Commit:...

View Article

[PATCH-v2 2/3] vhost/scsi: Convert to per-cpu ida_alloc + ida_free command...

From: Nicholas Bellinger <nab@linux-iscsi.org> This patch changes vhost/scsi to use transport_init_session_tags() pre-allocation logic for per-cpu session tag pooling with internal ida_alloc() +...

View Article

[PATCH-v2 0/3] target/vhost-scsi: Add per-cpu ida tag pre-allocation for...

From: Nicholas Bellinger <nab@linux-iscsi.org> Hi folks, This is an updated series for adding tag pre-allocation support of target fabric descriptor memory, utilizing Kent's latest in-flight...

View Article
Browsing all 24115 articles
Browse latest View live