Quantcast
Browsing all 24115 articles
Browse latest View live

[PATCH] NFC: pn533: Fix device leak (no replies)

pn533_probe() calls usb_get_dev(), but there is no usb_put_dev() in pn533_disconnect(). The patch adds one. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey...

View Article


[PATCH 0/3] Per cgroup swap file support (3 replies)

This series of patches adds support to configure a cgroup to swap to a particular file by using control file memory.swapfile. A value of "default" in memory.swapfile indicates that this cgroup should...

View Article


[PATCH] regulator: st-pwm: Convert to get_voltage_sel (no replies)

Also remove test for selector in st_pwm_regulator_set_voltage_sel, the checking is already done in .list_voltage. Signed-off-by: Axel Lin <axel.lin@ingics.com> --- drivers/regulator/st-pwm.c | 9...

View Article

mmotm 2014-03-21-16-28 uploaded (no replies)

The mm-of-the-moment snapshot 2014-03-21-16-28 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a...

View Article

reiserfs: kernel BUG at fs/reiserfs/journal.c:1095! (no replies)

Hi all, While fuzzing with trinity inside a KVM tools guest running the latest -next kernel, I've stumbled on the following: [ 825.014684] kernel BUG at fs/reiserfs/journal.c:1095! [ 825.014783]...

View Article


[PATCH] clk: qcom: Consolidate common probe code (no replies)

Most of the probe code is the same between all the different clock controllers. Consolidate the code into a common.c file. This makes changes to the common probe parts easier and reduces chances for...

View Article

You have received 1.5m pounds as donation see link...

-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html...

View Article

[PATCH] kernel: Use RCU_INIT_POINTER(x, NULL) in tracepoint.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article


[PATCH] lib: Use RCU_INIT_POINTER(x, NULL) in idr.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article


[PATCH] net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article

[PATCH] net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article

[PATCH] net/mac80211: Use RCU_INIT_POINTER(x, NULL) in cfg.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article

[PATCH] net/mac80211: Use RCU_INIT_POINTER(x, NULL) in chan.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article


[PATCH] net/mac80211: Use RCU_INIT_POINTER(x, NULL) in debugfs.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article

[PATCH] net/mac80211: Use RCU_INIT_POINTER(x, NULL) in ibss.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article


[PATCH] net/mac80211: Use RCU_INIT_POINTER(x, NULL) in iface.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article

[PATCH] net/mac80211: Use RCU_INIT_POINTER(x, NULL) in mesh.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article


[PATCH] net/mac80211: Use RCU_INIT_POINTER(x, NULL) in scan.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article

[PATCH] net/mac80211: Use RCU_INIT_POINTER(x, NULL) in util.c (no replies)

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article

[PATCH] net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.c...

This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) The rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that...

View Article
Browsing all 24115 articles
Browse latest View live