[PATCH 7/8] staging: lustre: osc: put constant on the right of binary operator
Move constants to the right of binary operators. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ constant c; expression...
View Article[PATCH 5/8] staging: lustre: llite: put constant on the right of binary operator
Move constants to the right of binary operators. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ constant c; expression...
View Article[PATCH 1/8] staging: lustre: include: put constant on the right of binary...
Move constants to the right of binary operators. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ constant c; expression...
View ArticleRe: [PATCH] thermal: power_allocator: allocate with kcalloc what you free...
On Sat, Aug 29, 2015 at 5:27 AM, Javi Merino <javi.merino@arm.com> wrote: > > cf736ea6f902 ("thermal: power_allocator: do not use devm* > interfaces") was merged for 4.2-rc8. It leaves...
View ArticleRe: [PATCH] arm64: fix a migrating irq bug when hotplug cpu
On 2015-08-29 16:12, Jiang Liu wrote: > On 2015/8/29 21:00, Yang Yingliang wrote: >> From: Yang Yingliang <yangyingliang@huawei.com> >> >> When cpu is disabled, all irqs...
View ArticleRe: [PATCH] DOC: mention support for RFC 5077 TLS Ticket extension in starter...
Hi all, Le 27/08/2015 16:33, Willy Tarreau a écrit : > Well, the result is pretty good. Here I'm having the search box partially > overlap with the text, probably due to a missing logo, but...
View Article[PATCH] ARM64: Add AT_ARM64_MIDR to the aux vector
It is useful to pass down MIDR register down to userland if all of the online cores are all the same type. This adds AT_ARM64_MIDR aux vector type and passes down the midr system register. This is...
View Article[PATCH v4 4/8] add ufshcd_get_variant ufshcd_set_variant
Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org> --- drivers/scsi/ufs/ufs-qcom.c | 34 +++++++++++++++++----------------- drivers/scsi/ufs/ufshcd.h | 21 +++++++++++++++++++++ 2 files changed,...
View Article[PATCH v4 2/8] scsi: ufs-qcom: fix compilation warning if compiled as a module
This change fixes a compilation warning that happens if SCSI_UFS_QCOM is compiled as a module. Also this patch fixes an error happens when insmod the module: "ufs_qcom: module license 'unspecified'...
View Article[PATCH v4 5/8] scsi: ufs: creates wrapper functions for vops
In order to simplify the code a set of wrapper functions is created to test and call each of the variant operations. Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org> ---...
View Article[PATCH v4 7/8] scsi: ufs-qcom: add debug prints for test bus
Adds support for configuring and reading the test bus and debug registers. This change also adds another vops in order to print the debug registers. Signed-off-by: Yaniv Gardi...
View Article[PATCH v4 6/8] scsi: ufs: make the UFS variant a platform device
This change turns the UFS variant (SCSI_UFS_QCOM) into a UFS a platform device. In order to do so a few additional changes are required: 1. The ufshcd-pltfrm is no longer serves as a platform device....
View Article[PATCH v4 8/8] scsi: ufs-qcom: add QUniPro hardware support and power...
New revisions of UFS host controller supports the new UniPro hardware controller (referred as QUniPro). This patch adds the support to enable this new UniPro controller hardware. This change also adds...
View Article[PATCH v4 3/8] scsi: ufs-qcom: update configuration option of SCSI_UFS_QCOM...
This change is required in order to be able to build the component as a module. Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org> --- drivers/scsi/ufs/Kconfig | 2 +- 1 file changed, 1...
View Article[PATCH v4 1/8] phy: qcom-ufs: fix build error when the component is built as...
Export the following functions in order to avoid build errors when the component PHY_QCOM_UFS is compiled as a module: ERROR: "ufs_qcom_phy_disable_ref_clk" [drivers/scsi/ufs/ufs-qcom.ko] undefined!...
View ArticleRe: [PATCH RFC V4 2/2] net: Optimize snmp stat aggregation by walking all the...
On Sun, 2015-08-30 at 11:29 +0530, Raghavendra K T wrote: > Docker container creation linearly increased from around 1.6 sec to 7.5 sec > (at 1000 containers) and perf data showed 50% ovehead in...
View ArticleRe: [PATCH 09/15] x86, amd: add accessor for number of cores per compute unit
On Sat, Aug 29, 2015 at 11:19:14AM +0200, Ingo Molnar wrote: > So let me withdraw my ack: the much more important question that I > missed first time around, why is this reporting feature living...
View Article[PATCH] PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them
Add OIDs for sha224, sha284 and sha512 hash algos and use them to select the hashing algorithm. Without this, something like the following error might get written to dmesg: [ 31.829322] PKCS7: Unknown...
View ArticleRe: [PATCH 0/2] mpt3sas: Reference counting fixes from in-flight mpt2sas
On Sun, 2015-08-30 at 00:22 -0700, Nicholas A. Bellinger wrote: > On Fri, 2015-08-28 at 13:25 -0700, James Bottomley wrote: > > On Thu, 2015-08-27 at 12:15 -0700, Nicholas A. Bellinger wrote:...
View ArticleRe: [PATCH net-next 6/8] net: thunderx: Rework interrupt handler
On Sun, Aug 30, 2015 at 2:50 PM, Aleksey Makarov <feumilieu@gmail.com> wrote: > On 29.08.2015 04:44, Alexey Klimov wrote: > >>> -static irqreturn_t nicvf_intr_handler(int irq,...
View Article