Hi,
On 2017/10/28 21:58, Davidlohr Bueso wrote:
> On Sat, 28 Oct 2017, Hou Tao wrote:
>
>> Remove the global epmutex from ep_free() and eventpoll_release_file().
>> In the later patches, we will add locks with a smaller granularity
>> to serve the same purposes of epmutex.
>>
>> Signed-off-by: Ho
The recent change to the PM QoS framework to introduce a proper
no constraint value overlooked to handle the devices which don't
implement PM QoS OPS. Runtime PM is one of the more severely
impacted subsystems, failing every attempt to runtime suspend
a device. This leads into some nasty second lev
On Mon, 30 Oct 2017 01:08:52 +0100,
Randy Dunlap wrote:
>
> From: Randy Dunlap
>
> Fix kernel-doc build error. A symbol that ends with an underscore
> character ('_') has special meaning in reST (reStructuredText), so add
> a '*' to prevent this error and to indicate that there are several of
>
On Sun, Oct 29, 2017 at 7:51 PM, kernel test robot
wrote:
>
> FYI, we noticed the following commit (built with gcc-6):
>
> commit: 5fb70554d68e2ea032b6a28b082801d8b7b76cb8 ("android/ion: userspace
> test utility for ion buffer sharing")
> url:
> https://github.com/0day-ci/linux/commits/Pintu-Aga
Hi,
A warning is being triggered while booting mainline kernel on ppc
machine.
Machine Type: Power 9
Kernel : 4.14.0-rc6
gcc: 4.8.5
Test : Boot
Boot logs:
--
hv-24x7: found a duplicate event PM_CAPP1_XPT_MSG_SENT_GT_16_LE_64, ct=1
hv-24x7: found a duplicate event
PM_CAPP1_XPT_MSG_SENT_TS
Remove circular dependency deadlock in a scenario where hotplug of CPU is
being done while there is updation in cgroup and cpuset triggered from
userspace.
Process A => kthreadd => Process B => Process C => Process A
Process A
cpu_subsys_offline();
cpu_down();
_cpu_down();
percpu_down
On Sun, Oct 29, 2017 at 10:18:55PM +0800, kernel test robot wrote:
>
> FYI, we noticed the following commit (built with gcc-5):
>
> commit: 2dcd5adfb7401b762ddbe4b86dcacc2f3de6b97b ("locking/lockdep: Remove
> the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and
> CONFIG_LOCKDEP_COMPLETIONS")
>
CC fsdevel.
On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
Hi Linus,
Up to now we see the below boot error/warnings when testing v4.14-rc6.
They hit the RC release mainly due to various imperfections in 0day's
auto bisection. So I manually list them here and CC the likely easy t
Make three modification for __update_nat_bits:
1. Take the codes of dealing the nat with nid 0 out of the loop
Such nat only needs to be dealt with once at beginning.
2. Use " nat_index == 0" instead of " start_nid == 0" to decide if it's the
first nat block
It's better that we don't assum
Hi Linus:
This push fixes an objtool regression.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Jason A. Donenfeld (1):
crypto: x86/chacha20 - satisfy stack validation 2.0
arch/x86/crypto/chacha20-avx2-x86_64.S |4 ++--
arch/x86/crypt
The ASPEED SoC must deassert a reset in order to use the ADC peripheral.
The device tree bindings are updated to document the resets phandle, and
the example is updated to match what is expected for both the reset and
clock phandle.
Signed-off-by: Joel Stanley
---
.../devicetree/bindings/iio/ad
On Sun, Oct 29, 2017 at 03:17:35PM -0700,
sathyanarayanan.kuppusw...@linux.intel.com wrote:
> From: Kuppuswamy Sathyanarayanan
>
> This patch adds Intel Lewisburg PCH SPI serial flash controller super
> SKU PCI ID.
>
> Signed-off-by: Kuppuswamy Sathyanarayanan
>
Acked-by: Mika Westerberg
On Mon, Oct 30, 2017 at 02:05:18PM +0800, Dongjiu Geng wrote:
> kvm_vcpu_dabt_isextabt() tries to match a full fault syndrome, but
> calls kvm_vcpu_trap_get_fault_type() that only returns the fault class,
> thus reducing the scope of the check. This doesn't cause any observable
> bug yet as we end-
From: Markus Elfring
Date: Mon, 30 Oct 2017 08:28:06 +0100
Adjust a jump target so that a specific error message is stored only once
at the end of this function implementation.
Replace two calls of the function "dev_err" by goto statements.
This issue was detected by using the Coccinelle softwar
On Mon, Oct 30 2017 at 10:15:00 am GMT, Dou Liyang
wrote:
> Commit:
>
> f110711a6053 ("irqdomain: Convert irqdomain-%3Eof_node to fwnode")
>
> converted of_node field to fwnode, but didn't update its comments.
>
> Update it.
>
> Signed-off-by: Dou Liyang
Queued, thanks.
M.
--
Jazz is
On Sun, Oct 29, 2017 at 02:25:29PM -0400, Theodore Ts'o wrote:
> On Sat, Oct 28, 2017 at 11:22:00AM +0800, Chen Feng wrote:
> >
> > I checked the ioctl. What's the purpose of RNDADDTOENTCNT ioctl to
> > userspace?
>
> It's a legacy ioctl which is probably not used anywhere; it's been
> replaced b
CC nvdimm maintainers.
On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
Hi Linus,
Up to now we see the below boot error/warnings when testing v4.14-rc6.
They hit the RC release mainly due to various imperfections in 0day's
auto bisection. So I manually list them here and CC the li
Hi,
On Sat, 28 Oct 2017, Gustavo A. R. Silva wrote:
> Make use of the swap macro and remove unnecessary variable tmp.
> This makes the code easier to read and maintain.
>
> This code was detected with the help of Coccinelle.
>
> Signed-off-by: Gustavo A. R. Silva
Please resubmit the tree patc
Hi Fengguang,
On Mon, Oct 30, 2017 at 08:20:21AM +0100, Fengguang Wu wrote:
> CC fsdevel.
>
> On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
> > Hi Linus,
> >
> > Up to now we see the below boot error/warnings when testing v4.14-rc6.
> >
> > They hit the RC release mainly due to
On 30/10/17 08:35, Fengguang Wu wrote:
> On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
>> Hi Linus,
>>
>> Up to now we see the below boot error/warnings when testing v4.14-rc6.
>>
>> They hit the RC release mainly due to various imperfections in 0day's
>> auto bisection. So I manual
Hi!
> > I got "uncompressing Linux 4.13" on serial console now, debug LEDs
> > blinking, and if I use a flashlight, I see output on the screen, too.
> >
> > (What do I need to do to get the backlight working?)
>
> Glad you got it working :) For backlight you can add this
> in drivers/gpu/drm/oma
Hi Christoffer,
On 30/10/2017 07:20, Christoffer Dall wrote:
> Hi Eric,
>
> On Thu, Oct 26, 2017 at 05:23:02PM +0200, Eric Auger wrote:
>> This series fixes various bugs observed when saving/restoring the
>> ITS state before the guest writes the ITS registers (on first boot or
>> after reset/rebo
On Wed, Oct 25 2017 at 5:37:24 pm BST, Paul Burton
wrote:
> The gic_all_vpes_local_irq_controller chip currently attempts to operate
> on all CPUs/VPs in the system when masking or unmasking an interrupt.
> This has a few drawbacks:
>
> - In multi-cluster systems we may not always have access t
On Mon 30-10-17 08:57:13, Minchan Kim wrote:
[...]
> Although it's better than old, we can make it simple, still.
>
> diff --git a/include/linux/swapops.h b/include/linux/swapops.h
> index 291c4b534658..f50d5a48f03a 100644
> --- a/include/linux/swapops.h
> +++ b/include/linux/swapops.h
> @@ -41,6
On Fri, 27 Oct 2017 17:34:44 +0800
Zhou Chengming wrote:
> Fixes: 2cfa197 "ftrace/alternatives: Introducing *_text_reserved
> functions"
>
> We use alternatives_text_reserved() to check if the address is in
> the fixed pieces of alternative reserved, but the problem is that
> we don't hold the s
After guest live migration on xen, steal time in /proc/stat
(cpustat[CPUTIME_STEAL]) might decrease because steal returned by
xen_steal_lock() might be less than this_rq()->prev_steal_time which is
derived from previous return value of xen_steal_clock().
For instance, steal time of each vcpu is 33
>>> I mean you aren't really making the code any smaller
>>
>> Would anybody like to check corresponding effects in more detail
>> after a specific function call was replaced by a goto statement?
>
> You are supposed to do it and not "anybody".
I can offer another bit of information for this soft
Hi Sebastian,
> Mart reported a deadlock in -RT in the call path:
> hci_send_monitor_ctrl_event() -> hci_send_to_channel()
>
> because both functions acquire the same read lock hci_sk_list.lock. This
> is also a mainline issue because the qrwlock implementation is writer
> fair (the traditional
thanks Cyrille
indeed, the "Signed-off" on Geert'commit was a mistake
BR
Ludo
On 10/29/2017 06:50 PM, Cyrille Pitchen wrote:
Hi Ludovic,
Le 26/10/2017 à 17:12, Ludovic Barre a écrit :
From: Geert Uytterhoeven
With gcc 4.1.2:
drivers/mtd/spi-nor/stm32-quadspi.c: In function ‘stm32_qspi
Hello Morimoto-san
On 10/30/2017 08:38 AM, Kuninori Morimoto wrote:
Hi Jiada
register SSI_MODE is set when SSI works in TDM Extended or
TDM (Ex-)Split mode, but it isn't reset after SSI stops.
this will cause issue, if SSI starts to work in other modes
which requie SSI_MODE to have different
Hi Jiada
> > --
> > diff --git a/sound/soc/sh/rcar/ssiu.c b/sound/soc/sh/rcar/ssiu.c
> > index 4d94875..8dc2e92 100644
> > --- a/sound/soc/sh/rcar/ssiu.c
> > +++ b/sound/soc/sh/rcar/ssiu.c
> > @@ -130,14 +130,13 @@ static int rsnd_ssiu_init_gen2(struct rsnd_mod *mod,
> > if (r
Greg KH writes:
> On Sun, Oct 29, 2017 at 12:21:09PM -0700, k...@exchange.microsoft.com wrote:
>> From: Vitaly Kuznetsov
>>
>> Add tracepoint to CHANNELMSG_OPENCHANNEL sender.
>>
>> Signed-off-by: Vitaly Kuznetsov
>> Signed-off-by: K. Y. Srinivasan
>> ---
>> drivers/hv/channel.c | 2 ++
>>
On 2017-10-29 at 15:35:32 +0100, Pan Bian wrote:
> The function of_parse_phandle() returns a NULL pointer if it cannot
> resolve a phandle property to a device_node pointer. In function
> hns_nic_dev_probe(), its return value is passed to PTR_ERR to extract
> the error code. However, in this case,
[Cc Byungchul. The original full report is
http://lkml.kernel.org/r/089e0825eec8955c1f055c83d...@google.com]
Could you have a look please? This smells like a false positive to me.
On Fri 27-10-17 15:42:34, Michal Hocko wrote:
> On Fri 27-10-17 11:44:58, Dmitry Vyukov wrote:
> > On Fri, Oct 27, 20
Hi Brent,
Subject should be prefixed by "mtd: nand: ", so
"mtd: nand: Fix writing mtdoops to nand flash"
On Sun, 29 Oct 2017 23:23:43 -0500
moto...@gmail.com wrote:
> From: Brent Taylor
>
> When mtdoops calls mtd_panic_write, it eventually calls
> panic_nand_write in nand_base.c. In order to
On Sun, 29 Oct 2017 20:40:02 +0800
Pan Bian wrote:
> Memory allocated by kmem_cache_alloc() should not be deallocated with
> kfree(). Use kmem_cache_free() instead.
>
> Signed-off-by: Pan Bian
Reviewed-by: Boris Brezillon
Richard, maybe you can add:
Fixes: dbb7d2a88d2a ("UBI: Add fastmap co
Neil Armstrong writes:
> Looking at the schematics, the USB Power Supply is shared between the
> two USB interfaces,
> If the usb0 fails to initialize, the second one won't have power.
>
> Fixes: 5a0803bd5ae2 ("ARM64: dts: meson-gxbb-odroidc2: Enable USB Nodes")
> Signed-off-by: Neil Armstrong
Jerome Brunet writes:
> This patchset enables gpio interrupt controller found on the meson SoC
> family. ATM, it supports meson8b, gxbb and gxl. The meson8 has been left
> out because I don't have the documentation of this particular SoC.
>
> The last patch uses the interrupts provided by this co
On Sun, 29 Oct 2017 13:14:26 +
Colin King wrote:
> From: Colin Ian King
>
> The pointer p is being initialized with one value and a few lines
> later being set to a newer replacement value. Clean up the code by
> using the latter assignment to p as the initial value. Cleans up
> clang warni
On Fri 27-10-17 13:50:47, Shakeel Butt wrote:
> > Why is OOM-disabling a thing? Why isn't this simply a "kill everything
> > else before you kill me"? It's crashing the kernel in trying to
> > protect a userspace application. How is that not insane?
>
> In parallel to other discussion, I think we
Hi,
Doug Anderson writes:
> Hi,
>
> On Sat, Oct 28, 2017 at 8:51 AM, Stefan Wahren wrote:
>> Hi Doug,
>>
>> [add Felipe since this should go through his tree]
>
> Ah. Sorry Felipe! I know you've landed some dwc2 stuff in the past
No problems :-)
> but for some reason get_maintainer didn't I
On 2017-10-28 14:25, Wolfram Sang wrote:
>
>> Right. Blush. I blame the immense flow of patches. I just can't seem to
>> keep up... :-) Anyway, thanks for catching this and sorry for making you
>> do that.
>
> No worries. Patchwork makes it easy for me to track patches. Speaking
> of, if you regi
Hi PrasannaKumar,
On Sat, 28 Oct 2017 13:13:51 +0530
PrasannaKumar Muralidharan wrote:
> From: Lars-Peter Clausen
>
> Avoid sending unnecessary READ commands to the chip.
>
> Signed-off-by: Lars-Peter Clausen
> Signed-off-by: PrasannaKumar Muralidharan
> ---
> This patch is taken from git:/
On Mon, Oct 30, 2017 at 09:04:36AM +0100, SF Markus Elfring wrote:
> >>> I mean you aren't really making the code any smaller
> >>
> >> Would anybody like to check corresponding effects in more detail
> >> after a specific function call was replaced by a goto statement?
> >
> > You are supposed to
Hi Markus,
On 09/24/2017 12:20 PM, SF Markus Elfring wrote:
> From: Markus Elfring
> Date: Sun, 24 Sep 2017 12:06:54 +0200
>
> A few update suggestions were taken into account
> from static source code analysis.
>
> Markus Elfring (6):
> Delete an error message for a failed memory allocation
> Sounds like a splendid idea. I signed up as 'peda'.
Great!
> Do you need anything else?
Nope, I need to ask Jeremy to add you to the i2c project. Can't do this
myself, sadly. Will keep you updated!
signature.asc
Description: PGP signature
On Mon, Oct 30, 2017 at 08:47:08AM +0100, Juergen Gross wrote:
On 30/10/17 08:35, Fengguang Wu wrote:
On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
Hi Linus,
Up to now we see the below boot error/warnings when testing v4.14-rc6.
They hit the RC release mainly due to various im
Below is the list of build error/warning regressions/improvements in
v4.14-rc6[1] compared to v4.13[2].
Summarized:
- build errors: +6/-0
- build warnings: +2016/-1207
JFYI, when comparing v4.14-rc6[1] to v4.14-rc5[3], the summaries are:
- build errors: +0/-3
- build warnings: +6060/-1075
Hi Yury,
I've tried your benchmark on x86-64 (haswell). Inlining is a pretty small
increase in binary size: 48B (2%).
In terms of speed, results are not very stable from one run to another
(I've included two runs to give you an idea), but overall there seems
to be small improvement on the random-
On Mon, Oct 30, 2017 at 12:02:01AM +0100, Fengguang Wu wrote:
> The dmesg fragment is
>
> [ 40.886662] done
> [ 40.886686] [ 40.905102] capability: warning: `turbostat' uses 32-bit
> capabilities (legacy support in use)
> [ 40.940087] IPMI Device Information
> [ 41.073351] [ 41.076223]
Hi Fengguang,
There are two different warning.
At 10/30/2017 03:35 PM, Fengguang Wu wrote:
On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
Hi Linus,
Up to now we see the below boot error/warnings when testing v4.14-rc6.
The original warning:
WARNING:at_arch/x86/events/intel/
On Fri, Oct 27, 2017 at 6:03 PM, David Howells wrote:
> Miklos Szeredi wrote:
>
>> Yes I did mean vfs_parse_sb_flag_option().
>>
>> Yes, I understand its purpose, but it would be cleaner if all the
>> option parsing was done in fc->ops->parse_option().
>>
>> It might be worth introducing the vfs_
On Mon, Oct 30, 2017 at 09:16:19AM +0100, Vitaly Kuznetsov wrote:
> Greg KH writes:
>
> > On Sun, Oct 29, 2017 at 12:21:09PM -0700, k...@exchange.microsoft.com wrote:
> >> From: Vitaly Kuznetsov
> >>
> >> Add tracepoint to CHANNELMSG_OPENCHANNEL sender.
> >>
> >> Signed-off-by: Vitaly Kuznetso
Hi,
On Mon 30-10-17 13:00:23, Dave Chinner wrote:
> On Sun, Oct 29, 2017 at 04:46:44PM -0700, Dan Williams wrote:
> > Coming back to this since Dave has made clear that new locking to
> > coordinate get_user_pages() is a no-go.
> >
> > We can unmap to force new get_user_pages() attempts to block
On Thursday 26 October 2017 01:29 PM, Faiz Abbas wrote:
> David,
>
> On Thursday 19 October 2017 06:56 PM, David Laight wrote:
>> From: Faiz Abbas
>>> Sent: 19 October 2017 14:09
>>> On Thursday 19 October 2017 06:13 PM, Faiz Abbas wrote:
Enable support for printing the LTSSM link state for
>> Do you find the following details useful for further clarification?
>
> Almost, you should compare sizes of mlx4_ib.ko and not
> drivers/infiniband/hw/mlx4/main.o.
text: -32
data: 0
bss: 0
The determined difference is the same finally.
Regards,
Markus
The function of_parse_phandle() returns a NULL pointer if it cannot
resolve a phandle property to a device_node pointer. In function
hns_nic_dev_probe(), its return value is passed to PTR_ERR to extract
the error code. However, in this case, the extracted error code will
always be zero, which is un
On Sat, Oct 28, 2017 at 4:52 AM, Mike Rapoport wrote:
> There are several functions that do find_task_by_vpid() followed by
> get_task_struct(). We can use a helper function instead.
>
> Signed-off-by: Mike Rapoport
> ---
I did a quick grep and found other similar patterns in
kernel/events/core.
On Fri, Oct 27, 2017 at 11:56:14AM -0500, Bin Liu wrote:
> On Fri, Oct 27, 2017 at 06:49:49PM +0200, Greg Kroah-Hartman wrote:
> > On Fri, Oct 27, 2017 at 11:44:47AM -0500, Bin Liu wrote:
> > > Hi,
> > >
> > > On Mon, Oct 23, 2017 at 10:10:43PM -0500, Gustavo A. R. Silva wrote:
> > > > In preparat
On Fri, Oct 27, 2017 at 11:24:22AM -0500, Bin Liu wrote:
> Hi,
>
> On Tue, Oct 24, 2017 at 03:08:35AM -0700, Kees Cook wrote:
> > In preparation for unconditionally passing the struct timer_list pointer to
> > all timer callbacks, switch to using the new timer_setup() and from_timer()
> > to pass
On Mon, Oct 30, 2017 at 09:42:25AM +0100, Peter Zijlstra wrote:
On Mon, Oct 30, 2017 at 12:02:01AM +0100, Fengguang Wu wrote:
The dmesg fragment is
[ 40.886662] done
[ 40.886686] [ 40.905102] capability: warning: `turbostat' uses 32-bit
capabilities (legacy support in use)
[ 40.940087]
On Fri, Oct 27, 2017 at 02:44:37PM +, Bogdan Purcareata wrote:
> > -Original Message-
> > From: Dan Carpenter [mailto:dan.carpen...@oracle.com]
> > Sent: Friday, October 27, 2017 5:30 PM
> > To: Bogdan Purcareata
> > Cc: Ruxandra Ioana Radulescu ;
> > gre...@linuxfoundation.org; linux-
adding qemu devel and add Daniel and Erik from libvirt to keep them in the
loop.
On 10/29/2017 12:11 PM, Cornelia Huck wrote:
> On Fri, 13 Oct 2017 13:38:45 -0400
> Tony Krowiak wrote:
>
>> Tony Krowiak (19):
>> KVM: s390: SIE considerations for AP Queue virtualization
>> KVM: s390: refact
Mimi Zohar wrote:
> Yes, that works. Thanks! Remember is_ima_appraise_enabled() is
> dependent on the "ima: require secure_boot rules in lockdown mode"
> patch - http://kernsec.org/pipermail/linux-security-module-archive/201
> 7-October/003910.html.
What happens if the file in question is bein
On Fri 27-10-17 16:10:53, Waiman Long wrote:
> The dlist_for_each_entry_safe() macro in include/linux/dlock-list has
> a use-after-unlock problem where racing condition can happen because
> of a lack of spinlock protection. Fortunately, this macro is not
> currently being used in the kernel.
>
>
> -Original Message-
> From: Thomas Gleixner [mailto:t...@linutronix.de]
> Sent: Tuesday, October 17, 2017 1:57 AM
> To: YASUAKI ISHIMATSU
> Cc: Kashyap Desai; Hannes Reinecke; Marc Zyngier; Christoph Hellwig;
> ax...@kernel.dk; m...@ellerman.id.au; keith.bu...@intel.com;
> pet...@infradead
On Mon, Oct 30, 2017 at 08:39:56AM +0100, Greg KH wrote:
>
> No "Reported-by:"?
Good point, fixed in my tree.
- Ted
On 10/20/2017 12:25 AM, Shakeel Butt wrote:
> lru_add_drain_all() is not required by mlock() and it will drain
> everything that has been cached at the time mlock is called. And
> that is not really related to the memory which will be faulted in
> (and cached) and mlocked by the syscall itself.
>
> -Original Message-
> From: Dan Carpenter [mailto:dan.carpen...@oracle.com]
> Sent: Monday, October 30, 2017 10:56 AM
> To: Bogdan Purcareata
> Cc: de...@driverdev.osuosl.org; gre...@linuxfoundation.org; linux-
> ker...@vger.kernel.org
> Subject: Re: [PATCH 4/5] staging: fsl-dpaa2/eth: Ch
> While we do not mind cleanup patches, the way you post them (one fix per file)
I find it safer in this way while I was browsing through the landscape of Linux
software components.
> is really annoying and takes us too much time to review.
It is just the case that there are so many remaining
On Tue, Oct 24, 2017 at 5:02 PM, Lorenzo Pieralisi
wrote:
> The PSCI checker suspend_test_thread() function (ie executed for the
> suspend test) requires an on-stack timer to carry out the test it
> executes; it sets it up through the setup_timer_on_stack() API.
>
> setup_timer_on_stack() requires
Hi Guenter,
(There are some problem with Eric's email, he can not receive this
email, so I help to reply his comments following yours. sorry for
troubles.)
+#define SPRD_WDT_MAX_TIMEOUT 60
>>>
>>>
>>> Is that really the maximum supported timeout ? Seems a bit low.
>>> Shouldn't it
On 28-10-17, 02:59, Joel Fernandes wrote:
> Since the recent remote cpufreq callback work, its possible that a cpufreq
> update is triggered from a remote CPU. For single policies however, the
> current
> code uses the local CPU when trying to determine if the remote sg_cpu entered
> idle or is bu
On Mon, Oct 30, 2017 at 12:37:01AM +0100, Fengguang Wu wrote:
> CC MM people.
>
> On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
> > Hi Linus,
> >
> > Up to now we see the below boot error/warnings when testing v4.14-rc6.
> >
> > They hit the RC release mainly due to various imper
On 10/28, Chao Yu wrote:
> Hi Jaegeuk,
>
> On 2017/10/23 0:51, Jaegeuk Kim wrote:
> > On 10/22, Chao Yu wrote:
> >> On 2017/10/20 0:56, Jaegeuk Kim wrote:
> >>> This case is not happening easily.
> >>
> >> Actually it can happen, so why not just keep it?
> >
> > Okay, so let me keep this patch fo
On Fri, Oct 20, 2017 at 7:16 PM, Masahiro Yamada
wrote:
> Hi Arnd, Olof,
>
> Please pull small fixes of ARM UniPhier DT.
> It turned out one clock was missing that is actually
> necessary for EHCI nodes.
Pulled into fixes, thanks!
Arnd
You have prefixed most of the Cc'd names with "Cc: " somehow :)
On 28-10-17, 02:59, Joel Fernandes wrote:
> Since the remote cpufreq callback work, the cpufreq_update_util call can
> happen
> from remote CPUs. The comment about local CPUs is thus obsolete. Update it
> accordingly.
We normally ke
Hi Chen,
On Thu, 14 Sep 2017 21:58:11 +0800
Chen Bin wrote:
> On UBIFS, Cypress S29GL01GT flash is failed to access occasionally
> , and throw below error information and call trace:
> MTD get_chip(): chip not ready after erase suspend
> UBI error: ubi_io_write: error -5 while writing 512 bytes
Hi Kirill,
On Mon, Oct 30, 2017 at 12:19:40PM +0300, Kirill A. Shutemov wrote:
On Mon, Oct 30, 2017 at 12:37:01AM +0100, Fengguang Wu wrote:
CC MM people.
On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
> Hi Linus,
>
> Up to now we see the below boot error/warnings when testing v
On 2017-10-30 at 09:50:01 +0100, Pan Bian wrote:
> The function of_parse_phandle() returns a NULL pointer if it cannot
> resolve a phandle property to a device_node pointer. In function
> hns_nic_dev_probe(), its return value is passed to PTR_ERR to extract
> the error code. However, in this case,
On 10/28, Chao Yu wrote:
> On 2017/10/28 19:03, Fan Li wrote:
> > This patch add a new function to move nid from one state to another.
> > Move operation is heavily used, by adding a new function for it
> > we can cut down some branches from several flow.
> >
> >
> > Signed-off-by: Fan li
> > -
On 10/30/2017 02:18 AM, Baolin Wang wrote:
Hi Guenter,
(There are some problem with Eric's email, he can not receive this
email, so I help to reply his comments following yours. sorry for
troubles.)
+#define SPRD_WDT_MAX_TIMEOUT 60
Is that really the maximum supported timeout ? Se
Hi,
Can I get feedback on this last patch?
Thanks,
Marian
Either I've been missing something or nothing has been going on. (K. E. Gordon)
On Tue, Oct 24, 2017 at 12:59 PM, memeka wrote:
> Enable support for ARM Performance Monitoring Units available in Cortex-A7
> and Cortex-A15 CPU cores for
Generic drivers like this need to control arbitrary numbers of reset
lines. Instead of hard-coding the maximum number of resets, use the
reset array API. It can manage a bunch of resets behind the scene.
Signed-off-by: Masahiro Yamada
---
drivers/usb/host/ohci-platform.c | 37 ++--
Generic drivers like this need to control arbitrary numbers of reset
lines. Instead of hard-coding the maximum number of resets, use the
reset array API. It can manage a bunch of resets behind the scene.
Signed-off-by: Masahiro Yamada
---
drivers/usb/host/ehci-platform.c | 33 +++-
On Mon, Oct 30, 2017 at 10:34 AM, Marian Mihailescu
wrote:
> Hi,
>
> Can I get feedback on this last patch?
Just six days passed... I'll take a look soon, it is not lost. But
anyway merge window is too close so I am not planning to take anything
more for upcoming release.
Best regards.
Krzysztof
Below is the list of build error/warning regressions/improvements in
v4.14-rc7[1] compared to v4.13[2].
Summarized:
- build errors: +6/-0
- build warnings: +1861/-923
JFYI, when comparing v4.14-rc7[1] to v4.14-rc6[3], the summaries are:
- build errors: +0/-0
- build warnings: +521/-388
N
On 10/30, Chao Yu wrote:
> On 2017/10/30 9:33, Yunlong Song wrote:
> > This reverts commit 5e443818fa0b2a2845561ee25bec181424fb2889
> >
> > The commit should be reverted because call sequence of below two parts
> > of code must be kept:
> > a. update sit information, it needs to be updated before
Hi Kees,
On 10/24/2017 05:22 PM, Kees Cook wrote:
> In preparation for unconditionally passing the struct timer_list pointer to
> all timer callbacks, switch to using the new timer_setup() and from_timer()
> to pass the timer pointer explicitly.
>
> Cc: Mauro Carvalho Chehab
> Cc: Andy Walls
>
On 2017/10/30 15:19, Fan Li wrote:
> Make three modification for __update_nat_bits:
> 1. Take the codes of dealing the nat with nid 0 out of the loop
> Such nat only needs to be dealt with once at beginning.
> 2. Use " nat_index == 0" instead of " start_nid == 0" to decide if it's the
> first
On 2017/10/30 17:21, Jaegeuk Kim wrote:
> On 10/28, Chao Yu wrote:
>> Hi Jaegeuk,
>>
>> On 2017/10/23 0:51, Jaegeuk Kim wrote:
>>> On 10/22, Chao Yu wrote:
On 2017/10/20 0:56, Jaegeuk Kim wrote:
> This case is not happening easily.
Actually it can happen, so why not just keep it?
On Mon, Oct 30, 2017 at 07:51:42PM +1100, Balbir Singh wrote:
> On Sat, Oct 28, 2017 at 4:52 AM, Mike Rapoport
> wrote:
> > There are several functions that do find_task_by_vpid() followed by
> > get_task_struct(). We can use a helper function instead.
> >
> > Signed-off-by: Mike Rapoport
> > --
On Thu, Oct 26, 2017 at 3:23 AM, Alex Elder wrote:
> This series deletes three config options related to USB on Qualcomm
> SoCs from the arm64 "defconfig". The code enabled by the options is
> no longer needed by any Qualcomm hardware.
>
> -Alex
Shouldn't
On 10/13/2017 09:21 PM, Michael S. Tsirkin wrote:
fill_balloon doing memory allocations under balloon_lock
can cause a deadlock when leak_balloon is called from
virtballoon_oom_notify and tries to take same lock.
To fix, split page allocation and enqueue and do allocations outside the lock.
Her
On Mon, 30 Oct 2017, SF Markus Elfring wrote:
> > While we do not mind cleanup patches, the way you post them (one fix per
> > file)
>
> I find it safer in this way while I was browsing through the landscape of
> Linux
> software components.
>
>
> > is really annoying and takes us too much ti
On Mon, Oct 30, 2017 at 10:17:54AM +0100, Arnd Bergmann wrote:
> On Tue, Oct 24, 2017 at 5:02 PM, Lorenzo Pieralisi
> wrote:
> > The PSCI checker suspend_test_thread() function (ie executed for the
> > suspend test) requires an on-stack timer to carry out the test it
> > executes; it sets it up th
On 10/24/2017 05:22 PM, Kees Cook wrote:
> In preparation for unconditionally passing the struct timer_list pointer to
> all timer callbacks, switch to using the new timer_setup() and from_timer()
> to pass the timer pointer explicitly.
>
> Cc: Mike Isely
> Cc: Mauro Carvalho Chehab
> Cc: linux-
On 10/29/2017 12:56 PM, Johan Hovold wrote:
> Take an extra reference to the controller to avoid use-after-free in
> free_irq() which is called only after the controller has been
> deregistered and freed.
>
> Note that this is not an issue for this particular driver which does not
> use shared int
On Mon, Oct 30, 2017 at 3:16 PM, Amit Kucheria
wrote:
> On Thu, Oct 26, 2017 at 3:23 AM, Alex Elder wrote:
>> This series deletes three config options related to USB on Qualcomm
>> SoCs from the arm64 "defconfig". The code enabled by the options is
>> no longer needed by any Qualcomm hardware.
>
On Sun, 29 Oct 2017, Laurent Pinchart wrote:
> Hi Jani,
>
> On Friday, 27 October 2017 21:45:17 EET Jani Nikula wrote:
>> On Tue, 24 Oct 2017, SF Markus Elfring wrote:
>> > Add a jump target so that a bit of exception handling can be better reused
>> > at the end of this function.
>> >
>> > This
1 - 100 of 790 matches
Mail list logo