Re: [Xenomai-core] [PULL REQUEST] Blackfin upgrade and minor fixes for 2.5.x

2010-03-13 Thread Gilles Chanteperdrix
Philippe Gerum wrote:
 The following changes since commit 55b0aa9de28891fcfd4b4ab097583bd7619223ab:
   Philippe Gerum (1):
 native: introduce rt_task_same()
 
 are available in the git repository at:
 
   git://xenomai.org/xenomai-rpm.git for-upstream
 
 Philippe Gerum (5):
   testsuite/latency: fix false positive in mode switch detection
   powerpc: remove dandling reference
   blackfin: upgrade I-pipe support to 2.6.33-blackfin-1.13-00

Could you upgrade the blackfin README file to include the tag to use,
for applying this patch?

-- 
Gilles.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [PULL REQUEST] Blackfin upgrade and minor fixes for 2.5.x

2010-03-13 Thread Gilles Chanteperdrix
Philippe Gerum wrote:
 The following changes since commit 55b0aa9de28891fcfd4b4ab097583bd7619223ab:
   Philippe Gerum (1):
 native: introduce rt_task_same()
 
 are available in the git repository at:
 
   git://xenomai.org/xenomai-rpm.git for-upstream

Pulled.

-- 
Gilles.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [PULL REQUEST] Blackfin upgrade and minor fixes for 2.5.x

2010-03-13 Thread Gilles Chanteperdrix
Gilles Chanteperdrix wrote:
 Philippe Gerum wrote:
 The following changes since commit 55b0aa9de28891fcfd4b4ab097583bd7619223ab:
   Philippe Gerum (1):
 native: introduce rt_task_same()

 are available in the git repository at:

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

 Philippe Gerum (5):
   testsuite/latency: fix false positive in mode switch detection
   powerpc: remove dandling reference
   blackfin: upgrade I-pipe support to 2.6.33-blackfin-1.13-00
 
 Could you upgrade the blackfin README file to include the tag to use,
 for applying this patch?
 

In fact, it seems the ipipe-blackfin git has no tags.


-- 
Gilles.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [PULL REQUEST] Blackfin upgrade and minor fixes for 2.5.x

2010-03-13 Thread Philippe Gerum
On Sat, 2010-03-13 at 18:29 +0100, Gilles Chanteperdrix wrote:
 Gilles Chanteperdrix wrote:
  Philippe Gerum wrote:
  The following changes since commit 
  55b0aa9de28891fcfd4b4ab097583bd7619223ab:
Philippe Gerum (1):
  native: introduce rt_task_same()
 
  are available in the git repository at:
 
git://xenomai.org/xenomai-rpm.git for-upstream
 
  Philippe Gerum (5):
testsuite/latency: fix false positive in mode switch detection
powerpc: remove dandling reference
blackfin: upgrade I-pipe support to 2.6.33-blackfin-1.13-00
  
  Could you upgrade the blackfin README file to include the tag to use,
  for applying this patch?
  
 
 In fact, it seems the ipipe-blackfin git has no tags.
 
 

ipipe-blackfin only contains reference snapshots of the kernel code for
the pre 2.6.33 releases we still support; the Blackfin dev trunk we used
to be based on is periodically rebased, which requires us to keep those
stable snapshots.

ipipe-blackfin is now dead, only kept for reference. The pipeline dev
now occurs in ipipe-2.6 with other supports for mainlined architectures.

-- 
Philippe.



___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [PULL REQUEST] Blackfin upgrade and minor fixes for 2.5.x

2010-03-13 Thread Gilles Chanteperdrix
Philippe Gerum wrote:
 On Sat, 2010-03-13 at 18:29 +0100, Gilles Chanteperdrix wrote:
 Gilles Chanteperdrix wrote:
 Philippe Gerum wrote:
 The following changes since commit 
 55b0aa9de28891fcfd4b4ab097583bd7619223ab:
   Philippe Gerum (1):
 native: introduce rt_task_same()

 are available in the git repository at:

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

 Philippe Gerum (5):
   testsuite/latency: fix false positive in mode switch detection
   powerpc: remove dandling reference
   blackfin: upgrade I-pipe support to 2.6.33-blackfin-1.13-00
 Could you upgrade the blackfin README file to include the tag to use,
 for applying this patch?

 In fact, it seems the ipipe-blackfin git has no tags.


 
 ipipe-blackfin only contains reference snapshots of the kernel code for
 the pre 2.6.33 releases we still support; the Blackfin dev trunk we used
 to be based on is periodically rebased, which requires us to keep those
 stable snapshots.
 
 ipipe-blackfin is now dead, only kept for reference. The pipeline dev
 now occurs in ipipe-2.6 with other supports for mainlined architectures.

