[opensuse-kernel] openSUSE GIT kernel repo broken?
Hi, I have a clone of openSUSE GIT kernel and kernel-source repositories and found a problem on master branch. While kernel-source is at 4.2-rc6, kernel repo is only at 4.1.1 and git log shows lots of commit with the following message: ********************************************************************** Note: This patch series did not apply ********************************************************************** Any idea what is going on? Guillaume -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Guillaume Gardet <guillaume.gardet@free.fr> writes:
I have a clone of openSUSE GIT kernel and kernel-source repositories and found a problem on master branch.
Where exactly did you clone them?
While kernel-source is at 4.2-rc6, kernel repo is only at 4.1.1 and git log shows lots of commit with the following message: ********************************************************************** Note: This patch series did not apply **********************************************************************
The last commit on master is http://kernel.suse.com/cgit/kernel/commit/?id=8fbec727ff9da135a701fa1608b8b2... which contains the update to 4.2-rc6 from 4 days ago. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Le 14/08/2015 15:17, Andreas Schwab a écrit :
Guillaume Gardet <guillaume.gardet@free.fr> writes:
I have a clone of openSUSE GIT kernel and kernel-source repositories and found a problem on master branch. Where exactly did you clone them?
I cloned from git://kernel.opensuse.org/kernel.git
While kernel-source is at 4.2-rc6, kernel repo is only at 4.1.1 and git log shows lots of commit with the following message: ********************************************************************** Note: This patch series did not apply ********************************************************************** The last commit on master is http://kernel.suse.com/cgit/kernel/commit/?id=8fbec727ff9da135a701fa1608b8b2... which contains the update to 4.2-rc6 from 4 days ago.
I have this last commit on my git log too but if you look at kernel version in Makefile it is still 4.1.1 and some commits seem to be empty commit! Guillaume
Andreas.
-- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Fri, 14 Aug 2015 15:23:03 +0200, Guillaume Gardet wrote:
Le 14/08/2015 15:17, Andreas Schwab a écrit :
Guillaume Gardet <guillaume.gardet@free.fr> writes:
I have a clone of openSUSE GIT kernel and kernel-source repositories and found a problem on master branch. Where exactly did you clone them?
I cloned from git://kernel.opensuse.org/kernel.git
While kernel-source is at 4.2-rc6, kernel repo is only at 4.1.1 and git log shows lots of commit with the following message: ********************************************************************** Note: This patch series did not apply ********************************************************************** The last commit on master is http://kernel.suse.com/cgit/kernel/commit/?id=8fbec727ff9da135a701fa1608b8b2... which contains the update to 4.2-rc6 from 4 days ago.
I have this last commit on my git log too but if you look at kernel version in Makefile it is still 4.1.1 and some commits seem to be empty commit!
Indeed, the expanded tree seems broken on master branch. Each of the recent commits ended up with empty and noted like: Note: This patch series did not apply Michal, could you take a look? Takashi -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 2015-08-14 16:04, Takashi Iwai wrote:
On Fri, 14 Aug 2015 15:23:03 +0200, Guillaume Gardet wrote:
Le 14/08/2015 15:17, Andreas Schwab a écrit :
Guillaume Gardet <guillaume.gardet@free.fr> writes:
I have a clone of openSUSE GIT kernel and kernel-source repositories and found a problem on master branch. Where exactly did you clone them?
I cloned from git://kernel.opensuse.org/kernel.git
While kernel-source is at 4.2-rc6, kernel repo is only at 4.1.1 and git log shows lots of commit with the following message: ********************************************************************** Note: This patch series did not apply ********************************************************************** The last commit on master is http://kernel.suse.com/cgit/kernel/commit/?id=8fbec727ff9da135a701fa1608b8b2... which contains the update to 4.2-rc6 from 4 days ago.
I have this last commit on my git log too but if you look at kernel version in Makefile it is still 4.1.1 and some commits seem to be empty commit!
Indeed, the expanded tree seems broken on master branch. Each of the recent commits ended up with empty and noted like: Note: This patch series did not apply
Michal, could you take a look?
That's due to the automatic exclusion of Xen patches, which the expand-kernel-source script cannot handle yet. I'm going to fix it and rewrite the master branch. Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Hi, Le 14/08/2015 16:05, Michal Marek a écrit :
On 2015-08-14 16:04, Takashi Iwai wrote:
On Fri, 14 Aug 2015 15:23:03 +0200, Guillaume Gardet wrote:
Le 14/08/2015 15:17, Andreas Schwab a écrit :
Guillaume Gardet <guillaume.gardet@free.fr> writes:
I have a clone of openSUSE GIT kernel and kernel-source repositories and found a problem on master branch. Where exactly did you clone them? I cloned from git://kernel.opensuse.org/kernel.git While kernel-source is at 4.2-rc6, kernel repo is only at 4.1.1 and git log shows lots of commit with the following message: ********************************************************************** Note: This patch series did not apply ********************************************************************** The last commit on master is http://kernel.suse.com/cgit/kernel/commit/?id=8fbec727ff9da135a701fa1608b8b2... which contains the update to 4.2-rc6 from 4 days ago. I have this last commit on my git log too but if you look at kernel version in Makefile it is still 4.1.1 and some commits seem to be empty commit!
Indeed, the expanded tree seems broken on master branch. Each of the recent commits ended up with empty and noted like: Note: This patch series did not apply
Michal, could you take a look? That's due to the automatic exclusion of Xen patches, which the expand-kernel-source script cannot handle yet. I'm going to fix it and rewrite the master branch.
Any progress on this? Guillaume
Michal
-- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 2015-08-17 15:16, Guillaume Gardet wrote:
Hi,
Le 14/08/2015 16:05, Michal Marek a écrit :
On 2015-08-14 16:04, Takashi Iwai wrote:
On Fri, 14 Aug 2015 15:23:03 +0200, Guillaume Gardet wrote:
Le 14/08/2015 15:17, Andreas Schwab a écrit :
Guillaume Gardet <guillaume.gardet@free.fr> writes:
I have a clone of openSUSE GIT kernel and kernel-source repositories and found a problem on master branch. Where exactly did you clone them? I cloned from git://kernel.opensuse.org/kernel.git While kernel-source is at 4.2-rc6, kernel repo is only at 4.1.1 and git log shows lots of commit with the following message: ********************************************************************** Note: This patch series did not apply ********************************************************************** The last commit on master is http://kernel.suse.com/cgit/kernel/commit/?id=8fbec727ff9da135a701fa1608b8b2... which contains the update to 4.2-rc6 from 4 days ago. I have this last commit on my git log too but if you look at kernel version in Makefile it is still 4.1.1 and some commits seem to be empty commit!
Indeed, the expanded tree seems broken on master branch. Each of the recent commits ended up with empty and noted like: Note: This patch series did not apply
Michal, could you take a look? That's due to the automatic exclusion of Xen patches, which the expand-kernel-source script cannot handle yet. I'm going to fix it and rewrite the master branch.
Any progress on this?
It was weekend... Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Le 17/08/2015 15:21, Michal Marek a écrit :
On 2015-08-17 15:16, Guillaume Gardet wrote:
Hi,
Le 14/08/2015 16:05, Michal Marek a écrit :
On 2015-08-14 16:04, Takashi Iwai wrote:
On Fri, 14 Aug 2015 15:23:03 +0200, Guillaume Gardet wrote:
Le 14/08/2015 15:17, Andreas Schwab a écrit :
Guillaume Gardet <guillaume.gardet@free.fr> writes:
> I have a clone of openSUSE GIT kernel and kernel-source repositories and found a problem on master branch. Where exactly did you clone them? I cloned from git://kernel.opensuse.org/kernel.git > While kernel-source is at 4.2-rc6, kernel repo is only at 4.1.1 and git log shows lots of commit with the following message: > ********************************************************************** > Note: This patch series did not apply > ********************************************************************** The last commit on master is http://kernel.suse.com/cgit/kernel/commit/?id=8fbec727ff9da135a701fa1608b8b2... which contains the update to 4.2-rc6 from 4 days ago. I have this last commit on my git log too but if you look at kernel version in Makefile it is still 4.1.1 and some commits seem to be empty commit!
Indeed, the expanded tree seems broken on master branch. Each of the recent commits ended up with empty and noted like: Note: This patch series did not apply
Michal, could you take a look? That's due to the automatic exclusion of Xen patches, which the expand-kernel-source script cannot handle yet. I'm going to fix it and rewrite the master branch. Any progress on this? It was weekend...
For sure. ;) But I do not know if it is long or not to fix it and I would like to update/fix some ARM configs against master, that is why I asked. Guillaume
Michal
-- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 2015-08-17 15:29, Guillaume Gardet wrote:
Le 17/08/2015 15:21, Michal Marek a écrit :
On 2015-08-17 15:16, Guillaume Gardet wrote:
Hi,
Le 14/08/2015 16:05, Michal Marek a écrit :
On 2015-08-14 16:04, Takashi Iwai wrote:
On Fri, 14 Aug 2015 15:23:03 +0200, Guillaume Gardet wrote:
Le 14/08/2015 15:17, Andreas Schwab a écrit : > Guillaume Gardet <guillaume.gardet@free.fr> writes: > >> I have a clone of openSUSE GIT kernel and kernel-source repositories and found a problem on master branch. > Where exactly did you clone them? I cloned from git://kernel.opensuse.org/kernel.git >> While kernel-source is at 4.2-rc6, kernel repo is only at 4.1.1 and git log shows lots of commit with the following message: >> ********************************************************************** >> Note: This patch series did not apply >> ********************************************************************** > The last commit on master is > http://kernel.suse.com/cgit/kernel/commit/?id=8fbec727ff9da135a701fa1608b8b2... > which contains the update to 4.2-rc6 from 4 days ago. I have this last commit on my git log too but if you look at kernel version in Makefile it is still 4.1.1 and some commits seem to be empty commit!
Indeed, the expanded tree seems broken on master branch. Each of the recent commits ended up with empty and noted like: Note: This patch series did not apply
Michal, could you take a look? That's due to the automatic exclusion of Xen patches, which the expand-kernel-source script cannot handle yet. I'm going to fix it and rewrite the master branch. Any progress on this? It was weekend...
For sure. ;) But I do not know if it is long or not to fix it
It's quite a complex script so it will take me some time to fix it.
and I would like to update/fix some ARM configs against master, that is why I asked.
Just to scripts/sequence-patch.sh in the kernel-source tree and update the configs using run_oldconfig.sh. Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (4)
-
Andreas Schwab
-
Guillaume Gardet
-
Michal Marek
-
Takashi Iwai