[PATCH] arm64: vdso: Mark vDSO code as read-only
Although the arm64 vDSO is cleanly separated by code/data with the code being read-only in userspace mappings, the code page is still writable from th
View ArticleRe: compat_hdio_ioctl() question
On Tuesday 09 February 2016 17:38:56 Soohoon Lee wrote: > > Hi, > I found that you are the author of this code. I don't think I am, but that's fine.
View Articlecommit 271e1b86e691 is breaking DMA uart on SoCFPGA
Hi Vinod, It appears that commit 271e1b86e691 "dmaengine: pl330: add quirk for broken no flushp" is breaking uart dma on SoCFPGA. This commit is in l
View Article[char-misc-next] mei: fix double freeing of a cb during link reset
From: Alexander Usyskin <alexander.usyskin@intel.com> Fix double freeing of the cb that can happen if link reset kicks in the middle of blocked writ
View Article[PATCH 0/3] x86: Test and fix a minor compat entry regression
I broke certain cases of compat syscall restart under ptrace. Here's a test and a fix. Andy Lutomirski (3): selftests/x86: Fix some error messages
View Article[PATCH 1/3] selftests/x86: Fix some error messages in ptrace_syscall
I had some obvious typos. Signed-off-by: Andy Lutomirski <luto@kernel.org> --- tools/testing/selftests/x86/ptrace_syscall.c | 6 +++--- 1 file chang
View Article[PATCH 2/3] selftests/x86: Add a test for syscall restart under ptrace
This catches a regression from the compat syscall rework. The 32-bit variant of this test currently fails. The issue is that, for a 32-bit tracer an
View ArticleIncorrect processing of "1" raw_event() return value inside...
Hello Jiri, Please, refer to the commit b1a1442a23776756b254b69786848a94d92445ba and to the second part of http://thread.gmane.org/gmane.linux.kernel
View Article[PATCH v5 00/10] Input: synaptics-rmi4: Synaptics RMI4 Driver
This is the v5 patch series which fixes the issues identified by kbuild and coccinelle in the previous patch series. These include: - Using ARRAY_SIZ
View Article[PATCH v5 01/10] Input: synaptics-rmi4: Add support for Synaptics RMI4 devices
Synaptics uses the Register Mapped Interface (RMI) protocol as a communications interface for their devices. This driver adds the core functionality n
View Article[PATCH v5 02/10] Input: synaptics-rmi4: Add I2C transport driver
Add the transport driver for devices using RMI4 over I2C. Signed-off-by: Andrew Duggan <aduggan@synaptics.com> Signed-off-by: Christopher Heiny <chei
View Article[PATCH v5 03/10] Input: synaptics-rmi4: Add device tree support for RMI4 I2C...
Add devicetree binding for I2C devices and add bindings for optional parameters in the function drivers. Parameters for function drivers are defined i
View Article[PATCH v5 04/10] Input: synaptics-rmi4: Add support for 2D sensors and F11
RMI4 currently defines two functions for reporting data for 2D sensors (F11 and F12). This patch adds the common functionality which is shared by devi
View Article[PATCH v5 05/10] Input: synaptics-rmi4: Add device tree support for 2d...
2D sensors have several parameter which can be set in the platform data. This patch adds support for getting those values from devicetree. Signed-off
View Article[PATCH v5 06/10] Input: synaptics-rmi4: Add support for F12
Function 12 implements 2D touch position sensor for newer Synaptics touch devices. It replaces F11 and no device will contain both functions. Signed-
View Article[PATCH v5 07/10] Input: synaptics-rmi4: Add support for F30
RMI4 F30 supports input from clickpad buttons and controls LEDs located on the touchpad PCB. This patch adds support of the clickpad buttons and defer
View Article[PATCH v5 08/10] Input: synaptics-rmi4: Add SPI transport driver
Add the transport driver for devices using RMI4 over SPI. Signed-off-by: Andrew Duggan <aduggan@synaptics.com> --- drivers/input/rmi4/Kconfig |
View Article[PATCH v5 09/10] Input: synaptics-rmi4: Add device tree support to the SPI...
Add devicetree binding for SPI devices. Signed-off-by: Andrew Duggan <aduggan@synaptics.com> --- .../devicetree/bindings/input/rmi4/rmi_spi.txt
View Article[PATCH v5 10/10] HID: rmi: Make hid-rmi a transport driver for synaptics-rmi4
The Synaptics RMI4 driver provides support for RMI4 devices. Instead of duplicating the RMI4 processing code, make hid-rmi a transport driver and regi
View Article[PATCH 0/1] Perf: fix overwritten of free running PEBSv3 timestamp
Hi, commit a7b58d211ba18c9175b139e18b68c86a6bcc3c3f introduced feature of timestamp on free running PEBSv3, however, the timestamp is later over
View Article