* [Xenomai-core] [git pull] Patch queue for 2.5.x
@ 2010-10-02 6:40 Jan Kiszka
2010-10-02 8:45 ` Daniele Nicolodi
0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2010-10-02 6:40 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: Xenomai core
[-- Attachment #1: Type: text/plain, Size: 1346 bytes --]
The following changes since commit 5e7cfa5c25672e4478a721eadbd6f6c5b4f88a2f:
nucleus/sched: fix rescheduling bit test macros (2010-09-30 02:34:27 +0200)
are available in the git repository at:
git://git.xenomai.org/xenomai-jki.git for-2.5.x
Jan Kiszka (8):
RTDM: Protect xnshadow_ppd_get via nklock
Fix symbolic status ouput of root threads
Create watchdog as non-blockable timer
native: Improve documentation of rt_task_join and rt_task_delete
x86: Add PCI ID of Series 5/3400 Intel chipset to SMI workaround
x86: Add PCI ID of 631xESB/632xESB/3100 Intel chipset to SMI workaround
x86: Add PCI ID of Intel ICH9M-E chipset to SMI workaround
x86: Add PCI ID of Intel ICH9M chipset to SMI workaround
Stefan Kisdaroczi (1):
RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation
include/asm-generic/pci_ids.h | 12 ++++++++++++
include/rtdm/rtcan.h | 4 ++--
include/rtdm/rtserial.h | 4 ++--
include/rtdm/rttesting.h | 4 ++--
ksrc/arch/x86/smi.c | 4 ++++
ksrc/nucleus/sched.c | 3 ++-
ksrc/nucleus/thread.c | 4 ++++
ksrc/skins/native/task.c | 16 ++++++++++++++--
ksrc/skins/rtdm/core.c | 2 ++
9 files changed, 44 insertions(+), 9 deletions(-)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] [git pull] Patch queue for 2.5.x
2010-10-02 6:40 [Xenomai-core] [git pull] Patch queue for 2.5.x Jan Kiszka
@ 2010-10-02 8:45 ` Daniele Nicolodi
2010-10-02 9:15 ` Jan Kiszka
0 siblings, 1 reply; 5+ messages in thread
From: Daniele Nicolodi @ 2010-10-02 8:45 UTC (permalink / raw)
To: xenomai
On 02/10/10 08:40, Jan Kiszka wrote:
> The following changes since commit 5e7cfa5c25672e4478a721eadbd6f6c5b4f88a2f:
>
> nucleus/sched: fix rescheduling bit test macros (2010-09-30 02:34:27 +0200)
>
> are available in the git repository at:
> git://git.xenomai.org/xenomai-jki.git for-2.5.x
>
> Jan Kiszka (8):
> RTDM: Protect xnshadow_ppd_get via nklock
> Fix symbolic status ouput of root threads
> Create watchdog as non-blockable timer
> native: Improve documentation of rt_task_join and rt_task_delete
> x86: Add PCI ID of Series 5/3400 Intel chipset to SMI workaround
> x86: Add PCI ID of 631xESB/632xESB/3100 Intel chipset to SMI workaround
> x86: Add PCI ID of Intel ICH9M-E chipset to SMI workaround
This patch reads:
+#ifdef PCI_DEVICE_ID_INTEL_ICH9_1
+#define PCI_DEVICE_ID_INTEL_ICH9_1 0x2917
+#endif
shouldn't it be #ifndef ... #define ... #endif instead?
> x86: Add PCI ID of Intel ICH9M chipset to SMI workaround
Same for this one.
Cheers,
--
Daniele
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] [git pull] Patch queue for 2.5.x
2010-10-02 8:45 ` Daniele Nicolodi
@ 2010-10-02 9:15 ` Jan Kiszka
2010-10-02 23:35 ` Gilles Chanteperdrix
0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2010-10-02 9:15 UTC (permalink / raw)
To: Daniele Nicolodi; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]
Am 02.10.2010 10:45, Daniele Nicolodi wrote:
> On 02/10/10 08:40, Jan Kiszka wrote:
>> The following changes since commit 5e7cfa5c25672e4478a721eadbd6f6c5b4f88a2f:
>>
>> nucleus/sched: fix rescheduling bit test macros (2010-09-30 02:34:27 +0200)
>>
>> are available in the git repository at:
>> git://git.xenomai.org/xenomai-jki.git for-2.5.x
>>
>> Jan Kiszka (8):
>> RTDM: Protect xnshadow_ppd_get via nklock
>> Fix symbolic status ouput of root threads
>> Create watchdog as non-blockable timer
>> native: Improve documentation of rt_task_join and rt_task_delete
>> x86: Add PCI ID of Series 5/3400 Intel chipset to SMI workaround
>> x86: Add PCI ID of 631xESB/632xESB/3100 Intel chipset to SMI workaround
>> x86: Add PCI ID of Intel ICH9M-E chipset to SMI workaround
>
> This patch reads:
>
> +#ifdef PCI_DEVICE_ID_INTEL_ICH9_1
> +#define PCI_DEVICE_ID_INTEL_ICH9_1 0x2917
> +#endif
>
> shouldn't it be #ifndef ... #define ... #endif instead?
>
>> x86: Add PCI ID of Intel ICH9M chipset to SMI workaround
>
> Same for this one.
Indeed. Fixed in both branches, and I also cleaned up a typo in some
patch description. Updates pushed.
Thanks,
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] [git pull] Patch queue for 2.5.x
2010-10-02 9:15 ` Jan Kiszka
@ 2010-10-02 23:35 ` Gilles Chanteperdrix
2010-10-04 9:28 ` Jan Kiszka
0 siblings, 1 reply; 5+ messages in thread
From: Gilles Chanteperdrix @ 2010-10-02 23:35 UTC (permalink / raw)
To: Jan Kiszka; +Cc: xenomai
Jan Kiszka wrote:
> Am 02.10.2010 10:45, Daniele Nicolodi wrote:
>> On 02/10/10 08:40, Jan Kiszka wrote:
>>> The following changes since commit 5e7cfa5c25672e4478a721eadbd6f6c5b4f88a2f:
>>>
>>> nucleus/sched: fix rescheduling bit test macros (2010-09-30 02:34:27 +0200)
>>>
>>> are available in the git repository at:
>>> git://git.xenomai.org/xenomai-jki.git for-2.5.x
>>>
>>> Jan Kiszka (8):
>>> RTDM: Protect xnshadow_ppd_get via nklock
>>> Fix symbolic status ouput of root threads
>>> Create watchdog as non-blockable timer
>>> native: Improve documentation of rt_task_join and rt_task_delete
>>> x86: Add PCI ID of Series 5/3400 Intel chipset to SMI workaround
>>> x86: Add PCI ID of 631xESB/632xESB/3100 Intel chipset to SMI workaround
>>> x86: Add PCI ID of Intel ICH9M-E chipset to SMI workaround
>> This patch reads:
>>
>> +#ifdef PCI_DEVICE_ID_INTEL_ICH9_1
>> +#define PCI_DEVICE_ID_INTEL_ICH9_1 0x2917
>> +#endif
>>
>> shouldn't it be #ifndef ... #define ... #endif instead?
>>
>>> x86: Add PCI ID of Intel ICH9M chipset to SMI workaround
>> Same for this one.
>
> Indeed. Fixed in both branches, and I also cleaned up a typo in some
> patch description. Updates pushed.
Pulled thanks. So, if I understand correctly, we keep Wolfgang's work on
clocks for 2.6?
--
Gilles.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-core] [git pull] Patch queue for 2.5.x
2010-10-02 23:35 ` Gilles Chanteperdrix
@ 2010-10-04 9:28 ` Jan Kiszka
0 siblings, 0 replies; 5+ messages in thread
From: Jan Kiszka @ 2010-10-04 9:28 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: Wolfgang Mauerer, xenomai
Am 03.10.2010 01:35, Gilles Chanteperdrix wrote:
> Jan Kiszka wrote:
>> Am 02.10.2010 10:45, Daniele Nicolodi wrote:
>>> On 02/10/10 08:40, Jan Kiszka wrote:
>>>> The following changes since commit 5e7cfa5c25672e4478a721eadbd6f6c5b4f88a2f:
>>>>
>>>> nucleus/sched: fix rescheduling bit test macros (2010-09-30 02:34:27 +0200)
>>>>
>>>> are available in the git repository at:
>>>> git://git.xenomai.org/xenomai-jki.git for-2.5.x
>>>>
>>>> Jan Kiszka (8):
>>>> RTDM: Protect xnshadow_ppd_get via nklock
>>>> Fix symbolic status ouput of root threads
>>>> Create watchdog as non-blockable timer
>>>> native: Improve documentation of rt_task_join and rt_task_delete
>>>> x86: Add PCI ID of Series 5/3400 Intel chipset to SMI workaround
>>>> x86: Add PCI ID of 631xESB/632xESB/3100 Intel chipset to SMI workaround
>>>> x86: Add PCI ID of Intel ICH9M-E chipset to SMI workaround
>>> This patch reads:
>>>
>>> +#ifdef PCI_DEVICE_ID_INTEL_ICH9_1
>>> +#define PCI_DEVICE_ID_INTEL_ICH9_1 0x2917
>>> +#endif
>>>
>>> shouldn't it be #ifndef ... #define ... #endif instead?
>>>
>>>> x86: Add PCI ID of Intel ICH9M chipset to SMI workaround
>>> Same for this one.
>>
>> Indeed. Fixed in both branches, and I also cleaned up a typo in some
>> patch description. Updates pushed.
>
> Pulled thanks. So, if I understand correctly, we keep Wolfgang's work on
> clocks for 2.6?
>
Besides the fact that you were originally skeptical to merge this in
stable, we have no urgent need (we will require 2.6 for our next update
anyway - SCHED_OTHER fix...).
I will pull Wolfgang's Xenomai bits [1] into my for-upstream branch now
and send out a refreshed pull request. If you would like to see them in
2.5 as well, I could provide them for that tree too, of course.
Jan
[1] http://thread.gmane.org/gmane.linux.real-time.xenomai.devel/7734
--
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-04 9:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 6:40 [Xenomai-core] [git pull] Patch queue for 2.5.x Jan Kiszka
2010-10-02 8:45 ` Daniele Nicolodi
2010-10-02 9:15 ` Jan Kiszka
2010-10-02 23:35 ` Gilles Chanteperdrix
2010-10-04 9:28 ` Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.