I understand that, but I need tags in the ipipe-blackfin git tree to get
the kernel sources to build-test the blackfin patches. I mistakenly
removed these directories I had been using for a long time.

There seems to be something wrong with the ipipe-blackfin git tree:

gil...@prometheus:~$ git clone git://git.denx.de/ipipe-blackfin.git
Initialized empty Git repository in /home/gilles/ipipe-blackfin/.git/
remote: Counting objects: 1280727, done.
remote: Compressing objects: 100% (208654/208654), done.
remote: Total 1280727 (delta 1063759), reused 1280727 (delta 1063759)
Receiving objects: 100% (1280727/1280727), 278.55 MiB | 544 KiB/s, done.
Resolving deltas: 100% (1063759/1063759), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

gil...@prometheus:~$ cd ipipe-blackfin/
gil...@prometheus:~/ipipe-blackfin$ git branch
gil...@prometheus:~/ipipe-blackfin$ git tag
gil...@prometheus:~/ipipe-blackfin$

-- 
Gilles.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [PULL REQUEST] Blackfin upgrade and minor fixes for 2.5.x

2010-03-13 Thread Gilles Chanteperdrix
Gilles Chanteperdrix wrote:
 Philippe Gerum wrote:
 On Sat, 2010-03-13 at 18:29 +0100, Gilles Chanteperdrix wrote:
 Gilles Chanteperdrix wrote:
 Philippe Gerum wrote:
 The following changes since commit 
 55b0aa9de28891fcfd4b4ab097583bd7619223ab:
   Philippe Gerum (1):
 native: introduce rt_task_same()

 are available in the git repository at:

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

 Philippe Gerum (5):
   testsuite/latency: fix false positive in mode switch detection
   powerpc: remove dandling reference
   blackfin: upgrade I-pipe support to 2.6.33-blackfin-1.13-00
 Could you upgrade the blackfin README file to include the tag to use,
 for applying this patch?

 In fact, it seems the ipipe-blackfin git has no tags.


 ipipe-blackfin only contains reference snapshots of the kernel code for
 the pre 2.6.33 releases we still support; the Blackfin dev trunk we used
 to be based on is periodically rebased, which requires us to keep those
 stable snapshots.

 ipipe-blackfin is now dead, only kept for reference. The pipeline dev
 now occurs in ipipe-2.6 with other supports for mainlined architectures.
 
 I understand that, but I need tags in the ipipe-blackfin git tree to get
 the kernel sources to build-test the blackfin patches. I mistakenly
 removed these directories I had been using for a long time.
 
 There seems to be something wrong with the ipipe-blackfin git tree:
 
 gil...@prometheus:~$ git clone git://git.denx.de/ipipe-blackfin.git
 Initialized empty Git repository in /home/gilles/ipipe-blackfin/.git/
 remote: Counting objects: 1280727, done.
 remote: Compressing objects: 100% (208654/208654), done.
 remote: Total 1280727 (delta 1063759), reused 1280727 (delta 1063759)
 Receiving objects: 100% (1280727/1280727), 278.55 MiB | 544 KiB/s, done.
 Resolving deltas: 100% (1063759/1063759), done.
 warning: remote HEAD refers to nonexistent ref, unable to checkout.
 
 gil...@prometheus:~$ cd ipipe-blackfin/
 gil...@prometheus:~/ipipe-blackfin$ git branch
 gil...@prometheus:~/ipipe-blackfin$ git tag
 gil...@prometheus:~/ipipe-blackfin$

Ok. Forget it.

-- 
Gilles.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core