Reply Please (no replies)
Guten Tag, Mein Name ist Mr.SUN Zhijun, ich mit der Bank of China zu arbeiten. Ich brauche Ihre Unterstützung in Durchführung einer Transaktion bei $ 18,5 Millionen Dollar geschätzt, möchte ich Ihnen...
View Article[PATCH] ACPI: full battery charge cannot exceed current one (no replies)
Some degraded batteries report maximal capacity to be smaller than current charge of the battery. This can confuse some user space applications (like upower). This patch handles the situation by...
View Article[PATCH -next] x86, kaslr: remove unused including (no replies)
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> ---...
View Article[PATCH 2/3] pinctrl: at91: initialize config parameter to 0 (no replies)
When passing a not initialized config parameter, at91_pinconf_get() would return a bogus value. Fix that by initializing it to zero before using it. Signed-off-by: Alexandre Belloni...
View Article[PATCH 3/3] pinctrl: at91: implement at91_pinconf_dbg_show (no replies)
This allows to get the pin configuration by using debugfs. On my system: # cat /sys/kernel/debug/pinctrl/pinctrl.3/pinconf-pins Signed-off-by: Alexandre Belloni...
View Article[PATCH 1/3] pinctrl: at91: correct a few typos (no replies)
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> --- drivers/pinctrl/pinctrl-at91.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git...
View Article[PATCH] Input: serio - fix sysfs layout (2 replies)
Restore previous layout of sysfs attributes that was broken by commit 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of dev_attrs) which moved all serio device attributes...
View ArticleBuild regressions/improvements in v3.13-rc3 (1 reply)
Below is the list of build error/warning regressions/improvements in v3.13-rc3[1] compared to v3.12[2]. Summarized: - build errors: +9/-159 - build warnings: +110/-182 JFYI, when comparing...
View Articlexhci USB3 on h87 does behave buggy (no replies)
I just changed MB for my Home Server from GA75N to H87-ITX. Attached to this server I run 3 WINTV HVR 930C DVB-C usb receivers. with the Series Seven MB everything works as it should. with the H87 MB...
View Article[PATCH resend 2/2] pwm: jz4740: Use devm_clk_get() (no replies)
Using the managed version of clk_get() makes the code a bit shorter and the error paths less complicated. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> --- drivers/pwm/pwm-jz4740.c | 20...
View Article[PATCH resend 1/2] pwm: jz4740: Pass device to clk_get() (no replies)
In preparation to switching the jz4740 clk driver to the common clk framework make sure to pass the device to clk_get(). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> ---...
View Article[PATCH] ipc/mqueue.c: fixed a brace coding style issue (no replies)
Fixed a coding style issue. Signed-off-by: Roman Kuznetsov <kuznetsov24@gmail.com> --- ipc/mqueue.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ipc/mqueue.c...
View Article[PATCH] net: unix: allow set_peek_off to fail (no replies)
unix_dgram_recvmsg() will hold the readlock of the socket until recv is complete. In the same time, we may try to setsockopt(SO_PEEK_OFF) which will hang until unix_dgram_recvmsg() will complete...
View Article[PATCH] Staging: android: fix parantheses coding style issue in alarm-dev.c...
This patch fixes an unecessary return statement parantheses error found in alarm-dev.c by the checkpatch.pl tool -- alarm-dev.c now has no more errors/warnings! Signed-off-by: Preetam D'Souza...
View ArticleBug in tty cooked mode kernel 3.12.3 (no replies)
This may have appeared in 3.9.11 with the changes to tty. Don't know; I just started running 3.12 from kernel.org. Perhaps nobody saw it before because nobody runs command line programs, we're all on...
View ArticleDID YOU GET MY MAIL? (no replies)
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html...
View Article[PATCH v4 3/10] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate (no...
From: Namjae Jeon <namjae.jeon@samsung.com> Add support FALLOC_FL_COLLAPSE_RANGE for fallocate Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Ashish Sangwan...
View Article[PATCH v4 4/10] xfsprog: xfsio: Add support FALLOC_FL_COLLAPSE_RANGE for...
From: Namjae Jeon <namjae.jeon@samsung.com> Add support FALLOC_FL_COLLAPSE_RANGE for fallocate. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Ashish Sangwan...
View Article[PATCH v4 6/10] xfstest: shared/002: Delayed allocation collapse range (no...
From: Namjae Jeon <namjae.jeon@samsung.com> This testcase(002) tries to test various corner cases with delayed extents for fcollapse range functionality over different type of extents....
View Article[PATCH v4 7/10] xfstest: shared/003: Multi collapse range tests (no replies)
From: Namjae Jeon <namjae.jeon@samsung.com> This testcase(003) tries to test various corner cases with pre-existing holes for fcollapse range functionality over different type of extents....
View Article