Re: [PATCH v1 0/6] misc: add reboot mode driver

2015-12-28 Thread Andy Yan
Hi Arnd: On 2015年12月28日 23:28, Arnd Bergmann wrote: On Wednesday 23 December 2015 17:31:45 Andy Yan wrote: I also have the idea to put is in drivers/power/reset, But considering this driver have not bind anything about power, so I put it in driver/misc at last. So I hope if some

Re: [PATCH v2] ARM: OMAPFB: panel-sony-acx565akm: fix missing mutex unlocks

2015-12-28 Thread Tomi Valkeinen
On 25/12/15 15:29, Ivaylo Dimitrov wrote: > > Hi Tomi, > > On 13.01.2014 12:20, Tomi Valkeinen wrote: >> On 2014-01-11 11:39, Ivaylo Dimitrov wrote: >> >>> The patch does not apply cleanly on top of rc7, however I applied it by >>> hand. So far it seems it fixes the issue brought by >>> c37dd67

Re: On Lindent shortcomings and massive style fixing

2015-12-28 Thread Mauro Carvalho Chehab
Em Mon, 28 Dec 2015 07:33:32 -0800 Greg KH escreveu: > On Mon, Dec 28, 2015 at 04:33:27PM +0200, Andrey Utkin wrote: > > After some iterations of checkpatch.pl, on a new developed driver > > (tw5864), now I have the following: > > > > $ grep 'WARNING\|ERROR' /src/checkpatch.tw5864 | sort | uniq

Re: [PATCH] iommu:Check that iommu_device_create has completed successfully in alloc_iommu

2015-12-28 Thread Wan ZongShun
2015-12-29 13:10 GMT+08:00 Nicholas Krause : > This adds the proper check to alloc_iommu to make sure that the call > to iommu_device_create has completed successfully and if not return > to the caller the error code returned after freeing up resources > allocated previously by alloc_iommu. > > Sig

[PATCH] mm,oom: Use hold off timer after invoking the OOM killer.

2015-12-28 Thread Tetsuo Handa
>From 749b861430cca1cb5a1cd7df9bd79a475b2515eb Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Tue, 29 Dec 2015 15:52:41 +0900 Subject: [PATCH] mm,oom: Use hold off timer after invoking the OOM killer. When many hundreds of tasks running on one CPU are trying to invoke the OOM killer, schedule_

[PATCH] usb: f_fs: avoid race condition with ffs_epfile_io_complete

2015-12-28 Thread changbin . du
From: "Du, Changbin" ffs_epfile_io and ffs_epfile_io_complete runs in different context, but there is no synchronization between them. consider the following scenario: 1) ffs_epfile_io interrupted by sigal while wait_for_completion_interruptible 2) then ffs_epfile_io set ret to -EINTR 3) just be

[PATCH v2] f2fs: serialize block allocation of dio writes to enhance multithread performance

2015-12-28 Thread Chao Yu
When performing big dio writes concurrently, our performace will be low because of Thread A's allocation of multi continuous blocks will be interrupted by Thread B, there are two cases as below: - In Thread B, we may change current segment to a new segment for LFS allocation if we dio write in

Donation/Charity

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

RE: [RFC PATCH 2/2] f2fs: export a threshold in sysfs for controlling dio serialization

2015-12-28 Thread Chao Yu
Hi Jaegeuk, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Tuesday, December 29, 2015 6:52 AM > To: Chao Yu > Cc: linux-f2fs-de...@lists.sourceforge.net; linux-kernel@vger.kernel.org > Subject: Re: [RFC PATCH 2/2] f2fs: export a threshold in sysfs for > contr

RE: [PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs

2015-12-28 Thread Chao Yu
Hi Jaegeuk, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Tuesday, December 29, 2015 6:54 AM > To: Chao Yu > Cc: linux-f2fs-de...@lists.sourceforge.net; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] f2fs: fix to stop recovering dot dentries in a readonl

Donation/Charity

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

Donation/Charity

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

Donation/Charity

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

[PATCH 42/42] ACPICA: Update version to 20151218

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit e81cedadd3a847d40f30bc9c52dfe441620ed12f Version 20151218. Link: https://github.com/acpica/acpica/commit/e81cedad Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- include/acpi/acpixf.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in

