Quantcast
Channel: Linux | Kernel
Browsing all 165258 articles
Browse latest View live
↧

[PATCH] drm/exynos: fix error handling in exynos_drm_subdrv_open

gcc-6 warns about a pointless loop in exynos_drm_subdrv_open: drivers/gpu/drm/exynos/exynos_drm_core.c: In function 'exynos_drm_subdrv_open': drivers

View Article


[PATCH v4 00/06] clocksource: sh_cmt: DT binding rework V4

clocksource: sh_cmt: DT binding rework V4 [PATCH v4 01/06] devicetree: bindings: Remove sh7372 CMT binding [PATCH v4 02/06] devicetree: bindings: R-C

View Article


[PATCH v4 01/06] devicetree: bindings: Remove sh7372 CMT binding

From: Magnus Damm <damm+renesas@opensource.se> Remove the sh7372 CMT compat string to reduce maintenance burden. It should be fine to break DT compa

View Article

[PATCH v4 02/06] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings

From: Magnus Damm <damm+renesas@opensource.se> Add documentation for new separate CMT0 and CMT1 DT compatible strings for R-Car Gen2. These compat st

View Article

[PATCH] nouveau: fix nv40_perfctr_next() cleanup regression

gcc-6 warns about code in the nouveau driver that is obviously silly: drivers/gpu/drm/nouveau/nvkm/engine/pm/nv40.c: In function 'nv40_perfctr_next':

View Article


[PATCH v4 03/06] devicetree: bindings: r8a73a4 and R-Car Gen2 CMT bindings

From: Magnus Damm <damm+renesas@opensource.se> Update SoC-specific bindings for r8a73a4 and R-Car Gen2 CMT0 and CMT1. Signed-off-by: Magnus Damm <da

View Article

[PATCH v4 04/06] devicetree: bindings: Deprecate property, update example

From: Magnus Damm <damm+renesas@opensource.se> Deprecate "renesas,channels-mask" and update the r8a7790 CMT example. Signed-off-by: Magnus Damm <dam

View Article

[PATCH v4 05/06] devicetree: bindings: Remove unused 32-bit CMT bindings

From: Magnus Damm <damm+renesas@opensource.se> Remove the 32-bit CMT compat strings to reduce maintenance burden. It should be fine to break DT comp

View Article


[PATCH v4 06/06] devicetree: bindings: Remove deprecated properties

From: Magnus Damm <damm+renesas@opensource.se> The deprecated DT properties are part of the GIT history, no need to keep them around any longer. Sig

View Article


gcc-6.0 warnings for scsi

gcc-6 found a couple of bugs in scsi drivers that are not yet fixed in linux-next. In all three cases, the code is indented in a rather misleading wa

View Article

[PATCH 1/3] aacraid: add missing curly braces

gcc-6 warns about obviously wrong indentation for newly added code in aac_slave_configure(): drivers/scsi/aacraid/linit.c: In function 'aac_slave_con

View Article

[PATCH 2/3] lpfc: fix misleading indentation

gcc-6 complains about the indentation of the lpfc_destroy_vport_work_array() call in lpfc_online(), which clearly doesn't look right: drivers/scsi/lp

View Article

[PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl function: drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_mgmt_fw_ioct

View Article


[GIT PULL] (ibft) stable/for-linus-4.6

Hey Linus, Please git pull the following branch: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft.git stable/for-linus-4.6 which has a sim

View Article

[PATCH] USB: iowarrior: fix oops with malicious USB descriptors

The iowarrior driver expects at least one valid endpoint. If given malicious descriptors that specify 0 for the number of endpoints, it will crash in

View Article


[PATCH v2] x86: don't assume all fb devices are PCI devices

When booting Hyper-V Generation 2 guests KASAN reports the following out-of-bounds access: BUG: KASAN: slab-out-of-bounds in fb_is_primary_device+0x5

View Article

[PATCH v3] ASoC: cs35l32: avoid uninitialized variable access

gcc warns about the possibilty of accessing a property read from devicetree in cs35l32_i2c_probe() when it has not been initialized because CONFIG_OF

View Article


[PATCH] vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()

A recent bug fix rearranged the code in vmxnet3_tq_xmit() in a way that left the error handling for oversized headers unlock a lock that had not been

View Article

[PATCH] kernel/cpu.c: use zalloc_cpumask_var() in alloc_frozen_cpus()

Use zalloc_cpumask_var() instead of alloc_cpumask_var() with flag GFP_ZERO. Signed-off-by: Geliang Tang <geliangtang@163.com> --- kernel/cpu.c | 2 +

View Article

[PATCH v19 00/23] Richacls (Core and Ext4)

Al, could you please merge the current richacl patch queue, up to and including the ext4 support? Changes since the last posting (https://lwn.net/A

View Article
Browsing all 165258 articles
Browse latest View live