[PATCH] of: add vendor prefix for Honeywell (no replies)
Signed-off-by: Marek Belisko <marek@goldelico.com> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git...
View Article[PATCH] misc: genwqe: Fix potential memory leak when pinning memory (no replies)
Fix a memory leak in the genwqe_pin_mem() error path as called by ioctl GENWQE_PIN_MEM. In case there is an error encountered when mapping memory, the already allocated dma_mapping struct needs to be...
View Article[PATCH RESEND] perf: design.txt: remove mention of set_perf_event_pending (no...
set_perf_event_pending() was removed in e360adbe (irq_work: Add generic hardirq context callbacks) Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- Resending with lkml added to Cc. ---...
View ArticleWaitForMultipleObjects/etc. In Kernel (no replies)
Hi All, This is my first post to anything Linux, so if there is a better mailing list, please let me know. I think that the facility by which a thread can block while waiting for any of several...
View Article[PATCH 1/2] phy,phy-bcm-kona-usb2.c: Add dependency on HAS_IOMEM (no replies)
On archs like S390 or um this driver cannot build nor work. Make it depend on HAS_IOMEM to bypass build failures. drivers/phy/phy-bcm-kona-usb2.c:114: undefined reference to `devm_ioremap_resource'...
View Article[PATCH 2/2] thermal,rcar_thermal: Add dependency on HAS_IOMEM (no replies)
Commit beeb5a1e (thermal: rcar-thermal: Enable driver compilation with COMPILE_TEST) broke build on archs wihout io memory. On archs like S390 or um this driver cannot build nor work. Make it depend...
View ArticleStaging: dgrp: warning: ‘buf’ is used uninitialized (Was: Re: Staging: dgrp:...
On Tue, Jan 21, 2014 at 1:21 AM, Linux Kernel Mailing List <linux-kernel@vger.kernel.org> wrote: > Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c > > The function...
View Article3.13: e1000e triggers BUG in IRQ handling (no replies)
Hi, after some combination of the following: ip link set up dev eth0 ip link set down dev eth0 ip link set addr ... dev eth0 rmmod e1000e modprobe e1000e I got the BUG below. It looks like some path...
View Article[PATCH 1/2] mfd: max14577: max14577_{suspend,resume}() should depend on...
If CONFIG_PM_SLEEP=n: drivers/mfd/max14577.c:177: warning: ‘max14577_suspend’ defined but not used drivers/mfd/max14577.c:200: warning: ‘max14577_resume’ defined but not used Signed-off-by: Geert...
View Article[PATCH] net/apne: Remove unused variable ei_local (no replies)
drivers/net/ethernet/8390/apne.c: In function ‘apne_probe1’: drivers/net/ethernet/8390/apne.c:215: warning: unused variable ‘ei_local’ Introduced by commit c45f812f0280c13f1b7992be5e0de512312a9e8f...
View ArticleUsing an optional regulator in a driver running on a PC (1 reply)
Hi all, I am currently writing a driver which uses an optional regulator to determine a reference voltage. The regulator is truly optional; if it is not there, the chip uses an internal reference...
View Article[PATCH] ath9k: Fix uninitialized variable in ath9k_has_tx_pending() (no replies)
drivers/net/wireless/ath/ath9k/main.c: In function ‘ath9k_has_tx_pending’: drivers/net/wireless/ath/ath9k/main.c:1869: warning: ‘npend’ may be used uninitialized in this function Introduced by commit...
View Article3.14-mw regression: rtl8169 WARNING: DMA-API: exceeded 7 overlapping mappings...
Hi, I have got a regression with a 3.14-mw kernel (last commit is 4ba9920e5e9c0e16b5ed24292d45322907bb9035): It looks like it's related to the rtl8169 ... -- Sander Jan 26 11:36:26 serveerstertje...
View Article[PATCH] for_each macros correctness (2 replies)
I observed that there are for_each macros that do an extra memory access beyond the defined area. Normally this does not cause problems. But, this can cause exceptions. For example: if the area is...
View Article[GIT PULL] UML changes for 3.14-rc1 (no replies)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Linus, The following changes since commit d8ec26d7f8287f5788a494f56e8814210f0e64be: Linux 3.13 (2014-01-19 18:40:07 -0800) are available in the git...
View Article[PATCH] afs: proc cells and rootcell are writeable (4 replies)
From: Pali Rohár <pali.rohar@gmail.com> Both proc files are writeable and used for configuring cells. But there is missing correct mode flag for writeable files. Without this patch both proc...
View ArticleRe: [PATCH] lib: Export interval_tree (no replies)
On Sun, Jan 26, 2014 at 4:24 AM, Chris Wilson <chris@chris-wilson.co.uk> wrote: > lib/interval_tree.c provides a simple interface for an interval-tree > (an augmented red-black tree) but...
View Article[PATCH] lib: Export interval_tree (2 replies)
lib/interval_tree.c provides a simple interface for an interval-tree (an augmented red-black tree) but is only built when testing the generic macros for building interval-trees. For drivers with...
View ArticlePanic with latest git kernel (8 replies)
Today I compiled the latest kernel (3.13.0-08526-gb2e448e), and got the panic you can see in the attached picture. My previous kernel was 3.13.0-03477-gdf32e43 from 22. january, which works as...
View Article[PATCH] regulator: gpio-regulator: warn if unknown regulator type (1 reply)
The of_get_gpio_regulator_config() will error out if there is no "regulator_type" field in the fdt node hoewver it makes no attempt at warning if the contents of said node is not known. Signed-off-by:...
View Article