All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] [PATCH v4 00/25] [git pull v4] RTDM fixes and reworks
Date: Mon, 19 Apr 2010 19:04:00 +0200	[thread overview]
Message-ID: <4BCC8D00.10103@domain.hid> (raw)
In-Reply-To: <4BCC8A7A.1040604@domain.hid>

Gilles Chanteperdrix wrote:
> Jan Kiszka wrote:
>> Gilles Chanteperdrix wrote:
>>> Jan Kiszka wrote:
>>>> The following changes since commit 2bed24477882dd7937d59f4e33a0811981c7362c:
>>>>   Gilles Chanteperdrix (1):
>>>>         arm: declare the VFP inline asm snippets as volatile.
>>>>
>>>> are available in the git repository at:
>>>>
>>>>   git://git.xenomai.org/xenomai-jki.git for-upstream
>>> Ok, seems this merge broke the build test:
>>> http://sisyphus.hd.free.fr/~gilles/bx/
>>>
>>> Could you please have a look?
>> The section mismatch should be resolved in my queue.
>>
>> Regarding the other bug:
>>
>> In file included from ./2.4.25-DENX-ppc_6xx-gcc-3.3.3/include/linux/workqueue.h:14,
>>                  from core.c:29:
>> ./2.4.25-DENX-ppc_6xx-gcc-3.3.3/include/linux/tqueue.h: In function `queue_task':
>> ./2.4.25-DENX-ppc_6xx-gcc-3.3.3/include/linux/tqueue.h:105: warning: implicit declaration of function `barrier'
>> core.c: In function `close_callback':
>> core.c:257: warning: implicit declaration of function `schedule_delayed_work'
>>
>> Does that kernel come with a linux/workqueue.h? What does it include?
> 
> I guess either this kernel containes a workqueue.h or it gets it via the
> compat directory.

It has MTD compat workqueue under central include/linux/workqueue.h. I
tend to consider this a bug of that tree, but we can workaround it. See
for-upstream.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux


      reply	other threads:[~2010-04-19 17:04 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-19 10:28 [Xenomai-core] [PATCH v4 00/25] [git pull v4] RTDM fixes and reworks Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 01/25] RTDM: Fix potential NULL pointer dereference Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 02/25] RTDM: Add rtdm_rt_capable() service Jan Kiszka
2010-04-19 22:15   ` Philippe Gerum
2010-04-19 23:43     ` Jan Kiszka
2010-04-20  8:19       ` Philippe Gerum
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 03/25] RTDM: Bump API version and document changes Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 04/25] Revert "rtdm: tag syscalls as conforming" Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 05/25] RTDM: Deprecate open_rt, socket_rt, and close_rt Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 06/25] RTIPC: Fix memory leak on failing socket creation Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 07/25] RTIPC: Drop support for RT socket creation/deletion Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 08/25] RTCAN: Drop support for socket creation/deletion in real-time Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 09/25] 16550A: Drop support for device opening/closing " Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 10/25] Analogy: Drop support for " Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 11/25] RTDM: Instrument rtdm_context_lock/unlock to detect misuses Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 12/25] RTDM: Add rtdm_context_put() Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 13/25] Fix historic msleep wrapping Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 14/25] irqbench: Fix x86-64 build Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 15/25] irqbench: Refactor user space helpers Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 16/25] irqbench: Auto-detect bases of port address and IRQ values Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 17/25] rttest: Resolved test device conflicts via separate name spaces Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 18/25] testing: Clean up Kconfig rules Jan Kiszka
2010-04-19 10:28 ` [Xenomai-core] [PATCH v4 19/25] RTIPC: Drop unused wrapper around close_lock_count Jan Kiszka
2010-04-19 10:29 ` [Xenomai-core] [PATCH v4 20/25] RTDM: Document device close procedure Jan Kiszka
2010-04-19 10:29 ` [Xenomai-core] [PATCH v4 21/25] Add list_first_entry wrapper for older kernels Jan Kiszka
2010-04-19 10:29 ` [Xenomai-core] [PATCH v4 22/25] Add legacy kernel support for delayed_work Jan Kiszka
2010-04-19 10:29 ` [Xenomai-core] [PATCH v4 23/25] RTDM: Early fd release with poll-free context reference tracking Jan Kiszka
2010-04-19 10:29 ` [Xenomai-core] [PATCH v4 24/25] RTDM: Add basic unit test Jan Kiszka
2010-04-19 10:29 ` [Xenomai-core] [PATCH v4 25/25] RTDM: Use non-atomic bitops for used_fildes Jan Kiszka
2010-04-19 16:19 ` [Xenomai-core] [PATCH v4 00/25] [git pull v4] RTDM fixes and reworks Gilles Chanteperdrix
2010-04-19 16:46   ` Jan Kiszka
2010-04-19 16:53     ` Gilles Chanteperdrix
2010-04-19 17:04       ` Jan Kiszka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BCC8D00.10103@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=gilles.chanteperdrix@xenomai.org \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.