[PATCH 41/42] ACPICA: Add per-table execution of module-level code

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 071eff738c59eda1792ac24b3b688b61691d7e7c Execute any module-level code after each ACPI table (DSDT or SSDT) is loaded into the namespace (rather than after all AML tables have been loaded. This matches the behavior of other ACPI implementations and is required to su

[PATCH 40/42] ACPICA: Add "root node" case to the ACPI name repair code

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 95b40b31aa8148629fbe5de0356725fc01298003 Special-case the namespace root node, it has an unusual name. This case can occur if there are errors during the execution of module-level code. Link: https://github.com/acpica/acpica/commit/95b40b31 Signed-off-by: Bob Moore

[PATCH 38/42] ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no _REG evaluations can happen during OS early boot stages

2015-12-28 Thread Lv Zheng
ACPICA commit 31178590dde82368fdb0f6b0e466b6c0add96c57 We can ensure no early _REG evaluations by ensuring the following rules in acpi_ev_execute_reg_method(): 1. If an address space handler is installed during early stage, _REG(CONNECT) evaluations are blocked. This is achieved using acpi_g

[GIT PULL] ARM: EXYNOS: dts: DeviceTree for v4.5, 2nd try

2015-12-28 Thread Krzysztof Kozlowski
Hi, This is an updated pull request, without the Exynos5410 DTS pinctrl changes. I am still not sure why they have to be acked separately but I do not want to hold on the changes because of this. However if the pinctrl commit is okay, then please pull tag 'tags/samsung-dt-4.5' instead. This co

[PATCH 39/42] ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to acpi_ev_execute_reg_methods()

2015-12-28 Thread Lv Zheng
ACPICA commit 1cf1a1e090f61f0c27f1dcf1905c7cc79a9c51c8 It is likely that we should synchronously invoke _REG(DISCONNECT) only when the acpi_remove_address_space_handler() is invoked because of dependencies. If it is invoked when the object is not referenced, problem may occur if the operation regi

[PATCH 36/42] ACPICA: Events: Fix an issue that region object is re-attached to another scope when it is already attached

2015-12-28 Thread Lv Zheng
ACPICA commit 6ebcb24d3225b6c7715a3ce061c327b4c3a6b76e The logic in acpi_ev_attach_region() is not correct, it can break address space handler link. This patch fixes this problem. But be aware that this fix must be applied along with a region object race issue fix. Lv Zheng. Link: https://github.

[PATCH 37/42] ACPICA: Events: Split acpi_ev_associate_reg_method() from region initialization code

2015-12-28 Thread Lv Zheng
ACPICA commit 87c85610250ff7141a84507f68dbc1e00f2936db This patch introduces a new region initialization function acpi_ev_associate_reg_method(), which is invoked to associate the _REG method to its related region object. Region object's default value assignments are also sorted by cleaning up th

[PATCH 32/42] ACPICA: Cleanup code related to the per-table module level improvement

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 071eff738c59eda1792ac24b3b688b61691d7e7c This patch collects cleanups from per-table module level improvement. By splitting this patch from that commit, we can make per-table module level improvement clearer for the revewers. This is a no-op change. Link: https://g

[PATCH 31/42] ACPICA: Update for CondRefOf and RefOf operators

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 725c094f1a7a2ae28e623ee77be400af1c36b180 The SuperName parameters for these operators were incorrect. This represents two problems in the ACPI specification itself. Link: https://github.com/acpica/acpica/commit/725c094f Signed-off-by: Bob Moore Signed-off-by: Lv Z

[PATCH 34/42] ACPICA: Events: Uses common_notify for address space handlers

2015-12-28 Thread Lv Zheng
ACPICA commit 5ea0fb75fdf1aa7c0aba067dfa4d5dc3a9279461 The address space handlers can be attached to not only Device but also Processor/thermal_zone objects, so it is better to use their common class 'CommonNotify' instead. Lv Zheng. Link: https://github.com/acpica/acpica/commit/5ea0fb75 Signed-o

[PATCH 35/42] ACPICA: Utilities: Reorder initialization code

2015-12-28 Thread Lv Zheng
ACPICA commit 3894fa9d071343e6ebc7ea480255fa4f27a290be This patch re-orders initialization code in acpi_enable_subsystem() so that all hardware reduced stuffs can be collected together. Note this patch contains code from the following 2 ACPICA upstream commits so that the changes can be made clea

[PATCH 33/42] ACPICA: Events: Deploys acpi_ev_find_region_handler()

2015-12-28 Thread Lv Zheng
ACPICA commit b916a0a0ae9e81db1a85523c63ec6aa32d5c70c8 There are code fragments that can be substituted by acpi_ev_find_region_handler(). This patch cleans up these code fragments. Lv Zheng. Link: https://github.com/acpica/acpica/commit/b916a0a0 Signed-off-by: Lv Zheng Signed-off-by: Bob Moore

[PATCH 28/42] ACPICA: Parser: Fix for SuperName method invocation

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 4b86d1046d06e462dae83ebcd5a66cc132a08f8f SuperName parameters that are in fact control method invocations were not handled correctly by the parser. This change fixes the problem by identifying these properly as method invocations. This affects about 14 different ASL

[PATCH 30/42] ACPICA: Update internal #defines for ObjectType operator. No functional change

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 5923a9be36b8cb1b62afa89fe217783c04c92ad3 To improve readability. Rename all *_TYPE_* defines related to ObjectType to *_OBJECT_TYPE_* Link: https://github.com/acpica/acpica/commit/5923a9be Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/

[PATCH 29/42] ACPICA: Update parameter type for ObjectType operator

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 67953304a34944548f2fa53a4b0786a5db0ca2ea The grammar for this operator changed in ACPI 5.0A, but it was not necessary to update the interpreter/parser until now. The UserTerm (method invocation) element was removed. Previously a SuperName, the lone argument now req

[PATCH 26/42] ACPICA: iasl/Disassembler: Support ASL ElseIf operator

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 918a840d27d620942e0ecb69de320bb71ea86c5a ElseIf is a macro that resolves to an Else..If in the AML byte code. This support merges an Else followed immediately by an If to an ASL ElseIf operator. Simplifies decoded ASL, especially for large Switch statements. This p

[PATCH 25/42] ACPICA: Add new exception code, AE_IO_ERROR

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit dcaeaddfc11544f03e6323be4ac8ff8a1e014956 The intent for this exception is for low-level I/O operations, especially Clib functions. Link: https://github.com/acpica/acpica/commit/dcaeaddf Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- include/acpi/acexcep.h

[PATCH 24/42] ACPICA: Tools: Add spacing and missing options in acpibin tool

2015-12-28 Thread Lv Zheng
From: Colin Ian King ACPICA commit e7c8ffbbef3f7ce340e012ae4db63ea16cd09714 The -e option is missing from the acpibin help options, so add this. Also, there should be spaces between the filenames for the -c and -d optios, so add this and expand the field size from 18 to 20 characters in the ACP

[PATCH 27/42] ACPICA: Parser: Add constants for internal namepath function

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit b216e39fe85feee955d29fe0a7190dd811e181ea Add true/false constants for the "PossibleMethodCall" parameter for acpi_ps_get_next_namepath. Link: https://github.com/acpica/acpica/commit/b216e39f Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpic

[PATCH 08/42] ACPICA: Core: Major update for code formatting, no functional changes

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit dfa394471f6c01b2ee9433dbc143ec70cb9bca72 Mostly indentation inconsistencies across the code. Split some long lines, etc. Link: https://github.com/acpica/acpica/commit/dfa39447 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/dbstats.c

[PATCH 22/42] ACPICA: Namespace: Add String -> ObjectReference conversion support

2015-12-28 Thread Lv Zheng
ACPICA commit 80e60d72959bb51c5d08c8500d978607a42ed81d BIOS developers may accidently put the quotes around the name strings, which converts the object references in the packages indicated by the name strings into the data objects (strings). Such kind of error has been seen in _DEP control methods

[PATCH 23/42] ACPICA: getopt: Comment update, no functional change

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 0d784a90bc3aac75227c4459c3553de18b9ebe7a Document one of the option string operators. Link: https://github.com/acpica/acpica/commit/0d784a90 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- tools/power/acpi/common/getopt.c |1 + 1 file changed, 1 inserti

[PATCH 20/42] ACPICA: Update for output of the Debug Object

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit b01414f5a822d0879aa9eba91541a21e7e501142 Improve output for the case of an Index() that refers to a Package element that has not been initialized. Link: https://github.com/acpica/acpica/commit/b01414f5 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers

[PATCH 21/42] ACPICA: Namespace: Add scope information to the simple object repair mechanism

2015-12-28 Thread Lv Zheng
ACPICA commit 51cbd324420ca5e381cb2c57ce95139053518a35 The acpi_object_converter callbacks are lack in scope information to convert name_string. This patch fixes this issue by passing the evaluation method/object node to the converter callbacks. Lv Zheng. Link: https://github.com/acpica/acpica/co

[PATCH 19/42] ACPICA: Debug object: Fix output for a NULL object

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit e4414f067c726ef746dac990c0bae7f433045843 Was broken by addition of "null string" feature to emit simple blank lines. Link: https://github.com/acpica/acpica/commit/e4414f06 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/exdebug.c |3

[PATCH 18/42] ACPICA: Debug Object: Cleanup output

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 05492c4a7d1e106eb871a5e1357ed564d25740e5 1) Make the timer value output optional 2) Allow empty lines via null string or simple newline 3) No need for the object type name for strings and integers 4) Miscellaneous cleanup of output Link: https://github.com/acpica/a

