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

[PATCH RFC 0/3] net: bridge: set forwarding state when unbridging switchdev...

When a port leaves a bridge, the bridge layer sets its STP state to Disabled. But switchdev users seem to need to restore its state to Forwarding to

View Article



[PATCH RFC 1/3] net: bridge: log state when setting it

Every call to br_set_state is followed by a call to br_log_state. Directly call it within br_set_state instead. Signed-off-by: Vivien Didelot <vivien

View Article

[PATCH RFC 2/3] net: bridge: set forwarding state on port removal

When a port leaves a bridge, the bridge layer puts its STP state to Disabled. If the port is part of an hardware switch, the mode needs to be set to F

View Article

[PATCH RFC 3/3] net: dsa: remove dsa_slave_stp_update

When a port leaves a bridge, the bridge layer now restores its STP state to Forwarding, if the device belong to a switchdev user. Thus remove this re

View Article

[3.19.y-ckt stable] Linux 3.19.8-ckt15

I am announcing the release of the Linux 3.19.8-ckt15 kernel. The updated 3.19.y-ckt tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.

View Article


[PATCH] ALSA: at73c213: add error handling of clk_enable()

Recent addition of SSC clock management does not check if clk_enable() succeed. The patch adds such checks where it is appropriate. Found by Linux Dr

View Article

[PATCH] mtd: nand: pxa3xx_nand: fix dmaengine initialization

When the driver is initialized in a pure device-tree platform, the driver's probe fails allocating the dma channel : [ 525.624435] pxa3xx-nand 431000

View Article

[GIT PULL] PCI fixes for v4.5

Hi Linus, These are some Renesas binding updates for PCI host controllers, a Broadcom fix for a regression we added in v4.5-rc1, and a fix for an AER

View Article


[PATCH RT 1/6] kernel: softirq: unlock with irqs on

We unlock the lock while the interrupts are off. This isn't a problem now but will get because the migrate_disable() + enable are not symmetrical in r

View Article


[PATCH RT 2/6] kernel: migrate_disable() do fastpath in atomic & irqs-off

With interrupts off it makes no sense to do the long path since we can't leave the CPU anyway. Also we might end up in a recursion with lockdep. Sign

View Article

[PATCH RT 3/6] rtmutex: push down migrate_disable() into rt_spin_lock()

No point in having the migrate disable/enable invocations in all the macro/inlines. That's just more code for no win as we do a function call anyway.

View Article

[PATCH RT 4/6] rt/locking: Reenable migration accross schedule

From: Thomas Gleixner <tglx@linutronix.de> We currently disable migration across lock acquisition. That includes the part where we block on the lock

View Article

[PATCH RT 5/6] kernel/stop_machine: partly revert "stop_machine: Use raw...

With completion using swait and so rawlocks we don't need this anymore. Further, bisect thinks this patch is responsible for: |BUG: unable to handle

View Article


[PATCH RT 6/6] rcu: disable more spots of rcu_bh

We don't use ru_bh on -RT but we still fork a thread for it and keep it as a flavour. No more. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linu

View Article

Applied "regulator: ltc3589: Make IRQ optional" to the regulator tree

The patch regulator: ltc3589: Make IRQ optional has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broon

View Article


[PATCH] sched/deadline: Always calculate end of period on sched_yield()

I'm writing a test case for SCHED_DEADLINE, and notice a strange anomaly. Every so often, a deadline is missed and when I looked into it, it happened

View Article

[PATCH] lib/ucs2_string: Correct ucs2 -> utf8 conversion

The comparisons should be >= since 0x800 and 0x80 require an additional bit to store. For the 3 byte case, the existing shift would drop off 2 more b

View Article


[PATCH] media: au0828 set ctrl_input in au0828_s_input()

dev->ctrl_input is set in vidioc_s_input() and doesn't get set in au0828_s_input(). As a result, dev->ctrl_input is left uninitialized until user spac

View Article

[PATCH V2] AHCI: Workaround for ThunderX Errata#22536

From: Tirumalesh Chalamarla <tchalamarla@caviumnetworks.com> Due to Errata in ThunderX, HOST_IRQ_STAT should be cleared before leaving the interrupt

View Article

[PATCH] mm/Kconfig: remove redundant arch depend for memory hotplug

MEMORY_HOTPLUG already depends on ARCH_ENABLE_MEMORY_HOTPLUG which is selected by the supported architectures, so the following arch depend is unneces

View Article
Browsing all 165258 articles
Browse latest View live




Latest Images