Re: git fetch and git merge stable kernel

2014-04-02 Thread Valdis . Kletnieks
On Wed, 02 Apr 2014 03:02:01 -0700, Anand Moon said: But their are too many confilits so no point in continue this way I will rather find patches from the old kernel and do some reverse engineering and apply them to latest stable kernel and lets see it it working. Did you learn that you're

Re: git fetch and git merge stable kernel

2014-04-02 Thread Greg KH
On Wed, Apr 02, 2014 at 03:02:01AM -0700, Anand Moon wrote: Hi Greg, I have performed following operations listed below. amoon@moon-ubuntu:imx_3.05-udoo-back$ git remote add stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git

git fetch and git merge stable kernel

2014-04-01 Thread Anand Moon
Hi All, Bellow git kernel point to different stable tags git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git My guess the current stable branch point to tag v3.13.8. I would like to fetch and merge the kernel from Linux-stable tags (v3.2.xx) to my kernel. Please suggest

Re: git fetch and git merge stable kernel

2014-04-01 Thread Greg KH
On Tue, Apr 01, 2014 at 12:56:58PM -0700, Anand Moon wrote: Hi All, Bellow git kernel point to different stable tags git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git My guess the current stable branch point to tag v3.13.8. I would like to fetch and merge the

Re: git fetch and git merge stable kernel

2014-04-01 Thread Anand Moon
Hi Greg, I have kernel version 3.05 for particular ARM board. I want to fetch and merger from 3.05 -- 3.2.xx (i.e. 3.2.55) and see if how this new kernel works on the ARM board. Can some body guide me with some steps the do such a operations. Hope this clear my questions. -Anand Moon On

Re: git fetch and git merge stable kernel

2014-04-01 Thread Greg KH
On Tue, Apr 01, 2014 at 08:25:25PM -0700, Anand Moon wrote: Hi Greg, I have kernel version 3.05 for particular ARM board. There is no 3.05 kernel, specifics matter here. There is a 3.5 kernel, is that what you are using? Or is it 3.0.5? Big difference... I want to fetch and merger from