[PATCH 5/5] gpio: DT: Rephrase property "gpios" of hog node to...
The property "gpios" of GPIO hog node support the multiple GPIO entries. Rephrase the details of this property for this new support. Signed-off-by: L
View Article[patch] libertas: fix an error code in probe
We accidentally return success instead of a negative error code. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> diff --git a/drivers/net/wi
View Article[patch] block-dev: checking for NULL instead of IS_ERR()
This should be an IS_ERR() check. mount_pseudo() returns error pointers and this function should return the error pointer to its caller as well. Fix
View Article[patch] drm/vc4: Return -EFAULT on copy_from_user() failure
The copy_from_user() function returns the number of bytes not copied but we want to return a negative error code. Fixes: 463873d57014 ('drm/vc4: Add
View Article[PATCH 2/2] locktorture: Fix nil pointer dereferencing for cleanup paths
It has been found that paths that invoke cleanups through lock_torture_cleanup() can incur in nil pointer dereferencing bugs during the statistics pri
View Article[BUG] 4.5-rc7 af unix related
Have got some of these same looking crashes after 4.4 (maybe before also, not sure). Very random, not easy to reproduce. --Mika [ 1999.948171] Una
View Articleserial_core:recognize invalid pointer from userspace
Hi, When running setserial, application issue a TIOCGSERIAL iotcl to get serial setting, then update serial setting with TIOCSSERIAL ioctl. It alway
View Article[PATCH 0/3] Some fixes for slave-dma stuff for spi-rockchip
This patchset mainly do the following three things: (1) Defer probing driver when geting EPROBE_DEFER (2) Check the return value of dmaengine_prep_sla
View Article[PATCH 1/3] spi: rockchip: check return value of dmaengine_prep_slave_sg
We should check return value of dmaengine_prep_slave_sg, otherwise we take risk of null pointer. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
View Article[PATCH 2/3] spi: rockchip: migrate to dmaengine_terminate_async
dmaengine_terminate_all is deprecated, let's use dmaengine_terminate_async for interrupt handling. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com
View Article[PATCH 3/3] spi: rockchip: check requesting dma channel with EPROBE_DEFER
Let's defer probing the driver if the return value of dma_request_slave_channel is ERR_PTR(-EPROBE_DEFER) instead of disabling dma capability directly
View Article(Re: BUSINESS PROPOSAL!!!)
Email Address (anthony.oke3@aol.com) Confidential Business Proposal! I am Mr. Anthony Oke. I have a business proposal which will be
View Article[PATCH 1/1] dm9601: enable EP3 interrupt and enhance eeprom functions
Enable chip's EP3 interrupt to get the link-up notify soon immediately. Add to maintain variant eeprom adapters which may have not right dm9620x's fo
View Article[PATCH] iio: mma8452: add support for FXLS8471Q
This adds support for Freescale's (now NXP's) FXLS8471Q accelerometer. We use MMA8451Q's configuration because for what the driver supports, FXLS8471
View ArticleMigrated CFS task getting an unfair advantage
Hi When a CFS task is enqueued during migration (load balance or change in affinity), its vruntime is normalized before updating the current and cfs_
View Article[PATCH v2 0/1] dma-mapping: to avoid oops when parameter cpu_addr is null
Changelog: v1 -> v2: 1. move the check of (!cpu_addr) into dma_free_attrs. 2. add patch description(oops printed information) Zhen Lei (1): dma-map
View Article[PATCH v2 1/1] dma-mapping: to avoid oops when parameter cpu_addr is null
To keep consistent with kfree, which tolerate ptr is NULL. We do this because sometimes we may use goto statement, so that success and failure case ca
View Article[PULL #2] GIC updates for 4.6
[Fixed subject and a few patch titles, sorry for the noise...] Hi Thomas, Please find below the GIC updates for 4.6. This time around, the first rou
View Articlearm: at91: do not disable/enable clocks in a row
* Alexandre Belloni | 2016-03-08 19:39:10 [+0100]: >Hi, Hi, >Both are things to work on. In the mean time, I'm using the following >patch: >https://
View Article[PATCHv3] perf tools: Pass perf_hpp_list all the way through setup_sort_list
On Mon, Mar 07, 2016 at 11:31:00AM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, Mar 06, 2016 at 08:21:52PM +0100, Jiri Olsa escreveu: > > On Mon,
View Article