Quantcast
Channel: Serverphorums.com - Linux Kernel
Browsing all 24115 articles
Browse latest View live
↧

[PATCH] MIPS: no need to select ARCH_SUPPORTS_MSI (no replies)

Commit c24a8a7a9988 ("MIPS: Netlogic: Add MSI support for XLP") added "select ARCH_SUPPORTS_MSI". But the Kconfig symbol ARCH_SUPPORTS_MSI was already removed in v3.12, so that select is a nop. Drop...

View Article


[PATCH] ia64/xen: Remove Xen support for ia64 even more (no replies)

Commit d52eefb47d4e ("ia64/xen: Remove Xen support for ia64") removed the Kconfig symbol XEN_XENCOMM. But it didn't remove the code depending on that symbol. Remove that code now. Signed-off-by: Paul...

View Article


[PATCH] kbuild: Support split debug info (no replies)

This is an alternative approach to lower the overhead of debug info (as we discussed a few days ago) gcc 4.7+ and newer binutils have a new "split debug info" debug info model where the debug info is...

View Article

[PATCH] 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffers (no...

The 9p-virtio transport does zero copy on things larger than 1024 bytes in size. It accomplishes this by returning the physical addresses of pages to the virtio-pci device. At present, the translation...

View Article

[PATCH] Fix broken zero-copy on vmalloc() buffers (4th and hopefully final...

This patch has been submitted for a few times. The first time was my first time doing any sort of Linux patch submission. At the time, I was unaware of ./scripts/get_maintainer.pl and sent the patch...

View Article


[PATCH V5 1/1] Drivers: hv: Implement the file copy service (no replies)

Implement the file copy service for Linux guests on Hyper-V. This permits the host to copy a file (over VMBUS) into the guest. This facility is part of "guest integration services" supported on the...

View Article

[PATCH V2] rtc: rtc-jz4740: Use devm_ioremap_resource() (no replies)

Use devm_ioremap_resource() in order to make the code simpler, and move 'struct resource *mem' from 'struct jz4740_rtc' to jz4740_rtc_probe() because the 'mem' variable is used only in...

View Article

[PATCH] gpu: ion: fix sparse non static symbol warnings (no replies)

From 08b77be03927d450810c07d3a4440dc8c32fe766 Mon Sep 17 00:00:00 2001 From: Daeseok Youn <daeseok.youn@gmail.com> Date: Mon, 10 Feb 2014 09:02:26 +0900 Subject: [PATCH] gpu: ion: fix sparse non...

View Article


[GIT] SELinux fixes (no replies)

Please pull for 3.14 The following changes since commit 9c1db7798141e2658e4b5bb170128dfdc3270ff4: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs...

View Article


[PATCH] Add documentation on writing an musb glue layer (1 reply)

Hello, Following a few patches that add support for the USB device controller of the Ingenic JZ4740 MIPS SoC, I documented the process of writing an MUSB glue layer. The JZ4740 MUSB controller offers...

View Article

[PATCH 0/7] Remove HAVE_PWM config option (7 replies)

The HAVE_PWM symbol is only for legacy platforms that provide the PWM API without using the generic framework, while PWM symbol is used for PWM drivers using the generic PWM framework. I looked at all...

View Article

[Update][PATCH 1/2] clocksource: Remove outdated comments (no replies)

clocksource_register() and __clocksource_register_scale() always return 0, so the comment is just pointless, it's outdated, remove it. Signed-off-by: Yijing Wang <wangyijing@huawei.com> ---...

View Article

[PATCH] staging : android : fix checkpatch issues (1 reply)

From 1348300b03697d0499eddba6035a851d1278abd1 Mon Sep 17 00:00:00 2001 From: Daeseok Youn <daeseok.youn@gmail.com> Date: Mon, 10 Feb 2014 10:45:30 +0900 Subject: [PATCH] staging : android : fix...

View Article


linux-next: manual merge of the drm-intel tree with the tree (no replies)

Hi all, Today's linux-next merge of the drm-intel tree got a conflict in drivers/gpu/drm/i915/intel_dp.c between commit 4e6b788c3f23 ("drm/i915: Disable dp aux irq on g4x") from the drm-intel-fixes...

View Article

[Update][PATCH 2/2] clocksource: Make clocksource register functions void (no...

Currently, clocksource_register() and __clocksource_register_scale() functions always return 0, it's pointless, make functions void. And remove the dead code that check the clocksource_register_hz()...

View Article


WARNING: CPU: 0 PID: 2243 at mm/slub.c:1007 deactivate_slab+0x4e0/0x590() (no...

Ahoy! "Tracking of fully allocated slabs for debugging purposes." Are this warnings expected and therefore not a bug? Thanks. [ 83.530421] WARNING: CPU: 0 PID: 2243 at mm/slub.c:1007...

View Article

[PATCH 15/24] Bluetooth: Fix unsafe RFCOMM device parenting (no replies)

Accessing the results of hci_conn_hash_lookup_ba() is unsafe without holding the hci_dev_lock() during the lookup. For example: CPU 0 | CPU 1 hci_conn_hash_lookup_ba | hci_conn_del rcu_read_lock |...

View Article


[PATCH 11/24] Bluetooth: Simplify RFCOMM session state eval (no replies)

Merge conditional test for BT_LISTEN session state into following switch statement (which is functionally equivalent). Signed-off-by: Peter Hurley <peter@hurleysoftware.com> ---...

View Article

[PATCH 14/24] Bluetooth: Directly close dlc for not yet started RFCOMM...

If the RFCOMM session has not yet been started (ie., session is still in BT_BOUND state) when a dlc is closed, directly close and unlink the dlc rather than sending a DISC frame that is never sent....

View Article

[PATCH 02/24] Revert "Bluetooth: Always wait for a connection on RFCOMM...

This reverts commit 4a2fb3ecc7467c775b154813861f25a0ddc11aa0. This is the second of a 3-patch revert, together with Revert "Bluetooth: Remove rfcomm_carrier_raised()" and Revert "Bluetooth: Move...

View Article
Browsing all 24115 articles
Browse latest View live