Hi!
> It seems lm3559 flash driver is available on github (
> https://github.com/ZenfoneArea/android_kernel_asus_zenfone5/tree/master/linux/modules/camera/drivers/media/i2c
> ) but there'll be some fun getting it cleaned up and merged.
>
> Did anyone start doing anything in that area? Is there po
Hi.
On 04.05.2018 19:17, Paolo Valente wrote:
When invoked for an I/O request rq, the prepare_request hook of bfq
increments reference counters in the destination bfq_queue for rq. In
this respect, after this hook has been invoked, rq may still be
transformed into a request with no icq attached,
This statment triggers GCC's -Wtype-limit since key_index is an
unsigned integer so it cannot be less than zero.
Signed-off-by: Nathan Chancellor
---
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/wilc1000/wil
GCC warns these variables are all set but never used so remove them.
Signed-off-by: Nathan Chancellor
---
drivers/staging/wilc1000/host_interface.c | 12
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 --
2 files changed, 18 deletions(-)
diff --git a/drivers/sta
On Sat, 5 May 2018, Guenter Roeck wrote:
> On Thu, Apr 12, 2018 at 09:49:11AM +, Israel Rukshin wrote:
> > Adding the vector offset when calling to mlx5_vector2eqn() is wrong.
> > This is because mlx5_vector2eqn() checks if EQ index is equal to vector
> > number
> > and the fact that the inte
GCC warns that 'wid' is unused in wilc_remove_key and it's correct; the
variable is only local. Get rid of the function (since it just returns
zero) and shuffle the remaining code into one if statement.
Signed-off-by: Nathan Chancellor
---
drivers/staging/wilc1000/host_interface.c | 12 -
On Sun, May 06, 2018 at 01:59:51AM +0100, Al Viro wrote:
> > There is nothing at the moment that needs fixing.
>
> Funny, that... I'd been going through the damn thing for the
> last week or so; open-by-fhandle/nfs export support is completely
> buggered. And as for the rest... the least said a
On Sun, May 6, 2018 at 8:35 AM, Sedat Dilek wrote:
> On Mon, Apr 23, 2018 at 7:42 PM, Matthias Kaehlcke wrote:
> [...]
>>> [ ASM-GOTO ]
>>>
>>> Foremore, I have seen you have a "refs/sandbox/mka/llvm/v4.14" Git branch.
>>> Linux v4.14 is also an LTS release.
>>
>> Yes, there is also a follow up p
On Sun, 6 May 2018, Thomas Gleixner wrote:
> On Sat, 5 May 2018, Guenter Roeck wrote:
> > > -#ifdef CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK
> > > - mask = irq_data_get_effective_affinity_mask(&desc->irq_data);
> > > -#else
> > > - mask = desc->irq_common_data.affinity;
> > > -#endif
> > > - return ma
> Il giorno 05 mag 2018, alle ore 16:56, Mike Galbraith ha
> scritto:
>
> On Sat, 2018-05-05 at 12:39 +0200, Paolo Valente wrote:
>>
>> BTW, if you didn't run out of patience with this permanent issue yet,
>> I was thinking of two o three changes to retry to trigger your failure
>> reliably.
>
> * Reizer, Eyal [180503 06:43]:
> > >
> > > * Eyal Reizer [180501 00:26]:
> > > > enable mmc3 used for wlan and uart1 used for bluetooth
> > > > configure the gpios used for wlan and bluetooth controls
> > > > add fixed voltage regulator used for wlan power control
> > > ...
> > > > / {
> >
Linus,
please pull the latest irq-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
irq-urgent-for-linus
A single fix to prevent false positives in the spurious interrupt detector
when more than a single demultiplex register is evaluated in the Qualcom
enable mmc3 used for wlan and uart1 used for bluetooth
configure the gpios used for wlan and bluetooth controls
add fixed voltage regulator used for wlan power control
Signed-off-by: Eyal Reizer
---
Changes since V1:
- Fix wlcore node number to @2
- Capialaize ARM in subject line.
arch/arm/bo
On Sun, May 6, 2018 at 9:41 AM, Dmitry Vyukov wrote:
> On Sun, May 6, 2018 at 8:35 AM, Sedat Dilek wrote:
>> On Mon, Apr 23, 2018 at 7:42 PM, Matthias Kaehlcke wrote:
>> [...]
[ ASM-GOTO ]
Foremore, I have seen you have a "refs/sandbox/mka/llvm/v4.14" Git branch.
Linux v4.14
Linus,
please pull the latest timers-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
timers-urgent-for-linus
The recent addition of the early TSC clocksource breaks on machines which
have an unstable TSC because in case that TSC is disabled, then the
Linus,
please pull the latest x86-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
x86-urgent-for-linus
Unbreak the CPUID CPUID_8000_0008_EBX reload which got dropped when the
evaluation of physical and virtual bits which uses the same CPUID leaf was
If no pdata is found, we should use lowest current settings, not highest.
Signed-off-by: Pavel Machek
diff --git a/drivers/media/i2c/lm3560.c b/drivers/media/i2c/lm3560.c
index b600e03a..c4e5ed5 100644
--- a/drivers/media/i2c/lm3560.c
+++ b/drivers/media/i2c/lm3560.c
@@ -420,14 +434,14 @@ stati
Add support for LM3559, as found in Motorola Droid 4 phone, for
example. SW interface seems to be identical.
Signed-off-by: Pavel Machek
diff --git a/drivers/media/i2c/lm3560.c b/drivers/media/i2c/lm3560.c
index b600e03a..c4e5ed5 100644
--- a/drivers/media/i2c/lm3560.c
+++ b/drivers/media/i2c/l
[...]
> Moreover, a test-case can be helpful, e.g. "Is clang clobbering RCX?"
> when it's a clang-bug.
>
> I tried to find some suitable test-case myself.
>
> The clang-source has a test-dir, but this is new to me.
>
> I tried to run a single test like test/Sema/asm.c in [1] with
> llvm-tools Debia
On Fri, May 04, 2018 at 07:13:11PM -0600, Shuah Khan (Samsung OSG) wrote:
> When devpts_pts test is skipped because of unmet dependencies and/or
> unsupported configuration, it exits with error which is treated as
> a fail by the Kselftest framework. This leads to false negative
> result even when
On 04.05.2018 14:09, Mark Rutland wrote:
> On Thu, May 03, 2018 at 08:33:38PM +0300, Alexander Popov wrote:
>> Hello Mark and Laura,
>>
>> Let me join the discussion. Mark, thanks for your feedback!
>>
>> On 03.05.2018 10:19, Mark Rutland wrote:
>>> Hi Laura,
>>>
>>> On Wed, May 02, 2018 at 01:33:2
Nothing that is defined in 11ac.h is referenced in cmdevt.c.
Signed-off-by: Julia Lawall
---
drivers/net/wireless/marvell/mwifiex/cmdevt.c |1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/wireless/marvell/mwifiex/cmdevt.c
b/drivers/net/wireless/marvell/mwifiex/cmdevt.c
index 7
pvrusb2-video-v4l.h only declares pvr2_saa7115_subdev_update and
includes pvrusb2-hdw-internal.h. pvrusb2-cx2584x-v4l.c does not
use pvr2_saa7115_subdev_update and it explicitly includes
pvrusb2-hdw-internal.h.
Signed-off-by: Julia Lawall
---
drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c |
pvrusb2-video-v4l.h only declares pvr2_saa7115_subdev_update and
includes pvrusb2-hdw-internal.h. pvrusb2-cx2584x-v4l.c does not
use pvr2_saa7115_subdev_update and it explicitly includes
pvrusb2-hdw-internal.h.
Signed-off-by: Julia Lawall
---
v2: Make the subject line a bit less generic
driv
On 05/06/2018 02:59 AM, Al Viro wrote:
>> There is nothing at the moment that needs fixing.
>
> Funny, that... I'd been going through the damn thing for the
> last week or so; open-by-fhandle/nfs export support is completely
> buggered. And as for the rest... the least said about the error
> han
On 04/27/2018 03:26 AM, jdow wrote:
> And before I forget there are two features of the RDBs that I heartily
> recommend never implementing on Linux. They were good ideas at the time; but,
> times
> changed. The RDBs are capable of storing a filesystem driver and some drive
> init code for the p
On Sun, May 6, 2018 at 7:03 AM, Tetsuo Handa
wrote:
> On 2018/05/06 11:24, Theodore Y. Ts'o wrote:
>> On Sat, May 05, 2018 at 05:57:02PM -0700, syzbot wrote:
>>> Hello,
>>>
>>> syzbot found the following crash on:
>>>
>>> EXT4-fs error (device loop0): ext4_iget:4756: inode #2: comm
>>> syz-executo
Hello,
syzbot found the following crash on:
HEAD commit:625e2001e99e Merge tag 'for-linus-4.17-rc4-tag' of git://g..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=16ecc69780
kernel config: https://syzkaller.appspot.com/x/.config?x=5a1dc06635c10d27
da
> On Fri, May 04, 2018 at 03:35:33PM +0200, Michal Hocko wrote:
> > On Fri 04-05-18 14:52:08, Huaisheng Ye wrote:
> > > Suggest using unsigned int instead of int for bit within gfp_zone.
> > > @@ -401,7 +401,7 @@ static inline bool gfpflags_allow_blocking(const
> gfp_t gfp_flags)
> > > static inl
On Sun, May 6, 2018 at 11:31 AM, syzbot
wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit:625e2001e99e Merge tag 'for-linus-4.17-rc4-tag' of git://g..
> git tree: upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=16ecc69780
> kernel config:
Dear Bjorn,
Am 04.05.2018 um 15:33 schrieb Bjorn Helgaas:
[…]
Yes, definitely. I intended to do that but got a little lazy. What
do you think about the following? Paul, if you haven't tested the
first patch, can you try this one instead? The logic is pretty much
the same.
3461a068661c ("
Hi Jongseok,
Den tors 3 maj 2018 kl 08:36 skrev Jongseok Kim :
> In the processing of headless pages, there was a problem that the
> zhdr pointed to another page or a page was alread released in
> z3fold_free(). So, the wrong page is encoded in headless, or test_bit
> does not work properly in z3
Hi Linus,
The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:
Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
tags/iommu-fixes-v4.17-rc4
for you to fetch changes up to
Linus,
The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:
Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/virt/kvm/kvm tags/for-linus
for you to fetch changes up to ecf08dad723d3e000aecff6c396f54772d
On Wed, 2 May 2018, Peter Zijlstra wrote:
> On Wed, May 02, 2018 at 06:27:22PM +, Daniel Colascione wrote:
> > On Wed, May 2, 2018 at 10:22 AM Peter Zijlstra wrote:
> > >> On Wed, May 02, 2018 at 03:53:47AM +, Daniel Colascione wrote:
> > > > Suppose we make a userspace mutex implemented
John Paul Adrian Glaubitz - 06.05.18, 10:52:
> On 04/27/2018 03:26 AM, jdow wrote:
> > And before I forget there are two features of the RDBs that I
> > heartily recommend never implementing on Linux. They were good
> > ideas at the time; but, times changed. The RDBs are capable of
> > storing a fi
Al Viro - 06.05.18, 02:59:
> On Thu, Apr 26, 2018 at 12:45:41PM +0200, John Paul Adrian Glaubitz
wrote:
> > Exactly. It works fine as is:
> >
> > root@elgar:~> uname -a
> > Linux elgar 4.16.0-rc2-amiga-16784-ga8917fc #650 Mon Mar 5 15:32:52
> > NZDT 2018 m68k GNU/Linux root@elgar:~> mount /dev/sd
Hi All
These patches are part of a larger patch series [1] which attempts upstreaming
EXYNOS UFS driver support. There was not much activities after v5 of that
series. In between I saw there were other teams in Samsung tried upstreaming
the same, but that has not really gone anywhere.
I have taken
On Fri, 4 May 2018, Sebastian Andrzej Siewior wrote:
> From: Mike Galbraith
>
> Shrug. Lots of hobbyists have a beast in their basement, right?
This hardly qualifies as a proper changelog ...
> }
> @@ -299,13 +299,17 @@ static int uv_rtc_unset_timer(int cpu, i
> static u64 uv_read_rtc(struc
Some host controller doesn't support host controller enable via HCE.
Signed-off-by: Seungwon Jeon
Signed-off-by: Alim Akhtar
---
drivers/scsi/ufs/ufshcd.c | 75 +--
drivers/scsi/ufs/ufshcd.h | 5
2 files changed, 78 insertions(+), 2 deletions(-)
Some host controller supports interrupt aggregation, but doesn't
allow to reset counter and timer by s/w.
Signed-off-by: Seungwon Jeon
Signed-off-by: Alim Akhtar
---
drivers/scsi/ufs/ufshcd.c | 3 ++-
drivers/scsi/ufs/ufshcd.h | 6 ++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --
This makes ufshcd_config_pwr_mode non-static so that other vendors
like exynos can use the same.
Signed-off-by: Seungwon Jeon
Signed-off-by: Alim Akhtar
---
drivers/scsi/ufs/ufshcd.c | 5 ++---
drivers/scsi/ufs/ufshcd.h | 2 ++
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/driv
In the right behavior, setting the bit to '0' indicates clear and
'1' indicates no change. If host controller handles this the other way,
UFSHCI_QUIRK_BROKEN_REQ_LIST_CLR can be used.
Signed-off-by: Seungwon Jeon
Signed-off-by: Alim Akhtar
---
drivers/scsi/ufs/ufshcd.c | 21 +++-
Commit-ID: f2173356e26c4da2ddecf9bf3d58a6a2ff56b11d
Gitweb: https://git.kernel.org/tip/f2173356e26c4da2ddecf9bf3d58a6a2ff56b11d
Author: Jann Horn
AuthorDate: Fri, 4 May 2018 19:59:35 +0200
Committer: Thomas Gleixner
CommitDate: Sun, 6 May 2018 12:22:31 +0200
x86/vdso: Remove unused fil
The QDF2400 controller does not set the Command Completed bit unless
writes to the Slot Command register change "Control" bits. Command
Completed is never set for writes that only change software notification
"Enable" bits. This results in timeouts like this:
pciehp :00:00.0:pcie004: Timeout
Commit-ID: 13e8582245267b872dc6eb4ab695fffc797d99f5
Gitweb: https://git.kernel.org/tip/13e8582245267b872dc6eb4ab695fffc797d99f5
Author: David Wang
AuthorDate: Wed, 25 Apr 2018 18:33:39 +0800
Committer: Thomas Gleixner
CommitDate: Sun, 6 May 2018 12:46:25 +0200
x86/MCE: Enable MCE broad
Commit-ID: 985c78d3ff8e9c74450fa2bb08eb55e680d999ca
Gitweb: https://git.kernel.org/tip/985c78d3ff8e9c74450fa2bb08eb55e680d999ca
Author: Luck, Tony
AuthorDate: Fri, 27 Apr 2018 09:37:08 -0700
Committer: Thomas Gleixner
CommitDate: Sun, 6 May 2018 12:46:39 +0200
x86/MCE: Fix stack out-of
On Sun, 2018-05-06 at 12:26 +0200, Thomas Gleixner wrote:
> On Fri, 4 May 2018, Sebastian Andrzej Siewior wrote:
>
> > From: Mike Galbraith
> >
> > Shrug. Lots of hobbyists have a beast in their basement, right?
>
> This hardly qualifies as a proper changelog ...
Hm, that wasn't intended to b
Signed-off-by: Wolfram Sang
---
include/net/flow_dissector.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/flow_dissector.h b/include/net/flow_dissector.h
index 9a074776f70b66..d1fcf2442a423b 100644
--- a/include/net/flow_dissector.h
+++ b/include/net/flow_dissec
Signed-off-by: Wolfram Sang
---
tools/objtool/Documentation/stack-validation.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/Documentation/stack-validation.txt
b/tools/objtool/Documentation/stack-validation.txt
index 3995735a878fe7..b8a32534b9d5de 100644
---
Signed-off-by: Wolfram Sang
---
arch/powerpc/kernel/watchdog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/kernel/watchdog.c b/arch/powerpc/kernel/watchdog.c
index 6256dc3b0087d2..591f7c3af4ffcd 100644
--- a/arch/powerpc/kernel/watchdog.c
+++ b/arch/powerpc/ke
Signed-off-by: Wolfram Sang
---
drivers/ntb/hw/idt/ntb_hw_idt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ntb/hw/idt/ntb_hw_idt.c b/drivers/ntb/hw/idt/ntb_hw_idt.c
index 8d98872d0983b7..dbe72f116017ab 100644
--- a/drivers/ntb/hw/idt/ntb_hw_idt.c
+++ b/drivers/ntb
Signed-off-by: Wolfram Sang
---
drivers/hwmon/fschmd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hwmon/fschmd.c b/drivers/hwmon/fschmd.c
index 5e78229ade049f..22d3a84f13ef58 100644
--- a/drivers/hwmon/fschmd.c
+++ b/drivers/hwmon/fschmd.c
@@ -105,7 +105,7 @@ stat
Signed-off-by: Wolfram Sang
---
drivers/base/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/core.c b/drivers/base/core.c
index b610816eb887f9..4993bd8dfc52c5 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -2684,7 +2684,7 @@ static int device
Signed-off-by: Wolfram Sang
---
drivers/input/misc/ati_remote2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/misc/ati_remote2.c b/drivers/input/misc/ati_remote2.c
index ded5b84e336dae..d8fd58fdf05086 100644
--- a/drivers/input/misc/ati_remote2.c
+++ b/drivers
I found this kind of typo when reading the documentation for device_remove().
So, I checked the tree for it.
CCing all the subsystems directly, and I'd think the leftover ones could be
picked up by the trivial tree. Or would it be more convenient if trivial would
pick up all? I don't mind.
Based
Signed-off-by: Wolfram Sang
---
fs/reiserfs/journal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c
index 23148c3ed67560..55704f57f78f82 100644
--- a/fs/reiserfs/journal.c
+++ b/fs/reiserfs/journal.c
@@ -968,7 +968,7 @@ static in
Signed-off-by: Wolfram Sang
---
Documentation/devicetree/bindings/i2c/i2c-davinci.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/i2c/i2c-davinci.txt
b/Documentation/devicetree/bindings/i2c/i2c-davinci.txt
index 64e6e656c345c2..b745f37061
On 04.05.2018 16:33, Marcel Ziswiler wrote:
> Hi Dmitry
>
> On Fri, 2018-05-04 at 01:55 +0300, Dmitry Osipenko wrote:
>> Hello,
>>
>> This series of patches fixes ULPI USB on Tegra20. The original
>> problem
>> was reported by Marcel Ziswiler, he found that "ulpi-link" clock was
>> incorrectly set
* Boqun Feng wrote:
> > The only change I made beyond a trivial build fix is that I also added the
> > release
> > atomics variants explicitly:
> >
> > +#define atomic_cmpxchg_release(v, o, n) \
> > + cmpxchg_release(&((v)->counter), (o), (n))
> > +#define atomic64_cmpxchg_release(v, o, n)
Commit-ID: e0f6d1a526b6adfa9ca3b336b83ece0eed345033
Gitweb: https://git.kernel.org/tip/e0f6d1a526b6adfa9ca3b336b83ece0eed345033
Author: Jann Horn
AuthorDate: Fri, 4 May 2018 19:59:35 +0200
Committer: Ingo Molnar
CommitDate: Sat, 5 May 2018 09:02:36 +0200
x86/vdso: Remove unused file
c
Commit-ID: 0476a632cb3aa88c03cefc294050a9a86760e88d
Gitweb: https://git.kernel.org/tip/0476a632cb3aa88c03cefc294050a9a86760e88d
Author: Boqun Feng
AuthorDate: Sat, 5 May 2018 19:28:17 +0800
Committer: Ingo Molnar
CommitDate: Sat, 5 May 2018 15:22:20 +0200
locking/atomics/powerpc: Move
Commit-ID: a2d636a4bfd5e9b31215e5d1913e7fe0d0c0970a
Gitweb: https://git.kernel.org/tip/a2d636a4bfd5e9b31215e5d1913e7fe0d0c0970a
Author: Ingo Molnar
AuthorDate: Sat, 5 May 2018 10:11:00 +0200
Committer: Ingo Molnar
CommitDate: Sat, 5 May 2018 15:22:44 +0200
locking/atomics: Clean up the
Commit-ID: 7b9b2e57c7edaeac5404f39c5974ff227540d41e
Gitweb: https://git.kernel.org/tip/7b9b2e57c7edaeac5404f39c5974ff227540d41e
Author: Ingo Molnar
AuthorDate: Sat, 5 May 2018 10:54:45 +0200
Committer: Ingo Molnar
CommitDate: Sat, 5 May 2018 15:22:45 +0200
locking/atomics: Combine the
Commit-ID: 87d655a48dfe74293f72dc001ed042142cf00d44
Gitweb: https://git.kernel.org/tip/87d655a48dfe74293f72dc001ed042142cf00d44
Author: Ingo Molnar
AuthorDate: Sat, 5 May 2018 10:36:35 +0200
Committer: Ingo Molnar
CommitDate: Sat, 5 May 2018 15:22:44 +0200
locking/atomics: Simplify the
Commit-ID: ad6812db385540eb2457c945a8e95fc9095b706c
Gitweb: https://git.kernel.org/tip/ad6812db385540eb2457c945a8e95fc9095b706c
Author: Ingo Molnar
AuthorDate: Sat, 5 May 2018 12:48:58 +0200
Committer: Ingo Molnar
CommitDate: Sat, 5 May 2018 15:23:55 +0200
locking/atomics: Shorten the
Hi Luca,
I hope I catched the correct MLs (not sure if linux-firmware has a ML,
I did not found any in the MAINTAINERS file).
I have seen that in the WHENCE file there is "Version" with and
without ":", mostly iwlwifi ucodes.
As an example:
File: iwlwifi-8265-36.ucode
-Version 36.e91976c0.0
+V
On Sun, May 06, 2018 at 12:01:44PM +0100, Jonathan de Boyne Pollard wrote:
...
>
> Incidentally, it is a welcome change to see the idea that unprivileged
> processes may alter these things being introduced, as is already the case on
> (say) FreeBSD.
>
> (I am not subscribed to linux-kernel.)
Fir
On Sun, 2018-05-06 at 14:46 +0200, Sedat Dilek wrote:
> Hi Luca,
>
> I hope I catched the correct MLs (not sure if linux-firmware has a
> ML,
> I did not found any in the MAINTAINERS file).
>
> I have seen that in the WHENCE file there is "Version" with and
> without ":", mostly iwlwifi ucodes.
>
Geschäfts vorschlag
Ich habe ein Geschäft von $ 65.400.000.00 Million (fünfundsechzig Millionen,
vierhunderttausend US-Dollar), die er in unserer Bank hinterlegt hat und gerade
lügt, nicht beansprucht zu teilen, sollten Sie interessiert sein. Sollten Sie
interessiert sein, wenden Sie sich bitt
On Sun, May 06, 2018 at 02:03:57PM +0900, Tetsuo Handa wrote:
>
> Since syzbot is hitting this error path inside mount() request, calling
> panic() when something went wrong inside mount() request might be
> overkill. We can recover without shutting down the system, can't we?
We could add a full
On Thursday 01 February 2018 11:29:45 Dmitry Torokhov wrote:
> Hi Pali,
>
> On Wed, Jan 24, 2018 at 11:41:21AM +0100, Pali Rohár wrote:
> > Hi Dmitry!
> >
> > I'm observing a problem with internal touchpad (handled by psmouse.ko)
> > on Dell laptops connected to Dell E docking station. When I con
On Sun, May 06, 2018 at 09:32:15AM +, Huaisheng HS1 Ye wrote:
> This idea is great, we can replace GFP_ZONE_TABLE and GFP_ZONE_BAD with it.
> I have realized it preliminarily based on your code and tested it on a 2
> sockets platform. Fortunately, we got a positive test result.
Great!
> I ma
On Sun, May 06, 2018 at 11:15:45AM +0200, Dmitry Vyukov wrote:
> >> I don't get why syzbot considers this a bug. It created a corrupted
> >> file system, mounted it as root, and said file system had the flag
> >> which says, "panic if you find a file system corruption".
> > In what world is this a
On Sat, May 5, 2018 at 11:24 PM, Mathieu Malaterre wrote:
> Function nvmem_reg_read can return a non zero value indicating an error.
> This returned value must be read and error propagated to
> nvmem_cell_prepare_write_buffer.
Must is to strong word here. How come it *must*?
Did you investigate t
Hi Ingo,
> From 5affbf7e91901143f84f1b2ca64f4afe70e210fd Mon Sep 17 00:00:00 2001
> From: Ingo Molnar
> Date: Sat, 5 May 2018 10:23:23 +0200
> Subject: [PATCH] locking/atomics: Simplify the op definitions in atomic.h
> some more
>
> Before:
>
> #ifndef atomic_fetch_dec_relaxed
> # ifndef ato
Hi Ingo,
> From f5efafa83af8c46b9e81b010b46caeeadb450179 Mon Sep 17 00:00:00 2001
> From: Ingo Molnar
> Date: Sat, 5 May 2018 10:46:41 +0200
> Subject: [PATCH] locking/atomics: Combine the atomic_andnot() and
> atomic64_andnot() API definitions
>
> The atomic_andnot() and atomic64_andnot() are
On Sat, May 05, 2018 at 08:43:11PM -0700, Andi Kleen wrote:
> Jiri Olsa writes:
>
> Please fix this quickly, PT is currently totally non functional in Linus
> mainline.
attached.. Kan, could you please test it wrt your latest changes?
thanks,
jirka
---
Adrian reported broken event parsing for
Theodore Y. Ts'o wrote:
> On Sun, May 06, 2018 at 02:03:57PM +0900, Tetsuo Handa wrote:
> >
> > Since syzbot is hitting this error path inside mount() request, calling
> > panic() when something went wrong inside mount() request might be
> > overkill. We can recover without shutting down the syste
From: Marek Szyprowski
All interrupts from SoC internal modules are level triggered, so fix
incorrect trigger type for I2S1 device on Exynos5433 SoCs.
This fixes following kernel warning:
WARNING: CPU: 2 PID: 1 at drivers/irqchip/irq-gic.c:1016
gic_irq_domain_translate+0xb0/0xb8
Modules linked
* Andrea Parri wrote:
> Hi Ingo,
>
> > From 5affbf7e91901143f84f1b2ca64f4afe70e210fd Mon Sep 17 00:00:00 2001
> > From: Ingo Molnar
> > Date: Sat, 5 May 2018 10:23:23 +0200
> > Subject: [PATCH] locking/atomics: Simplify the op definitions in atomic.h
> > some more
> >
> > Before:
> >
> > #
On Sun, May 6, 2018 at 3:28 AM, Anson Huang wrote:
> Add pfuze100 support on i.MX6SX Sabre Auto board.
>
> Signed-off-by: Anson Huang
Reviewed-by: Fabio Estevam
On Sun, May 6, 2018 at 3:28 AM, Anson Huang wrote:
> Add MAX7322 IO expander support.
>
> Signed-off-by: Anson Huang
Reviewed-by: Fabio Estevam
On Sun, May 6, 2018 at 3:28 AM, Anson Huang wrote:
> i.MX6SX Sabre Auto board has two max7310 IO expander on I2C3 bus, add
> support for them.
>
> Signed-off-by: Anson Huang
Reviewed-by: Fabio Estevam
On Sun, May 6, 2018 at 3:28 AM, Anson Huang wrote:
> Add FEC support on i.MX6SX Sabre Auto board.
>
> Signed-off-by: Anson Huang
Reviewed-by: Fabio Estevam
On Sun, May 6, 2018 at 3:28 AM, Anson Huang wrote:
> i.MX6SX Sabre Auto board has GPIO1_IO13 pin can be
> MUXed as WDOG output to reset PMIC, add this function
> support.
>
> Signed-off-by: Anson Huang
Reviewed-by: Fabio Estevam
On Sun, May 6, 2018 at 3:28 AM, Anson Huang wrote:
> There is a debug LED(D11) connected to GPIO1_IO24,
> add support for it.
>
> Signed-off-by: Anson Huang
Reviewed-by: Fabio Estevam
On Sun, May 6, 2018 at 3:28 AM, Anson Huang wrote:
> Add egalax touch screen support on i2c2 bus.
>
> Signed-off-by: Anson Huang
Reviewed-by: Fabio Estevam
Hi David,
On Friday 04 May 2018 07:54 PM, David Lechner wrote:
> This fixes the parent clock names of the SYSCLKn clocks for the DM355
> SoC in the TI DaVinici PLL clock driver.
>
> It appears that this name just didn't get updated to the correct name
> like the other SoCs during the driver's dev
Fix DTC warnings:
arch/arm/boot/dts/s3c2416-smdk2416.dtb: Warning
(avoid_unnecessary_addr_size):
/cpus: unnecessary #address-cells/#size-cells without "ranges" or child
"reg" property
arch/arm/boot/dts/s3c2416-smdk2416.dtb: Warning
(avoid_unnecessary_addr_size):
/clocks:
Remove the usage of skeleton.dtsi to fix the DTC warning:
arch/arm/boot/dts/s3c2416-smdk2416.dtb: Warning (unit_address_vs_reg):
/memory: node has a reg or ranges property, but no unit name
Signed-off-by: Krzysztof Kozlowski
---
arch/arm/boot/dts/s3c2416-smdk2416.dts | 3 ++-
arch/a
Remove the usage of skeleton.dtsi to fix the DTC warnings:
arch/arm/boot/dts/s3c6410-mini6410.dtb: Warning (unit_address_vs_reg):
/memory: node has a reg or ranges property, but no unit name
arch/arm/boot/dts/s3c6410-smdk6410.dtb: Warning (unit_address_vs_reg):
/memory: nod
> -Original Message-
> From: owner-linux...@kvack.org [mailto:owner-linux...@kvack.org] On
> Behalf Of Matthew Wilcox
> Sent: Sunday, May 06, 2018 9:48 PM
> To: Huaisheng HS1 Ye
> Cc: Michal Hocko ; a...@linux-foundation.org;
> linux...@kvack.org; vba...@suse.cz; mgor...@techsingularity.n
On Mon, 30 Apr 2018 12:25:46 +0800
Shrirang Bagul wrote:
> CTRL1 register (ODR & BDU settings) gets reset after system comes back
> from suspend, causing subsequent reads from the sensor to fail.
>
> This patch restores the CTRL1 register after resume.
>
> Based on:
> git://git.kernel.org/pub/s
Hello,
syzbot found the following crash on:
HEAD commit:c1c07416cdd4 Merge tag 'kbuild-fixes-v4.17' of git://git.k..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=138afde780
kernel config: https://syzkaller.appspot.com/x/.config?x=5a1dc06635c10d27
da
On 5/6/2018 10:28 AM, Jiri Olsa wrote:
On Sat, May 05, 2018 at 08:43:11PM -0700, Andi Kleen wrote:
Jiri Olsa writes:
Please fix this quickly, PT is currently totally non functional in Linus
mainline.
attached.. Kan, could you please test it wrt your latest changes?
thanks,
jirka
---
Adr
On Sun, May 06, 2018 at 12:01:44PM +0100, Jonathan de Boyne Pollard wrote:
> Cyrill Gorcunov:
>
> > Or we can simply drop it off because PR_SET_MM_MAP covers all needs, and I
> would rather prefer to do that asap.
>
> Please do not do that, because PR_SET_MM_MAP really does not cover all
> needs.
We can suspend the mdm6600 over USB via sysfs and then mdm6600 enters
a low-power idle mode. In the low-power mode, mdm6600 radio and n_gsm
uart are functional but we need to use USB mode0 GPIO pin to send a
wake-up pulse to the modem to talk with it over n_gsm.
As the GPIO mode0 line is dual purp
On 2018-04-18 19:47, Paul Moore wrote:
> On Fri, Mar 16, 2018 at 5:00 AM, Richard Guy Briggs wrote:
> > Implement the proc fs write to set the audit container ID of a process,
> > emitting an AUDIT_CONTAINER record to document the event.
> >
> > This is a write from the container orchestrator task
* Reizer, Eyal [180506 07:47]:
> I will try to see what I can find out and why it has always been used only
> With out-of band interrupts and whether there is a real hardware
> Limitation behind it .
> In the past also the omap-hsmmc driver was not really supporting in-band
> sdio interrupt out o
1 - 100 of 300 matches
Mail list logo