Any thoughts on this ?
On Sun, May 14, 2017 at 06:27:43PM +0900, Mark Brown wrote:
> On Tue, May 09, 2017 at 02:24:01PM +0200, Seraphime Kirkovski wrote:
> > This adds documentation of the new spidev ioctl.
>
> This should have been part of the first path adding the new ioctl() :(
Will change.
, 2017 at 02:24:00PM +0200, Seraphime Kirkovski wrote:
>
> > I think, this change is necessary, on the one hand, because there are still
> > a lot of longterm[2] supported kernels out there, whose users may be
> > relying on
> > SPI_IOC_WR_MAX_SPEED being system-wide a
This removes the uses of ACCESS_ONCE in favor of READ_ONCE
Signed-off-by: Seraphime Kirkovski
---
fs/ceph/addr.c | 4 ++--
fs/ceph/caps.c | 2 +-
fs/ceph/dir.c| 2 +-
fs/ceph/inode.c | 2 +-
fs/ceph/mds_client.c | 10 +-
5 files changed, 10 insertions(+), 10
This replaces the last occurrence of the deprecated include
in the staging directory with the newer
Signed-off-by: Seraphime Kirkovski
---
drivers/staging/bcm2835-audio/bcm2835-vchiq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/bcm2835-audio/bcm2835
Hi,
I got this while restoring a backup with dd on an SDCard.
On 4.13.0-rc4 I get it everytime.
I'm not sure if it isn't a hardware problem as I have no more cards
left.
[ 484.751664]
==
[ 484.751695] BUG: KASAN: slab-out-of-bou
Ulf Hansson
>
> Can you try reverting it and see if the problem goes away?
>
> Yours,
> Linus Walleij
Thanks for the reply !
The problem doesn't go away, it is only delayed.
Will try to find some time to bisect it.
Thanks,
Seraphime Kirkovski
de should use
Thanks,
Seraphime Kirkovski
To: Adrian Hunter
Cc: Shawn Lin , Pavel Machek ,
linux-...@vger.kernel.org,
kernel list
Bcc:
Subject: Re: 4.13 on thinkpad x220: oops when writing to SD card
Reply-To:
In-Reply-To: <6689241f-a4d8-7a3e-9f0b-482b034e5...@intel.com>
Hi,
> > Seems 4.13-rc4 was already broken for t
Hi,
> > Seems 4.13-rc4 was already broken for that but unfortuantely
> > I didn't
> > reproduce that. So maybe Seraphime can do git-bisect as he said "I
> > get
> > it everytime" for which I assume it could be easy for him to find
> > out
> > the problematic commit?
I can reliably reproduce it,
ug with
a while-malloc loop + firefox.
> Reported-by: Seraphime Kirkovski
> Fixes: 304419d8a7e92 ("mmc: core: Allocate per-request data using the block
> layer core")
> Signed-off-by: Adrian Hunter
As I said, this fixes it for me, you can add
Tested-By: Seraphime Kirkovski
This adds documentation of the new spidev ioctl.
Signed-off-by: Seraphime Kirkovski (Haapie)
---
Documentation/spi/spidev | 7 +++
1 file changed, 7 insertions(+)
diff --git a/Documentation/spi/spidev b/Documentation/spi/spidev
index 3d14035b1766..c67a00594dce 100644
--- a/Documentation
mand are the same as the old
SPI_IOC_WR_MAX_SPEED_HZ.
[1] https://github.com/cpb-/spi-tools
[2] A quick check on kernel.org shows that all 3.x with longterm support
have not applied 9169051617df7
Signed-off-by: Seraphime Kirkovski (Haapie)
---
drivers/spi/spidev.c| 8 ++--
include/uapi/linux/sp
mand are the same as the old
SPI_IOC_WR_MAX_SPEED_HZ.
[1] https://github.com/cpb-/spi-tools
[2] A quick check on kernel.org shows that all 3.x with longterm support
have not applied 9169051617df7
Seraphime Kirkovski (2):
spi: spidev: introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
spi: spidev: document SPI
0.222838] kernel_init+0xf/0x120
[0.222839] ? rest_init+0x80/0x80
[0.222841] ret_from_fork+0x22/0x30
Signed-off-by: Seraphime Kirkovski
---
drivers/acpi/acpica/dsutils.c | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/drivers/acpi/acpica/dsutils.c b/dr
Those constants have been unused for quite some time now.
Signed-off-by: Seraphime Kirkovski
---
I've compile-tested it.
drivers/net/wireless/intel/iwlwifi/dvm/commands.h | 7 ---
1 file changed, 7 deletions(-)
diff --git a/drivers/net/wireless/intel/iwlwifi/dvm/commands.h
b/driver
dingly indented as if it is guarded by the ‘if’
goto exit;
This adjustes the brackets to the inner if.
Fixes: f2c6df7dbf9a ("loop: support 4k physical blocksize")
Signed-off-by: Seraphime Kirkovski
---
The patch was made against linux-next.
drivers/block/loop.c | 3 ++-
1 file chang
This removes an unused completion from spidev_sync.
It was introduced in
commit 25d5cb4b0375e ("spi: remove some spidev oops-on-rmmod paths")
and it was no longer used after:
commit 98d6f47958001 ("spi: spidev: use spi_sync instead of spi_async")
Sign
With this patch all files in sound/core export symbols next to
their definition, as the kernel coding style mandates.
Signed-off-by: Seraphime Kirkovski
---
sound/core/memalloc.c | 14 --
sound/core/seq/seq_midi_emul.c | 9 -
sound/core/seq/seq_midi_event.c | 21
Hello,
I've got this splat after a couple of suspend-resume cycles on my
HP-laptop. I haven't had the time to bisect or test other rcs for now.
Pasting some logs before the actual WARN_ON, as they may be relevant.
Just after the splat the connection is successfully reestablished.
[14293.758404] i
On Wed, Jun 07, 2017 at 03:14:46PM +, Moore, Robert wrote:
> I believe that the rationale for this is that at that point in the code, it
> is *guaranteed* that there is at least one operand; therefore the -1 would
> always be valid.
>
> In the end, we just deleted that call to
> acpi_db_disp
272.143498] ? __ubsan_handle_shift_out_of_bounds+0x221/0x221
[ 272.143519] ? iwl_trans_pcie_reclaim+0x153/0xc90 [iwlwifi]
[ 272.143539] iwlagn_check_ratid_empty+0x337/0x410 [iwldvm]
[ 272.143556] ? iwl_hcmd_names_cmp+0x2f/0x60 [iwlwifi]
[ 272.143571] iwlagn_rx_reply_tx+0x8a4/0x1820 [iwldvm]
Signed-off-by:
On Thu, Jun 08, 2017 at 06:31:01AM +, Grumbach, Emmanuel wrote:
> Hi,
Hi,
> True, OTOH we need tid to be 8 sometimes. We *just* need to make sure
> that we don't index tid_data with this. Hence I think the proper fix is:
>
> diff --git a/drivers/net/wireless/intel/iwlwifi/dvm/tx.c
> b/drive
23 matches
Mail list logo