Add the following OEM's branding to the mpt3sas driver.
"VendorID" "DeviceID" "SubsystemVendor ID" "SubsystemDevice ID" Cisco
Branding String
0x1000 0x97 SVID = 0x1137 0x014C Cisco
9300-8E 12G SAS HBA
Changes in v2:
Patch version change only.
Bump mpt3sas driver version to v6.100.00.00.
Changes in v2:
Patch version change only.
Signed-off-by: Sreekanth Reddy
Reviewed-by: Martin K. Petersen
Reviewed-by: Johannes Thumshirn
---
drivers/scsi/mpt3sas/mpt3sas_base.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff
Below are the new changes to MPI 2.5 Rev K(2.5.6) specification and 2.00.35
header files
1) Added a minimum size requirement for target mode command buffers.
2) Added MinMSIxIndex and MaxMSIxIndex fields to CommandBufferPostBase Request.
3) For BIOS Page 1, added SSUTimeout field, and added Produc
For any SCSI command, if the driver receives
IOC status = SCSI_IOC_TERMINATED and log info = 0x32010081 then
that command will be completed with DID_RESET host status.
The definition of this log info value is
"Virtual IO has failed and has to be retried".
Firmware will provide this log info value
scsi_dma_map API will return a negative value (i.e. -ENOMEM)
if DMA mapping of sg lists fails and zero if the sg list in the
SCSI cmd is NULL. But drivers doesn't handled sg list DMA mapping
failure case properly.
So, Updated the code to return host busy error status to SCSI MID Layer(SML),
when D
Added support for below customer specific brandings
"VendorID" "DeviceID" "SubsystemVendor ID" "SubsystemDevice ID" Cisco
Branding String
0x1000 0x97 0x1137 0x154 Cisco
9300-8i 12Gbps SAS HBA
0x1000 0x97 0x1137 0
Added the following Dell branding to the mpt3sas driver.
"VendorID" "DeviceID" "SubsystemVendor ID" "SubsystemDevice ID" Dell
Branding String
0x10000x0097 0x1028 0x1F46DELL
12Gbps HBA
Changes in v2:
Patch version change only.
Signed-off
Update MPI 2.5 Release: MPI 2.5 Rev I (2.5.4) specification and 2.00.33 header
files
Below is the change set from the MPI specification for I Rev
1) Added Base Enclosure Level bit to the Flags field of Manufacturing Page 7.
2) Updated description of the MaxTargetPortConnectTime field of SAS IO U
This adds a DT binding documentation for the MT6580 SoC from Mediatek.
Change-Id: I608738d330d356291b581203befcfe69c3a846c1
Signed-off-by: Mars Cheng
---
Documentation/devicetree/bindings/arm/mediatek.txt | 4
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/a
This patch add basic support for Mediatek's new 4-core chip, mt6580.
Change in v2:
1. Use stdout-path in device tree to indicate console
2. Remove board-specific bootargs
Mars Cheng (2):
Document: DT: Add bindings for mediatek MT6580 SoC Platform
ARM: dts: mediatek: add 6580 support
Documen
This Patch will provide more details of the devices such as slot number,
enclosure logical id, enclosure level & connector name in the following
scenarios,
- When end device is added in the topology,
- When the end device is removed from the setup,
- When the SCSI mid layer issues TASK ABORT/ DE
Removed the redundancy code while freeing the controller resources.
Changes in v2:
Patch version change only.
Signed-off-by: Sreekanth Reddy
Reviewed-by: Martin K. Petersen
Reviewed-by: Johannes Thumshirn
---
drivers/scsi/mpt3sas/mpt3sas_base.c | 57 +--
This adds basic chip support for Mediatek 6580.
Change-Id: Ic5c93eb5d1e6e23503dabd28d41c30a7f02e9c18
Signed-off-by: Mars Cheng
---
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/mt6580-evbp1.dts | 35 +++
arch/arm/boot/dts/mt6580.dtsi | 125 ++
On 06/30/2015 06:51 AM, Krzysztof Kozłowski wrote:
2015-06-30 13:14 GMT+09:00 Vinod Koul :
On Mon, Jun 22, 2015 at 11:14:42AM +0900, Krzysztof Kozłowski wrote:
2015-06-15 23:00 GMT+09:00 Krzysztof Kozlowski :
When pl330 driver was used during sound playback, after some time or
after a number o
Any updates on this or too much distractions? I really think doing
this would be awesome for the drm subsystem, instead of reinventing
this wheel for each driver.
-Daniel
On Wed, Mar 25, 2015 at 10:21 AM, Daniel Vetter wrote:
> On Wed, Mar 25, 2015 at 01:47:54PM +0530, Archit Taneja wrote:
>> Hi,
Hi Paul,
> On Thu, Jun 25, 2015 at 9:46 AM, Guenter Roeck wrote:
> > On 06/25/2015 03:21 AM, poesc...@lemonage.de wrote:
> >>
> >> From: Lars Poeschel
> >>
> >> Add a early_enable module parameter to the omap_wdt that starts the
> >> watchdog on module insertion. The default value is 0 which doe
We removed the __cpuinit stuff in 3.11-rc1 with commit
22f0a27367742f65130c0fb25ef00f7297e032c1 ("init.h: remove __cpuinit
sections from the kernel") but we left some no-op stubs as
a courtesy to unmerged code.
Here we get rid of the stubs as well, since (as can be seen in these
changes) they are
On Monday 29 June 2015 07:55 PM, Laurent Dufour wrote:
> The commit 2ae416b142b6 ("mm: new mm hook framework") introduced an empty
> header file (mm-arch-hooks.h) for every architecture, even those which
> doesn't need to define mm hooks.
>
> As suggested by Geert Uytterhoeven, this could be clean
The files changed here are simply modular source files that are implicitly
relying on being present. We fix them up now, so that we can
decouple some of the module related init code from the core init code in
the future.
The addition of the module.h include to several files here is also a
no-op
On Thu, Jun 25, 2015 at 10:53:33PM -0700, Juston Li wrote:
> On Thu, Jun 25, 2015 at 9:05 PM, Sudip Mukherjee
> wrote:
> > Usually I use the checkpatch which is in linux-next. That will be the
> > latest version. If you compare, last commit on checkpatch of staging
> > tree was on April 16th, wher
On Tuesday, June 30, 2015 2:37 PM, Daniel Vetter wrote:
> On Tue, Jun 30, 2015 at 4:53 AM, Rui Wang wrote:
> >
> > I think testing can be done by injecting a fatal machine check
> > exception via einj's debugfs interface. I can reproduce the hard hang every
> time.
> > I think It can be a simple
On Mon, 29 Jun 2015, linux...@163.com wrote:
> From: linuxsea
>
> Signed-off-by:linuxsea
Please use your real name for authorship and signoffs. Thanks,
--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vge
On Tue, Jun 30, 2015 at 08:43:14AM +0200, Fabio Falzoi wrote:
> No newline is needed since checkpatch doesn't complain about line longer
> than 80 characters for string literals.
>
> Signed-off-by: Fabio Falzoi
The original was correct. There was no need to go over 80 characters
just because of
On Thursday 25 June 2015 11:16 AM, Vaibhav Hiremath wrote:
On Thursday 25 June 2015 10:08 AM, Tony Lindgren wrote:
* Vaibhav Hiremath [150624 10:12]:
I do not like this, as this is not HW feature, so DT may not be right
approach.
So I will dig more from either runtime or Compile time opt
2015-06-29 11:09 GMT+02:00 Daniel Lezcano :
> On 06/22/2015 10:05 AM, Maxime Coquelin wrote:
>
> [ ... ]
>
>>> ---
>>> drivers/clocksource/Kconfig | 4 ++--
>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>
>> Thanks Paul for the patch.
>> Actually, I already had sent a patch to fix thi
This series of commits converts non-modular code that is using
the module_init() call to hook itself into the system to instead
use device_initcall().
The conversion is a runtime no-op, since module_init actually
becomes __initcall in the non-modular case, and that in turn gets
mapped onto device_
On 2015/06/30 11:45, Xishi Qiu wrote:
On 2015/6/29 15:32, Kamezawa Hiroyuki wrote:
On 2015/06/27 11:24, Xishi Qiu wrote:
This patch introduces a new migratetype called "MIGRATE_MIRROR", it is used to
allocate mirrored pages.
When cat /proc/pagetypeinfo, you can see the count of free mirrored b
Hi,
On 06/30/2015 12:40 PM, Daniel Vetter wrote:
Any updates on this or too much distractions? I really think doing
this would be awesome for the drm subsystem, instead of reinventing
this wheel for each driver.
I'd started on this again. I've got more free time now than before, so I
should h
Hi Leilk,
On Mon, Jun 29, 2015 at 9:04 PM, Leilk Liu wrote:
> This patch adds MT8173 spi bus controllers into device tree.
>
> Signed-off-by: Leilk Liu
> ---
> arch/arm64/boot/dts/mediatek/mt8173.dtsi | 9 +
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek
On 30/06/15 07:58, Ingo Molnar wrote:
>
> * Arnaldo Carvalho de Melo wrote:
>
>> Hi Ingo,
>>
>> Please consider pulling, there are several other patches after this,
>> but I think that this may be acceptable to showcase the capabilities already
>> present, look at the output of 'perf script
2015-06-30 16:01 GMT+09:00 Lars-Peter Clausen :
> On 06/30/2015 06:51 AM, Krzysztof Kozłowski wrote:
>>
>> 2015-06-30 13:14 GMT+09:00 Vinod Koul :
>>>
>>> On Mon, Jun 22, 2015 at 11:14:42AM +0900, Krzysztof Kozłowski wrote:
2015-06-15 23:00 GMT+09:00 Krzysztof Kozlowski
:
>
>
On Tuesday 30 June 2015 01:16 PM, Vaibhav Hiremath wrote:
On Thursday 25 June 2015 11:16 AM, Vaibhav Hiremath wrote:
On Thursday 25 June 2015 10:08 AM, Tony Lindgren wrote:
* Vaibhav Hiremath [150624 10:12]:
I do not like this, as this is not HW feature, so DT may not be right
approach
Hi Joe,
>> Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])
>
>I think all of these #defines should be removed instead
>as they are all used only once.
If we replcase only ARRAY_SIZE then cood will look alike
to drivers/net/ethernet/intel/e1000e/phy.c
And if we have to remove these #defines , th
This patch rearranges the core LED subsystem code, so that it
now removes from drivers the responsibility of using work queues
internally in case their brightness_set ops can sleep.
Addition of two flags: LED_BRIGHTNESS_FAST and LED_BLINK_DISABLE
as well as new_brightness_value property to the stru
add __bitmap_parse_common to match any contents and return expected result.
as __bitmap_parse_common need NULL-terminated string, we alloc a new buf.
this patch also fix some parse issues in __bitmap_parselist.
now it can handle grouping errors with input like " ", ",", etc.
Signed-off-by: xinh
Hi!
Boot hangs after "Booting the kernel." message. 4.1-rc7 (or so) worked
ok. Same failure on thinkpad T40p.
Kernel based on c63f887bdae80858c7cebf914f45f69bbaa88e8d . Will try
current -rc0 next.
Pavel
--
(english) http://
Hi,
On Mon, Jun 29, 2015 at 06:44:23PM +0200, Dr. H. Nikolaus Schaller wrote:
[...]
> >> + list_for_each_entry(uart, &uart_list, head) {
> >> + if (node != uart->dev->of_node)
> >> + continue;
> >> +
> >> + return uart;
> >
> > We can easily save three lines he
Am 04.02.2015 um 21:36 schrieb SF Markus Elfring:
> From: Markus Elfring
> Date: Wed, 4 Feb 2015 21:32:27 +0100
>
> The of_node_put() function tests whether its argument is NULL and then
> returns immediately. Thus the test around the call is not needed.
>
> This issue was detected by using the
In some cases some sessions aren't freed.
For example, a session is allocated and then
if an error occur, just a error value is returned
without freeing the session. So allocating and freeing
session have to be matched as a pair even if an error occur.
Taeung Song (5):
perf inject: Fill in the m
When an error occur a error value is just returned
without freeing the session. So allocating and freeing
session have to be matched as a pair even if an error occur.
Signed-off-by: Taeung Song
---
tools/perf/builtin-inject.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --g
When an error occur a error value is just returned
without freeing the session. So allocating and freeing
session have to be matched as a pair even if an error occur.
Signed-off-by: Taeung Song
---
tools/perf/builtin-mem.c | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
When an error occur a error value is just returned
without freeing the session. So allocating and freeing
session have to be matched as a pair even if an error occur.
Signed-off-by: Taeung Song
---
tools/perf/builtin-report.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --gi
When an error occur a error value is just returned
without freeing the session. So allocating and freeing
session have to be matched as a pair even if an error occur.
Signed-off-by: Taeung Song
---
tools/perf/builtin-kvm.c | 16
1 file changed, 12 insertions(+), 4 deletions(-)
On Tue 2015-06-30 10:08:06, Pavel Machek wrote:
> Hi!
>
> Boot hangs after "Booting the kernel." message. 4.1-rc7 (or so) worked
> ok. Same failure on thinkpad T40p.
>
> Kernel based on c63f887bdae80858c7cebf914f45f69bbaa88e8d . Will try
> current -rc0 next.
Hmm, I do have CONFIG_SLAB enabled, s
When an error occur a error value is just returned
without freeing the session. So allocating and freeing
session have to be matched as a pair even if an error occur.
Signed-off-by: Taeung Song
---
tools/perf/builtin-kmem.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/
commit 80279fb7ba5b ("cfg80211: properly send
NL80211_ATTR_DISCONNECTED_BY_AP in disconnect") has changed the api of
cfg80211_disconnected() and caused a build failure.
Add the extra argument as false since it appears from the code that the
disconnection is not locally generated.
And incase of doub
On 06/18/2015 12:54 PM, Viresh Kumar wrote:
Migrate asm9260 driver to the new 'set-state' interface provided by
clockevents core, the earlier 'set-mode' interface is marked obsolete
now.
This also enables us to implement callbacks for new states of clockevent
devices, for example: ONESHOT_STOPPE
Hi,
I left some comments below.
On Sun, Jun 28, 2015 at 09:46:26PM +0200, Marek Belisko wrote:
> From: "H. Nikolaus Schaller"
>
> Add driver for Wi2Wi w2g004 GPS module connected through uart. Use uart
> slave + notification hooks to glue with tty.
>
> Signed-off-by: H. Nikolaus Schaller
> S
On 06/29/2015 05:17 PM, Stas Sergeev wrote:> 29.06.2015 17:05, Jacek
Anaszewski пишет:
>> + * If need to disable soft blinking delegate this to the
>> + * work queue task to avoid problems in case we are
>> + * called from hard irq context.
>> +
On 06/18/2015 12:54 PM, Viresh Kumar wrote:
Migrate cadence_ttc driver to the new 'set-state' interface provided by
clockevents core, the earlier 'set-mode' interface is marked obsolete
now.
This also enables us to implement callbacks for new states of clockevent
devices, for example: ONESHOT_ST
Hi,
I think that what have been done by Rob with module_param is also a good idea:
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/gpu/drm/msm/msm_drv.c?id=e90dfec78ec288d6c89a7b508a5c5d4ae8b7f934
Can you mix compilation flag and module param ?
Benjamin
2015-06-3
2015-07-01 4:37 GMT+03:00 Pan Xinhui :
> hi, Yury
> thanks for your nice reply.
>
> On 2015年06月29日 21:39, Yury Norov wrote:
>>>
>>> Sometimes the input from user may cause an unexpected result.
>>
>>
>> Could you please provide specific example?
>>
> I wrote some scripts to do some tests ab
add __bitmap_parse_common to match any contents and return expected reslut.
as __bitmap_parse_common need NULL-terminated string, we alloc a new buf.
this patch also fix some parse issues in __bitmap_parselist.
now it can handle grouping errors with input like " ", ",", etc.
Signed-off-by: Pan
Hi,
thanks for the valid and very valuable comments!
We will integrate them into RFC v3.
BR,
Nikolaus
Am 30.06.2015 um 10:23 schrieb Sergei Zviagintsev :
> Hi,
>
> I left some comments below.
>
> On Sun, Jun 28, 2015 at 09:46:26PM +0200, Marek Belisko wrote:
>> From: "H. Nikolaus Schaller"
>>
(2015/06/29 21:26), Vivek Goyal wrote:
> On Mon, Jun 29, 2015 at 06:53:29PM +0900, Hidehiro Kawai wrote:
>> Hi,
>>
>> (2015/06/27 3:33), dwal...@fifo99.com wrote:
> On Fri, Jun 26, 2015 at 10:02:00AM +0900, Hidehiro Kawai wrote:
Hi,
(2015/06/25 1:31), dwal...@fifo99.com wrote:
>
Pali,
Thanks for comments, but will you be able to provide more details so
it is more clear how this works?
On Mon, Jun 29, 2015 at 8:29 PM, Pali Rohár wrote:
> On Friday 26 June 2015 23:24:10 Alex Hung wrote:
>> On Fri, Jun 26, 2015 at 10:56 PM, Pali Rohár wrote:
>> > Hi!
>> >
>> > On Wednesda
hi, Yury
On 2015年06月30日 16:32, Yury Norov wrote:
2015-07-01 4:37 GMT+03:00 Pan Xinhui :
hi, Yury
thanks for your nice reply.
On 2015年06月29日 21:39, Yury Norov wrote:
Sometimes the input from user may cause an unexpected result.
Could you please provide specific example?
I wrote
On 30/06/2015 09:28, Vineet Gupta wrote:
>> diff --git a/arch/arc/include/asm/Kbuild b/arch/arc/include/asm/Kbuild
>> index 769b312c1abb..2febe6ff32ed 100644
>> --- a/arch/arc/include/asm/Kbuild
>> +++ b/arch/arc/include/asm/Kbuild
>> @@ -49,3 +49,4 @@ generic-y += ucontext.h
>> generic-y += user.
Hi Stephen,
On Mon, Jun 29, 2015 at 10:58:46PM +0100, Stephen Boyd wrote:
> For PPI based PMUs, we bail out early in of_pmu_irq_cfg() without
> setting the PMU's supported_cpus bitmap. This causes the
> smp_call_function_any() in armv7_probe_num_events() to fail. Set
> the bitmap to be all CPUs so
On Tue 2015-06-30 10:15:51, Pavel Machek wrote:
> On Tue 2015-06-30 10:08:06, Pavel Machek wrote:
> > Hi!
> >
> > Boot hangs after "Booting the kernel." message. 4.1-rc7 (or so) worked
> > ok. Same failure on thinkpad T40p.
> >
> > Kernel based on c63f887bdae80858c7cebf914f45f69bbaa88e8d . Will t
Hi!
Ideally, try to touch led trigger configuration from userspace yourself,
so you will see how it works. Take some machine which has some
configurable led exported in /sys/class/leds/ and try to set some
trigger via "trigger" entry.
I think that default trigger for led device (from kernel) can
Ugh, sorry Resending with lkml CC'ed.
On 06/30/2015 08:23 AM, Ingo Molnar wrote:>
>
> So if there's a latest series of fixes to apply, please send it.
>
> Thanks,
>
> Ingo
I've grabbed everything in this series. Including fix from Alexander
with slightly tweaked changelog by me and
On 30-06-15, 10:25, Daniel Lezcano wrote:
> Could you add in the changelog the subtle change with
> set_mode(RESUME) and this code. As a default the timer was stopped
> when entering in the set_mode function, now with the new API, this
> is done explicitly.
> Can you replace this line with a call
Print informational message to tell user that kernel
runs with kasan enabled.
Add "kasan: " prefix to all messages in kasan_init_64.c
Signed-off-by: Andrey Ryabinin
---
arch/x86/mm/kasan_init_64.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/x86/mm/kasan_init_64.c b/arch/x86/mm/ka
From: Alexander Popov
Currently kasan shadow region page tables created without respect of
physical offset (phys_base). This causes kernel halt when phys_base
is not zero.
So let's initialize kasan shadow region page tables in kasan_early_init()
using __pa_nodebug() which considers phys_base.
Th
load_cr3() doesn't cause tlb_flush if PGE enabled.
This may cause tons of false positive reports spamming
kernel to death.
To fix this __flush_tlb_all() should be called explicitly
after cr3 changed.
Signed-off-by: Andrey Ryabinin
Cc: # 4.0
---
arch/x86/mm/kasan_init_64.c | 2 ++
1 file changed
KASAN_SHADOW_OFFSET is purely arch specific setting,
so it should be in arch's Kconfig file.
Signed-off-by: Andrey Ryabinin
Cc: Paul Bolle
---
arch/x86/Kconfig | 5 +
lib/Kconfig.kasan | 4
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kcon
While populating zero shadow wrong bits in upper level page tables
used. __PAGE_KERNEL_RO that was used for pgd/pud/pmd has
_PAGE_BIT_GLOBAL set. Global bit is present only in the lowest
level of the page translation hierarchy (ptes), and it should be zero
in upper levels.
This bug seems doesn't ca
On Tue, Jun 30, 2015 at 10:31 AM, Benjamin Gaignard
wrote:
> I think that what have been done by Rob with module_param is also a good idea:
> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/gpu/drm/msm/msm_drv.c?id=e90dfec78ec288d6c89a7b508a5c5d4ae8b7f934
>
> Can yo
Hi Geert,
Thank you for the patch.
On Monday 29 June 2015 14:23:41 Geert Uytterhoeven wrote:
> drivers/media/i2c/mt9v032.c: In function ‘mt9v032_get_pdata’:
> drivers/media/i2c/mt9v032.c:885: warning: ‘pdata’ may be used uninitialized
> in this function
>
> If parsing the endpoint node propertie
On Mon, Jun 29, 2015 at 10:25 PM, Akinobu Mita wrote:
> 2015-06-28 1:08 GMT+09:00 Ming Lei :
>> On Sat, Jun 27, 2015 at 1:14 AM, Akinobu Mita wrote:
>>> Akinobu Mita wrote:
2015-06-26 0:40 GMT+09:00 Ming Lei :
> On Thu, 25 Jun 2015 21:49:43 +0900
> Akinobu Mita wrote:
>> For
This patch improves the build coverage with COMPILE_TEST so it is not only
limited to ARM builds.
The fix consists in making the STM32 timer depend on GENERIC_CLOCKEVENTS.
Reported-by: kbuild test robot
Cc: Paul Gortmaker
Cc: Daniel Lezcano
Cc: Thomas Gleixner
Signed-off-by: Maxime Coquelin
Hi,
On 06/30/2015 02:01 PM, Benjamin Gaignard wrote:
Hi,
I think that what have been done by Rob with module_param is also a good idea:
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/gpu/drm/msm/msm_drv.c?id=e90dfec78ec288d6c89a7b508a5c5d4ae8b7f934
Can you mix
On Wed, 2015-06-24 at 12:24 +0200, Heiko Stübner wrote:
> Am Mittwoch, 24. Juni 2015, 15:54:15 schrieb James Liao:
> > On Mon, 2015-06-22 at 14:53 +0200, Heiko Stübner wrote:
> > > Am Montag, 22. Juni 2015, 11:38:37 schrieb James Liao:
> > > > On Fri, 2015-06-19 at 13:36 +0200, Heiko Stuebner wrote
On Fri 22-05-15 17:13:38, Tejun Heo wrote:
> A blkg (blkcg_gq) can be congested and decongested independently from
> other blkgs on the same request_queue. Accordingly, for cgroup
> writeback support, the congestion status at bdi (backing_dev_info)
> should be split and updated separately from mat
In the unlikely scenario that the kernel is booted with nodelayacct, we
dump all zeroes so as to make it clear that scheduler statistics are not
available.
Signed-off-by: Naveen N. Rao
---
Changes since v2: Revert to unsigned long in printf
fs/proc/base.c | 11 +++
1 file changed, 7 in
Hi!
This is just a short reminder for the patch I sent a few weeks ago. As
it's just a really small change I'd like to ask if someone could review
it, so either I have the chance to fix errors or it can be applied.
Thanks in advance,
Philipp Trommler.
Am Freitag, den 05.06.2015, 11:01 +0200 schr
On 06/30/2015 11:06 AM, Maxime Coquelin wrote:
This patch improves the build coverage with COMPILE_TEST so it is not only
limited to ARM builds.
The fix consists in making the STM32 timer depend on GENERIC_CLOCKEVENTS.
Reported-by: kbuild test robot
Cc: Paul Gortmaker
Cc: Daniel Lezcano
Cc:
Le 17/06/2015 17:55, Stephen Warren a écrit :
> On 06/17/2015 06:38 AM, Ludovic Desroches wrote:
[..]
>> I have sent patches months ago trying to improve things by having
>> something more flexible. I don't think I introduce too big changes.
>> The only answers I got were from people thinking tha
On 06/30/2015 11:00 AM, Viresh Kumar wrote:
On 30-06-15, 10:25, Daniel Lezcano wrote:
Could you add in the changelog the subtle change with
set_mode(RESUME) and this code. As a default the timer was stopped
when entering in the set_mode function, now with the new API, this
is done explicitly.
On Fri 22-05-15 17:13:35, Tejun Heo wrote:
> Currently, a wb's (bdi_writeback) congestion state is carried in its
> ->state field; however, cgroup writeback support will require multiple
> wb's sharing the same congestion state. This patch separates out
> congestion state into its own struct - str
Hi!
> Just tried booting 4.2-rc0 on n900 (commit
> 4a10a91756ef381bced7b88cfb9232f660b92d93) and it is broken. Previous
> -rc0 version worked. This time, there's some output on console, but
> too fast for me to read.
>
> It seems oopses happen before mounting root. If you have serial
> console, t
Hi!
CC crypto/akcipher.o
CC block/bio.o
crypto/akcipher.c: In function ‘crypto_akcipher_report’:
crypto/akcipher.c:30:32: error: storage size of ‘rakcipher’ isn’t
known
struct crypto_report_akcipher rakcipher;
^
On 2015/6/30 15:53, Kamezawa Hiroyuki wrote:
> On 2015/06/30 11:45, Xishi Qiu wrote:
>> On 2015/6/29 15:32, Kamezawa Hiroyuki wrote:
>>
>>> On 2015/06/27 11:24, Xishi Qiu wrote:
This patch introduces a new migratetype called "MIGRATE_MIRROR", it is
used to
allocate mirrored pages.
On Mon, Jun 29, 2015 at 05:28:42PM +0200, Fredrik Markström wrote:
> Hello Peter, the locking part looks good, I don't have a strong
> opinion on per task/signal lock vs global lock.
>
> But with the patch we still update prev->utime and prev->stime
> independently, which was the original problem.
On Tuesday, June 30, 2015 at 04:23:01 AM, Peter Chen wrote:
> On Fri, Jun 26, 2015 at 07:15:18PM +0200, Sébastien Pruvost wrote:
> > Hello,
> >
> > I'm sending this mail to report a bug concerning the latest kernel 4.1.
> >
> > Here is the problem (and the test I've done):
> > I h
This is to re-notify you of the 300,000.00(Pounds) was deposited here in the
western union office in your name is available for pickup. Contact this email:
wu.onlinesu...@hotmail.com for your M.T.C.N Numbers.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body
On 2015/6/29 21:42, Arnaldo Carvalho de Melo wrote:
Em Mon, Jun 29, 2015 at 10:23:29AM -0300, Arnaldo Carvalho de Melo escreveu:
Em Sat, Jun 27, 2015 at 05:08:20PM +0800, Hou Pengyang escreveu:
There is something about MAP_HUGETLB.
In this patch, we check if a mmap area is hugetlbfs area by
On Mon, Jun 29, 2015 at 10:17 PM, Hartmut Knaack wrote:
> Daniel Baluta schrieb am 29.06.2015 um 09:52:
>> On Mon, Jun 29, 2015 at 2:07 AM, Hartmut Knaack wrote:
>>> Daniel Baluta schrieb am 24.04.2015 um 17:58:
Minimal implementation for MMC35240 3-axis magnetometer
sensor. It provides
On 30.06, Li Zhijian wrote:
> |ping...
>
> and i have another question:
> can i add a new |||nf_ct_ext_id simply without touching the exiting kernel
> code?|
No, the kernel needs to know the highest extension ID in order to
allocate space for the offsets.
> in order to support COLO-Proxy, i need
This patch adds a missing part in commit
6d3a7d9e3ada345948f72564ce638c412ccd8c4a:
dmaengine: at_xdmac: allow muliple dwidths when doing slave transfers
Indeed, for each item in the scatter-gather list, we check whether the
transfer length is aligned with the data width provided by
dmaengine_slave
Hi Morten,
Morten Rasmussen wrote 2015-05-13 AM 03:39:00:
>
> [RFCv4 PATCH 25/34] sched: Add over-utilization/tipping point indicator
>
> Energy-aware scheduling is only meant to be active while the system is
> _not_ over-utilized. That is, there are spare cycles available to shift
> tasks arou
On Fri 22-05-15 17:13:36, Tejun Heo wrote:
> cgroup writeback requires support from both bdi and filesystem sides.
> Add BDI_CAP_CGROUP_WRITEBACK and FS_CGROUP_WRITEBACK to indicate
> support and enable BDI_CAP_CGROUP_WRITEBACK on block based bdi's by
> default. Also, define CONFIG_CGROUP_WRITEBAC
On Sat, Jun 27, 2015 at 10:19:54AM +0800, Xishi Qiu wrote:
> Intel Xeon processor E7 v3 product family-based platforms introduces support
> for partial memory mirroring called as 'Address Range Mirroring'. This feature
> allows BIOS to specify a subset of total available memory to be mirrored (and
Hi!
> > And this all reminded me of https://lkml.org/lkml/2015/3/18/133 . So I
> > think that's another system not covered by commit ab3be73fa7b4
> > ("drm/i915: gen4: work around hang during hibernation").
>
> Yes, another system broken by
>
> commit da2bc1b9db3351addd293e5b82757efe1f77ed1d
> A
On Tuesday 30 June 2015 11:24:04 Pavel Machek wrote:
> Hi!
>
> > Just tried booting 4.2-rc0 on n900 (commit
> > 4a10a91756ef381bced7b88cfb9232f660b92d93) and it is broken. Previous
> > -rc0 version worked. This time, there's some output on console, but
> > too fast for me to read.
> >
> > It seem
On 29/06/15 16:52, Will Deacon wrote:
> On Mon, Jun 29, 2015 at 02:23:51PM +0100, Adrian Hunter wrote:
>> On 29/06/15 15:30, Adrian Hunter wrote:
>>> On 29/06/15 12:02, Adrian Hunter wrote:
On 27/06/15 12:10, Will Deacon wrote:
> @@ -824,6 +823,14 @@ int dso__load_sym(struct dso *dso, stru
On Mon, Jun 29, 2015 at 10:44:12AM +0100, Charles Keepax wrote:
> On Fri, Jun 26, 2015 at 07:09:22PM +0800, Zidan Wang wrote:
> > When using snd_soc_dai_set_pll to set pll in machine driver, we
> > should set pll in and pll out freq and ensure 5 < PLLN < 13,
> > otherwise set pll will be failed. In
On Tue, 2015-06-30 at 08:32 +0200, Linus Walleij wrote:
> On Mon, Jun 15, 2015 at 4:29 AM, Alexandre Courbot
> wrote:
> > I don't have the actual v2 patch in my inbox :(
>
> Tobias, can you resend a v3 with the ACKs.
Just a hint: sometimes it's convenient to forward from lkml.org. Like
this on
add __bitmap_parse_common to match any contents and return expected reslut.
as __bitmap_parse_common need NULL-terminated string, we alloc a new buf.
this patch also fix an unexpected parse result issue in __bitmap_parselist.
Signed-off-by: Pan Xinhui
---
lib/bitmap.c | 238 +
1 - 100 of 709 matches
Mail list logo