Re: [PATCH 02/15] libnvdimm: infrastructure for btt devices
On Tue, Jun 23, 2015 at 8:19 AM, Dan Williams <dan.j.williams@intel.com> wrote: > On Tue, Jun 23, 2015 at 3:19 AM, Christoph Hellwig <hch@lst.de> wrote: >> On Mon, Jun 22, 2015 at...
View ArticleRe: [PATCH v1 2/2] x86, perf,cqm: handle CPU hotplug
On Thu, 18 Jun 2015, Thomas Gleixner wrote: > On Thu, 18 Jun 2015, Kanaka Juvva wrote: > >> Added lock in event reader function. The cqm_pick_event_reader() function >> accesses...
View ArticleRe: [PATCH v6 4/9] nvmem: Add bindings for simple nvmem framework
> Srinivas Kandagatla <srinivas.kandagatla@linaro.org> hat am 23. Juni 2015 um > 01:08 geschrieben: > > > This patch adds bindings for simple nvmem framework which allows nvmem...
View ArticleRe: Should we automatically generate a module signing key at all?
On Tue 2015-05-19 10:44:47, Linus Torvalds wrote: > On Mon, May 18, 2015 at 5:51 PM, Andy Lutomirski <luto@kernel.org> wrote: > > > > I think we should get rid of the idea of...
View ArticleRe: [PATCH 6/6] mtd: docg3: Don't do ERR_PTR(0)
Richard Weinberger <richard@nod.at> writes: > Am 17.06.2015 um 20:41 schrieb Brian Norris: >> On Mon, Jun 01, 2015 at 11:10:54PM +0200, Richard Weinberger wrote: >>> Don't...
View ArticleRe: [PATCH] random: add random_initialized command line param
On Mon 2015-05-18 18:25:25, Stephan Mueller wrote: > Make the threshold at which the output entropy pools are considered to > be initialized configurable via a kernel command line option. The...
View ArticleRe: [PATCH v6 8/9] nvmem: sunxi: Move the SID driver to the nvmem framework
> Srinivas Kandagatla <srinivas.kandagatla@linaro.org> hat am 23. Juni 2015 um > 01:09 geschrieben: > > > From: Maxime Ripard <maxime.ripard@free-electrons.com> > >...
View ArticleRe: UAPI headers including non-UAPI headers by accident?
On Thursday 18 June 2015 11:57:56 Andy Lutomirski wrote: > On Thu, Jun 18, 2015 at 12:58 AM, Arnd Bergmann <arnd@arndb.de> wrote: > > On Thursday 18 June 2015 09:52:36 Michael Kerrisk...
View Article[PATCH] staging: speakup: replace simple_strtoul() with kstrtoint()
Use the newer and nicer kstrtoint(), because simple_strtoul() is now obsolete. Signed-off-by: Luis de Bethencourt <luis@debethencourt.com> --- drivers/staging/speakup/varhandlers.c | 2 +- 1 file...
View ArticleRe: [PATCH 0/1] mm: move ->mremap() from file_operations to vm_operations_struct
On Tue, Jun 23, 2015 at 11:02 AM, Oleg Nesterov <oleg@redhat.com> wrote: > On 06/22, Andy Lutomirski wrote: >> >> On Mon, Jun 22, 2015 at 5:47 PM, Oleg Nesterov...
View ArticleRe: [PATCH 1/1] mm: move ->mremap() from file_operations to vm_operations_struct
On Tue, Jun 23, 2015 at 11:02 AM, Oleg Nesterov <oleg@redhat.com> wrote: > vma->vm_ops->mremap() looks more natural and clean in move_vma(), > and this way ->mremap() can have...
View ArticleRe: [PATCH 02/27] perf tools: Add comm string into struct thread_map
Em Tue, Jun 23, 2015 at 12:36:03AM +0200, Jiri Olsa escreveu: > Adding support to hold comm name together with pids in > 'struct thread_map'. It will be useful for --per-thread > option to...
View ArticleRe: [PATCH 03/27] perf tools: Add reference counting for cpu_map object
Em Tue, Jun 23, 2015 at 12:36:04AM +0200, Jiri Olsa escreveu: > -void cpu_map__delete(struct cpu_map *map) > +static void cpu_map__delete(struct cpu_map *map) > { > - free(map); > + if...
View ArticleRe: [PATCH 1/1] mm: move ->mremap() from file_operations to vm_operations_struct
On 06/23/2015 09:02 PM, Oleg Nesterov wrote: > vma->vm_ops->mremap() looks more natural and clean in move_vma(), > and this way ->mremap() can have more users. Say, vdso. > >...
View ArticleRe: [PATCH 09/27] perf stat: Introduce perf_counts function
Em Tue, Jun 23, 2015 at 12:36:10AM +0200, Jiri Olsa escreveu: > Introducing perf_counts function, that returns > 'struct perf_counts_values' pointer for given cpu. > -...
View Article[PATCH] crypto-jitterentropy: Delete unnecessary checks before the function...
From: Markus Elfring <elfring@users.sourceforge.net> Date: Tue, 23 Jun 2015 22:30:21 +0200 The kzfree() function tests whether its argument is NULL and then returns immediately. Thus the test...
View ArticleRe: UAPI headers including non-UAPI headers by accident?
On Tue, Jun 23, 2015 at 1:44 PM, Arnd Bergmann <arnd@arndb.de> wrote: > On Thursday 18 June 2015 11:57:56 Andy Lutomirski wrote: >> On Thu, Jun 18, 2015 at 12:58 AM, Arnd Bergmann...
View Article[PATCH] defines modified to match the 80-char rule
Defines have been written in more than one line to match the 80-character rule. This error has been fixed 6 times in this file. The file is fully compliant with respect to the coding rules now....
View ArticleRe: NTLM or HTTP Digest authentication to Parent proxy
On Mon, Jun 22, 2015 at 04:00:51PM -0700, Russel D'Souza wrote: Hi there, > I need to configure a proxy on my machine to use another proxy (installed > on another machine) as the parent proxy....
View ArticleRe: [PHP-DEV] Optimizing php_html_entities()
Hi Xinchen, On Tue, Jun 23, 2015 at 11:33 PM, Xinchen Hui <laruence@php.net> wrote: > But passing an non-string to htmlspecialchars are not common used cases.. > > "optimize" not common...
View Article