All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] [PULL] Enable build against 3.10
@ 2013-08-28 17:28 Jan Kiszka
  2013-08-28 20:00 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2013-08-28 17:28 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai

The following changes since commit 60957fb42f76275c2851c5720b65ce60fbd3e75d:

  posix: Skip auto-shadowing if current thread is already shadowed (2013-07-29 00:05:05 +0200)

are available in the git repository at:

  git://git.xenomai.org/xenomai-jki.git for-upstream

for you to fetch changes up to d63fd4e8be4d57a9a90481f6cfe5374be91fce8d:

  analogy: Update procfs usage to latest kernel API (2013-08-21 17:00:53 +0200)

----------------------------------------------------------------
Jan Kiszka (6):
      nucleus: Remove unused xnvfile_*_p helpers
      nucleus: Adjust procfs usage to latest kernel API
      nucleus: Remove obsolete parent field from xnvfile
      rtcan: Debugging feature depends on procfs
      rtcan: Update procfs usage to latest kernel API
      analogy: Update procfs usage to latest kernel API

 include/analogy/device.h                      |   4 +-
 include/analogy/driver.h                      |   4 +-
 include/analogy/transfer.h                    |   4 +-
 include/asm-generic/wrappers.h                |  39 ++++
 include/nucleus/vfile.h                       |  18 --
 ksrc/drivers/analogy/device.c                 |  51 ++---
 ksrc/drivers/analogy/driver.c                 |  32 +---
 ksrc/drivers/analogy/rtdm_interface.c         |  42 ++--
 ksrc/drivers/analogy/transfer.c               |  32 +---
 ksrc/drivers/can/Kconfig                      |   2 +-
 ksrc/drivers/can/mscan/rtcan_mscan_proc.c     | 147 +++++++-------
 ksrc/drivers/can/rtcan_internal.h             |  62 ------
 ksrc/drivers/can/rtcan_module.c               | 266 +++++++++++++-------------
 ksrc/drivers/can/sja1000/rtcan_sja1000_proc.c |  48 ++---
 ksrc/nucleus/vfile.c                          |  34 +---
 15 files changed, 332 insertions(+), 453 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai] [PULL] Enable build against 3.10
  2013-08-28 17:28 [Xenomai] [PULL] Enable build against 3.10 Jan Kiszka
@ 2013-08-28 20:00 ` Gilles Chanteperdrix
  2013-08-28 21:40   ` Jan Kiszka
  0 siblings, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2013-08-28 20:00 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Xenomai

On 08/28/2013 07:28 PM, Jan Kiszka wrote:
> The following changes since commit 60957fb42f76275c2851c5720b65ce60fbd3e75d:
> 
>   posix: Skip auto-shadowing if current thread is already shadowed (2013-07-29 00:05:05 +0200)
> 
> are available in the git repository at:
> 
>   git://git.xenomai.org/xenomai-jki.git for-upstream
> 
> for you to fetch changes up to d63fd4e8be4d57a9a90481f6cfe5374be91fce8d:
> 
>   analogy: Update procfs usage to latest kernel API (2013-08-21 17:00:53 +0200)

Merged, thanks, but it breaks the build on powerpc lite 5200 and 2.4
kernels:

http://sisyphus.hd.free.fr/~gilles/bx/

-- 
                                                                Gilles.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai] [PULL] Enable build against 3.10
  2013-08-28 20:00 ` Gilles Chanteperdrix
@ 2013-08-28 21:40   ` Jan Kiszka
  2013-08-29 20:39     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2013-08-28 21:40 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai

On 2013-08-28 22:00, Gilles Chanteperdrix wrote:
> On 08/28/2013 07:28 PM, Jan Kiszka wrote:
>> The following changes since commit 60957fb42f76275c2851c5720b65ce60fbd3e75d:
>>
>>   posix: Skip auto-shadowing if current thread is already shadowed (2013-07-29 00:05:05 +0200)
>>
>> are available in the git repository at:
>>
>>   git://git.xenomai.org/xenomai-jki.git for-upstream
>>
>> for you to fetch changes up to d63fd4e8be4d57a9a90481f6cfe5374be91fce8d:
>>
>>   analogy: Update procfs usage to latest kernel API (2013-08-21 17:00:53 +0200)
> 
> Merged, thanks, but it breaks the build on powerpc lite 5200 and 2.4
> kernels:
> 
> http://sisyphus.hd.free.fr/~gilles/bx/
> 

Pushed two patches that should address the issues.

Jan


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20130828/3dfdd5d7/attachment.pgp>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai] [PULL] Enable build against 3.10
  2013-08-28 21:40   ` Jan Kiszka
@ 2013-08-29 20:39     ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2013-08-29 20:39 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Xenomai

On 08/28/2013 11:40 PM, Jan Kiszka wrote:
> On 2013-08-28 22:00, Gilles Chanteperdrix wrote:
>> On 08/28/2013 07:28 PM, Jan Kiszka wrote:
>>> The following changes since commit
>>> 60957fb42f76275c2851c5720b65ce60fbd3e75d:
>>> 
>>> posix: Skip auto-shadowing if current thread is already
>>> shadowed (2013-07-29 00:05:05 +0200)
>>> 
>>> are available in the git repository at:
>>> 
>>> git://git.xenomai.org/xenomai-jki.git for-upstream
>>> 
>>> for you to fetch changes up to
>>> d63fd4e8be4d57a9a90481f6cfe5374be91fce8d:
>>> 
>>> analogy: Update procfs usage to latest kernel API (2013-08-21
>>> 17:00:53 +0200)
>> 
>> Merged, thanks, but it breaks the build on powerpc lite 5200 and
>> 2.4 kernels:
>> 
>> http://sisyphus.hd.free.fr/~gilles/bx/
>> 
> 
> Pushed two patches that should address the issues.

Merged, thanks, it now builds.

-- 
                                                                Gilles.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-29 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-28 17:28 [Xenomai] [PULL] Enable build against 3.10 Jan Kiszka
2013-08-28 20:00 ` Gilles Chanteperdrix
2013-08-28 21:40   ` Jan Kiszka
2013-08-29 20:39     ` Gilles Chanteperdrix

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.