[PATCH 16/42] ACPICA: acpiexec/acpinames: Update for error checking macros

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 5bdfb4f43f4d315d23b31b39bac5a0b1ca420c2b Standardize naming, deploy in common header. Link: https://github.com/acpica/acpica/commit/5bdfb4f4 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/acapps.h | 13 + 1 file changed, 1

[PATCH 17/42] ACPICA: Concatenate operator: Add extensions to support all ACPI objects

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 3420c1f5e6c6dd4fe51be4d98da69b3197d608df Emits strings for all the object types besides int/str/buf. This simplifies and extends the usefulness of the Printf macros. Link: https://github.com/acpica/acpica/commit/3420c1f5 Signed-off-by: Bob Moore Signed-off-by: Lv

[PATCH 15/42] ACPICA: Add comment explaining _SUB removal

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 81a89968f83bfc3b1d0f0f80f2da08ea69646053 Adds a lengthy comment to acpi_get_object_info explaining the removal of _SUB and why no complex methods can be added ever to this interface. Link: https://github.com/acpica/acpica/commit/81a89968 Signed-off-by: Bob Moore S

[PATCH 12/42] ACPICA: iasl/acpiexec: Update input file handling and verification

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 3a6f2a516dd35a4daacbc5b5144d1db763ff2cb0 Improve and cleanup verification of ACPI tables within input files. Share more code between the disassembler and acpiexec. This patch only affects application debugger commands, thus it is a no-op chage for Linux kernel. Li

