VOP have integrated a hardware counter which indicate the exact display
line that vop is scanning. And if we're interested in a specific line,
we can set the line number to vop line_flag register, and then vop would
generate a line_flag interrupt for it.
For example eDP PSR function is interested
The full name of PSR is Panel Self Refresh, panel device could refresh
itself with the hardware framebuffer in panel, this would make lots of
sense to save the power consumption.
This patch have exported two symbols for platform driver to implement
the PSR function in hardware side:
- analogix_dp_
The PSR driver have exported four symbols for specific device driver, and
it's safe to call them in interrupt context:
- rockchip_drm_psr_register()
- rockchip_drm_psr_unregister()
- rockchip_drm_psr_enable()
- rockchip_drm_psr_disable()
- rockchip_drm_psr_flush()
Encoder driver should call the re
The full name of PSR is Panel Self Refresh, panel device could refresh
itself with the hardware framebuffer in panel, this would make a lots
of sense to save the power consumption.
The v5 version have made the psr_set_state() to a delay work, which is
the biggest changes from v4.
The v3 version
Alway enable the PSR function for Rockchip analogix_dp driver. If panel
don't support PSR, then the core analogix_dp would ignore this setting.
Signed-off-by: Yakir Yang
Reviewed-by: Sean Paul
---
Changes in v5:
- Add reviewed flag from Sean.
Changes in v4:
- Return 'void' instead of 'int' in a
--
Season Greetings.
My name is Mrs.Linda Ahmed, I have a proposal for you, kindly reply me
so that i can
give you more details.
Regards,
Mrs.Linda Ahmed
On Tue, Jul 19, 2016 at 12:09:37AM +0530, Sinan Kaya wrote:
> @@ -567,6 +578,98 @@ static int hidma_create_sysfs_entry(struct hidma_dev
> *dev, char *name,
> return device_create_file(dev->ddev.dev, attrs);
> }
>
> +#ifdef CONFIG_GENERIC_MSI_IRQ_DOMAIN
This can be true on machine with
Hi,
[auto build test ERROR on next-20160722]
[cannot apply to char-misc/char-misc-testing v4.7-rc7 v4.7-rc6 v4.7-rc5
v4.7-rc7]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Jarkko-Sakkinen/Use
Hi Itaru,
On Sat, Jul 23, 2016 at 10:04 PM, Itaru Kitayama
wrote:
>
> Hi Hoan,
>
> I didn't mention in my previous post, though I think I'm using fairly recent
> version of Tianocore F/W, and I can confirm there's the PCCT table,
>
> [0.00] ACPI: PCCT 0x0047FA826000 000300 (v01 APM
On Tue, Jul 19, 2016 at 12:09:31AM +0530, Sinan Kaya wrote:
> Configure the DMA bindings for the device tree based firmware.
>
> Signed-off-by: Sinan Kaya
> ---
> drivers/dma/qcom/hidma_mgmt.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/dma/qcom/hidma_mgm
On Tue, Jul 19, 2016 at 10:43:49AM +0200, Arnd Bergmann wrote:
> We get a warning about the missing MODULE_LICENSE tag for this newly
> added driver module:
>
> WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/xilinx/zynqmp_dma.o
> see include/linux/module.h for more information
>
> This
On Fri, Jul 15, 2016 at 09:00:52PM -0400, Sinan Kaya wrote:
> Hi Vinod,
>
> On 7/13/2016 10:57 PM, Sinan Kaya wrote:
> > There is a race condition between data transfer callback and descriptor
> > free code. The callback routine may decide to clear the resources even
> > though the descriptor has
Hi all,
Today's linux-next merge of the xen-tip tree got a conflict in:
drivers/block/xen-blkfront.c
between commit:
a418090aa88b ("block: do not use REQ_FLUSH for tracking flush support")
from the block tree and commit:
ff595325ed55 ("xen-blkfront: prefer xenbus_scanf() over xenbus_gat
Hi all,
Today's linux-next merge of the kvm-arm tree got a conflict in:
virt/kvm/irqchip.c
between commit:
c63cf538eb4b ("KVM: pass struct kvm to kvm_set_routing_entry")
from the kvm tree and commit:
995a0ee9809b ("KVM: arm/arm64: Enable MSI routing")
from the kvm-arm tree.
I fixed it
On 07/23/2016 05:45 PM, Max Filippov wrote:
On Sun, Jul 24, 2016 at 3:24 AM, Guenter Roeck wrote:
Commit 69d99e6c0d621f ("xtensa: Remove unnecessary of_platform_populate
with default match table") dropped various include files from
arch/xtensa/kernel/setup.c. This results in the following build
Hi all,
Today's linux-next merge of the kvm-arm tree got a conflict in:
Documentation/virtual/kvm/api.txt
between commit:
3713131345fb ("KVM: x86: add KVM_CAP_X2APIC_API")
from the kvm tree and commit:
76a10b86785c ("KVM: api: Pass the devid in the msi routing entry")
from the kvm-arm
Hi Itaru,
On Sat, Jul 23, 2016 at 10:04 PM, Itaru Kitayama
wrote:
> Hi Hoan,
>
> I didn't mention in my previous post, though I think I'm using fairly recent
> version of Tianocore F/W, and I can confirm there's the PCCT table,
>
> [0.00] ACPI: PCCT 0x0047FA826000 000300 (v01 APMX
Commmit e9be930fa6b5 ("mm: fix vm-scalability regression in cgroup-aware
workingset code") adds '#include ' to
include/linux/memcontrol.h. This results in the following build error
when building hexagon images.
In file included from ./include/linux/memcontrol.h:32:0,
from ./includ
On Thu, Jul 14, 2016 at 07:00:55PM +0530, Kedareswara rao Appana wrote:
> This patch fixes the below static checker warning
> drivers/dma/xilinx/zynqmp_dma.c:973 zynqmp_dma_chan_probe()
> warn: was && intended here instead of ||?
Applied, thanks
--
~Vinod
On Tue, Jul 12, 2016 at 02:21:14PM +0300, Peter Ujfalusi wrote:
> Initial support for interleaved transfer with sDMA.
> The implementation only supports DMA_MEM_TO_MEM and frame_size must be 1.
> sDMA needs to be configured for double indexing when ICG is needed.
Applied, thanks
--
~Vinod
Benjamin Herrenschmidt writes:
> Hi !
>
> This is somewhat of a recurring issue, some of my previous attempts on
> lkml, I suspect, were just drowned in the noise. Eric, we had a quick
> discussion about this a while back but I don't think we reached a
> conclusion.
>
> A bit of context: On OpenP
Hi all,
After merging the tip tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
In file included from include/linux/clocksource.h:18:0,
from include/linux/clockchips.h:13,
from drivers/clocksource/jcore-pit.c:14:
include/linux/of.h:1004:
From: Vishal Verma
Normally, an ARS (Address Range Scrub) only happens at
boot/initialization time. There can however arise situations where a
bus-wide rescan is needed - notably, in the case of discovering a latent
media error, we should do a full rescan to figure out what other sectors
are bad,
From: Vishal Verma
When a latent (unknown to 'badblocks') error is encountered, it will
trigger a machine check exception. On a system with machine check
recovery, this will only SIGBUS the process(es) which had the bad page
mapped (as opposed to a kernel panic on platforms without machine
check
A recent effort to add a new nvdimm bus provider attribute highlighted a
race between interrogating nvdimm_bus->nd_desc and nvdimm_bus tear down.
The typical way to handle these races is to take the device_lock() in
the attribute method and validate that the device is still active. In
order for a
With the arrival of x86-machine-check support the nfit driver will add a
(conditionally-compiled) source file. Prepare for this by moving all
nfit source to drivers/acpi/nfit/. This is pure code movement, no
functional changes.
Signed-off-by: Dan Williams
---
drivers/acpi/Kconfig |
Changes since v3 [1]:
1/ Fixed races of scrub_{store|show} versus driver shutdown. We need to
make sure the nvdimm_bus, nvdimm_bus_descriptor, and acpi_nfit_desc data
structures for a given instance remain valid for the duration of an
acpi_nfit_ars_rescan() submission. Patch1 "libnvdimm
Andrey Vagin writes:
> Hello,
>
> I forgot to add --cc-cover for git send-email, so everyone who is in
> Cc got only a cover letter. All messages were sent in mail lists.
>
> Sorry for inconvenience.
Mostly the code looked sensible. But I had a couple of issues.
Resend this in September (when t
Andrey Vagin writes:
> diff --git a/kernel/pid_namespace.c b/kernel/pid_namespace.c
> index 3529a03..a63adfb 100644
> --- a/kernel/pid_namespace.c
> +++ b/kernel/pid_namespace.c
> @@ -388,12 +388,38 @@ static int pidns_install(struct nsproxy *nsproxy,
> struct ns_common *ns)
> return 0;
>
On Sun, Jul 24, 2016 at 06:51:52AM +1000, Benjamin Herrenschmidt wrote:
> Hi !
>
> This is somewhat of a recurring issue, some of my previous attempts on
> lkml, I suspect, were just drowned in the noise. Eric, we had a quick
> discussion about this a while back but I don't think we reached a
> co
Andrey Vagin writes:
> Return -EPERM if an owning user namespace is outside of a process
> current user namespace.
>
> diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c
> index a5bc78c..6382e5e 100644
> --- a/kernel/user_namespace.c
> +++ b/kernel/user_namespace.c
> @@ -994,6 +994,30
Hi all,
Today's linux-next merge of the tip tree got a conflict in:
arch/sh/include/asm/spinlock.h
between commit:
2da83dfce7df ("sh: add J2 atomics using the cas.l instruction")
from the sh tree and commit:
726328d92a42 ("locking/spinlock, arch: Update and fix spin_unlock_wait()
imple
Andrey Vagin writes:
> Every namespace has a pointer to an user namespace where is was created,
> but they're all privately embedded in the individual namespace specific
> structures.
>
> Now we are going to add an user-space interface to get an owning user
> namespace, so it looks reasonable to
Hi Hoan,
I didn't mention in my previous post, though I think I'm using fairly
recent version of Tianocore F/W, and I can confirm there's the PCCT table,
[0.00] ACPI: PCCT 0x0047FA826000 000300 (v01 APMXGENE
0003 0113)
is this still not enough? If that's the cas
"W. Trevor King" writes:
> On Sat, Jul 23, 2016 at 04:56:44PM -0500, Eric W. Biederman wrote:
>> "W. Trevor King" writes:
>> > On Sat, Jul 23, 2016 at 02:38:56PM -0700, James Bottomley wrote:
>> >> On Sat, 2016-07-23 at 14:14 -0700, W. Trevor King wrote:
>> >> > namespaces(7) and clone(2) both h
On Sat, Jul 23, 2016 at 09:01:39PM -0700, Sargun Dhillon wrote:
> In kernel/bpf/syscall.c we restrict programs loading bpf kprobe programs so
> attr.kern_version must be exactly equal to what the user is running at the
> moment. This makes a lot of sense because kprobes can touch lots of
> unstab
Guten Tag
Wir bieten 2 % Darlehen, Business-Darlehen, Risikokapital, Wohnungsbaudarlehen,
Business-Darlehen, Working Capital. Land ist kein Hindernis, so zögern Sie
nicht uns zu kontaktieren, wenn Sie interessiert sind
Mit freundlichen Grüßen,
Evelin Farkas
In kernel/bpf/syscall.c we restrict programs loading bpf kprobe programs so
attr.kern_version must be exactly equal to what the user is running at the
moment. This makes a lot of sense because kprobes can touch lots of
unstable bits of the kernel ABI.
Unfortunately, this makes it really difficu
On Sat, Jul 23, 2016 at 08:22:04PM -0700, Sargun Dhillon wrote:
> This patch series contains two patches that add support for a probe_write
> helper to BPF programs. This allows them to manipulate user memory during
> the course of tracing. The second patch in the series has an example that
> uses
[1.] One line summary of the problem:
network data corruption (bisected to e5a4b0bb803b)
[2.] Full description of the problem/report:
Note: although my bisect ended at a commit from before 3.19, I have the
same symptom in all newer kernels I've tried, up to 4.6.4.
The commit was:
>commit e5a4b0b
From: Chen Gang
For pure bool function's return value, bool is a little better more or
less than int.
Signed-off-by: Chen Gang
---
arch/powerpc/include/asm/mman.h | 8
include/linux/mman.h| 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/powerpc/i
This example shows using a kprobe to act as a dnat mechanism to divert
traffic for arbitrary endpoints. It rewrite the arguments to a syscall
while they're still in userspace, and before the syscall has a chance
to copy the argument into kernel space.
Although this is an example, it also acts as a
This allows user memory to be written to during the course of a kprobe.
It shouldn't be used to implement any kind of security mechanism
because of TOC-TOU attacks, but rather to debug, divert, and
manipulate execution of semi-cooperative processes.
Although it uses probe_kernel_write, we limit th
This patch series contains two patches that add support for a probe_write
helper to BPF programs. This allows them to manipulate user memory during
the course of tracing. The second patch in the series has an example that
uses it, in one the intended ways to divert execution.
Thanks to Alexei Star
Hi,
It's probably a bug fix that unveils the link errors.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: 68093c43f352e4ad36cf1324bbdbd7c723a24dbc
commit: c60f169202c7643991a8b4bfeea60e06843d5b5a
arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.h
date:
- On Jul 23, 2016, at 5:26 PM, Dave Watson davejwat...@fb.com wrote:
> Hi Mathieu,
> > Implements two basic tests of RSEQ functionality, and one more
> > exhaustive parameterizable test.
> Thanks for beefing up the tests. I ran this set through our jemalloc
> tests using rseq, and everything
Hi Itaru,
> On Jul 23, 2016, at 16:51, Itaru Kitayama wrote:
>
> Hi Hoan,
>
> I've been testing your patch set on a Rev B0 system with ACPI, in dmesg
> I see:
>
> [1.546444] xgene-slimpro-i2c APMC0D40:00: i2c mailbox channel request
> failed
> [1.570062] xgene-slimpro-hwmon APMC0D29:
Hi,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: 107df03203bb66de56e2caec3bde6d22b55480c5
commit: ab9d1e4f7b0217948a3b35a64178602ab30ff45d Merge branch
'xfs-misc-fixes-4.6-3' into for-next
date: 5 months ago
co
Hi,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: 107df03203bb66de56e2caec3bde6d22b55480c5
commit: ea8daa7b97842aab8507b5b5b1e3226cf2d514a6 kbuild: Add option to turn
incompatible pointer check into error
date:
Hi,
[auto build test ERROR on vfio/next]
[also build test ERROR on v4.7-rc7 next-20160722]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Eric-Auger/KVM-PCIe-MSI-passthrough-on-ARM-ARM64-kernel-
Hi,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: 107df03203bb66de56e2caec3bde6d22b55480c5
commit: ca668f0edfae65438c3f0a3ad5d3e59e3515915f mfd: syscon: Set regmap
max_register in of_syscon_register
date: 4 mont
On Sat, Jul 23, 2016 at 05:39:42PM -0700, Sargun Dhillon wrote:
> The example has been modified to act like a test in the follow up set. It
> tests
> for the positive case (Did the helper work or not) as opposed to the negative
> case (is the helper able to violate the safety constraints we set
On Sat, Jul 23, 2016 at 05:44:11PM -0700, Sargun Dhillon wrote:
> This example shows using a kprobe to act as a dnat mechanism to divert
> traffic for arbitrary endpoints. It rewrite the arguments to a syscall
> while they're still in userspace, and before the syscall has a chance
> to copy the arg
On Sat, Jul 23, 2016 at 05:43:48PM -0700, Sargun Dhillon wrote:
> This allows user memory to be written to during the course of a kprobe.
> It shouldn't be used to implement any kind of security mechanism
> because of TOC-TOU attacks, but rather to debug, divert, and
> manipulate execution of semi-
On Sun, Jul 24, 2016 at 12:34 AM, Ilya Dryomov wrote:
>
> The tag is signed with a brand new key - Sage is on vacation and
> I didn't anticipate this. Hopefully that's not a no-no.
Hmm. Not only is the signing key new, you apparently haven't even
pushed out the key to the usual pgp key servers,
Hi Rich,
After merging the sh tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
WARNING: modpost: missing MODULE_LICENSE() in drivers/spi/spi-jcore.o
Introduced by commit
8c7f438f0661 ("spi: add driver for J-Core SPI controller")
--
Cheers,
Stephen Rothwell
On Sun, Jul 24, 2016 at 3:02 AM, Radim Krčmář wrote:
> Linus,
>
> it is possible that you read this pull request before the reverty one
> from last Saturday
Actually, I read the other one earlier, and just decided that there is
no way I can pull anything like that at this stage in the rc series.
On Sun, Jul 24, 2016 at 3:24 AM, Guenter Roeck wrote:
> Commit 69d99e6c0d621f ("xtensa: Remove unnecessary of_platform_populate
> with default match table") dropped various include files from
> arch/xtensa/kernel/setup.c. This results in the following build error.
>
> arch/xtensa/kernel/setup.c: I
This example shows using a kprobe to act as a dnat mechanism to divert
traffic for arbitrary endpoints. It rewrite the arguments to a syscall
while they're still in userspace, and before the syscall has a chance
to copy the argument into kernel space.
Although this is an example, it also acts as a
This allows user memory to be written to during the course of a kprobe.
It shouldn't be used to implement any kind of security mechanism
because of TOC-TOU attacks, but rather to debug, divert, and
manipulate execution of semi-cooperative processes.
Although it uses probe_kernel_write, we limit th
This patch series contains two patches that add support for a probe_write
helper to BPF programs. This allows them to manipulate user memory during
the course of tracing. The second patch in the series has an example that
uses it, in one the intended ways to divert execution.
Thanks to Alexei Star
On Sat, Jul 23, 2016 at 12:35:12PM -0700, Alexei Starovoitov wrote:
> On Fri, Jul 22, 2016 at 05:05:27PM -0700, Sargun Dhillon wrote:
> > It was tested with the tracex7 program on x86-64.
>
> it's my fault to start tracexN tradition that turned out to be
> cumbersome, let's not continue it. Instea
Hi,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: 107df03203bb66de56e2caec3bde6d22b55480c5
commit: 0a793ad34f137f146119ec4a4a90694ccab77ea3 drm/i915: Force clean
compilation with -Werror
date: 3 months ago
confi
Hi Rich,
On Fri, 22 Jul 2016 14:30:06 -0400 Rich Felker wrote:
>
> Can you please add the linux-sh tree's for-next branch to be pulled
> for linux-next?
>
> git://git.libc.org/linux-sh for-next
>
> Let me know if anything's wrong with how it's set up. I'm new to
> linux-next (and still fa
Commit 69d99e6c0d621f ("xtensa: Remove unnecessary of_platform_populate
with default match table") dropped various include files from
arch/xtensa/kernel/setup.c. This results in the following build error.
arch/xtensa/kernel/setup.c: In function ‘xtensa_dt_io_area’:
arch/xtensa/kernel/setup.c:213:2
On Fri, Jul 22, 2016 at 01:48:52PM -0400, J. Bruce Fields wrote:
> From: "J. Bruce Fields"
>
> I'm not sure why this was added. It doesn't seem necessary, and no
> other caller does this.
lookup_one_len() will explode if you call it for non-directory (==
!d_can_lookup(), i.e. something without
Hi,
your commit 'kbuild: simpler generation of assembly constants' in next
causes build errors when trying to build frv images.
arch/frv/kernel/switch_to.S: Assembler messages:
arch/frv/kernel/switch_to.S:155: Error: unresolved expression that must be
resolved
arch/frv/kernel/switch_to.S:160: Er
Commit ddd0ce87bfde ("mips: Remove unnecessary of_platform_populate with
default match table") dropped the include of linux/clk-provider.h from
arch/mips/ath79/setup.c. This results in the following build error.
arch/mips/ath79/setup.c: In function 'ath79_of_plat_time_init':
arch/mips/ath79/setup.
Hi Hoan,
I've been testing your patch set on a Rev B0 system with ACPI, in dmesg
I see:
[1.546444] xgene-slimpro-i2c APMC0D40:00: i2c mailbox channel
request failed
[1.570062] xgene-slimpro-hwmon APMC0D29:00: no pcc-channel property
what other packages or subsystems do we need to make
On Thu, Jul 21, 2016 at 08:41:44AM -0400, Johannes Weiner wrote:
> On Mon, Jun 27, 2016 at 07:39:54PM +0300, Vladimir Davydov wrote:
> > When selecting an oom victim, we use the same heuristic for both memory
> > cgroup and global oom. The only difference is the scope of tasks to
> > select the vic
On 07/23/2016 12:43 PM, Rik van Riel wrote:
> Janani,
> it may make sense to have the code Tony posted be part of
> your patch series. Just have both of your Signed-off-by:
> lines on that patch.
Rik
Unfortunately the previous patch doesn't work on my system, which was the point
I was trying t
Hi,
[auto build test ERROR on net/master]
[also build test ERROR on v4.7-rc7]
[cannot apply to next-20160722]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Andrey-Vagin/namespaces-move-user_ns-
Hi,
[auto build test WARNING on iommu/next]
[also build test WARNING on v4.7-rc7 next-20160722]
[cannot apply to tip/x86/core]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Baoquan-He/Enable-le
Hi,
[auto build test ERROR on iommu/next]
[also build test ERROR on v4.7-rc7 next-20160722]
[cannot apply to tip/x86/core]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Baoquan-He/Enable-legacy
Hi,
[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.7-rc7 next-20160722]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Zhiyong-Tao/AUXADC-Mediatek-auxadc-driver/20160724-0
On Sat, Jul 23, 2016 at 04:56:44PM -0500, Eric W. Biederman wrote:
> "W. Trevor King" writes:
> > On Sat, Jul 23, 2016 at 02:38:56PM -0700, James Bottomley wrote:
> >> On Sat, 2016-07-23 at 14:14 -0700, W. Trevor King wrote:
> >> > namespaces(7) and clone(2) both have:
> >> >
> >> > When a netw
"W. Trevor King" writes:
2> On Sat, Jul 23, 2016 at 02:38:56PM -0700, James Bottomley wrote:
>> On Sat, 2016-07-23 at 14:14 -0700, W. Trevor King wrote:
>> > namespaces(7) and clone(2) both have:
>> >
>> > When a network namespace is freed (i.e., when the last process
>> > in the namespace t
kernel test robot writes:
> FYI, we noticed the following commit:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git
> for-testing
> commit 54cc07a761deb38318aca64ddf07fc45157c85e0 ("fs: Call d_automount with
> the filesystems creds")
>
> in testcase: boot
>
> on te
On Sat, Jul 23, 2016 at 02:38:56PM -0700, James Bottomley wrote:
> On Sat, 2016-07-23 at 14:14 -0700, W. Trevor King wrote:
> > namespaces(7) and clone(2) both have:
> >
> > When a network namespace is freed (i.e., when the last process
> > in the namespace terminates), its physical network de
On Fri, 22 Jul 2016 00:41:39 +0200 (CEST)
Peter Meerwald-Stadler wrote:
>
> > This patch add support for Domintech DMARD06 accelerometer.
>
> comments below
>
> > Domintech DMARD06 is a low-g tri-axial digital accelerometer for
> > cost-sensitive consumer application.
> >
> > Signed-off-by:
On Sat, 2016-07-23 at 14:14 -0700, W. Trevor King wrote:
> On Thu, Jul 14, 2016 at 11:20:14AM -0700, Andrey Vagin wrote:
> > Pid and user namepaces are hierarchical. There is no way to
> > discover parent-child relationships too.
>
> It bothers me that network namespaces are not hierarchical too
Hi,
[auto build test WARNING on stable/master]
[also build test WARNING on v4.7-rc7 next-20160722]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Michael-S-Tsirkin/virtio-new-feature-to-detect-I
On Thu, Jul 14, 2016 at 11:20:14AM -0700, Andrey Vagin wrote:
> Pid and user namepaces are hierarchical. There is no way to discover
> parent-child relationships too.
It bothers me that network namespaces are not hierarchical too ;).
namespaces(7) and clone(2) both have:
When a network namespac
On Sat, 23 Jul 2016, Markus Böhme wrote:
> Nadim,
>
> several points stand out in your patch:
>
> On 07/22/2016 12:17 PM, Nadim almas wrote:
> > if immediate return statement is found. It also removes variable
> > bytes_written as
> > it is no longer needed.
> >
> > It is done using script Cocci
Nadim,
several points stand out in your patch:
On 07/22/2016 12:17 PM, Nadim almas wrote:
> if immediate return statement is found. It also removes variable
> bytes_written as
> it is no longer needed.
>
> It is done using script Coccinelle. And coccinelle uses following
> semantic
> patch for t
On Sun, 24 Jul 2016, Amitoj Kaur Chawla wrote:
> This script finds instances of allocate and memcpy which can be
> replaced with a direct call to zalloc equivalent of a function.
>
> Signed-off-by: Amitoj Kaur Chawla
Acked-by: Julia Lawall
> ---
> scripts/coccinelle/api/zalloc.cocci | 556
> +
This script finds instances of allocate and memcpy which can be
replaced with a direct call to zalloc equivalent of a function.
Signed-off-by: Amitoj Kaur Chawla
---
scripts/coccinelle/api/zalloc.cocci | 556
1 file changed, 556 insertions(+)
create mode 100
Mikulas Patocka writes:
> copy = min(bytes, iov->iov_len - skip);
>
> +#ifdef CONFIG_HIGHMEM
> if (!fault_in_pages_writeable(buf, copy)) {
If you use IS_ENABLED in the if here ...
> kunmap(page);
> +
> +#ifdef CONFIG_HIGHMEM
> done:
> +#endif
... you don't need this ifdef.
Hi !
This is somewhat of a recurring issue, some of my previous attempts on
lkml, I suspect, were just drowned in the noise. Eric, we had a quick
discussion about this a while back but I don't think we reached a
conclusion.
A bit of context: On OpenPOWER machines, we have a Linux based
bootloader
tip-bot for Andy Lutomirski writes:
> Valdis Kletnieks bisected a boot failure back to this recent commit:
>
> 360cb4d15567 ("x86/mm/cpa: In populate_pgd(), don't set the PGD entry until
> it's populated")
>
FYI, I faced the same issue and this patch, applied directly on top of
the faulty 360
On Fri, 2016-07-22 at 21:05 -0700, Tony Jones wrote:
> On 07/22/2016 06:27 PM, Tony Jones wrote:
> > On 07/20/2016 07:54 AM, Michal Hocko wrote:
> >
> > > > Michal, just to make sure I understand you correctly, do you
> > > > mean that we
> > > > could infer the names of the shrinkers by looking a
On Fri, Jul 22, 2016 at 05:05:27PM -0700, Sargun Dhillon wrote:
> It was tested with the tracex7 program on x86-64.
it's my fault to start tracexN tradition that turned out to be
cumbersome, let's not continue it. Instead could you rename it
to something meaningful? Like test_probe_write_user ?
Ri
wait_for_completion_timeout returns unsigned long not int so the check for
<= 0 should be == 0 here.
Signed-off-by: Nicholas Mc Guire
---
API non-compliance was located by coccinelle
Compile tested with: pic32mzda_defconfig + CONFIG_SPI=y,
CONFIG_SPI_PIC32=m
Patch is against 4.7.0-rc7 (localve
Commit-ID: 55920d31f1e3fea06702c74271dd56c4fc9b70ca
Gitweb: http://git.kernel.org/tip/55920d31f1e3fea06702c74271dd56c4fc9b70ca
Author: Andy Lutomirski
AuthorDate: Sat, 23 Jul 2016 09:59:28 -0700
Committer: Ingo Molnar
CommitDate: Sat, 23 Jul 2016 21:17:10 +0200
x86/mm/cpa: Add missing
Commit-ID: 530dd8d4b9daf77e3e5d145a26210d91ced954c7
Gitweb: http://git.kernel.org/tip/530dd8d4b9daf77e3e5d145a26210d91ced954c7
Author: Andy Lutomirski
AuthorDate: Fri, 22 Jul 2016 21:58:08 -0700
Committer: Ingo Molnar
CommitDate: Sat, 23 Jul 2016 21:13:25 +0200
x86/mm/cpa: Fix populate
* Linus Torvalds wrote:
> On Sat, Jul 23, 2016 at 4:46 PM, tip-bot for Andy Lutomirski
> wrote:
> >
> > Fixing this directly is difficult or impossible because of the awful
> > state of Linux's page table accessors.
>
> Quite frankly, this part of the message is misleading and wrong.
Fair eno
Hello,
On Sat, 23 Jul 2016, Chunhui He wrote:
> The neigh system is to reduce ARP traffic, that is good. The problem is it
> fails
> to handle some coner cases.
>
> The coner case is (let's forget my case above):
> In NUD_DELAY, the neigh system is waiting for a proof of reachablity. I
wait_for_completion_timeout returns unsigned long not int so the check for
<= 0 should be == 0 here, and the type unsigned long. The function return
is set to -ETIMEDOUT to reflect the actual problem.
Signed-off-by: Nicholas Mc Guire
---
the only call site of pic32_sqi_one_messag() is in
drivers
This patch fixes the checkpatch.pl warning:
WARNING: Block comments use * on subsequent lines
Signed-off-by: Edward Lipinsky
---
drivers/staging/sm750fb/ddk750_dvi.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/sm750fb/ddk750_dvi.c
b/drivers/stagi
On 07/22/2016 09:44 PM, Andrew Morton wrote:
> On Fri, 22 Jul 2016 14:26:19 +0200 Vlastimil Babka wrote:
>
>> On 07/22/2016 08:37 AM, Michal Hocko wrote:
>>> On Thu 21-07-16 16:53:09, Michal Hocko wrote:
From d64815758c212643cc1750774e2751721685059a Mon Sep 17 00:00:00 2001
From: Michal
1 - 100 of 191 matches
Mail list logo