Re: [PATCH RFC 1/1] Documentation: describe how to add a system call
On 07/28/15 04:41, David Drysdale wrote: > Add a document describing the process of adding a new system call, > including the need for a flags argument for future compatibility, and >...
View ArticleRe: [PATCH] lib: Make _find_next_bit helper function inline
On 28.07.2015 22:09, Cassidy Burden wrote: > I've tested Yury Norov's find_bit reimplementation with the test_find_bit > module (https://lkml.org/lkml/2015/3/8/141) and measured about 35-40%...
View ArticleRe: [PATCH] ubifs: Kill unneeded locking in ubifs_init_security
Am 28.07.2015 um 13:21 schrieb Boris Brezillon: > Hi Richard, > > On Wed, 8 Jul 2015 11:46:36 +0200 > Richard Weinberger <richard@nod.at> wrote: > >> Fixes the following...
View ArticleRe: [PATCH v2] kthread: Export kthread functions
On Tue, 28 Jul 2015 11:59:01 -0400 David Kershner <david.kershner@unisys.com> wrote: > The s-Par visornic driver, currently in staging, processes a queue > being serviced by the an s-Par...
View Article(no subject)
-- I have a business proposal of USD $22,500,000.00 only for you to transact with me from my bank to your country. Reply to address: vincentche3434@gmail.com and I will let you know what is required...
View Article[PHP-DEV] Re: Disabling External Entities in libxml By Default
Anthony Ferrara wrote: > I wanted to float an idea by you for PHP 7 (or 7.1 depending on the > RM's feedback). > > Currently, PHP by default is vulnerable to XXE attacks: >...
View ArticleRe: [PHP-DEV] Disabling External Entities in libxml By Default
Hi! > Currently, PHP by default is vulnerable to XXE attacks: > https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing > > To bypass this, you need to turn off external...
View ArticleRe: [PATCH v7 4/6] block: loop: prepare for supporing direct IO
On Wed, Jul 29, 2015 at 07:21:47AM -0400, Ming Lei wrote: > On Wed, Jul 29, 2015 at 4:41 AM, Dave Chinner <david@fromorbit.com> wrote: > > On Wed, Jul 29, 2015 at 03:33:52AM -0400, Ming...
View ArticleRe: [Xen-devel] [PATCH v4 0/3] x86: modify_ldt improvement, test, and config...
On 29/07/2015 23:05, Andy Lutomirski wrote: > On Wed, Jul 29, 2015 at 2:37 PM, Andrew Cooper > <andrew.cooper3@citrix.com> wrote: >> On 29/07/2015 22:26, Andy Lutomirski wrote:...
View ArticleRe: [PATCH] cpufreq: Add scaling frequency range support
On Wednesday, July 29, 2015 05:59:14 PM Pan Xinhui wrote: > hi, Rafael > thanks for you reply. > > On 2015年07月29日 08:18, Rafael J. Wysocki wrote: > > On Tuesday, July 28, 2015...
View ArticleRe: [regression 4.2-rc3] loop: xfstests xfs/073 deadlocked in low memory...
On Wed, Jul 29, 2015 at 01:54:12PM +0200, Michal Hocko wrote: > On Tue 21-07-15 10:58:59, Michal Hocko wrote: > > [CCing more people from a potentially affected fs - the reference to the >...
View ArticleRe: [PATCH v4 2/2] dt: power: st: Provide bindings for ST's OPPs
On 07/29, Lee Jones wrote: > On Tue, 28 Jul 2015, Stephen Boyd wrote: > > > On 07/28, Viresh Kumar wrote: > > > Cc'ing few people (whom I cc'd last time as well :)). > >...
View Article[PATCH 3/3] PCIE: Remove symbol export for pcie_set_mps()
From: Dave Jiang <dave.jiang@intel.com> The setting of PCIe MPS should be left to the PCI subsystem and not the driver. An ill configured MPS by the driver could cause the device to not function...
View Article[PATCH 2/3] QIB: Removing usage of pcie_set_mps()
From: Dave Jiang <dave.jiang@intel.com> This is in perperation of un-exporting the pcie_set_mps() function symbol. A driver should not be changing the MPS as that is the responsibility of the...
View Article[PATCH 0/3] PCI-e Max Payload Size configuration
This patch series removes arch, driver, and hot-plug specific calls to configure a PCI-e device's MPS setting. The device is instead configured in the generic pci-core layer when the device is...
View ArticleRe: llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for...
On 7/29/15 1:00 PM, pi3orama wrote: > I was wondering if you could give us a hint on adding BPF specific builtins? > > Doesn't like other machines, currently there's no Builtins.def for BPF...
View Article[PATCH] pci: Default MPS tuning, match upstream port
A hot plugged PCI-e device max payload size (MPS) defaults to 0 for 128bytes. The device is not usable if the upstream port is configured to a higher setting. Bus configuration was previously done by...
View ArticleRe: [PATCH] proc: change proc_subdir_lock to a rwlock
Two quick questions. - What motivates this work? Are you seeing lots of parallel reads on proc? - Why not rcu? Additions and removal of proc generic files is very rare. Conversion to rcu for reads...
View ArticleRe: [PATCH v2 24/25] arch: remove ioremap_wt, replace with arch_memremap
On Mon, Jul 27, 2015 at 1:03 AM, Christoph Hellwig <hch@lst.de> wrote: >> +++ b/arch/frv/include/asm/io.h >> @@ -17,8 +17,6 @@ >> >> #ifdef __KERNEL__ >> >>...
View ArticleRe: [PATCH v5 1/2] perf,kvm/ppc: Add kvm_perf.h for powerpc
On Wed, 2015-07-29 at 16:07 +0530, Hemant Kumar wrote: > Hi Scott, > > On 07/17/2015 01:40 AM, Scott Wood wrote: > > On Thu, 2015-07-16 at 21:18 +0530, Hemant Kumar wrote: > >...
View Article