Re: [Patch RFC 0/2] tracing: allow disabling compilation of specific trace...
On Thu, 25 Jun 2015 23:41:17 +0300 Tal Shorer <tal.shorer@gmail.com> wrote: > ping? I'm planning on looking at this after I've finished everything for the merge window. This came over the...
View ArticleRE: Segfault with a badly configured password
> This line in the userlist will cause the segfault when you try to view > stats as the user test: > > user test password =testing > > > > The segfault error from messages is:...
View Article[GIT PULL 0/5] ARM: SoC changes for v4.2
Hi Linus, As is usual of late, most of the changes are in DT contents for various platforms, including support for new SoCs and new boards. The rest is spread out a bit, with more descriptions in each...
View Article[GIT PULL 1/5] ARM: SoC: cleanups for v4.2
A relatively small setup of cleanups this time around, and similar to last time the bulk of it is removal of legacy board support: - OMAP: removal of legacy (non-DT) booting for several platforms -...
View Article[GIT PULL 2/5] ARM: SoC: platform support for v4.2
Our SoC branch usually contains expanded support for new SoCs and other core platform code. Some highlights from this round: - sunxi: SMP support for A23 SoC - socpga: big-endian support - pxa:...
View Article[GIT PULL 3/5] ARM: SoC: DT updates for v4.2
As usual, quite a few device-tree updates in ARM land. There was ome minor churn in DTs due to relicensing under a dual-license, and lots of little additions of new peripherals, features etc, but...
View Article[GIT PULL 5/5] ARM: SoC: defconfig updates for v4.2
We keep collecting defconfig updates in a separate branch mostly to encourage people to handle them separately and avoid conflicts between different topics. Most of these are enablement of new SoCs,...
View Article[GIT PULL 4/5] ARM: SoC: driver updates for v4.2
Some of these are for drivers/soc, where we're now putting SoC-specific drivers these days. Some are for other driver subsystems where we have received acks from the appropriate maintainers. Some...
View ArticleRe: [PATCH v2 15/17] libnvdimm: Set numa_node to NVDIMM devices
On Thu, Jun 25, 2015 at 3:11 PM, Toshi Kani <toshi.kani@hp.com> wrote: > On Thu, 2015-06-25 at 15:00 -0700, Dan Williams wrote: > Yes, I see no problem with bound BTTs and their device...
View Article[PATCH] clk: qcom: Use parent rate when set rate to pixel RCG clock
Since the parent rate has been recalculated, pixel RCG clock should rely on it to find the correct M/N values during set_rate, instead of calling __clk_round_rate() to its parent again. Signed-off-by:...
View Article[PATCH] staging: gdm72xx: Split Kconfig descriptions into more lines
I am a high school student trying to become familiar with linux kernel development. This is my first patch. checkpatch.pl throws a warning that config WIMAX_GDM72XX_QOS, config WIMAX_GDM72XX_K_MODE,...
View ArticleRe: [8/8] powerpc/perf: cleanup in perf_event_print_debug()
On Thu, 2015-11-06 at 08:43:37 UTC, Madhavan Srinivasan wrote: > From: Janani <jananive@linux.vnet.ibm.com> > > Code cleanup/fix in perf_event_print_debug(). Performance > Monitoring...
View ArticleRe: [PATCH] modules: elide param_lock if !CONFIG_SYSFS
Hi Rusty, On Fri, 26 Jun 2015 06:48:37 +0930 Rusty Russell <rusty@rustcorp.com.au> wrote: > > Dan Streetman <ddstreet@ieee.org> writes: > > Only include the built-in and...
View ArticleRe: [PATCH v7 5/9] PCI: Add pci_iomap_wc() variants
On Thu, 2015-06-25 at 21:40 +0000, Casey Leedom wrote: > Hhmmm, so what do PowerPC Drivers do when they want to take > advantage of Write Combining? Do their own Endian Swizzling > with the...
View ArticleRe: [PATCH v2 15/17] libnvdimm: Set numa_node to NVDIMM devices
On Thu, 2015-06-25 at 15:34 -0700, Dan Williams wrote: > On Thu, Jun 25, 2015 at 3:11 PM, Toshi Kani <toshi.kani@hp.com> wrote: > > On Thu, 2015-06-25 at 15:00 -0700, Dan Williams...
View ArticleRe: [PATCH 06/36] HMM: add HMM page table v2.
On Thu, 21 May 2015, j.glisse@gmail.com wrote: > From: Jérôme Glisse <jglisse@redhat.com> > > [...] > + > +void hmm_pt_iter_init(struct hmm_pt_iter *iter); > +void...
View ArticleRe: [PATCH v5 1/3] video: fbdev: atyfb: clarify ioremap() base and length used
On Wed, Jun 24, 2015 at 06:34:18PM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" <mcgrof@suse.com> > > This has no functional changes, it just adjusts > the ioremap()...
View ArticleRe: [PATCH 07/36] HMM: add per mirror page table v3.
On Thu, 21 May 2015, j.glisse@gmail.com wrote: > From: Jérôme Glisse <jglisse@redhat.com> > > [...] > > + /* update() - update device mmu following an event. > + * > + *...
View ArticleRe: [PATCH v5 1/3] video: fbdev: atyfb: clarify ioremap() base and length used
On Thu, Jun 25, 2015 at 4:04 PM, Ville Syrjälä <syrjala@sci.fi> wrote: > it doesn't hurt too much > since smem_len gets overwritten later in aty_init(). That's the idea, we set it with a...
View ArticleRe: [GIT PULL] tracing: Have filter check for balanced ops
On Thu, 25 Jun 2015 16:11:46 -0400 Sasha Levin <sasha.levin@oracle.com> wrote: > # echo ">" > events/ext4/ext4_truncate_exit/filter Thanks. Seems that the WARN_ON is frivolous. We...
View Article