[PATCH v5 3/3] init: add support to directly boot to a mapped device
This change adds a dm= kernel parameter modelled after the md= parameter from do_mounts_md. It allows for simple device-mapper targets to be configure
View Article[PATCH] btrfs: backref: Fixed checkpatch warning of over 80 characters
checkpatch.pl reported a warning of over 80 characters on line 1833 Fixed by splitting up into multiple lines, no build errors afterwards --- fs/btr
View Articlehello,
My name is Jack Antonik. I'm 45 years old, from the US. I'm in Syria right now fighting IS. I want to get to know you better, if I may be so bold. I c
View Article[PATCH] rtc: Add an option to invalidate dates in 2038
hctosys is setting the system time from the kernel. This means that 32bit system can get their time set to a date after the 31bit time_t overflow. Th
View Articlequad Opteron nmi watchdog soft lockup problems 4.2, 4,3, 4.4.1
I've acquired a used quad-opteron 6274 / Supermicro H8QG6-F server, with 128 Gb memory. However, compiling a kernel seems a sure recipe to receive lo
View ArticleRequesting Thunderbolt 3 support
Hi, Please CC replies to me since I'm not subscribed to the list. I'm wondering if anyone is working on thunderbolt 3 support, and if not I would li
View Article[PATCH v2] ASoC: wm9713: fix regmap free path
In the conversion to regmap, I assumed that the 2 following functions was working symetrically: - snd_soc_codec_init_regmap() - snd_soc_codec_exit_r
View Article[PATCH v3] net: ethernet: davicom: fix devicetree irq resource
The dm9000 driver doesn't work in at least one device-tree configuration, spitting an error message on irq resource : [    1.062495] dm9000 800000
View Article[PATCH] jme: remove the jme driver as it is no longer maintained
This driver also breaks my suspend/resume support, see the link below for details: https://bugzilla.kernel.org/show_bug.cgi?id=112351 If you choose
View Article[PATCH] Fix sun7i pin assignment for IRQ's
IRQ pins are now according this page: http://linux-sunxi.org/A20/PIO Signed-off-by: hp197 <henry@nitronetworks.nl> --- drivers/pinctrl/sunxi/pinctrl
View ArticleLinux 4.5-rc5
Things continue to look normal, and things hav ebeen fairly calm. Yes, the VM THP cleanup seems to still be problematic on s390, but other than that I
View Article[PATCH] rtlwifi: pass struct rtl_stats by reference as it is more efficient
From: Colin Ian King <colin.king@canonical.com> passing rtl_stats by value is inefficient; the structure is over 300 bytes in size and generally just
View Article[PULL REQUEST] i2c for 4.5
Linus, some bugfixes from I2C for you: A fix for a RuntimePM regression with OMAP, a fix to enable TCO for Lewisburg platforms, and a typo fix while
View Article[PATCH] thermal: rcar: check for NULL return of of_match_device
From: Colin Ian King <colin.king@canonical.com> of_match_device can potentially return NULL, so we need to check for this case to avoid a null pointe
View Articleat76c50x-usb: usb_put_dev() if at76_load_internal_fw() succeed
I do not see any reason to call usb_put_dev() if at76_load_internal_fw() succeed. But it is here from the very beginning. Any suggestions? -- Thank y
View Article[PATCH] at76c50x-usb: avoid double usb_put_dev() after downloading internal...
There is no need in usb_put_dev() if at76_load_internal_fw() succeed. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by:
View Article[PATCH] btrfs: backref: Fixed checkpatch warning of over 80
checkpatch.pl reported a warning of over 80 characters on line 1833 Adjusted to put &extref and &offset on a different line Signed-off-by: Simon Qui
View Article[PATCH 1/3] btrfs: backref: String formatting fixes
Checkpatch warns about a multi-line string This fixes that issue and seperates the variables to another line Signed-off-by: Simon Quigley <tsimonq2@
View Article[PATCH 2/3] btrfs: backref: Fixed string formatting error
Checkpatch reported an error that there was a multi-line string. This puts the string on one line and the variables on another. Signed-off-by: Simon
View Article[PATCH 3/3] btrfs: backref: Fixed string error generated by Checkpatch
Checkpatch threw an error that this string was on two lines. I put the string on one line and the variables on the other Signed-off-by: Simon Quigle
View Article