[PATCH 4/5] perf tools: Fix alignment on some sort keys
The srcline, srcfile and trace sort keys can have long entries. With commit 89fee7094323 ("perf hists: Do column alignment on the format iterator"),
View Article[PATCH 5/5] perf tools: Fix column width setting on 'trace' sort key
It missed to update column length of the 'trace' sort key in the hists__calc_col_len() so it might truncate the output. It calculated the column leng
View Article[PATCH] plusb added support for PL-27A1 , kernel 4.2.0-25
Hello all, I made a patch to add support for Prolific PL-27A1 host-to-host USB 3.0 link cable. It's the same platform as PL-25A1 but with USB3.0 int
View Article[GIT PULL] irqchip: Core changes for v4.6 (second round)
Hey Thomas, Just wanted to get this PR in before the week hits. All changes have been included in -next at least on Thursday. This is an incrementa
View Article[patch] sched,rt: __always_inline preemptible_lazy()
homer: # nm kernel/sched/core.o|grep preemptible_lazy 00000000000000b5 t preemptible_lazy echo wakeup_rt > current_tracer ==> Welcome to infinity. S
View Article[PATCH] Staging: rdma: hfi1: verbs_mcast: fixed a brace coding style issue
Fixed a coding style issue. Signed-off-by: Jannik Becher <Becher.Jannik@gmail.com> --- drivers/staging/rdma/hfi1/verbs_mcast.c | 6 +++--- 1 file ch
View ArticleRe: [PATCH] ARM: dts: n900: Use linux input defines instead hardcoded constants
Hi, On Sun, Feb 21, 2016 at 12:06:48PM +0100, Pali Rohár wrote: > This makes DTS structure more readable. > > Signed-off-by: Pali Rohár <pali.rohar@
View ArticleRe: [PATCH] ipv4: in new netns initialize sysctls in net.ipv4.conf.* with...
On 21.02.2016 12:25, Vasily Averin wrote: > Konstantin, > I've investigated question with sysctls initialization inside namespaces some time ago. > II
View ArticleRe: [PATCH 2/5] perf tools: Fix segfault on dynamic entries
On Sun, Feb 21, 2016 at 11:22:35PM +0900, Namhyung Kim wrote: > The dynamic entry is created for each tracepoint event. When it sets up > the sort ke
View ArticleRe: [PATCH 3/5] perf tools: Update srcline/file if needed
On Sun, Feb 21, 2016 at 11:22:36PM +0900, Namhyung Kim wrote: > Normally the hist entry's srcline and/or srcfile is set during sorting. > However some
View ArticleRe: [PATCH 4/5] perf tools: Fix alignment on some sort keys
On Sun, Feb 21, 2016 at 11:22:37PM +0900, Namhyung Kim wrote: > The srcline, srcfile and trace sort keys can have long entries. With > commit 89fee70
View ArticleRe: [PATCH 5/5] perf tools: Fix column width setting on 'trace'...
On Sun, Feb 21, 2016 at 11:22:38PM +0900, Namhyung Kim wrote: > It missed to update column length of the 'trace' sort key in the > hists__calc_col_len
View Article[GIT PULL] hwmon fixes for v4.5-rc6
Hi Linus, Please pull hwmon fixes for Linux v4.5-rc6 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwm
View Article[PATCH] cpumask: remove incorrect information from comment
Since commit cdfdef75e795f ("cpumask: only allocate nr_cpumask_bits."), this comment above cpumask_size() is no longer relevant. Signed-off-by: Eric
View Article[PATCH] virtio_net: switch to build_skb for mrg_rxbuf
For small packets data copy was observed to take up about 15% CPU time. Switch to build_skb and avoid the copy when using mergeable rx buffers. As a
View Article[PATCH] cpufreq: simplify for_each_suitable_policy() macro
Signed-off-by: Eric Biggers <ebiggers3@gmail.com> --- drivers/cpufreq/cpufreq.c | 44 +++----------------------------------------- 1 file changed, 3
View Article[PATCH] Btrfs: async: fixed a brace coding style issue
Fixed a coding style issue. Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com> --- fs/btrfs/async-thread.c | 4 ++-- 1 file changed, 2 inser
View ArticleRe: [PATCH] Btrfs: async: fixed a brace coding style issue
On 02/21/2016 02:50 PM, Philippe Loctaux wrote: > Fixed a coding style issue. > > Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com> > --- >
View Article[PATCH v5] usb: devio: Add ioctl to disallow detaching kernel USB drivers.
From: Reilly Grant <reillyg@chromium.org> The new USBDEVFS_DROP_PRIVILEGES ioctl allows a process to voluntarily relinquish the ability to issue othe
View Article[PATCH 0/8] tty: n_gsm: Make mux work as a responder station
When using n_gsm you have to explicitly set it to work as a initiator station. This led me to believe that it can also work as a responder. In a use
View Article