[PATCH 14/42] ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB method."

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit e4743959b59ad93eab7310adf756adc930be0ddb This reverts commit 8e7a8753827660c3dd1f571f3185610402b756f0. The _SUB method was found to be problematic for this interface because some implementations use control methods. Therefore, it is being removed. Operations canno

[PATCH 13/42] ACPICA: Debugger: Remove some unecessary NULL checks

2015-12-28 Thread Lv Zheng
From: Markus Elfring ACPICA commit 36fcc1b98def3fb6e20cf5e877ffc3c1592d0140 local strupr function already checks for NULL pointers. Original linux patch submitted by: Markus Elfring Link: https://github.com/acpica/acpica/commit/36fcc1b9 Signed-off-by: Markus Elfring Signed-off-by: Bob Moore

[PATCH 10/42] ACPICA: acpiexec: Add support for AML files containing multiple tables

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 301f16e4037275888f65b88aec7231c1cd64339f Add support for multi-AML-table files that originate from either acpixtract or iASL. Link: https://github.com/acpica/acpica/commit/301f16e4 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/acutils.

[PATCH 11/42] ACPICA: Disassembler/tools: Support for multiple ACPI tables in one file

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit 5be7dc4d0d69b2953d156f5bc4d3e8a65a390837 Matches the support in iASL and acpi_exec. Link: https://github.com/acpica/acpica/commit/5be7dc4d Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/Makefile |1 - drivers/acpi/acpica/acapps.h

[PATCH 09/42] ACPICA: Split interpreter tracing functions to a new file

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit a3f85a7d26a52ee0d9103feb4fbec8d7b6ba4c11 Split out functions from exdebug.c to extrace.c Link: https://github.com/acpica/acpica/commit/a3f85a7d Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/Makefile |3 +- drivers/acpi/acpica/exde

[PATCH 07/42] ACPICA: exmutex: General cleanup, restructured some code

2015-12-28 Thread Lv Zheng
From: Bob Moore ACPICA commit c2a7d000b6be34313b1c50c8a718df16113f0f32 Should be no functional change. Link: https://github.com/acpica/acpica/commit/c2a7d000 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng --- drivers/acpi/acpica/exmutex.c | 80 ++--- 1

[PATCH 06/42] ACPICA: Add "const" to some functions that return fixed strings

2015-12-28 Thread Lv Zheng
From: LABBE Corentin ACPICA commit 28645f8a113f346c8db103a4f7565fcba88c746f Most of the "get_name" - style functions can return "const char *" with no ill side-effects. Original linux patch from LABBE Corentin and backported to ACPICA. Link: https://github.com/acpica/acpica/commit/28645f8a Sig

[PATCH 05/42] ACPICA: Fix SyncLevel support interaction with method auto-serialization

2015-12-28 Thread Lv Zheng
From: "David E. Box" ACPICA commit 253e3c03efc1a495d2aa61eee09ab1d0842a3dce The control method auto-serialization can interfere with existing ASL code that makes use of Mutex/Method SyncLevel support. This change makes the auto-serialization transparent to the SyncLevel support and management. D

