Quantcast
Channel: Linux | Kernel
Browsing all 165258 articles
Browse latest View live

[PATCH] tcp: correctly crypto_alloc_hash return check

crypto_alloc_hash never returns NULL Signed-off-by: Insu Yun <wuninsu@gmail.com> --- net/ipv4/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti

View Article



[PATCH] rc: correctly handling failed allocation

Since rc_allocate_device() uses kmalloc, it can returns NULL, so need to check, otherwise, NULL derefenrece can be happened. Signed-off-by: Insu Yun

View Article

[PATCH] bcm590xx: correctly handle return value of i2c_new_dummy()

i2c_new_dummy() returns NULL when failed, not an error code. Signed-off-by: Insu Yun <wuninsu@gmail.com> --- drivers/mfd/bcm590xx.c | 2 +- 1 file c

View Article

[PATCH v4 0/4] x86: sigcontext fixes, again

This is take 2 at fixing x86 64-bit signals wrt SS. After a lot of thought, this is not controlled by any flags -- I would much prefer to avoid opt-i

View Article

[PATCH v4 1/4] x86/signal/64: Add a comment about sigcontext->fs and gs

These fields have a strange history. This tries to document it. This borrows from 9a036b93a344 ("x86/signal/64: Remove 'fs' and 'gs' from sigcontext

View Article


[PATCH v4 2/4] x86/signal/64: Fix SS if needed when delivering a 64-bit signal

Signals are always delivered to 64-bit tasks with CS set to a long mode segment. In long mode, SS doesn't matter as long as it's a present writable s

View Article

[PATCH v4 3/4] x86/signal/64: Re-add support for SS in the 64-bit signal context

This is a second attempt to make the improvements from c6f2062935c8 ("x86/signal/64: Fix SS handling for signals delivered to 64-bit programs"), which

View Article

[PATCH v4 4/4] selftests/x86: Add tests for UC_SIGCONTEXT_SS and...

This tests the two ABI-preserving cases that DOSEMU cares about, and it also explicitly tests the new UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SS flags.

View Article


4.5 regression - [drm/vmwgfx] BUG: unable to handle kernel NULL pointer...

Hi all, With Linux 4.5-rc4, I still have a problem what I had reported, on VMWare workstation 10 (Linux guest, Windows 7 host); [drm/vmwgfx]

View Article


[PATCH] s5p_mfc: handling failed allocation for workqueue

create_singlethread_workqueue() can be failed in memory pressure. Signed-off-by: Insu Yun <wuninsu@gmail.com> --- drivers/media/platform/s5p-mfc/s5p

View Article

[PATCH] usb: check for signals in chaoskey read function

Call signal_pending before reading a chunk of data from the device so that long read operations can be interrupted with a signal. Signed-off-by: Keit

View Article

[PATCH] fusion-mptbase: handle failed allocation for workqueue

the failure of ioc->reset_work_q is checked, but not ioc->fw_event_q. Signed-off-by: Insu Yun <wuninsu@gmail.com> --- drivers/message/fusion/mptbase

View Article

Re: [lustre-devel] [PATCH] staging: lustre: Fixed the parenthesis

On Feb 14, 2016, at 10:37 PM, Shalin Mehta wrote: > The parentehsis are fixed in the macro for the ldlm lock to set and > clear the flags. > > Signe

View Article


linux-next: manual merge of the char-misc tree with the staging tree

Hi all, Today's linux-next merge of the char-misc tree got a conflict in: drivers/platform/goldfish/goldfish_pipe.c between commit: 1d427da1d7

View Article

[PATCH 1/2] clk: bcm2835: Fix setting of PLL divider clock rates

Our dividers weren't being set successfully because CM_PASSWORD wasn't included in the register write. It looks easier to just compute the divider to

View Article


[PATCH 2/2] clk: bcm2835: Reuse CLK_DIVIDER_MAX_AT_ZERO for recalc_rate()

We were rolling this ourselves, but clk-divider can do it now. Signed-off-by: Eric Anholt <eric@anholt.net> --- drivers/clk/bcm/clk-bcm2835.c | 13 +

View Article

[PATCH] spi: rockchip: remove xfer_completion from rockchip_spi

xfer_completion isn't been used anywhere, so it can be removed. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> --- drivers/spi/spi-rockchip.c

View Article


linux-next: manual merge of the gpio tree with the mfd tree

Hi Linus, Today's linux-next merge of the gpio tree got conflicts in: drivers/gpio/Kconfig drivers/gpio/Makefile between commit: 5d8c473983f

View Article

linux-next: manual merge of the gpio tree with the pinctrl tree

Hi Linus, Today's linux-next merge of the gpio tree got a conflict in: drivers/pinctrl/sunxi/pinctrl-sunxi.c between commit: be2d107f4433 ("pi

View Article

[PATCH] irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory size

Function its_alloc_tables() maintains two local variables, "order" and and "alloc_size", to hold memory size that has been allocated to ITS_BASEn. We

View Article
Browsing all 165258 articles
Browse latest View live




Latest Images