Re: F_SETOWN_TID: F_SETOWN was thread-specific for a while

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: stephane eranian
Date: Monday, August 17, 2009 - 3:26 pm

Oleg,

On Mon, Aug 17, 2009 at 7:16 PM, Oleg Nesterov<oleg@redhat.com> wrote:
I meant do not remove F_SETSIG and its side-effect on si_fd.

What's the official role of SA_SIGINFO? Pass a siginfo struct?

Does POSIX describe the rules governing the content of si_fd?
Or is si_fd a Linux-ony extension in which case it goes with F_SETSIG.

That would be an app that uses SIGINFO and fiddles with si_fd which has no
defined content. What kind of app would that be?

It would seem natural that in the siginfo passed to the handler of SIGIO, the
file descriptor be passed by default. That is all I am trying to say here.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
perf_counters issue with self-sampling threads, stephane eranian, (Mon Jul 27, 9:51 am)
Re: perf_counters issue with self-sampling threads, Peter Zijlstra, (Mon Jul 27, 9:56 am)
Re: perf_counters issue with self-sampling threads, Andi Kleen, (Mon Jul 27, 2:25 pm)
Re: perf_counters issue with self-sampling threads, stephane eranian, (Tue Jul 28, 1:51 am)
Re: perf_counters issue with self-sampling threads, Andi Kleen, (Tue Jul 28, 1:56 am)
Re: perf_counters issue with self-sampling threads, stephane eranian, (Tue Jul 28, 2:13 am)
Re: perf_counters issue with self-sampling threads, Peter Zijlstra, (Wed Jul 29, 5:19 am)
Re: perf_counters issue with self-sampling threads, stephane eranian, (Wed Jul 29, 5:37 am)
Re: perf_counters issue with self-sampling threads, Peter Zijlstra, (Wed Jul 29, 5:46 am)
Re: perf_counters issue with self-sampling threads, Oleg Nesterov, (Wed Jul 29, 3:17 pm)
Re: perf_counters issue with self-sampling threads, Peter Zijlstra, (Thu Jul 30, 4:31 am)
Re: perf_counters issue with self-sampling threads, Oleg Nesterov, (Thu Jul 30, 12:20 pm)
Re: perf_counters issue with self-sampling threads, Peter Zijlstra, (Thu Jul 30, 1:00 pm)
Re: perf_counters issue with self-sampling threads, Oleg Nesterov, (Thu Jul 30, 1:28 pm)
Re: perf_counters issue with self-sampling threads, stephane eranian, (Thu Jul 30, 2:09 pm)
[RFC][PATCH] fcntl: F_[SG]ETOWN_TID, Peter Zijlstra, (Fri Jul 31, 1:35 am)
Re: [RFC][PATCH] fcntl: F_[SG]ETOWN_TID, stephane eranian, (Fri Jul 31, 7:01 am)
Re: [RFC][PATCH] fcntl: F_[SG]ETOWN_TID, Oleg Nesterov, (Fri Jul 31, 1:52 pm)
Re: [RFC][PATCH] fcntl: F_[SG]ETOWN_TID, Andrew Morton, (Fri Jul 31, 2:11 pm)
[PATCH 1/2] signals: introduce do_send_sig_info() helper, Oleg Nesterov, (Fri Jul 31, 6:28 pm)
Re: [RFC][PATCH] fcntl: F_[SG]ETOWN_TID, stephane eranian, (Mon Aug 3, 5:53 am)
Re: [RFC][PATCH] fcntl: F_[SG]ETOWN_TID, Peter Zijlstra, (Mon Aug 3, 8:21 am)
[PATCH 3/2] fcntl: F_[SG]ETOWN_TID, Peter Zijlstra, (Mon Aug 3, 8:48 am)
Re: [PATCH 3/2] fcntl: F_[SG]ETOWN_TID, Oleg Nesterov, (Mon Aug 3, 10:16 am)
Re: [PATCH 3/2] fcntl: F_[SG]ETOWN_TID, Peter Zijlstra, (Mon Aug 3, 10:47 am)
Re: [PATCH 3/2] fcntl: F_[SG]ETOWN_TID, Oleg Nesterov, (Mon Aug 3, 11:06 am)
Re: [PATCH 3/2] fcntl: F_[SG]ETOWN_TID, Peter Zijlstra, (Mon Aug 3, 11:36 am)
Re: [PATCH 3/2] fcntl: F_[SG]ETOWN_TID, Oleg Nesterov, (Mon Aug 3, 12:02 pm)
[PATCH 3/2 -v3] fcntl: F_[SG]ETOWN_EX, Peter Zijlstra, (Tue Aug 4, 4:39 am)
Re: perf_counters issue with self-sampling threads, stephane eranian, (Tue Aug 4, 9:09 am)
Re: [PATCH 3/2 -v3] fcntl: F_[SG]ETOWN_EX, Oleg Nesterov, (Tue Aug 4, 9:20 am)
Re: [PATCH 3/2 -v3] fcntl: F_[SG]ETOWN_EX, Peter Zijlstra, (Tue Aug 4, 9:52 am)
Re: [PATCH 3/2 -v3] fcntl: F_[SG]ETOWN_EX, Oleg Nesterov, (Tue Aug 4, 10:19 am)
[PATCH 3/2 -v4] fcntl: F_[SG]ETOWN_EX, Peter Zijlstra, (Thu Aug 6, 6:14 am)
Re: [PATCH 3/2 -v4] fcntl: F_[SG]ETOWN_EX, Oleg Nesterov, (Thu Aug 6, 12:05 pm)
Re: [PATCH 3/2 -v4] fcntl: F_[SG]ETOWN_EX, stephane eranian, (Fri Aug 7, 5:10 am)
F_SETOWN_TID: F_SETOWN was thread-specific for a while, Jamie Lokier, (Sat Aug 8, 10:46 pm)
Re: F_SETOWN_TID: F_SETOWN was thread-specific for a while, stephane eranian, (Mon Aug 10, 5:22 am)
Re: F_SETOWN_TID: F_SETOWN was thread-specific for a while, Oleg Nesterov, (Mon Aug 10, 10:03 am)
Re: F_SETOWN_TID: F_SETOWN was thread-specific for a while, stephane eranian, (Mon Aug 10, 2:01 pm)
Re: F_SETOWN_TID: F_SETOWN was thread-specific for a while, Oleg Nesterov, (Mon Aug 17, 10:05 am)
Re: F_SETOWN_TID: F_SETOWN was thread-specific for a while, Oleg Nesterov, (Mon Aug 17, 10:16 am)
Re: F_SETOWN_TID: F_SETOWN was thread-specific for a while, Oleg Nesterov, (Mon Aug 17, 10:40 am)
Re: F_SETOWN_TID: F_SETOWN was thread-specific for a while, stephane eranian, (Mon Aug 17, 3:26 pm)
Re: F_SETOWN_TID: F_SETOWN was thread-specific for a while, stephane eranian, (Thu Aug 20, 3:00 am)