[PATCH 04/42] ACPICA: Debugger: reduce old external path format

2015-12-28 Thread Lv Zheng
ACPICA commit 75c0da9e796bdf9bdd46d75f028a3e1779903214 In the error logs and debugger outputs, use new external path format that does not contain a trailing underscore. This patch takes care of acpi_ns_get_external_pathname() invocations, chaning them into acpi_ns_get_normalized_pathname(TRUE) whe

[PATCH 00/42] ACPICA: 20151218 Release

2015-12-28 Thread Lv Zheng
The 20151218 ACPICA kernel-resident subsystem updates are linuxized based on the linux-pm/linux-next branch. The patchset has passed the following build/boot tests. Build tests are performed as follows: 1. i386 + allyes 2. i386 + allno 3. i386 + default + ACPI_DEBUGGER=y 4. i386 + default + ACPI_D

[PATCH 01/42] ACPICA: Linuxize: reduce divergences for 20151218 release

2015-12-28 Thread Lv Zheng
The patch reduces source code differences between the Linux kernel and the ACPICA upstream so that the linuxized ACPICA 20151218 release can be applied with reduced human intervention. The pscode.c has already been out of sync for months, and it becomes more and more difficult to merge pscode.c ch

[PATCH 03/42] ACPICA: Namespace: Fix wrong error log

2015-12-28 Thread Lv Zheng
ACPICA commit 20228e39e125d92f9d80c6e07d3767b225d0536e The Info->Node in acpi_ns_init_one_device() may not be initialized. Even it is initialized, the redundant "._INI" can be seen for this log entry. This patch fixes this issue by using device_node instead. Lv Zheng. Link: https://github.com/acp

[PATCH 02/42] ACPICA: acpi_get_sleep_type_data: Reduce warnings

2015-12-28 Thread Lv Zheng
From: Prarit Bhargava ACPICA commit 7bb77313091e52a846df4c9c2bea90be31bfb9d8 Eliminate warnings for "not found" _Sx errors, since these are optional. Original NOT_FOUND status is still returned. Original changes by Prarit Bhargava. ACPICA BZ 1208. Link: https://github.com/acpica/acpica/commit/

patch about "don't reset vcpu_info on a cancelled suspend"

2015-12-28 Thread Ouyangzhaowei (Charles)
Hi David, This patch has been applied to for-linus-4.1b, and we wonder if this patch will be applied to linux kernel, or does it still needs more test to apply to linux kernel? thanks On 2015.5.28 19:07, David Vrabel wrote: >> vcpu_info would be reset to wrong place on canceled suspend on PVOPS

[PATCH] lightnvm: check bi_error in gc

2015-12-28 Thread Wenwei Tao
We should check last io compeltion status before start another one. Signed-off-by: Wenwei Tao --- drivers/lightnvm/rrpc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/lightnvm/rrpc.c b/drivers/lightnvm/rrpc.c index c0886a8..d40c140 100644 --- a/drivers/lightnvm/rrpc.c +++ b/

Donation/Charity

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

[PATCH 1/1] usb: cdc-acm: handle unlinked urb in acm read callback

2015-12-28 Thread Lu Baolu
In current acm driver, the bulk-in callback function ignores the URBs unlinked in usb core. This causes unexpected data loss in some cases. For example, runtime suspend entry will unlinked all urbs and set urb->status to -ENOENT even those urbs might have data not processed yet. Hence, data loss o

Re: [PATCH 00/18] sched: balance callbacks v4

2015-12-28 Thread Byungchul Park
On Thu, Jun 11, 2015 at 02:46:36PM +0200, Peter Zijlstra wrote: > Mike stumbled over a cute bug where the RT/DL balancing ops caused a bug. Hello. We also faced this bug in our embedded product using stable tree. Eventually, we found that these patch set exactly dealt with the problem. Now, I am

RE: [PATCH 2/2] pci: Update VPD size with correct length

2015-12-28 Thread Jordan_Hargrave
>On 12/18/2015 03:02 PM, Alexander Duyck wrote: >> On Fri, Dec 18, 2015 at 5:57 AM, Hannes Reinecke wrote: >>> On 12/18/2015 02:49 PM, Alexander Duyck wrote: On Fri, Dec 18, 2015 at 12:35 AM, Hannes Reinecke wrote: > > PCI-2.2 VPD entries have a maximum size of 32k, but might ac

[GIT PULL 4/4] BCM2835 defconfig changes for 4.5

