[lkp] [workqueue] 82607adcf9: BUG: workqueue lockup - pool cpus=0 flags=0x4...
FYI, we noticed the below changes on https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master commit 82607adcf9cdf40fb7b5331269780c8
View Article[lkp] [blk] 868f2f0b72: INFO: trying to register non-static key.
FYI, we noticed the below changes on https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-4.6/drivers commit 868f2f0b72068a09750
View Article[lkp] [usb] 368540a661: BUG: sleeping function called from invalid context at...
FYI, we noticed the below changes on https://github.com/0day-ci/linux Robert-Baldyga/usb-gadget-composite-introduce-new-function-API/20160203-205850
View ArticleRe: [PATCH 4/4] xen/pcifront: Fix mysterious crashes when NUMA locality...
On 02/11/2016 04:10 PM, Konrad Rzeszutek Wilk wrote: > > This patch fixes the issue by: > 1) Use kzalloc to initialize to a well known state. > 2)
View Article[PATCH v3 0/7] fix debugfs file removal races
Original v2 thread is here: http://lkml.kernel.org/g/87fux3memd.fsf@gmail.com In the discussion of v2, it turned out that touching each and every
View Article[PATCH v3 1/7] debugfs: prevent access to possibly dead file_operations at...
Nothing prevents a dentry found by path lookup before a return of __debugfs_remove() to actually get opened after that return. Now, after the return o
View Article[PATCH v3 2/7] debugfs: prevent access to removed files' private data
Upon return of debugfs_remove()/debugfs_remove_recursive(), it might still be attempted to access associated private file data through previously open
View Article[PATCH v3 3/7] debugfs: add support for self-protecting attribute file fops
In order to protect them against file removal issues, debugfs_create_file() creates a lifetime managing proxy around each struct file_operations hande
View Article[PATCH] MAINTAINERS: Add co-maintainer for remoteproc subsystems
Add myself as co-maintainer for the remote processor related subsystems, as agreed with Ohad. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.
View Article[PATCH v3 5/7] debugfs: unproxify files created through debugfs_create_bool()
Currently, the struct file_operations fops_bool associated with files created through the debugfs_create_bool() helpers are not file lifetime aware.
View Article[PATCH v3 6/7] debugfs: unproxify files created through debugfs_create_blob()
Currently, the struct file_operations fops_blob associated with files created through the debugfs_create_blob() helpers are not file lifetime aware.
View Article[PATCH v3 7/7] debugfs: unproxify files created through...
The struct file_operations u32_array_fops associated with files created through debugfs_create_u32_array() has been lifetime aware already: everything
View Article[PATCH v3.1 4/7] debugfs: unproxify attribute files created through...
Currently, the struct file_operations associated with the attribute style files created through the debugfs_create_*() helpers are not file lifetime a
View Article[PATCH 0/5] irqchip: Add support for Hisilicon mbigen v1 chip
From: Ma Jun <majun258@huawei.com> This patch set is used to support the mbigen v1 chip. Compared to mbigen v2 chip, the main difference between them
View Article[PATCH 1/5] dt-binding: Change the mbigen binding file to support the mbigen-v1
From: Ma Jun <majun258@huawei.com> Add the "hisilicon,mbigen-v1" string in binding file. Signed-off-by: Ma Jun <majun258@huawei.com> --- .../interru
View Article[PATCH 2/5] dt-binding:Rename the mbigen binding file name
From: Ma Jun <majun258@huawei.com> Because added the mbigen-v1 compatible string, the origin name is not suitable any more. So,I remove the version n
View Article[PATCH 3/5] irqchip: add platform device driver for mbigen device
From: Ma Jun <majun258@huawei.com> Add the platform device driver for mbigen chip v1. This patch just same as mbigen v2. Signed-off-by: Ma Jun <maju
View Article[PATCH 4/5] irqchip:create irq domain for each mbigen device
From: Ma Jun <majun258@huawei.com> For peripheral devices which connect to mbigen,mbigen is a interrupt controller. So, we create irq domain for each
View Article[PATCH 5/5] irqchip:implement the mbigen irq chip operation functions
From: Ma Jun <majun258@huawei.com> Add the interrupt controller chip operation functions of mbigen chip. Signed-off-by: Ma Jun <majun258@huawei.com>
View Article[PATCH] Documentation/ko_KR: update maintainer information
Maintainer informations of Documentation/ko_KR is outdated. This commit update the informations to the latest ones. Signed-off-by: SeongJae Park <sj3
View Article