If the cma reserve region goes through the device-tree method,
also need ensure the cma reserved region not cross the low/high
mem boundary. This patch did the similar fix as commit:16195dd
("mm: cma: Ensure that reservations never cross the low/high mem boundary")
Signed-off-by: Jason Liu
Cc: Ma
Hi Wolfram,
On 2016/10/21 16:17, Pan Wen wrote:
> add Hisilicon BVT I2C controller driver support.
>
> Signed-off-by: Pan Wen
> Acked-by: Rob Herring
> ---
> change log
> v4:
> Modify the default frequency to 100KHz.
> v3:
> Add a SoC specific compatible string.
> v2:
> 1)Fixed a compile error.
debugfs_create_dir() and debugfs_create_file() returns NULL on error or
a pointer on success. They do not return the error value with ERR_PTR.
So we should not check the return with IS_ERR_OR_NULL, instead we
should just check for NULL.
Signed-off-by: Sudip Mukherjee
---
v2: nuked err
drivers/
Hi all,
Ping on this patch. Is there any outstanding problem with it?
Hopefully can make it to 4.9
Thanks,
David
Hello,
Greg Kroah-Hartman, on Wed 16 Nov 2016 08:24:42 +0100, wrote:
> > static struct kbd_led_trigger kbd_led_triggers[] = {
> > - KBD_LED_TRIGGER(VC_SCROLLOCK, "kbd-scrollock"),
> > + KBD_LED_TRIGGER(VC_SCROLLOCK, "kbd-scrolllock"),
> > KBD_LED_TRIGGER(VC_NUMLOCK, "kbd-numlock"),
> >
Hi,
Here is the 3rd version of the series of patches to
add full glob matching support in ftrace, and update
ftracetest to fix bugs and add test for the glob
matching and hexadecimal types.
Previous version is here:
https://lkml.org/lkml/2016/10/30/16
I've fix some bugs related to ftrace kconfi
Use glob_match() to support flexible glob wildcards (*,?)
and character classes ([) for ftrace.
Since the full glob matching is slower than the current
partial matching routines(*pat, pat*, *pat*), this leaves
those routines and just add MATCH_GLOB for complex glob
expression.
e.g.
[root@loca
Reset ftrace to initial state before running each test.
This fixes some test cases to enable tracing before starting
trace test. This can avoid false-positive failure when
previous testcase fails while disabling tracing.
Signed-off-by: Masami Hiramatsu
Suggested-by: Steven Rostedt
---
Changes
Since the verbose error logs scrolls out previous test results
--quiet option suppress to show such message.
e.g.
# ./ftracetest -q
=== Ftrace unit tests ===
[1] Basic trace file check [PASS]
[2] Basic test for tracers [PASS]
[3] Basic trace clock test [PASS]
[4] Basic event tracin
Since histogram trigger id.syscall depends on CONFIG_FTRACE_SYSCALLS,
a testcase in trigger-modifier test fails if that config is disabled.
Fix this bug by using flexible pattern to check the histogram output.
Signed-off-by: Masami Hiramatsu
---
.../ftrace/test.d/trigger/trigger-hist-mod.tc
Add function filter glob matching test case.
This checks whether the kernel supports glob matching
(front match, end match, middle match, side match,
character class and '?').
Here is the test result.
-
./ftracetest test.d/ftrace/func-filter-glob.tc
=== Ftrace unit tests ===
[1] ftrace
If "snapshot" special file doesn't exist, that kernel does
not support snapshot and snapshot trigger too. In that case
snapshot trigger test results to unsupported instead of fail.
Signed-off-by: Masami Hiramatsu
---
.../ftrace/test.d/trigger/trigger-snapshot.tc |5 +
1 file changed
Hide ftracetest result log directory from git.
Signed-off-by: Masami Hiramatsu
---
tools/testing/selftests/ftrace/.gitignore |1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/ftrace/.gitignore
diff --git a/tools/testing/selftests/ftrace/.gitignore
b/tools/tes
* Linus Torvalds wrote:
> On Tue, Nov 15, 2016 at 12:37 AM, Ingo Molnar wrote:
> > +atomic variables such atomic_t or struct kref:
> > +
> > + %pAratomic_t count
> > + %pAkstruct kref count
>
> Not a huge fan. That "r" makes sense to you ("raw" atomic), but it
> makes no se
Introduce TMPDIR variable which is removed after each test
is done, so that the test script can put their temporary
files in that.
Signed-off-by: Masami Hiramatsu
---
tools/testing/selftests/ftrace/ftracetest |2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/ftrace
On Wed, Nov 16, 2016 at 09:10:04AM +0100, Samuel Thibault wrote:
> Hello,
>
> Greg Kroah-Hartman, on Wed 16 Nov 2016 08:24:42 +0100, wrote:
> > > static struct kbd_led_trigger kbd_led_triggers[] = {
> > > - KBD_LED_TRIGGER(VC_SCROLLOCK, "kbd-scrollock"),
> > > + KBD_LED_TRIGGER(VC_SCROLLOCK, "kbd
Add a testcase for types of kprobe event. This checks
kprobe event can accept and correctly expressed the
arguments typed as s32, u32, x32 and bitfield.
Here is the test result.
-
# ./ftracetest test.d/kprobe/kprobe_args_type.tc
=== Ftrace unit tests ===
[1] Kprobes event arguments wit
Hi,
On 11/15/2016 08:29 AM, Chen-Yu Tsai wrote:
Hi,
On Wed, Nov 2, 2016 at 9:33 AM, Chen-Yu Tsai wrote:
On Mon, Oct 31, 2016 at 2:28 PM, Rob Herring wrote:
On Sat, Oct 29, 2016 at 07:06:10PM +0800, Chen-Yu Tsai wrote:
Some dumb VGA DACs are active components which require external power.
A
On Tue, Nov 15, 2016 at 12:53:35PM -0800, Kees Cook wrote:
> On Tue, Nov 15, 2016 at 12:03 AM, Peter Zijlstra wrote:
> > On Tue, Nov 15, 2016 at 08:33:22AM +0100, Greg KH wrote:
> >> On Mon, Nov 14, 2016 at 06:39:48PM +0100, Peter Zijlstra wrote:
> >
> >> > --- a/drivers/block/drbd/drbd_req.c
> >>
>From: Rob Herring [mailto:r...@kernel.org]
>On Mon, Nov 14, 2016 at 10:56:54AM +0530, Sriram Dash wrote:
>> Adds qoriq usb 3.0 phy driver support for LS1043A platform.
>> Describes the qoriq usb 2.0 phy driver binding, currently used for
>> LS1043A platform.
>>
>> Signed-off-by: Sriram Dash
>> --
* Kees Cook wrote:
> On Tue, Nov 15, 2016 at 11:16 AM, Peter Zijlstra wrote:
> >
> >
> > On 15 November 2016 19:06:28 CET, Kees Cook wrote:
> >
> >>I'll want to modify this in the future; I have a config already doing
> >>"Bug on data structure corruption" that makes the warn/bug choice.
> >>I
Commit-ID: 237e3ad0f195d8fd34f1299e45f04793832a16fc
Gitweb: http://git.kernel.org/tip/237e3ad0f195d8fd34f1299e45f04793832a16fc
Author: Nicolas Pitre
AuthorDate: Fri, 11 Nov 2016 00:10:05 -0500
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:26:33 +0100
Kconfig: Introduce the
Drop the space before/after '<' and '>'; and
separate the entries to be a bit more readable.
Reported-by: Julia Cartwright
Signed-off-by: Michal Simek
---
arch/arm/boot/dts/zynq-7000.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/a
Commit-ID: 74ba181e61c6accf9066d6980f44588de2f854f6
Gitweb: http://git.kernel.org/tip/74ba181e61c6accf9066d6980f44588de2f854f6
Author: Nicolas Pitre
AuthorDate: Fri, 11 Nov 2016 00:10:08 -0500
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:26:34 +0100
timer: Move sys_alarm
Commit-ID: 32ce5ac867bf4ba8350a751216d087f574a38133
Gitweb: http://git.kernel.org/tip/32ce5ac867bf4ba8350a751216d087f574a38133
Author: Nicolas Pitre
AuthorDate: Fri, 11 Nov 2016 00:10:06 -0500
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:26:33 +0100
Kconfig: Regenerate *.
Commit-ID: d1cbfd771ce8297fa11e89f315392de6056a2181
Gitweb: http://git.kernel.org/tip/d1cbfd771ce8297fa11e89f315392de6056a2181
Author: Nicolas Pitre
AuthorDate: Fri, 11 Nov 2016 00:10:07 -0500
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:26:34 +0100
ptp_clock: Allow for i
Commit-ID: 53d3eaa31508222e445b489f3c3ac4c63542a4ef
Gitweb: http://git.kernel.org/tip/53d3eaa31508222e445b489f3c3ac4c63542a4ef
Author: Nicolas Pitre
AuthorDate: Fri, 11 Nov 2016 00:10:09 -0500
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:26:34 +0100
posix_cpu_timers: Move
Commit-ID: baa73d9e478ff32d62f3f9422822b59dd9a95a21
Gitweb: http://git.kernel.org/tip/baa73d9e478ff32d62f3f9422822b59dd9a95a21
Author: Nicolas Pitre
AuthorDate: Fri, 11 Nov 2016 00:10:10 -0500
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:26:35 +0100
posix-timers: Make the
On Wed, Nov 16, 2016 at 8:05 AM, Greg KH wrote:
> On Wed, Nov 16, 2016 at 05:07:37AM +0100, Sergio Paracuellos wrote:
>> This patch fix the following sparse warnings in slicoss driver:
>> warning: incorrect type in assignment (different address spaces)
>>
>> Changes in v2:
>> * Remove IOMEM_GET_FI
On Tue, Nov 15, 2016 at 03:52:46PM +, Salil Mehta wrote:
> > -Original Message-
> > From: Leon Romanovsky [mailto:l...@kernel.org]
> > Sent: Wednesday, November 09, 2016 7:22 AM
> > To: Salil Mehta
> > Cc: dledf...@redhat.com; Huwei (Xavier); oulijun;
> > mehta.salil@gmail.com; linu
Commit-ID: 864c2357ca898c6171fe5284f5ecc795c8ce27a8
Gitweb: http://git.kernel.org/tip/864c2357ca898c6171fe5284f5ecc795c8ce27a8
Author: David Carrillo-Cisneros
AuthorDate: Tue, 1 Nov 2016 11:52:58 -0700
Committer: Ingo Molnar
CommitDate: Tue, 15 Nov 2016 14:18:22 +0100
perf/core: Do not
Commit-ID: 0943637293a05aa3d8fb47bc30c7c0104480829a
Gitweb: http://git.kernel.org/tip/0943637293a05aa3d8fb47bc30c7c0104480829a
Author: Sebastian Andrzej Siewior
AuthorDate: Thu, 10 Nov 2016 18:44:41 +0100
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:34:16 +0100
x86/mcheck
Commit-ID: ec553abb318d75b1eafd275c71125569fa13b33b
Gitweb: http://git.kernel.org/tip/ec553abb318d75b1eafd275c71125569fa13b33b
Author: Sebastian Andrzej Siewior
AuthorDate: Thu, 10 Nov 2016 18:44:42 +0100
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:34:17 +0100
x86/mcheck
Commit-ID: 7f34b935e8bf2f5304fce273a8fa98c63886d686
Gitweb: http://git.kernel.org/tip/7f34b935e8bf2f5304fce273a8fa98c63886d686
Author: Sebastian Andrzej Siewior
AuthorDate: Thu, 10 Nov 2016 18:44:43 +0100
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:34:17 +0100
x86/mcheck
Commit-ID: 4d7b02d58c4000597d08930193d7aed81fba6b7c
Gitweb: http://git.kernel.org/tip/4d7b02d58c4000597d08930193d7aed81fba6b7c
Author: Sebastian Andrzej Siewior
AuthorDate: Thu, 10 Nov 2016 18:44:44 +0100
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:34:17 +0100
x86/mcheck
Commit-ID: 39f152ffbfedb42b57b6e0c896eeae51dbe83b7a
Gitweb: http://git.kernel.org/tip/39f152ffbfedb42b57b6e0c896eeae51dbe83b7a
Author: Sebastian Andrzej Siewior
AuthorDate: Thu, 10 Nov 2016 18:44:45 +0100
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:34:18 +0100
x86/mcheck
Commit-ID: 8c0eeac819c85e4c1143f7a874d87b4594739208
Gitweb: http://git.kernel.org/tip/8c0eeac819c85e4c1143f7a874d87b4594739208
Author: Sebastian Andrzej Siewior
AuthorDate: Thu, 10 Nov 2016 18:44:46 +0100
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:34:18 +0100
x86/mcheck
Commit-ID: 0e285d36bd2bfee0b95433ccc9065c878164f5b2
Gitweb: http://git.kernel.org/tip/0e285d36bd2bfee0b95433ccc9065c878164f5b2
Author: Sebastian Andrzej Siewior
AuthorDate: Thu, 10 Nov 2016 18:44:47 +0100
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:34:18 +0100
x86/mcheck
Hi Boris,
I found a bug during my review. Please see below.
On Sun, Oct 16, 2016 at 10:35 PM, Boris Brezillon
wrote:
> BBT support is currently tightly tied to raw NAND, though this is the kind
> of code we could share across all NAND based devices, no matter what
> physical interface is to comm
* kan.li...@intel.com wrote:
> From: Kan Liang
>
> A BUG was found by perf_fuzzer after enabled KASAN.
> [ 205.748005] BUG: KASAN: slab-out-of-bounds in
> snb_uncore_imc_event_del+0x6c/0xa0 at addr 8800caa43768
> Reported-by: Vince Weaver
> Tested-by: Vince Weaver
> Signed-off-by: Kan
On Wed, 16 Nov 2016 16:43:58 +0800
Peter Pan wrote:
> Hi Boris,
>
> I found a bug during my review. Please see below.
>
> On Sun, Oct 16, 2016 at 10:35 PM, Boris Brezillon
> wrote:
> > BBT support is currently tightly tied to raw NAND, though this is the kind
> > of code we could share across
> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: Monday, November 14, 2016 11:12 PM
> To: linux-kernel@vger.kernel.org
> Cc: linux-...@vger.kernel.org; Ulf Hansson; Adrian Hunter; yangbo lu;
> Michael Walle
> Subject: [PATCH v3] mmc: sdhci-of-esdhc: fixup PRESENT
The newly added driver tries to 'select' a symbol that it has an
implicit dependency on, which confuses Kconfig:
subsection "Kconfig recursive dependency limitations"
drivers/remoteproc/Kconfig:3: symbol REMOTEPROC is selected by QCOM_ADSP_PIL
As REMOTEPROC is itself user-visible, we clearly sh
On Wed, Nov 16, 2016 at 09:31:55AM +0100, Ingo Molnar wrote:
> So what I'd love to see is to have a kernel option that re-introduces some
> historic root (and other) holes that can be exploited deterministically -
> obviously default disabled.
Ick, I don't want to have to support nasty #ifdefs f
On Mon, 2016-11-14 at 06:34 -0800, Guenter Roeck wrote:
> >>> +int typec_connect(struct typec_port *port, struct
> typec_connection *con)
> >>> +{
> >>> + int ret;
> >>> +
> >>> + if (!con->partner && !con->cable)
> >>> + return -EINVAL;
> >>> +
> >>> + port->connected = 1;
> >>> +
Hi Martyo<
Does this confict with your patcho< If noto<I hope this could be merged
first. Besides could you tell me the link to your related patch?
Thanks,
Pan
On 2016/10/17 21:48, Arnd Bergmann wrote:
> On Monday, October 17, 2016 8:07:03 PM CEST Pan Wen wrote:
>> Add support for some HiSil
We met the DMAR fault both on hpsa P420i and P421 SmartArray controllers
under kdump, it can be steadily reproduced on several different machines,
the dmesg log is like:
HP HPSA Driver (v 3.4.16-0)
hpsa :02:00.0: using doorbell to reset controller
hpsa :02:00.0: board ready after hard reset
* Greg KH wrote:
> On Wed, Nov 16, 2016 at 09:31:55AM +0100, Ingo Molnar wrote:
> > So what I'd love to see is to have a kernel option that re-introduces some
> > historic root (and other) holes that can be exploited deterministically -
> > obviously default disabled.
>
> Ick, I don't want to
To support device tree usage for ftmac100.
Signed-off-by: Greentime Hu
---
drivers/net/ethernet/faraday/ftmac100.c |7 +++
1 file changed, 7 insertions(+)
diff --git a/drivers/net/ethernet/faraday/ftmac100.c
b/drivers/net/ethernet/faraday/ftmac100.c
index dce5f7b..81dd9e1 100644
--- a/
From: Ong Hean Loong
This patch enables the display port IP driver for
Intel Arria 10 SOCFPGA Golden Hardware
Reference Design (GHRD).
The driver requires enabling the options such as
Coheherent Memory Allocation,
Intel FPGA Frame Buffer, Frame Buf
On Tue, Nov 15, 2016 at 10:06:41PM +0900, Gustavo Padovan wrote:
> From: Gustavo Padovan
>
> Support DRM out-fences by creating a sync_file with a fence for each CRTC
> that sets the OUT_FENCE_PTR property.
>
> We use the out_fence pointer received in the OUT_FENCE_PTR prop to send
> the sync_fi
Ccing David
On 2016/11/16 at 17:02, Xunlei Pang wrote:
> We met the DMAR fault both on hpsa P420i and P421 SmartArray controllers
> under kdump, it can be steadily reproduced on several different machines,
> the dmesg log is like:
> HP HPSA Driver (v 3.4.16-0)
> hpsa :02:00.0: using doorbell to
From: Venkat Reddy Talla
Adding max20024 compatible string to the device id list
to support both max77620 and max20024 devices.
Signed-off-by: Venkat Reddy Talla
---
drivers/gpio/gpio-max77620.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpio/gpio-max77620.c b/drivers/gpio/gpi
On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote:
> On Tue, 01 Nov 2016, Johan Hovold wrote:
>
> > Make sure to drop the reference taken by bus_find_device_by_name()
> > before returning from mfd_clone_cell().
> >
> > Fixes: a9bbba996302 ("mfd: add platform_device sharing support for mfd
On 2016/09/21 09:17PM, Ravi Bangoria wrote:
> Currently Perf annotate support code navigation (branches and calls)
> only when run on the same architecture where perf.data was recorded.
> But, for example, record on powerpc server and annotate on client's
> x86 desktop is not supported.
>
> This p
On Tuesday 15 November 2016 04:30 PM, Bartosz Golaszewski wrote:
> Add the nodes for the MSTPRI configuration and DDR2/mDDR memory
> controller drivers to da850.dtsi.
>
> Signed-off-by: Bartosz Golaszewski
Applied to v4.10/dt
Thanks,
Sekhar
On Tue, Nov 15, 2016 at 5:54 PM, Quorum Laval wrote:
> Replace ovl_copyattr() by fsstack_copy_attr_all() and drop the definition of
> the former.
This isn't trivially correct, fsstack_copy_attr_all() copies more than
ovl_copyattr(). We need a better explanation for why it is correct
to copy all
On Wed, Nov 16, 2016 at 10:07:37AM +0100, Ingo Molnar wrote:
>
> * Greg KH wrote:
>
> > On Wed, Nov 16, 2016 at 09:31:55AM +0100, Ingo Molnar wrote:
> > > So what I'd love to see is to have a kernel option that re-introduces
> > > some
> > > historic root (and other) holes that can be exploite
On Tue, Nov 15, 2016 at 5:54 PM, Quorum Laval wrote:
> Use fsstack_copy_attr_atime() instead of direct assignement.
This one's correct, but what's the point?
Thanks,
Miklos
Commit-ID: 18807ddb7f88d4ac3797302bafb18143d573e66f
Gitweb: http://git.kernel.org/tip/18807ddb7f88d4ac3797302bafb18143d573e66f
Author: Yazen Ghannam
AuthorDate: Tue, 15 Nov 2016 15:13:53 -0600
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 09:57:11 +0100
x86/mce/AMD: Reset Thr
Hi,
John Youn writes:
> On 11/14/2016 3:00 PM, John Youn wrote:
>> On 11/11/2016 3:12 PM, Christian Lamparter wrote:
>>> On Friday, November 11, 2016 2:20:42 PM CET John Youn wrote:
On 11/11/2016 2:05 PM, Christian Lamparter wrote:
> On Friday, November 11, 2016 1:22:16 PM CET John You
On 15.11.2016 17:03, Zubair Lutfullah Kakakhel wrote:
> Hi,
>
> On 11/15/2016 12:49 PM, Michal Simek wrote:
>> On 14.11.2016 13:13, Zubair Lutfullah Kakakhel wrote:
>>> Add a global structure to house various variables.
>>> And cleanup read/write handling by using jump label api.
>>>
>>> Signed-of
ACPICA tools trickily uses integer types, and trickily includes kernel
include directory directly, which breaks tools build for some cross
compilers.
This patch improves ACPICA tools build to make it a bit more robust in such
situation by splitting include/acpi into a separate output directory.
Th
On Thu, Nov 10, 2016 at 12:56:14AM +0100, Rafael J. Wysocki wrote:
> The idea, roughly, is that if there is a single on/off switch acting
> on multiple devices, you can (a) set up a PM domain tracking all of
> those device's runtime PM invocations and (b) maintaining a reference
> counter of device
Hi Pan,
On 2016/11/16 8:56, wenpan wrote:
> Hi Marty,
> Does this confict with your patch? If not,I hope this could be merged first.
> Besides could you tell me the link to your related patch?
This is the link: https://patchwork.kernel.org/patch/9334743/
BR,
Wei
>
> Thanks,
> Pan
>
> On 201
On Tue, Nov 15, 2016 at 04:19:10PM -0800, Badhri Jagan Sridharan wrote:
> Hi,
>
> At present I am using the uevent in the userspace to infer
> the Presence of a port on the remote end through the
> appearance of usbc*-partner.
>
> Userspace uses this info to decide on when to show a USB
> notific
On Mon 14-11-16 17:09:47, Amir Goldstein wrote:
> On Mon, Nov 14, 2016 at 3:20 PM, Jan Kara wrote:
> > On Mon 14-11-16 13:48:27, Amir Goldstein wrote:
> >> Handling fanotify events does not entail dereferencing fsnotify_mark
> >> beyond the point of fanotify_should_send_event().
> >>
> >> For the
The sun4i DRM driver counts the number of endpoints it found and
registers the whole DRM pipeline if any endpoints are found.
However, if the TCON and its child endpoints (LCD panels, TV encoder,
HDMI encoder, MIPI DSI encoder, etc.) aren't found, that means we
don't have any usable CRTCs, and the
If we attempt to read/write the TCON registers before the bus clock
is enabled, those accesses get ignored.
In practice this almost never occurs because U-boot had already enabled
the bus clock as part of its firmware provided framebuffer (simplefb).
Fixes: 9026e0d122ac ("drm: Add Allwinner A10 D
There are 2 usage types (Magnetic Flux and Heading data field) for HID
compass sensor, thus the values of offset, scale, and sensitivity should
be separated according to their respective usage type. The changes made
are as below:
1. Hysteresis: A struct hid_sensor_common rot_attributes is created i
On Wed, 2016-11-16 at 11:30 +0200, Heikki Krogerus wrote:
> On Tue, Nov 15, 2016 at 04:19:10PM -0800, Badhri Jagan Sridharan wrote:
> > Is that too costly to have ?
>
> Greg, could you give your opinion. In this case we do have attribute
> files that the user space can poll. Data role is the USB
as other drives also do, like fujitsu, intel, hp and samsung.
Signed-off-by: Marcos Paulo de Souza
---
drivers/platform/x86/asus-nb-wmi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/asus-nb-wmi.c
b/drivers/platform/x86/asus-nb-wmi.c
index 26e4cbc..c3abfc8 100644
---
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
head: 0f5225b024d4bffd682aab008c35862e8fdc1865
commit: 0f5225b024d4bffd682aab008c35862e8fdc1865 [12/12] locking/mutex, drm:
Introduce mutex_trylock_recursive()
config: i386-randconfig-a0-201646 (attached as .config)
On Wed, Nov 16, 2016 at 11:30:35AM +0200, Heikki Krogerus wrote:
> On Tue, Nov 15, 2016 at 04:19:10PM -0800, Badhri Jagan Sridharan wrote:
> > Hi,
> >
> > At present I am using the uevent in the userspace to infer
> > the Presence of a port on the remote end through the
> > appearance of usbc*-par
From: yuanjian
Add PWM driver for the PWM controller found on HiSilicon BVT SOCs, like
Hi3519V100, Hi3516CV300, etc.
The PWM controller is primarily in charge of controlling P-Iris lens.
Reviewed-by: Jiancheng Xue
Signed-off-by: Jian Yuan
---
Change Log:
v5:
remove the generic compatible stri
Hi Joerg,
On Mon, Nov 14, 2016 at 06:25:16PM +, Robin Murphy wrote:
> On 14/11/16 15:52, Joerg Roedel wrote:
> > On Mon, Nov 14, 2016 at 12:00:47PM +, Robin Murphy wrote:
> >> If we've already made the decision to move away from bus ops, I don't
> >> see that it makes sense to deliberately
On 11/15/2016 06:39 AM, Sriram Dash wrote:
>> From: Scott Wood
>> On 11/13/2016 11:27 PM, Sriram Dash wrote:
>>> diff --git a/Documentation/devicetree/bindings/phy/phy-qoriq-usb3.txt
>>> b/Documentation/devicetree/bindings/phy/phy-qoriq-usb3.txt
>>> new file mode 100644
>>> index 000..d934c80
>
On Tue, 2016-11-15 at 09:03 -0800, Florian Fainelli wrote:
> On 11/15/2016 08:30 AM, Andrew Lunn wrote:
> >
> > On Tue, Nov 15, 2016 at 03:29:12PM +0100, Jerome Brunet wrote:
> > >
> > > On some platforms, energy efficient ethernet with rtl8211 devices
> > > is
> > > causing issue, like throughpu
On Tue, Nov 15, 2016 at 12:05:29PM +0100, Wolfgang Ocker wrote:
> The mxs-auart driver does not count FIFO overrun errors. These errors never
> appear in /proc/tty/driver/ttyAPP. This is because the OERR status bit is
> masked by read_status_mask in the rx interrupt function, but the
> AUART_STAT_O
On Wed, 16 Nov 2016, Johan Hovold wrote:
> On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote:
> > On Tue, 01 Nov 2016, Johan Hovold wrote:
> >
> > > Make sure to drop the reference taken by bus_find_device_by_name()
> > > before returning from mfd_clone_cell().
> > >
> > > Fixes: a9bbba9
On 16/11/2016 01:41, Zhangfei Gao wrote:
On Mon, Nov 7, 2016 at 8:48 PM, John Garry wrote:
From: Xiang Chen
Currently slots are allocated from queues in a round-robin fashion.
This causes a problem for internal commands in device mode. For this
mode, we should ensure that the internal abort c
New Cadence GEM hardware support Large Segment Offload (LSO):
TCP segmentation offload (TSO) as well as UDP fragmentation
offload (UFO). Support for those features was added to the driver.
---
Changed in v2:
macb_lso_check_compatibility() changed to macb_features_check()
(with little modifications)
On Wed, Nov 16, 2016 at 02:26:14PM +0800, yanjiang@windriver.com wrote:
> From: Yanjiang Jin
>
> Tested on a T4240QDS board.
>
> If we execute the below steps without this patch:
>
> 1. modprobe mpc85xx_edac [The first insmod, everything is well.]
> 2. modprobe -r mpc85xx_edac
> 3. modprobe
On Wed, Nov 16, 2016 at 09:59:44AM +, Lee Jones wrote:
> On Wed, 16 Nov 2016, Johan Hovold wrote:
>
> > On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote:
> > > On Tue, 01 Nov 2016, Johan Hovold wrote:
> > >
> > > > Make sure to drop the reference taken by bus_find_device_by_name()
>
In both legacy and mq path, req count of plug list is computed
before allocating request, so the number can be stale when falling
back to slept allocation, also the new introduced wbt can sleep
too.
This patch deals with the case by checking if plug list becomes
empty, and fixes the KASAN report o
On Tue, Nov 15, 2016 at 12:53:35PM -0800, Kees Cook wrote:
>
> What should we do about things like this (bpf_prog_put() and callbacks
> from kernel/bpf/syscall.c):
>
>
> static void bpf_prog_uncharge_memlock(struct bpf_prog *prog)
> {
> struct user_struct *user = prog->aux->user;
>
>
On Wed, Nov 16, 2016 at 09:21:51AM +0100, Greg KH wrote:
> > What should we do about things like this (bpf_prog_put() and callbacks
> > from kernel/bpf/syscall.c):
> >
> >
> > static void bpf_prog_uncharge_memlock(struct bpf_prog *prog)
> > {
> > struct user_struct *user = prog->aux->user
On 11/16/2016 09:21 AM, Greg KH wrote:
On Tue, Nov 15, 2016 at 12:53:35PM -0800, Kees Cook wrote:
On Tue, Nov 15, 2016 at 12:03 AM, Peter Zijlstra wrote:
On Tue, Nov 15, 2016 at 08:33:22AM +0100, Greg KH wrote:
On Mon, Nov 14, 2016 at 06:39:48PM +0100, Peter Zijlstra wrote:
--- a/drivers/b
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
head: 0f5225b024d4bffd682aab008c35862e8fdc1865
commit: 0f5225b024d4bffd682aab008c35862e8fdc1865 [12/12] locking/mutex, drm:
Introduce mutex_trylock_recursive()
config: arm64-defconfig (attached as .config)
compiler:
On Wed, Nov 16, 2016 at 09:31:55AM +0100, Ingo Molnar wrote:
>
> * Kees Cook wrote:
>
> > On Tue, Nov 15, 2016 at 11:16 AM, Peter Zijlstra
> > wrote:
> > >
> > >
> > > On 15 November 2016 19:06:28 CET, Kees Cook wrote:
> > >
> > >>I'll want to modify this in the future; I have a config alread
On Wed, Nov 16, 2016 at 11:10:42AM +0100, Peter Zijlstra wrote:
> On Wed, Nov 16, 2016 at 09:21:51AM +0100, Greg KH wrote:
> > > What should we do about things like this (bpf_prog_put() and callbacks
> > > from kernel/bpf/syscall.c):
> > >
> > >
> > > static void bpf_prog_uncharge_memlock(struct
On Wed, Nov 16, 2016 at 11:11:43AM +0100, Daniel Borkmann wrote:
> On 11/16/2016 09:21 AM, Greg KH wrote:
> > On Tue, Nov 15, 2016 at 12:53:35PM -0800, Kees Cook wrote:
> > > On Tue, Nov 15, 2016 at 12:03 AM, Peter Zijlstra
> > > wrote:
> > > > On Tue, Nov 15, 2016 at 08:33:22AM +0100, Greg KH wr
On Fri, 11 Nov 2016, He Chen wrote:
> This patch series is going to add two new AVX512 features to KVM guest.
> Since these two features are defined as scattered features in kernel,
> some extra modification in kernel is included.
I merged the first two patches into
git://git.kernel.org/pub/sc
Commit-ID: 47f10a36003eaf493125a5e6687dd1ff775bfd8c
Gitweb: http://git.kernel.org/tip/47f10a36003eaf493125a5e6687dd1ff775bfd8c
Author: He Chen
AuthorDate: Fri, 11 Nov 2016 17:25:34 +0800
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 11:13:09 +0100
x86/cpuid: Cleanup cpuid_reg
Commit-ID: 47bdf3378d62a627cfb8a54e1180c08d67078b61
Gitweb: http://git.kernel.org/tip/47bdf3378d62a627cfb8a54e1180c08d67078b61
Author: He Chen
AuthorDate: Fri, 11 Nov 2016 17:25:35 +0800
Committer: Thomas Gleixner
CommitDate: Wed, 16 Nov 2016 11:13:09 +0100
x86/cpuid: Provide get_scatt
On Wed, Nov 16, 2016 at 12:19:09PM +0800, Pan Xinhui wrote:
> Hi, Peter.
> I think we can avoid a function call in a simpler way. How about below
>
> static inline bool vcpu_is_preempted(int cpu)
> {
> /* only set in pv case*/
> if (pv_lock_ops.vcpu_is_preempted)
>
On Mon, Nov 14, 2016 at 3:34 PM, Kai-Heng Feng
wrote:
> On Fri, Nov 11, 2016 at 10:44 PM, Mathias Nyman
> wrote:
>> On 10.11.2016 13:22, Oliver Neukum wrote:
>>>
>>> On Thu, 2016-11-10 at 12:09 +0100, Bjørn Mork wrote:
Kai-Heng Feng writes:
>
> On Wed, Nov 9, 2016 at 8:32 PM, B
This can't be right... ->shmem_data is set in slic_init_adapter() and
it's not iomem.
regards,
dan carpenter
On 11/15/2016 11:46 AM, Sekhar Nori wrote:
> On Thursday 03 November 2016 09:29 PM, Alexandre Bailon wrote:
>> This adds the device tree node for the usb otg
>> controller present in the da850 family of SoC's.
>> This also enables the otg usb controller for the lcdk board.
>>
>> Signed-off-by: Alex
With RGMII, we need a 1.5 to 2ns skew between clock and data lines. The
VSC8601 can handle this internally. While the VSC8601 can set more
fine-grained delays, the standard skew settings work out of the box.
The same heuristic is used to determine when this skew should be enabled
as in vsc824x_conf
1 - 100 of 933 matches
Mail list logo