2015-12-28 Thread Eric Anholt
The following changes since commit f74875dc36135ebae82a8e005f4b7f52289d2c40: usb: dwc2: fix kernel oops during driver probe (2015-11-20 09:29:47 -0600) are available in the git repository at: http://github.com/anholt/linux tags/bcm2835-defconfig-next-2015-12-28 for you to fetch changes up t

[GIT PULL 1/4] BCM2835 SOC changes for 4.5

2015-12-28 Thread Eric Anholt
The following changes since commit f74875dc36135ebae82a8e005f4b7f52289d2c40: usb: dwc2: fix kernel oops during driver probe (2015-11-20 09:29:47 -0600) are available in the git repository at: http://github.com/anholt/linux tags/bcm2835-soc-next-2015-12-28 for you to fetch changes up to 5234

[GIT PULL 3/4] BCM2835 DT changes for 4.5

2015-12-28 Thread Eric Anholt
The following changes since commit f74875dc36135ebae82a8e005f4b7f52289d2c40: usb: dwc2: fix kernel oops during driver probe (2015-11-20 09:29:47 -0600) are available in the git repository at: http://github.com/anholt/linux tags/bcm2835-dt-next-2015-12-28 for you to fetch changes up to 53b60

[GIT PULL] BCM2835/6 changes for 4.5 (I hope)

2015-12-28 Thread Eric Anholt
Apparently this is really late in the process (sorry! I still haven't figured out the timelines.), but I'm hoping we could merge these changes for 4.5. This includes the Raspberry Pi 2 port, with just two minor fixes from the last submission. The reason I've been pushing hard to get pi2 in is:

[GIT PULL 2/4] BCM2835 drivers changes for 4.5

2015-12-28 Thread Eric Anholt
The following changes since commit f74875dc36135ebae82a8e005f4b7f52289d2c40: usb: dwc2: fix kernel oops during driver probe (2015-11-20 09:29:47 -0600) are available in the git repository at: http://github.com/anholt/linux tags/bcm2835-drivers-next-2015-12-28 for you to fetch changes up to

RE: [PATCH RESEND v2 1/1] fix a dead loop when in heavy low memory

2015-12-28 Thread Zhang, Tianfei
> However, it appears that the same process, dTi-lm, is still chosen for oom > kill > because lowmem_deathpending_timeout has expired. > > So this looks like a problem if the constantly chosen process cannot exit. > It would have been helpful to have the stack of pid 27289 in the log to see > whe

Charity Donation

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

Charity Donation

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

Charity Donation

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

Re: [PATCH v2] extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port

2015-12-28 Thread Krzysztof Kozlowski
On 29.12.2015 13:10, Chanwoo Choi wrote: > This patch adds the new EXTCON_CHG_USB_SDP connector to support SDP (Standard > Downstream Port) USB charging port. The commit 11eecf910bd8 ("extcon: Modify > the id and name of external connector") add the new EXTCON_CHG_USB_SDP > connector which support

Re: [PATCH 2/4] wcn36xx: Change indication list lock to spinlock

2015-12-28 Thread Bjorn Andersson
On Mon 28 Dec 15:06 PST 2015, Stephen Hemminger wrote: > On Sun, 27 Dec 2015 17:34:25 -0800 > Bjorn Andersson wrote: > > > In preparation for handling incoming messages from IRQ context, change > > the indication list lock to a spinlock > > > > Signed-off-by: Bjorn Andersson > > --- > > drive

Donation/Charity

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

[RFC v2 3/3] irq: Privatize irq_common_data::state_use_accessors

2015-12-28 Thread Boqun Feng
irq_common_data::state_use_accessors is not designed for public use. Therefore make it private so that people who write code accessing it directly will get blamed by sparse. Also #undef the macro __irqd_to_state after used in header files, so that the macro can't be misused. Signed-off-by: Boqun F

[RFC v2 1/3] sparse: Add __private to privatize members of structs

2015-12-28 Thread Boqun Feng
In C programming language, we don't have a easy way to privatize a member of a structure. However in kernel, sometimes there is a need to privatize a member in case of potential bugs or misuses. Fortunately, the noderef attribute of sparse is a way to privatize a member, as by defining a member as

[RFC v2 2/3] RCU: Privatize rcu_node::lock

2015-12-28 Thread Boqun Feng
In patch: "rcu: Add transitivity to remaining rcu_node ->lock acquisitions" All locking operations on rcu_node::lock are replaced with the wrappers because of the need of transitivity, which indicates we should never write code using LOCK primitives alone(i.e. without a proper barrier following)

[RFC v2 0/3] sparse: Introduce __private to privatize members of structs

2015-12-28 Thread Boqun Feng
Hi all, This is v2 of __private. Link for v1: http://marc.info/?l=linux-sparse&m=144988906932520&w=2 Change since v1: * #undef __irqd_to_state after used (Peter Zijlstra) This patchset introduces a __private modifier for sparse to detect misuses of private members of structs. This could

[PATCH] ARM: OMAP2+: allow DEBUG_UNCOMPRESS for OMAP2+

2015-12-28 Thread Yong Li
Based on the below commit ae3c99a26c60 ("ARM: 7806/1: allow DEBUG_UNCOMPRESS for Tegra"), change the .data section to .text section, to enable DEBUG_UNCOMPRESS for OMAP2+ platforms Tested okay using BeagleBone Black Signed-off-by: Yong Li --- arch/arm/Kconfig.debug | 2 +- arch/arm/

Donation/Charity

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

[PATCH v2] extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port

2015-12-28 Thread Chanwoo Choi
This patch adds the new EXTCON_CHG_USB_SDP connector to support SDP (Standard Downstream Port) USB charging port. The commit 11eecf910bd8 ("extcon: Modify the id and name of external connector") add the new EXTCON_CHG_USB_SDP connector which support the both data transfer and usb charging at the sa

Re: [PATCH] /drivers/net/wireless/ath/ath9k remove unnecessary ?: operator

2015-12-28 Thread Ivan Safonov
On 12/29/2015 07:31 AM, Joe Perches wrote: On Tue, 2015-12-29 at 01:38 +0700, Ivan Safonov wrote: On 12/29/2015 12:56 AM, Joe Perches wrote: On Mon, 2015-12-28 at 20:48 +0700, Ivan Safonov wrote: ((thermometer < 0) ? 0 : (thermometer == X)) and (thermometer == X) are equal for X >= 0. X is no

Re: Makefile:610: arch/m32r/Makefile: No such file or directory

2015-12-28 Thread Fengguang Wu
Hi Sudip, Sorry for the noise -- it looks like a bug caused by a recent change to our build scripts. Your commit is fine. Thanks, Fengguang On Mon, Dec 28, 2015 at 05:44:19PM +0530, Sudip Mukherjee wrote: > On Mon, Dec 28, 2015 at 04:17:51PM +0800, kbuild test robot wrote: > > tree: https://gi

Re: [Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer

2015-12-28 Thread Jeremiah Mahler
Gerry, On Mon, Dec 28, 2015 at 04:24:32PM +0800, Jiang Liu wrote: [...] > Hi Jeremiah, > Could you please help to confirm which commit caused the > regression? > 1) x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary > buffer > 2) x86/irq: Fix a race condition between vector

