[PATCH 4.2.y-ckt 58/64] drm/vmwgfx: respect 'nomodeset'
4.2.8-ckt4 -stable review patch. If anyone has any objections, please let me know. ---8<------------------------------------------------------------
View Article[PATCH 4.2.y-ckt 59/64] Staging: speakup: Fix getting port information
4.2.8-ckt4 -stable review patch. If anyone has any objections, please let me know. ---8<------------------------------------------------------------
View Article[PATCH 4.2.y-ckt 60/64] x86/mm/pat: Avoid truncation when converting...
4.2.8-ckt4 -stable review patch. If anyone has any objections, please let me know. ---8<------------------------------------------------------------
View Article[PATCH 4.2.y-ckt 61/64] serial: 8250_pci: Add Intel Broadwell ports
4.2.8-ckt4 -stable review patch. If anyone has any objections, please let me know. ---8<------------------------------------------------------------
View Article[PATCH 4.2.y-ckt 62/64] perf annotate browser: Fix behaviour of Shift-Tab...
4.2.8-ckt4 -stable review patch. If anyone has any objections, please let me know. ---8<------------------------------------------------------------
View Article[PATCH 4.2.y-ckt 63/64] perf hists: Fix HISTC_MEM_DCACHELINE width setting
4.2.8-ckt4 -stable review patch. If anyone has any objections, please let me know. ---8<------------------------------------------------------------
View Article[PATCH 4.2.y-ckt 64/64] powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8
4.2.8-ckt4 -stable review patch. If anyone has any objections, please let me know. ---8<------------------------------------------------------------
View Article[PATCH V2] i2c: i801: Adding Intel Lewisburg support for iTCO
Starting from Intel Sunrisepoint (Skylake PCH) the iTCO watchdog resources have been moved to reside under the i801 SMBus host controller whereas prev
View Article[PATCH] lib-update-single-char-callers-of-strtobool fix
Drop needless buffer usage. Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Kees Cook <keescook@chromium.org> --- fs/cifs/c
View Article[PATCH] pvrusb2: correctly handling failed thread run
Since kthread_run returns -ENOMEM if failed, it needs to be checked whether it is error, not whether it is null. Signed-off-by: Insu Yun <wuninsu@gma
View Article[PATCH] lib-add-on-off-support-to-kstrtobool fix
Accidentally dropped description update when shuffling strtobool around. Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Kee
View Articlelinux-next: build failure after merge of the sunxi tree
Hi Maxime, After merging the sunxi tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/clk/sunxi/clk-sunxi.c: In funct
View Article[PATCH] qxl: handling failed allocation
Since kmalloc can be failed in memory pressure, check and return error code otherwise NULL deference could be happened Signed-off-by: Insu Yun <wunin
View Article[PATCH] of: Add United Radiant Technology Corporation vendor prefix
Add vendor prefix for United Radiant Technology Corporation, a provider of liquid crystal display technologies. Signed-off-by: Maciej S. Szmigiero <m
View Article[PATCH v2 1/2] STAGING: COMEDI: Remove unnecessary typecast of c90 int constant
This patch removes unnecessary typecast of c90 int constant. Signed-off-by: Pablo G. Gallardo <pggllrd@gmail.com> --- drivers/staging/comedi/comedi.
View Article[PATCH v2 2/2] STAGING: COMEDI: Wrap line over 80 characters
This patch wraps lines over 80 characters. Signed-off-by: Pablo G. Gallardo <pggllrd@gmail.com> --- drivers/staging/comedi/comedi_pcmcia.h | 3 ++-
View Article[PATCH 0/3] module stable fixes.
Luis' async_probe is a recent issue, but the /proc/kallsyms vs module insertion race has been the for a long time, maybe forever. I expect some pain
View Article[PATCH 1/3] modules: fix modparam async_probe request
From: "Luis R. Rodriguez" <mcgrof@suse.com> Commit f2411da746985 ("driver-core: add driver module asynchronous probe support") added async probe supp
View Article[PATCH 2/3] module: wrapper for symbol name.
This trivial wrapper adds clarity and makes the following patch smaller. Cc: stable@kernel.org Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> -
View Article[PATCH 3/3] modules: fix longstanding /proc/kallsyms vs module insertion race.
For CONFIG_KALLSYMS, we keep two symbol tables and two string tables. There's one full copy, marked SHF_ALLOC and laid out at the end of the module's
View Article