Re: [PATCH 0/2] spi: spidev: Introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command

2017-05-15 Thread Seraphime Kirkovski
Any thoughts on this ?

Re: [PATCH 2/2] spi: spidev: document SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ

2017-05-15 Thread Seraphime Kirkovski
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.

[PATCH 1/2] spi: spidev: introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command

2017-05-15 Thread Seraphime Kirkovski
, 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

[PATCH] ceph: cleanup ACCESS_ONCE -> READ_ONCE

2016-12-26 Thread Seraphime Kirkovski
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

[PATCH] bcm2835: cleanup: remove deprecated include

2017-02-02 Thread Seraphime Kirkovski
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

KASAN + general protection fault while writing to mmc

2017-08-10 Thread Seraphime Kirkovski
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

Re: KASAN + general protection fault while writing to mmc

2017-08-22 Thread Seraphime Kirkovski
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

Re: linux-4.14-rc1/arch/x86/include/asm/uaccess.h: Missing include of

2017-09-19 Thread Seraphime Kirkovski
de should use Thanks, Seraphime Kirkovski

4.13 on thinkpad x220: oops when writing to SD card

2017-09-06 Thread 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

4.13 on thinkpad x220: oops when writing to SD card

2017-09-06 Thread Seraphime Kirkovski
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,

4.13 on thinkpad x220: oops when writing to SD card

2017-09-07 Thread Seraphime Kirkovski
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

[PATCH 2/2] spi: spidev: document SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ

2017-05-09 Thread 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

[PATCH 1/2] spi: spidev: introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command

2017-05-09 Thread Seraphime Kirkovski
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

[PATCH 0/2] spi: spidev: Introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command

2017-05-09 Thread Seraphime Kirkovski
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

[PATCH] acpi: acpica: dsutils: fix an off-by-one index

2017-06-06 Thread Seraphime Kirkovski
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

[PATCH] net: wireless: intel: iwlwifi: dvm: remove unused defines

2017-06-06 Thread Seraphime Kirkovski
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

[PATCH] drivers: block: correct brackets

2017-06-09 Thread Seraphime Kirkovski
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

[PATCH] spi: spidev: remove unused completion

2017-05-05 Thread Seraphime Kirkovski
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

[PATCH] sound: core: move exports next to corresponding symbols

2017-05-02 Thread Seraphime Kirkovski
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

4.14.0-rc3 iwlwifi: Hardware became unavailable during restart

2017-10-10 Thread Seraphime Kirkovski
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

Re: [PATCH] acpi: acpica: dsutils: fixanoff-by-one index

2017-06-07 Thread Seraphime Kirkovski
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

[PATCH] net: wireless: intel: iwlwifi: dvm: fix tid mask

2017-06-07 Thread Seraphime Kirkovski
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:

Re: [linuxwifi] [PATCH] net: wireless: intel: iwlwifi: dvm: fix tid mask

2017-06-08 Thread Seraphime Kirkovski
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