[PATCH 2/2] f2fs: support revoking atomic written pages

2015-12-28 Thread Chao Yu
f2fs support atomic write with following semantics: 1. open db file 2. ioctl start atomic write 3. (write db file) * n 4. ioctl commit atomic write 5. close db file With this flow we can avoid file becoming corrupted when abnormal power cut, because we hold data of transaction in referenced pages

[PATCH 1/2] f2fs: split drop_inmem_pages from commit_inmem_pages

2015-12-28 Thread Chao Yu
Split drop_inmem_pages from commit_inmem_pages for code readability, and prepare for the following modification. Signed-off-by: Chao Yu --- fs/f2fs/f2fs.h| 3 +- fs/f2fs/file.c| 6 ++-- fs/f2fs/inode.c | 2 +- fs/f2fs/segment.c | 101 ++

Re: [PATCH] extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port

2015-12-28 Thread Chanwoo Choi
On 2015년 12월 29일 10:16, Krzysztof Kozlowski wrote: > On 29.12.2015 09:37, Chanwoo Choi wrote: >> This patch adds the new EXTCON_CHG_USB_SDP connector to support SDP (Standard >> Downstream Port) USB charging port. The commit 11eecf910bd8 ("extcon: Modify >> the id and name of external connector") a

Re: [RESEND PATCH v1 4/4] clk: rockchip: rk3036: fix and add node id for emac clock

2015-12-28 Thread Xing Zheng
On 2015年12月29日 09:59, Yakir Yang wrote: Hi Heiko, On 12/28/2015 08:41 PM, Heiko Stübner wrote: Hi, Am Montag, 28. Dezember 2015, 17:03:53 schrieb Xing Zheng: Due to referred old version TRM, there is incorrect emac clock node, we should fix it. The SEL_21_9 is the parent of SEL_21_4. In the

Re: 4.4-rc, intel dri i915, regular hangs and corruptions

