login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
11
Re: [PATCH 8/19]: SCST SYSFS interface implementation
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Greg KH
Subject:
Re: [PATCH 8/19]: SCST SYSFS interface implementation
Date: Thursday, November 11, 2010 - 5:04 am
On Thu, Nov 11, 2010 at 11:59:28AM +0200, Boaz Harrosh wrote:
quoted text
> 4. Exactly Like 3 but without the extra kref member > Only x_put() changes and x_kref_release() now receives > an x_object > > int x_put(struct object_x *x) > { > if (kobject_put(&x->kobj) == 1) > // Like above [3] x_kref_release() > x_kref_release(x); > }
This is racy, please never do this. thanks, greg k-h --
unsubscribe notice
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
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCHv4 0/19]: New SCSI target framework (SCST) with dev ...
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:34 pm)
[PATCH 1/19]: Integration of SCST into the Linux kernel tree
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:36 pm)
[PATCH 2/19]: SCST core's Makefile and Kconfig
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:36 pm)
[PATCH 3/19]: SCST public headers
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:38 pm)
[PATCH 4/19]: SCST main management files and private headers
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:39 pm)
[PATCH 5/19]: SCST implementation of the SCSI target state ...
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:42 pm)
[PATCH 6/19]: SCST internal library functions
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:43 pm)
[PATCH 7/19]: SCST Persistent Reservations implementation
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:44 pm)
[PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:46 pm)
[PATCH 9/19]: SCST debugging support routines
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:46 pm)
[PATCH 10/19]: SCST SGV cache
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:48 pm)
[PATCH 11/19]: SCST core's docs
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:48 pm)
[PATCH 12/19]: SCST dev handlers' Makefile
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:49 pm)
[PATCH 13/19]: SCST vdisk dev handler
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:50 pm)
[PATCH 14/19]: SCST pass-through dev handlers
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:51 pm)
[PATCH 15/19]: Implementation of blk_rq_map_kern_sg()
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:53 pm)
[PATCH 16/19]: scst_local target driver
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:57 pm)
[PATCH 17/19]: SCST InfiniBand SRP target driver
, Vladislav Bolkhovitin
, (Fri Oct 1, 2:58 pm)
[PATCH 18/19]: ibmvstgt: Port from tgt to SCST
, Vladislav Bolkhovitin
, (Fri Oct 1, 3:04 pm)
[PATCH 19/19]: tgt: Removal
, Vladislav Bolkhovitin
, (Fri Oct 1, 3:05 pm)
Re: [PATCHv4 0/19]: New SCSI target framework (SCST) with ...
, Bart Van Assche
, (Sat Oct 2, 12:40 am)
Re: [Scst-devel] [PATCHv4 0/19]: New SCSI target framework ...
, Steve Modica
, (Wed Oct 6, 1:21 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Sat Oct 9, 2:20 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Mon Oct 11, 12:29 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Mon Oct 11, 2:32 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Tue Oct 12, 11:53 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Tue Oct 12, 12:03 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Thu Oct 14, 12:48 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Thu Oct 14, 1:04 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Fri Oct 22, 10:30 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Fri Oct 22, 10:56 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Fri Oct 22, 11:40 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Fri Oct 22, 11:54 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Mon Nov 8, 12:58 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Mon Nov 8, 5:28 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Tue Nov 9, 1:06 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Boaz Harrosh
, (Wed Nov 10, 2:58 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Wed Nov 10, 1:19 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Joe Eykholt
, (Wed Nov 10, 1:29 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Wed Nov 10, 1:38 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Joe Eykholt
, (Wed Nov 10, 1:42 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Boaz Harrosh
, (Thu Nov 11, 2:59 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Thu Nov 11, 5:04 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Boaz Harrosh
, (Thu Nov 11, 7:05 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Thu Nov 11, 7:16 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Boaz Harrosh
, (Thu Nov 11, 7:19 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Thu Nov 11, 1:50 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Dmitry Torokhov
, (Thu Nov 11, 6:23 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Bart Van Assche
, (Fri Nov 12, 5:09 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Dmitry Torokhov
, (Fri Nov 12, 11:44 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Bart Van Assche
, (Sat Nov 13, 3:52 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Sat Nov 13, 10:20 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Sat Nov 13, 4:59 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Dmitry Torokhov
, (Sun Nov 14, 11:59 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Dmitry Torokhov
, (Mon Nov 15, 12:04 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Boaz Harrosh
, (Mon Nov 15, 2:46 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Mon Nov 15, 9:16 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Boaz Harrosh
, (Mon Nov 15, 10:19 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Bart Van Assche
, (Mon Nov 15, 10:45 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Bart Van Assche
, (Mon Nov 15, 10:49 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Bart Van Assche
, (Mon Nov 15, 10:53 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Mon Nov 15, 11:44 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Nicholas A. Bellinger
, (Mon Nov 15, 1:19 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Mon Nov 15, 1:36 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Mon Nov 15, 1:36 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Mon Nov 15, 1:37 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Mon Nov 15, 1:39 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Mon Nov 15, 1:39 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Mon Nov 15, 1:39 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Dmitry Torokhov
, (Mon Nov 15, 2:14 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Greg KH
, (Mon Nov 15, 3:13 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Joe Eykholt
, (Mon Nov 15, 10:04 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Nicholas A. Bellinger
, (Mon Nov 15, 11:03 pm)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Bart Van Assche
, (Tue Nov 16, 12:15 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Florian Mickler
, (Tue Nov 16, 1:49 am)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Richard Williams
, (Tue Nov 16, 4:59 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Tue Nov 16, 6:12 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Tue Nov 16, 6:13 am)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Vladislav Bolkhovitin
, (Tue Nov 16, 6:17 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Tue Nov 16, 6:18 am)
Re: [PATCH 8/19]: SCST SYSFS interface implementation
, Vladislav Bolkhovitin
, (Tue Nov 16, 6:19 am)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Vladislav Bolkhovitin
, (Thu Nov 18, 2:02 pm)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Greg KH
, (Thu Nov 18, 2:46 pm)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Vladislav Bolkhovitin
, (Fri Nov 19, 11:00 am)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Bart Van Assche
, (Fri Nov 19, 11:01 am)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Dmitry Torokhov
, (Fri Nov 19, 1:22 pm)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Vladislav Bolkhovitin
, (Fri Nov 19, 1:50 pm)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Greg KH
, (Fri Nov 19, 2:16 pm)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Greg KH
, (Fri Nov 19, 2:19 pm)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Vladislav Bolkhovitin
, (Wed Nov 24, 1:35 pm)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Bart Van Assche
, (Fri Dec 10, 5:06 am)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Greg KH
, (Fri Dec 10, 12:36 pm)
Re: [Scst-devel] [PATCH 8/19]: SCST SYSFS interface implem ...
, Bart Van Assche
, (Tue Dec 14, 7:10 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ken Chen
[patch] sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares.
Hugh Dickins
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
Bernhard Beck
[PATCH 001/001] usb-serial: Add ThinkOptics WavIT
Oleg Nesterov
Re: [PATCH 4/5] don't panic if /sbin/init exits or killed
Greg KH
[patch 07/21] rtc-pcf8563: detect polarity of century bit automatically
git
:
Jonathan del Strother
Re: [PATCH] Fixing path quoting issues
Gerrit Pape
[PATCH] fix skipping merge-order test with NO_OPENSSL=1.
Linus Torvalds
Re: Implementing branch attributes in git config
Johannes Schindelin
Re: Trying to use git-filter-branch to compress history by removing large, obsolet...
Gerrit Pape
[PATCH] hooks--update: fix test for properly set up project description file
linux-netdev
:
David Miller
Re: [PATCH 04/15] tg3: Preserve LAA when device control is released
Jean-Louis Dupond
Re: tg3 driver not advertising 1000mbit
Sven Wegener
[PATCH] ipvs: Add missing locking during connection table hashing and unhashing
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
Stephen Hemminger
[PATCH 2/2] sky2: fix transmit state on resume
git-commits-head
:
Linux Kernel Mailing List
[SCSI] scsi ioctl: fix kernel-doc warning
Linux Kernel Mailing List
ALSA: HDA - Correct trivial typos in comments.
Linux Kernel Mailing List
i2c-viapro: Add support for SMBus Process Call transactions
Linux Kernel Mailing List
i2c: Documentation: upgrading clients HOWTO
Linux Kernel Mailing List
[PATCH] fix sysctl_nr_open bugs
openbsd-misc
:
Die Gestalt
Re: How to re-build openssl with SHA1 support?
Edwin Eyan Moragas
Re: managing routes for multiple PPPoE connections
Brian Candler
Re: OBSD's perspective on SELinux
Jonathan Schleifer
Why is getaddrinfo breaking POSIX?
Predrag Punosevac
Re: Kernel developers guide/tutorial
Colocation donated by:
Syndicate