Quantcast
Channel: Serverphorums.com - Linux Kernel
Browsing all 24115 articles
Browse latest View live
↧

[PATCH v4 1/6] fat: add i_disksize to represent uninitialized size (no replies)

From: Namjae Jeon <namjae.jeon@samsung.com> Add i_disksize to represent uninitialized allocated size. And mmu_private represent initialized allocated size. Signed-off-by: Namjae Jeon...

View Article


[PATCH v4 2/6] fat: add fat_fallocate operation (no replies)

From: Namjae Jeon <namjae.jeon@samsung.com> Implement preallocation via the fallocate syscall on VFAT partitions. This patch is based on an earlier patch of the same name which had some issues...

View Article


[PATCH v7] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate (no replies)

From: Namjae Jeon <namjae.jeon@samsung.com> This patch implements fallocate's FALLOC_FL_COLLAPSE_RANGE for Ext4. The semantics of this flag are following: 1) It collapses the range lying between...

View Article

[RFC PATCH] EDAC support for ARM PL310 cache controller (no replies)

Hi, The following patch adds EDAC support for reporting the data and tag ram parity errors for ARM PL310 cache controller. As part of this driver implementtaion, the following options are considered...

View Article

[RFC PATCH] edac: add support for ARM PL310 L2 cache parity (no replies)

Add support for ARM Pl310 L2 cache controller parity error Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> --- .../devicetree/bindings/edac/pl310_edac_l2.txt | 19 ++...

View Article


[PATCH 1/1] scripts/checkpatch.pl: to give more detailed warning message in...

Based on the discussion here: https://lkml.org/lkml/2014/3/2/17 I would like to propose this patch to improve the warning message in checkpatch.pl. Comments/Suggestions on possible improvements are...

View Article

[PATCH] asoc: soc-core: fix coccinelle warnings (no replies)

From: Nenghua Cao <nhcao@marvell.com> sound/soc/soc-core.c:2708:6-13: WARNING: Assignment of bool to 0/1 sound/soc/soc-core.c:2726:3-10: WARNING: Assignment of bool to 0/1 More information about...

View Article

[PATCH] sched/deadline: Normal users can't set/change SCHED_DEADLINE policy...

Deny the use of SCHED_DEADLINE policy to unprivileged users. Even if root users can set the policy for normal users, we don't want the latter to be able to change their parameters (safest behavior)....

View Article


[PATCH 1/5] fanotify: Remove useless bypass_perm check (no replies)

prepare_for_access_response() checks whether group->fanotify_data.bypass_perm is set. However this test can never be true because prepare_for_access_response() is called only from fanotify_read()...

View Article


[PATCH 4/5] fanotify: Reorganize loop in fanotify_read() (no replies)

Swap the error / "read ok" branches in the main loop of fanotify_read(). We will grow the "read ok" part in the next patch and this makes the indentation easier. Also it is more common to have error...

View Article

[PATCH 5/5] fanotify: Move unrelated handling from copy_event_to_user() (no...

Move code moving event structure to access_list from copy_event_to_user() to fanotify_read() where it is more logical (so that we can immediately see in the main loop that we either move the event to...

View Article

[PATCH 0/5 v2] Fanotify cleanups (2 replies)

Hello, when fixing use-after-free bug with fanotify introduced by my previous cleanup patches (the fix is already merged by Linus), I have better understood handling of permission events and found a...

View Article

[PATCH] ARM: dts: exynos5250: turn on the LDO10 on SMDK5250 (no replies)

Commit 275dcd2 "ARM: dts: add max77686 pmic node for smdk5250" added required LDO's for SMDK5250 boards.Currently LDO10 is turned off.As LDO10, enable/disable the LDO22 which is required for...

View Article


[PATCH] MAINTAINERS: Update ARM STi maintainers (no replies)

From: Srinivas Kandagatla <srinivas.kandagatla@st.com> This patch adds Maxime and Patrice to ARM/STi maintainers list. As Stuart Menefy opted to be removed from the list, this patch removes his...

View Article

[PATCH v5 2/6] usb: dwc3: adapt dwc3 core to use Generic PHY Framework (no...

Adapted dwc3 core to use the Generic PHY Framework. So for init, exit, power_on and power_off the following APIs are used phy_init(), phy_exit(), phy_power_on() and phy_power_off(). However using the...

View Article


[PATCH v5 6/6] arm/dts: added dt properties to adapt to the new phy framwork...

Added device tree bindings for dwc3, usb2 and usb3 PHYs. The documentation of these can be found at Documentation/devicetree/bindings/phy/phy-bindings.txt and...

View Article

[PATCH v5 0/6] Make dwc3 use Generic PHY Framework (6 replies)

Added support for optional PHY in dwc3 as not all SoCs having PHYs for DWC3 should be programmed. While this can be considered as a temporary fix, a long term solution would be to add 'nop' PHY for...

View Article


[PATCH v2] pcie: Add Xilinx PCIe Host Bridge IP driver (no replies)

This is the driver for Xilinx AXI PCIe Host Bridge Soft IP Signed-off-by: Srikanth Thokala <sthokal@xilinx.com> --- - Rebased on v3.14.0-rc5 - Removed IP specific DT properties like include-rc,...

View Article

[PATCH 0/5] Add USB nodes for am43xx epos and gp evm (5 replies)

The patch series adds USB dt nodes for am43xx epos and gp evm Boot tested with Benoit's for_3.15 + following patches https://patchwork.kernel.org/patch/3600821/...

View Article

[xfs] f876e446: +1.2% fileio.requests_per_sec (no replies)

Hi Dave, We noticed the below changes on commit f876e44603ad091c840a5fae5b0753bbb421c037 ("xfs: always do log forces via the workqueue"): Basically there are +1.2% increased throughput with +29.5%...

View Article
Browsing all 24115 articles
Browse latest View live