2015-12-28 Thread Chris Bainbridge
On 17 December 2015 at 18:34, Norbert Preining wrote: > * font corruption > sometime sets of glyphs, or practically all glyphs disappear > related probably to bug > https://bugs.freedesktop.org/show_bug.cgi?id=55500 > I have sent some info there already, without response > > Currently my

Re: [LKP] [lkp] [ses] 3417c1b5cb: WARNING: CPU: 2 PID: 2013 at fs/xfs/xfs_file.c:772 xfs_file_dio_aio_write+0x2a2/0x320()

2015-12-28 Thread James Bottomley
On Mon, 2015-12-28 at 16:04 +0800, Huang, Ying wrote: > James Bottomley writes: > > > [cc to linux-scsi added] > > On Mon, 2015-12-28 at 09:43 +0800, kernel test robot wrote: > > > FYI, we noticed the below changes on > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.gi

[PATCH 0/1 for 4.4-rc8] ARM: Fix broken USB support in sunxi_defconfig

2015-12-28 Thread Timo Sigurdsson
Here is a late patch aimed for 4.4-rc8 (or 4.4). It would be nice if this could make it into 4.4 in order to avoid unpleasent surprises (and subsequent questions) with builds based on sunxi_defconfig. At the moment, some boards (e.g. LeMaker BananaPi) are left with non-functional USB ports as a

[PATCH 1/1 for 4.4-rc8] ARM: Fix broken USB support in sunxi_defconfig

2015-12-28 Thread Timo Sigurdsson
Commit 69fb4dcada77 ("power: Add an axp20x-usb-power driver") introduced a new driver for the USB power supply used on various Allwinner based SBCs. However, the driver was not added to sunxi_defconfig which breaks USB support for some boards (e.g. LeMaker BananaPi) as the kernel will now turn off

Assalam o Alaikum

2015-12-28 Thread Zahra Robert
Cordial greeting message from Eva Zahra, I am seeking for your help,I will be very glad if you do assist me to relocate a sum of (US$4 Million Dollars)into your Bank account in your country for the benefit of both of us i want to use this money for investment. I will give you more details as you

Re: [RESEND PATCH v1 4/4] clk: rockchip: rk3036: fix and add node id for emac clock

2015-12-28 Thread Yakir Yang
Hi Heiko, On 12/28/2015 08:41 PM, Heiko Stübner wrote: Hi, Am Montag, 28. Dezember 2015, 17:03:53 schrieb Xing Zheng: Due to referred old version TRM, there is incorrect emac clock node, we should fix it. The SEL_21_9 is the parent of SEL_21_4. In the emac driver, we need to refer HCLK_MAC, a

[PATCH 1/2] Documentation: bindings: add dt documentation for Rockchip eMMC PHY

2015-12-28 Thread Shawn Lin
This patch adds a binding that describes the Rockchip eMMC PHYs found on Rockchip SoCs eMMC interface. Signed-off-by: Shawn Lin --- .../devicetree/bindings/phy/rockchip-emmc-phy.txt | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindi

[PATCH 2/2] phy: add a driver for the Rockchip SoC internal eMMC PHY

2015-12-28 Thread Shawn Lin
This patch to add a generic PHY driver for ROCKCHIP eMMC PHY. Access the PHY via registers provided by GRF (general register files) module. Signed-off-by: Shawn Lin --- drivers/phy/Kconfig | 7 ++ drivers/phy/Makefile| 1 + drivers/phy/phy-rockchip-emmc.c | 256 +

RE: [f2fs-dev] [PATCH 1/3] f2fs: early check broken symlink length in the encrypted case

2015-12-28 Thread Chao Yu
Hi Jaegeuk, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Tuesday, December 29, 2015 7:32 AM > To: linux-kernel@vger.kernel.org; linux-fsde...@vger.kernel.org; > linux-f2fs-de...@lists.sourceforge.net > Cc: Jaegeuk Kim > Subject: [f2fs-dev] [PATCH 1/3] f2fs:

[PATCH 1/1] kernel booting messages, first line

2015-12-28 Thread Alexandru GOIA
For -rc8 , Hoping that someone DO cares about the aesthetic of kernel messages at boot : What it does : first line of booting kernel, as seen in dmesg(1), will be the Linux kernel signature (version, compiler, compiler hostname). What it solves : it appers ahead of cgroup messages at booting

Charity Donation

2015-12-28 Thread Jeff Skoll
Hi, My name is Jeffrey Skoll, a philanthropist and the founder of one of the largest private foundations in the world. I believe strongly in ‘giving while living.’ I had one idea that never changed in my mind — that you should use your wealth to help people and I have decided to secretly give US

  1   2   3   4   5   >