* Linus Torvalds wrote:
> On Mon, Feb 20, 2017 at 5:17 AM, Ingo Molnar wrote:
> >
> > Mike Travis (2):
> > [...]
> >
> > tra...@sgi.com (8):
> > [...]
>
> Btw, can you be a bit more careful when applying patches to make sure
> that the name and email address is actually good?
Yes, w
On Mon, Feb 20, 2017 at 11:47:16PM +0100, Borislav Petkov wrote:
> On Mon, Feb 20, 2017 at 06:22:54PM -0300, Arnaldo Carvalho de Melo wrote:
> > Well, this one should be read (and written in the tool output as):
> >
> >
>
> Do you want to change that CNTR_NOT_SUPPORTED string unconditionally to
On Mon, Feb 20, 2017 at 08:59:32PM +0100, Borislav Petkov wrote:
> On Mon, Feb 20, 2017 at 04:55:40PM -0300, Arnaldo Carvalho de Melo wrote:
> > I answered to that message, have you seen it?
>
> Nope, there's nothing in my mbox from you on that thread after jolsa's
> reply. Strange...
>
I think
On 20/02/17 10:03, Ritesh Harjani wrote:
> This patch adds mmc_partial_init functionality
> combining with CMD5 awake feature to reduce resume
> latency for emmc.
>
> This is not enabled for HS400 mode, since tuning
> in HS400 is required to be done in HS200 timing.
How does that matter?
Since in UFS 2.1 specification some of the descriptor
lengths differs from 2.0 specification and some devices,
which are reporting spec version 2.0 have different
descriptor lengths we can not rely on hardcoded values
taken from 2.0 specification. This patch introduces
reading these lengths per eac
>
> On Sun, Feb 19, 2017 at 09:47:59AM +, Grumbach, Emmanuel wrote:
> > >
> > > The return value of request_module() being 0 does not mean that the
> > > driver which was requested has loaded. To properly check that the
> > > driver was loaded each driver can use internal mechanisms to vet the
> On Mon, Feb 20, 2017 at 5:19 AM, Elena Reshetova
> wrote:
> > refcount_t type and corresponding API should be
> > used instead of atomic_t when the variable is used as
> > a reference counter. This allows to avoid accidental
> > refcounter overflows that might lead to use-after-free
> > situatio
Hi Pali,
> Am 20.02.2017 um 20:42 schrieb Pali Rohár :
>
> Hi Nikolaus!
>
> On Monday 20 February 2017 17:50:04 H. Nikolaus Schaller wrote:
>> Hi Dmitry,
>>
>>> Input driver may set resolution for given axis in units per mm (or
>>> units per radian for rotational axis ABS_RX, ABS_RY, ABS_RZ), a
On 02/21, Ye Xiaolong wrote:
>On 02/20, Dou Liyang wrote:
>>Currently, We make the mapping of "cpuid <-> nodeid" fixed at the booting
>>time.
>>It keeps consistent with the WorkQueue and avoids some bugs which may be
>>caused
>>by the dynamic assignment.
>>As we know, It is implemented by the pat
The rate_limit_us tunable is intended to reduce the possible overhead
from running the schedutil governor. However, that overhead can be
divided into two separate parts: the governor computations and the
invocation of the scaling driver to set the CPU frequency. The latter
is where the real overh
Hi all,
Please do not add any material intended for v4.12 to your linux-next
included branches until after v4.11-rc1 has been released.
Changes since 20170220:
Non-merge commits (relative to Linus' tree): 9747
10343 files changed, 444283 insertions(+), 203458 dele
From: Tang Yuantian
This snip code is not needed anymore since its user
get_hard_smp_processor_id() has been removed.
Signed-off-by: Tang Yuantian
---
drivers/cpufreq/qoriq-cpufreq.c | 4
1 file changed, 4 deletions(-)
diff --git a/drivers/cpufreq/qoriq-cpufreq.c b/drivers/cpufreq/qoriq-
Adding Marc.
On Monday 20 February 2017 04:39 PM, Mark Rutland wrote:
On Sun, Feb 19, 2017 at 01:51:03PM -0500, Anurup M wrote:
The L3 cache PMU use N-N SPI interrupt which has no support
in kernel mainline.
Could you elaborate on what you mean by this?
I don't understand what is meant here.
From: Wei Qiao
SPRD_TIMEOUT was 256, which is too small to wait until the status
switched to workable in a while loop, so that the earlycon could
not work correctly.
Signed-off-by: Wei Qiao
Signed-off-by: Chunyan Zhang
---
drivers/tty/serial/sprd_serial.c | 2 +-
1 file changed, 1 insertion(+
Added support for Spreadtrum SP9860G board and SC9860 SoC.
This patch also revised bindings of SC9836 to make the format
more clear.
Signed-off-by: Chunyan Zhang
---
Documentation/devicetree/bindings/arm/sprd.txt | 13 -
Documentation/devicetree/bindings/serial/sprd-uart.txt
From: Orson Zhai
SC9860G is a 8 cores of A53 SoC with 4G LTE support SoC from Spreadtrum.
According to regular hierarchy of sprd dts, whale2.dtsi contains SoC
peripherals IP nodes, sc9860.dtsi contains stuff related to ARM core stuff
and sp9860g dts is for the board level.
Signed-off-by: Orson
SC9860 is a Spreadtrum SoC with eight Cortex A53, which are divided
into 4 Big cores and 4 little cores.
This patch-set only provides a basic configuration for SC9860 in device
tree to make it run to console. We will continue to submit other drivers
later on, which are using on Spreadtrum's SoCs.
On Tue, Feb 14, 2017 at 5:41 PM, Quentin Schulz
wrote:
> The X-Powers AXP20X and AXP22X PMICs can have a battery as power supply.
>
> This patch adds the battery power supply driver to get various data from
> the PMIC, such as the battery status (charging, discharging, full,
> dead), current max l
Hi Dmitry,
> Am 20.02.2017 um 23:24 schrieb Dmitry Torokhov :
>
> On Mon, Feb 20, 2017 at 2:21 PM, Petr Cvek wrote:
>> Hi,
>>
>> Dne 20.2.2017 v 22:50 Dmitry Torokhov napsal(a):
>>> On Mon, Feb 20, 2017 at 1:27 PM, H. Nikolaus Schaller
>>> wrote:
> Am 20.02.2017 um 22:08 schrieb Pal
Hi Pali,
> Am 20.02.2017 um 23:04 schrieb Pali Rohár :
>
> On Monday 20 February 2017 22:27:39 H. Nikolaus Schaller wrote:
>>> Am 20.02.2017 um 22:08 schrieb Pali Rohár :
>>>
>>> On Monday 20 February 2017 20:42:15 Pali Rohár wrote:
While I'm watching this discussion... in my opinion kernel
Thanks for looking at this. One quick question before I put out
version two with your corrections:
On Tue, 2017-02-21 at 07:12 +0100, Krzysztof Opasiak wrote:
> Hi,
>
> W dniu 2017-02-20 o 21:51, Jonathan Dieter pisze:
> > The usbip userspace tools call sprintf()/snprintf() and don't check
> > f
* compiles without errors
* no errors when using checkpatch
* tested with a connected touch button on HW
NOTE: This implementation does not implement the full range of functions the
Cypress CY8CMBR3102 CapSense Express controller provides. It only
implements its use for connected touch
Hi Pali,
> Am 20.02.2017 um 22:54 schrieb Pali Rohár :
>
> On Monday 20 February 2017 22:24:31 H. Nikolaus Schaller wrote:
>> Hi Pali,
>>
>>> Am 20.02.2017 um 22:07 schrieb Pali Rohár :
>>>
>>> On Monday 20 February 2017 21:35:18 H. Nikolaus Schaller wrote:
Hi Pali,
> Am 20.02.20
Version 2:
* removed .owner
* based on branch next
Signed-off-by: Patrick Vogelaar
---
drivers/input/misc/Kconfig | 12 +++
drivers/input/misc/Makefile | 1 +
drivers/input/misc/cy8cmbr3102.c | 221 +++
3 files changed, 234 insertions(+)
create
Version 2:
* based on branch next
Signed-off-by: Patrick Vogelaar
---
.../bindings/input/cypress,cy8cmbr3102.txt | 32 ++
1 file changed, 32 insertions(+)
create mode 100644
Documentation/devicetree/bindings/input/cypress,cy8cmbr3102.txt
diff --git a/Documentation/
On Tue, Feb 14, 2017 at 5:41 PM, Quentin Schulz
wrote:
> The X-Powers AXP20X and AXP22X PMICs can have a battery as power supply.
>
> This patch adds the AXP20X/AXP22X battery driver to the MFD cells of the
> AXP209, AXP221 and AXP223 MFD.
>
> Signed-off-by: Quentin Schulz
> Acked-for-MFD-by: Lee
Reorder error handling labels in order to match the way resources have
been allocated.
Signed-off-by: Christophe JAILLET
---
v2: update goto label if 'xadc->ops->setup()' fails
---
drivers/iio/adc/xilinx-xadc-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/
Hi,
> Am 20.02.2017 um 22:50 schrieb Dmitry Torokhov :
>
> On Mon, Feb 20, 2017 at 1:27 PM, H. Nikolaus Schaller
> wrote:
>>
>>> Am 20.02.2017 um 22:08 schrieb Pali Rohár :
>>>
>>> On Monday 20 February 2017 20:42:15 Pali Rohár wrote:
Hi Nikolaus!
On Monday 20 February 2017 17
> On 20 Feb 2017, at 7:22 PM, Mark Rutland wrote:
>
> On Sun, Feb 19, 2017 at 07:04:05PM +0900, Hoeun Ryu wrote:
>> Add set_ro_mostly_after_init_rw/ro pair to modify memory attributes for
>> memory marked as `ro_mostly_after_init`.
>>
>> I am doubtful that this is the right place where these fu
On Mon, 2017-02-20 at 15:59 +0530, Viresh Kumar wrote:
> On 07-02-17, 09:39, Viresh Kumar wrote:
> >
> > Hi,
> >
> > This series contains minor fixes/cleanups for thermal cooling
> > drivers.
> >
Acked-by: Zhang Rui
for the whole patch series.
As this patch set depends on commit 8a31d9d94297 (
> On 19 Feb 2017, at 8:24 PM, Ard Biesheuvel wrote:
>
> On 19 February 2017 at 10:04, Hoeun Ryu wrote:
>> After `__ro_after_init` marker is included in kernel, many kernel data
>> objects can be read-only-after-init. But there are many other places that
>> would be good to read-only-after-init
On Tue, Feb 14, 2017 at 5:41 PM, Quentin Schulz
wrote:
> The X-Powers AXP20X and AXP22X PMICs can have a battery as power supply.
>
> This patch adds the DT binding documentation for the battery power
> supply which gets various data from the PMIC, such as the battery status
> (charging, dischargi
> On 19 Feb 2017, at 8:14 PM, Ard Biesheuvel wrote:
>
> Hi Hoeun,
>
> On 19 February 2017 at 10:03, Hoeun Ryu wrote:
>> After `__ro_after_init` marker is included in kernel, many kernel data
>> objects can be read-only-after-init. But there are many other places that
>> would be good to read-o
This driver supports the Motorola CPCAP PMIC found on
some of Motorola's mobile phones, such as the Droid 4.
Tested-by: Tony Lindgren
Signed-off-by: Sebastian Reichel
---
Changes to PATCHv1:
- added device_init_wakeup() at the end of probe
- added Tested-by from Tony
---
.../devicetree/bindin
On Tue, Feb 21, 2017 at 11:20:58AM +0530, Nayna wrote:
>
>
> On 02/17/2017 03:54 PM, Jarkko Sakkinen wrote:
> > On Wed, Feb 15, 2017 at 08:02:28PM +0200, Jarkko Sakkinen wrote:
> > > There's no need to export tpm2_get_pcr_alloation() because it is only
> > > a helper function for tpm2_auto_startu
Hi Laura,
When we enable kernel v4.4 or newer version on our platform, we meet the issue
of flushing cache without reference device. It seems that this patch set is
a solution. I'm curious the progress of the discussion. Do you have any plan
to fix it in v4.4 and newer kernel verison?
On 2016/9/1
Hi,
W dniu 2017-02-20 o 21:51, Jonathan Dieter pisze:
The usbip userspace tools call sprintf()/snprintf() and don't check for
the return value which can lead the paths to overflow, truncating the
final file in the path.
More urgently, GCC 7 now warns that these aren't checked with
-Wformat-ove
> On 20 Feb 2017, at 7:02 PM, Mark Rutland wrote:
>
> On Sun, Feb 19, 2017 at 07:03:38PM +0900, Hoeun Ryu wrote:
>> After `__ro_after_init` marker is included in kernel, many kernel data
>> objects can be read-only-after-init. But there are many other places that
>> would be good to read-only-af
Sigh... apologies for the HTML. Trying again...
On Mon, Feb 20, 2017 at 9:21 PM, Michael Pratt wrote:
> On Fri, Feb 17, 2017 at 3:02 PM, Andy Lutomirski wrote:
>> On Fri, Feb 17, 2017 at 1:01 PM, Linus Torvalds
>> wrote:
>>> On Fri, Feb 17, 2017 at 12:12 PM, Andy Lutomirski
>>> wrote:
>>
On Tue, Feb 14, 2017 at 5:41 PM, Quentin Schulz
wrote:
> The X-Powers AXP209 PMIC exposes battery supply various data such as
> the battery status (charging, discharging, full, dead), current max
> limit, current current, battery capacity (in percentage), voltage max
> and min limits, current volt
On Tue, Feb 14, 2017 at 5:41 PM, Quentin Schulz
wrote:
> The X-Powers AXP22X PMIC exposes battery supply various data such as
> the battery status (charging, discharging, full, dead), current max
> limit, current current, battery capacity (in percentage), voltage max
> limit, current voltage, and
On 02/17/2017 03:54 PM, Jarkko Sakkinen wrote:
On Wed, Feb 15, 2017 at 08:02:28PM +0200, Jarkko Sakkinen wrote:
There's no need to export tpm2_get_pcr_alloation() because it is only
a helper function for tpm2_auto_startup(). For the same reason it does
not make much sense to maintain documenta
> On 20 Feb 2017, at 5:20 PM, Sebastian Andrzej Siewior
> wrote:
>
> On 2017-02-19 19:04:08 [+0900], Hoeun Ryu wrote:
>> It would be good that `__ro_mostly_after_init` is marked to cpuhp state
>> objects.
> why?
>
I’m requesting for comments of a new feature called __ro_mostly_after_init
se
On Tue, Feb 14, 2017 at 5:41 PM, Quentin Schulz
wrote:
> The Sinlinx SinA33 has an AXP223 PMIC and a battery connector, thus, we
> enable the battery power supply subnode in its Device Tree.
>
> Signed-off-by: Quentin Schulz
> Acked-by: Maxime Ripard
Battery charger enabled without any descript
On Monday 20 February 2017 09:12 PM, Bartosz Golaszewski wrote:
> 2017-02-20 11:29 GMT+01:00 Sekhar Nori :
>> On Thursday 16 February 2017 11:45 PM, Bartosz Golaszewski wrote:
>>> Add a new pinctrl sub-node for vpif display pins. Move VP_CLKIN3 and
>>> VP_CLKIN2 to the display node where they actua
On 2017-02-20 16:25, abdul wrote:
Hi,
next-20170220 fails to build on Power 8 (PowerVM LPAR) with these
errors.
with same config, next-20170215 builds fine.
the config file used is attached, by default
CONFIG_VIRT_CPU_ACCOUNTING_NATIVE was not set.
(X) Simple tick based cputime accounting
The OF device table must be terminated, otherwise we'll be walking past
it and into areas unknown.
This causes KASAN errors reported by 0day kernel testing robot.
Reported-by: Fengguang Wu
Tested-by: Fengguang Wu
Fixes: 0cad855fbd08 ("auxdisplay: img-ascii-lcd: driver for simple ASCII...")
Cc:
>
> No.
>
> IMO Not fixing this immediately through stable is out of the question.
> The deal is that we don't break userspace.
> Having said that, I'm not against a long term vmwgfx-only solution. But
> let's fix this now.
>
> Admittedly we missed testing this but you got to understand that no
No.
IMO Not fixing this immediately through stable is out of the question.
The deal is that we don't break userspace.
Having said that, I'm not against a long term vmwgfx-only solution. But
let's fix this now.
Admittedly we missed testing this but you got to understand that not all
developer team
On 02/21, Ye Xiaolong wrote:
>Hi, fengguang
>On 02/20, Thomas Gleixner wrote:
>>On Tue, 21 Feb 2017, Fengguang Wu wrote:
>>
>>> Hi Marc,
>>>
>>> FYI here is another bisect result. The attached reproduce-* script can
>>> be used to reproduce the bug.
>>
>>Again. This is a problem in the calling cod
On Tue, Feb 14, 2017 at 5:41 PM, Quentin Schulz
wrote:
> The NextThing Co. CHIP has an AXP209 PMIC with battery connector.
>
> This enables the battery power supply subnode.
>
> Signed-off-by: Quentin Schulz
> Acked-by: Maxime Ripard
Acked-by: Chen-Yu Tsai
hi just a heads-up on trying out debian's 4.9 kernel on an awesomely
powerful recent laptop, it's unable to run /sbin/init. full report is
here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=88
screenshot is here:
http://hands.com/~lkcl/IMG_20170220_1127225_rewind.jpg
this error appears
The name of an array used by itself will always return the array's address.
So it makes no sense to evaluate it, since the test will always evaluate as
true.
Addresses-Coverity-ID: 751412
Signed-off-by: Gustavo A. R. Silva
---
drivers/regulator/da9055-regulator.c | 2 +-
1 file changed, 1 insert
Do you need a loan to pay up bill or to start a business? Email Us
Hi Frederic
Do we need to support CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=n on ppc64le?
If yes, I got a compiling error after applying your patch set:
arch/powerpc/kernel/time.c:712:2: error: implicit declaration of function
‘cputime_to_nsecs’ [-Werror=implicit-function-declaration]
return loc
From: Jagan Teki
Add LVDS display support for OpenFrame Capacitive touch 7 inc
display which is supported by Engicam i.CoreM6 QDL Starter Kit.
Cc: Domenico Acri
Cc: Matteo Lisi
Cc: Michael Trimarchi
Cc: Shawn Guo
Signed-off-by: Jagan Teki
---
Changes for v3:
- Use native-mode as timing0 sin
From: Jagan Teki
i.CoreM6 Quad/Dual OpenFrame modules are "system on modules plus
openframe display carriers" which are good solution for develop
user friendly graphic user interface.
General features:
CPU NXP i.MX6Q rev1.2 at 792 MHz
RAM 1GB, 32, 64 bit, DDR3-800/1066
NAND
From: Jagan Teki
This patch add support for lvds backlight on i.CoreM6 QDL
variant boards.
Cc: Domenico Acri
Cc: Matteo Lisi
Cc: Michael Trimarchi
Cc: Shawn Guo
Signed-off-by: Jagan Teki
---
Changes for v3:
- none
Changes for v2:
- none
arch/arm/boot/dts/imx6qdl-icore.dtsi | 20 ++
From: Jagan Teki
i.CoreM6 Quad/Dual OpenFrame modules are "system on modules plus
openframe display carriers" which are good solution for develop
user friendly graphic user interface.
General features:
CPU NXP i.MX6Q rev1.2 at 792 MHz
RAM 1GB, 32, 64 bit, DDR3-800/1066
NAND
On Monday 20 February 2017 09:08 PM, Bartosz Golaszewski wrote:
> 2017-02-20 10:36 GMT+01:00 Sekhar Nori :
>> On Thursday 16 February 2017 11:45 PM, Bartosz Golaszewski wrote:
>>> If we're using the UI board and want vpif capture, we need to select
>>> the video capture functionality by driving the
On 20-02-17, 14:58, Rafael J. Wysocki wrote:
> Yes, it is called for new and inactive policies.
>
> For new policies it has to populate policy->cpus (because otherwise the core
> doesn't know what CPUs should be there), which quite arguably doesn't have
> to (or even doesn't need to) be done for i
On Wed, Feb 15, 2017 at 4:53 PM, Quentin Schulz
wrote:
> Hi,
>
> On 15/02/2017 01:46, Liam Breck wrote:
>>
>> On Tue, 14 Feb 2017 10:40:55 +0100 Quentin Schulz wrote:
>>> This adds the constant-charge-current property to the list of optional
>>> properties of the battery.
>>>
>>> The constant char
On Wed, Feb 15, 2017 at 5:37 PM, Lee Jones wrote:
> On Tue, 14 Feb 2017, Quentin Schulz wrote:
>
>> This adds the AXP20X/AXP22x ADCs driver to the mfd cells of the AXP209,
>> AXP221 and AXP223 MFD.
>>
>> Signed-off-by: Quentin Schulz
>> Acked-by: Maxime Ripard
>> ---
>>
>> v3:
>> - removed of_c
Hi Gregory,
On Mon, 20 Feb 2017 15:21:35 +0100 Gregory CLEMENT wrote:
> Hi Jisheng,
>
> On lun., févr. 20 2017, Jisheng Zhang wrote:
>
> > In hot code path such as mvneta_rx_swbm(), we access fields of rx_desc
> > and tx_desc. These DMA descs are allocated by dma_alloc_coherent, they
> > are
On Mon, Feb 20, 2017 at 8:13 PM, Linus Torvalds
wrote:
>
> Hmm. It's commit 279967a65b32 ("HID: rmi: Handle all Synaptics
> touchpads using hid-rmi").
>
> And the reason seems to be stupid: I don't have RMI enabled at all,
> because that didn't use to work or make a difference.
>
> Maybe that "let
On Tue, Feb 14, 2017 at 5:40 PM, Quentin Schulz
wrote:
> The X-Powers AXP20X and AXP22X PMICs have multiple ADCs. They expose the
> battery voltage, battery charge and discharge currents, AC-in and VBUS
> voltages and currents, 2 GPIOs muxable in ADC mode and PMIC temperature.
>
> This adds suppor
James Bottomley:
> With a different owner view, but that's irrelevant to the underlying
> inode.
Ok, the different ownership is limited within shitfs (or userns,
container). Good. I might forget that shiftfs wants to behave like
bind-mount.
And I noticed that shiftfs setattr() converts uid/gid be
Hi,
sorry to get back late, the platform is running on KVM. and this
problem is resolved by moving to VMware environment, however, a new
problem is coming out, we noticed that the HB REQ is being ABORT from
client.
03:32:35.233572 IP 10.165.250.22.3868 > 192.168.2.13.40001: sctp (1)
[HB REQ] (f
From: Mahesh Salgaonkar
machine_check_early() gets called in real mode. The very first time when
add_taint() is called, it prints a warning which ends up calling opal
call (that uses OPAL_CALL wrapper) for writing it to console. If we get a
very first machine check while we are in opal we are doo
From: Mahesh Salgaonkar
Some interrupt handler's may not be happy to call printk and would lead to
unexpected behavior or kernel panic. e.g. machine_check_early() from MCE
handler on OPAL based system. Introduce add_taint variant that does not call
printk.
Signed-off-by: Mahesh Salgaonkar
---
Please pardon the earlier e-mail which was missing the changelog text.
Wrapping complex macros with parentheses to remove checkpatch errors.
Some additional style changes to appease checkpatch.
---
drivers/staging/ks7010/ks_wlan_ioctl.h | 80 +-
1 file changed, 41
On 18/02/17 05:17, Arnd Bergmann wrote:
> On Fri, Feb 17, 2017 at 5:22 AM, Chris Packham
> wrote:
>> Hi Arnd,
>> On 17/02/17 02:28, Arnd Bergmann wrote:
>>> On Thursday, February 16, 2017 9:50:39 PM CET Chris Packham wrote:
The DFX server on the 98dx3236 and compatible SoCs has an ID register
On Mon, Feb 20, 2017 at 7:03 PM, Linus Torvalds
wrote:
>
> I'll have a more specific commit (or range) soon.
Hmm. It's commit 279967a65b32 ("HID: rmi: Handle all Synaptics
touchpads using hid-rmi").
And the reason seems to be stupid: I don't have RMI enabled at all,
because that didn't use to wo
On February 21, 2017 12:34 AM Vlastimil Babka wrote:
> On 02/16/2017 09:21 AM, Hillf Danton wrote:
> > Right, but the order-3 request can also come up while kswapd is active and
> > gives up order-5.
>
> "Giving up on order-5" means it will set sc.order to 0, go to sleep (assuming
> order-0 waterm
On Tue, 2017-02-21 at 11:57 +0900, J. R. Okajima wrote:
> James Bottomley:
> > I realised as I was trimming down the vestigial inode properties in
> > the patch that actually shiftfs does use the i_ino from the
> > underlying for userspace. The reason why is that it comes from the
> > getattr c
Remove dead code. The following line of code is never reached:
return SAA_OK;
Addresses-Coverity-ID: 114283
Signed-off-by: Gustavo A. R. Silva
---
drivers/media/pci/saa7164/saa7164-cmd.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/media/pci/saa7164/saa7164-cmd.c
b/drivers/media
On 20-02-17, 19:57, Andrzej Hajda wrote:
> Reading array at given index before checking if index is valid results in
> illegal memory access.
>
> The bug was detected using KASAN framework.
>
> Signed-off-by: Andrzej Hajda
> ---
> drivers/base/power/opp/core.c | 3 ++-
> 1 file changed, 2 inser
Remove unnecessary variable 'loop'.
Signed-off-by: Gustavo A. R. Silva
---
drivers/media/pci/saa7164/saa7164-cmd.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/media/pci/saa7164/saa7164-cmd.c
b/drivers/media/pci/saa7164/saa7164-cmd.c
index 45951b3..169c90a 10064
Hi Andy,
[auto build test WARNING on ljones-mfd/for-mfd-next]
[also build test WARNING on v4.10 next-20170220]
[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/Andy-Shevchenko/mfd
On Wed 15-02-17 14:18:39, Seongbae Son wrote:
>> If a write request writes a data which is larger than 4 KB, the inode of
>> the file is updated by the write system call, and also by kworker thread.
>> This duplicated inode update causes malfunction of the EXT4 journaling
>> behavior in ordered mod
From: Jason Wang
Date: Mon, 20 Feb 2017 11:50:20 +0800
> We set queues before reset which will cause a crash[1]. This is
> because is_xdp_raw_buffer_queue() depends on the old xdp queue pairs
> number to do the correct detection. So fix this by
>
> - passing xdp queue pairs and current queue pai
From: Michael Walle
Date: Mon, 20 Feb 2017 16:54:18 +0100
> This commit adds the ndo_do_ioctl() callback which allows the userspace to
> access PHY registers, for example. This will make mii-diag and similar
> tools work.
>
> Signed-off-by: Michael Walle
Applied, thanks.
On Sun, Feb 19, 2017 at 4:11 AM, Rask Ingemann Lambertsen
wrote:
> commit b101829a029a ("mfd: axp20x: Fix AXP806 access errors on cold boot")
> was intended to fix the case where a board uses an AXP806 in slave mode,
> but the boot loader leaves it in master mode for lack of AXP806 support.
> But
On Mon, Feb 20, 2017 at 7:03 PM, Linus Torvalds
wrote:
>
> It's bisecting right into the HID pull request, so you can consider
> that confirmed. There's something badly broken in this pull.
Side note, the touchpad messages from a working kernel are as
psmouse serio1: synaptics: Touchpad model
From: Philippe Reynes
Date: Mon, 20 Feb 2017 22:59:13 +0100
> The ethtool api {get|set}_settings is deprecated.
> We move this driver to new api {get|set}_link_ksettings.
>
> As I don't have the hardware, I'd be very pleased if
> someone may test this patch.
>
> Signed-off-by: Philippe Reynes
From: Santosh Shilimkar
Date: Mon, 20 Feb 2017 14:16:53 -0800
> Use "__uX/__sX" kernel types rather than current uint*/int* for
> entire file.
>
> Reviewed-by: Sowmini Varadhan
> Signed-off-by: Santosh Shilimkar
> ---
> v1->v2:
> As suggested by David Miller, cleaned up entire header to use ke
On Sun, Feb 19, 2017 at 3:51 AM, Rask Ingemann Lambertsen
wrote:
> commit b101829a029a ("mfd: axp20x: Fix AXP806 access errors on cold boot")
> was intended to fix the case where a board uses an AXP806 in slave mode,
> but the boot loader leaves it in master mode for lack of AXP806 support.
> But
Hi, Pali,
I know these devices, and they are supported in new kernel.
I'm not sure when they are supported from.
In alps.c has below code.
static int alps_identify(struct psmouse *psmouse, struct alps_data *priv)
{...
...
if (e7[0] == 0x73 && e7[1] == 0x03 && e7[2] == 0x50 &&
> "Subhash" == Subhash Jadavani writes:
Subhash,
Subhash> Dan Carpenter reported this: --- The
Subhash> patch 9c46b8676271: "scsi: ufs-qcom: dump additional testbus
Subhash> registers" from Feb 3, 2017, leads to the following static
Subhash> checker warning:
You had used "---" to enclose D
> "Arnd" == Arnd Bergmann writes:
Arnd> When we have turned off RTC support, the smartpqi driver fails to
Arnd> build: ERROR: "rtc_time64_to_tm"
Arnd> [drivers/scsi/smartpqi/smartpqi.ko] undefined!
Applied to 4.11/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
On Mon, Feb 20, 2017 at 6:48 PM, Linus Torvalds
wrote:
> On Mon, Feb 20, 2017 at 7:20 AM, Jiri Kosina wrote:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus
>>
>> to receive HID subsystem updates for 4.11:
>
> The touchpad on my XPS13 no longer works. It might not be
On Tue, Feb 21, 2017 at 06:36:34AM +0530, Sumit Gemini wrote:
> Hi Pual,
>
> Thanks for your time.
>
> we are using HA pair with TIPC and opensf functionality. Now problem is on
> active machine TIPC link lost message was observed on 06:45:00 but standby
> machine detected this link lost at 06:45
On Fri, 2017-02-17 at 09:33 +, Mel Gorman wrote:
> On Fri, Feb 17, 2017 at 09:14:44AM +1100, Balbir Singh wrote:
> >
> >
> > On 16/02/17 05:20, Mel Gorman wrote:
> > > On Wed, Feb 15, 2017 at 05:37:22PM +0530, Anshuman Khandual wrote:
> > > > This four patches define CDM node with Hug
James Bottomley:
> I realised as I was trimming down the vestigial inode properties in the
> patch that actually shiftfs does use the i_ino from the underlying for
> userspace. The reason why is that it comes from the getattr call in
> stat and that's fully what the underlying filesystem returns (
Apply for a loan at 3% reply to this Email for more Info
Do you need a loan to pay up bill or to start a business? Email Us
On Mon, Feb 20, 2017 at 7:20 AM, Jiri Kosina wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus
>
> to receive HID subsystem updates for 4.11:
The touchpad on my XPS13 no longer works. It might not be this pull
request, and I'll bisect the exact cause, but this pul
On Mon, 2017-02-20 at 13:16 +0100, Sven Eckelmann wrote:
> Lines containing "} else {" should not be detected as unbalanced braces.
> But the second check can be reduced to ".+else\s*{" and it therefore
> never checked if the beginning of a line contains any other character
> (like the relevant "}"
Signed-off-by: Mark Yao
---
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 6 ++
drivers/gpu/drm/rockchip/rockchip_drm_vop.h | 7 +++
drivers/gpu/drm/rockchip/rockchip_vop_reg.c | 13 +
3 files changed, 26 insertions(+)
diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop.
Hdmi or DisplayPort request a accurate clock,
reject the display mode if clock is not good.
Signed-off-by: Mark Yao
---
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
b/d
Hi, Vincent,
Vincent Guittot writes:
> On 4 January 2017 at 04:08, Huang, Ying wrote:
>> Vincent Guittot writes:
>>
Vincent, like we discussed in September last year, the proper fix would
probably be a cfs-rq->nr_attached which IMHO is not doable w/o being an
atomic because
1 - 100 of 731 matches
Mail list logo