[PATCH 3/5] rsxx: Adapter name change. (no replies)
From: Philip J Kelleher <pjk1939@linux.vnet.ibm.com> Changed the device name to IBM Flash Adapter 90 (PCIe2 0.9TB). Signed-off-by: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>...
View Article[PATCH 4/5] rsxx: Removing IDA on driver unload. (no replies)
From: Philip J Kelleher <pjk1939@linux.vnet.ibm.com> The rsxx driver was not releasing the IDA entry during driver unload. This would be a big problem on a DLPAR remove where the card is remove...
View Article[PATCH 5/5] rsxx: Correcting return values during failure scenarios. (no...
From: Philip J Kelleher <pjk1939@linux.vnet.ibm.com> The rsxx driver is returning the wrong values during copy_from_user and copy_to_user. It, also, is not setting ENOMEM during a failed...
View Article[PATCH] Fix extern inline in ftrace.h for ARM (5 replies)
From: Behan Webster <behanw@converseincode.com> The LLVMLinux Project is working to be able to build the Linux kernel with clang/LLVM. With the release of LLVM 3.3 clang is now able to compile...
View Article[PATCH] net: rfkill: Do not ignore errors from regulator_enable() (no replies)
Function regulator_enable() may return an error that has to be checked. This patch changes function rfkill_regulator_set_block() so that it checks for the return code. Also,...
View ArticleProduct Request {Unit Price and MOQ} (no replies)
Sir/Madam, We are interested in the following items: http://dux-corporation.trade-e.com/productid=7986570.htm Login your valid email address and password to view requested items on DUX website. Kindly...
View Article[PATCH] [SCSI] mptfusion: fix compilation warning (no replies)
Function seq_mpt_print_ioc_summary is invoked only from functions that depend on CONFIG_PROC_FS. This commit makes this function also depend on this configuration. Also removes function forward...
View Article[PATCH] serial: pch_uart: fix compilation warning (no replies)
Function wait_for_xmitr is invoked only on functions that either depend on CONFIG_CONSOLE_POLL or CONFIG_SERIAL_PCH_UART_CONSOLE. This patch fixes the following warning:...
View Article[GIT PULL] bcache fixes for 3.11 (no replies)
Jens, here's the latest bcache fixes. Some urgent stuff in here: The following changes since commit 79826c35eb99cd3c0873b8396f45fa26c87fb0b0: bcache: Allocation kthread fixes (2013-07-12 00:22:49...
View Article[PATCH] regmap: Add another missing header for !CONFIG_REGMAP stubs (no replies)
The use of WARN_ON() needs the definitions from bug.h, without it you can get: include/linux/regmap.h: In function 'regmap_write': include/linux/regmap.h:525:2: error: implicit declaration of function...
View ArticleHaving gone through your listed product (no replies)
Good Day , Having gone through your listed products, we offer great interest to do a purchase agreement with your company. Please get back to us with the following information Please Quote. 1. Prices...
View Article[PATCH] power:power_supply_syfs : Treat PROP_TYPE as a regular attribute...
These days we often have USB powered devices. This means that often the type is variable. Common examples are smartphones which can be charged through a normal USB port on a PC/laptop, a dedicated...
View Article[PATCH 03/10] crypto: omap-aes: Populate number of SG elements (no replies)
Crypto layer only passes nbytes but number of SG elements is needed for mapping/unmapping SGs at one time using dma_map* API and also needed to pass in for dmaengine prep function. We call function...
View Article[PATCH 00/10] crypto: omap-aes: DMA and PIO mode improvements (14 replies)
This patch series is a rewrite of the DMA portion of omap-aes driver and also adds support for PIO mode. Both these modes, give better performance than before. Earlier, only a single SG was used for...
View Articlemei oopses at startup if it's built-in (3.11-rc5) (1 reply)
It blows up early enough that it's awkward to get the whole oops, but it's in the probe function. If it's a module, I get instead: [ 73.401679] mei_me 0000:00:16.0: Device doesn't have valid ME...
View Article[PATCH 3/4] mm/writeback: make writeback_inodes_wb static (no replies)
It's not used globally and could be static. Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com> --- fs/fs-writeback.c | 2 +- include/linux/writeback.h | 2 -- 2 files changed, 1 insertion(+), 3...
View Article[PATCH 1/4] mm/pgtable: Fix continue to preallocate pmds even if failure...
preallocate_pmds will continue to preallocate pmds even if failure occurrence, and then free all the preallocate pmds if there is failure, this patch fix it by stop preallocate if failure occurrence...
View Article[PATCH v4] Ceph: Punch hole support for kernel client (no replies)
This patch implements fallocate and punch hole support for Ceph kernel client. Signed-off-by: Li Wang <liwang@ubuntukylin.com> Signed-off-by: Yunchuan Wen <yunchuanwen@ubuntukylin.com> ---...
View Article[PATCH tip/perf/core 3/3] tracing/perf: Avoid perf_trace_buf_*() in...
From: Oleg Nesterov <oleg@redhat.com> perf_trace_buf_prepare() + perf_trace_buf_submit(task => NULL) make no sense if hlist_empty(head). Change perf_trace_##call() to check ->perf_events...
View Article[PATCH tip/perf/core 0/3] [GIT PULL][3.12] tracing/perf: Optimization for...
Ingo, These three patches from Oleg are more perf related, but they are based on some of the updates that Oleg did that are in 3.11-rc5. I based this work off of v3.11-rc5 as it seems that...
View Article