Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1221747 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2015-09-09 23:50 +0200 |
| Last post | 2015-09-11 01:20 +0200 |
| Articles | 9 — 5 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window Stephen Rothwell <sfr@canb.auug.org.au> - 2015-09-09 23:50 +0200
Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window Linus Torvalds <torvalds@linux-foundation.org> - 2015-09-09 23:50 +0200
Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window Fengguang Wu <fengguang.wu@intel.com> - 2015-09-10 01:50 +0200
Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window Guenter Roeck <linux@roeck-us.net> - 2015-09-10 02:30 +0200
Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window Fengguang Wu <fengguang.wu@intel.com> - 2015-09-10 03:00 +0200
Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window Wim Van Sebroeck <wim@iguana.be> - 2015-09-10 08:10 +0200
Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window Wim Van Sebroeck <wim@iguana.be> - 2015-09-10 08:30 +0200
Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window Stephen Rothwell <sfr@canb.auug.org.au> - 2015-09-10 08:40 +0200
Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window Stephen Rothwell <sfr@canb.auug.org.au> - 2015-09-11 01:20 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-09-09 23:50 +0200 |
| Subject | Re: [GIT PULL REQUEST] watchdog - v4.3-rc1 merge window |
| Message-ID | <q6VpD-703-3@gated-at.bofh.it> |
Hi Wim, On Wed, 9 Sep 2015 21:58:38 +0200 Wim Van Sebroeck <wim@iguana.be> wrote: > > Please pull from 'master' branch of > git://www.linux-watchdog.org/linux-watchdog.git I have not been able to fetch from that tree for the past couple of days. It connects and then hangs for some time and then I get: fatal: read error: Connection reset by peer Sorry for not mentioning it earlier. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Date | 2015-09-09 23:50 +0200 |
| Message-ID | <q6VpE-703-19@gated-at.bofh.it> |
| In reply to | #1221747 |
On Wed, Sep 9, 2015 at 2:40 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> I have not been able to fetch from that tree for the past couple of
> days. It connects and then hangs for some time
.. yup, that's what I got just when trying to pull.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Fengguang Wu <fengguang.wu@intel.com> |
|---|---|
| Date | 2015-09-10 01:50 +0200 |
| Message-ID | <q6XhM-1ek-15@gated-at.bofh.it> |
| In reply to | #1221753 |
On Wed, Sep 09, 2015 at 02:42:23PM -0700, Linus Torvalds wrote:
> On Wed, Sep 9, 2015 at 2:40 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > I have not been able to fetch from that tree for the past couple of
> > days. It connects and then hangs for some time
>
> .. yup, that's what I got just when trying to pull.
FYI, git fetch failures are one major reason if 0day tests are
delayed or not covered:
[2015-09-10 05:00:24] failed to fetch watchdog
[2015-09-10 06:46:04] failed to fetch watchdog
There are some more non-kernel.org trees that tend to suffer from
connection issues.
btw, note the 1+ hour poll interval -- it's auto lowered for
"inactive" trees. Only git.kernel.org trees can be watched closely
since they are polled as a whole through
http://git.kernel.org/manifest.js.gz
Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2015-09-10 02:30 +0200 |
| Message-ID | <q6XUu-2ct-9@gated-at.bofh.it> |
| In reply to | #1221799 |
On 09/09/2015 04:44 PM, Fengguang Wu wrote: > On Wed, Sep 09, 2015 at 02:42:23PM -0700, Linus Torvalds wrote: >> On Wed, Sep 9, 2015 at 2:40 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote: >>> >>> I have not been able to fetch from that tree for the past couple of >>> days. It connects and then hangs for some time >> >> .. yup, that's what I got just when trying to pull. > > FYI, git fetch failures are one major reason if 0day tests are > delayed or not covered: > > [2015-09-10 05:00:24] failed to fetch watchdog > [2015-09-10 06:46:04] failed to fetch watchdog > > There are some more non-kernel.org trees that tend to suffer from > connection issues. > On the plus side, most if not all of the patches in Wim's tree are in the watchdog-next branch of my repository at kernel.org. Since that branch is covered by the 0day tests and by my own tests, I would not expect any major surprises. Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Fengguang Wu <fengguang.wu@intel.com> |
|---|---|
| Date | 2015-09-10 03:00 +0200 |
| Message-ID | <q6Ynv-2Kg-1@gated-at.bofh.it> |
| In reply to | #1221815 |
On Wed, Sep 09, 2015 at 05:23:23PM -0700, Guenter Roeck wrote: > On 09/09/2015 04:44 PM, Fengguang Wu wrote: > >On Wed, Sep 09, 2015 at 02:42:23PM -0700, Linus Torvalds wrote: > >>On Wed, Sep 9, 2015 at 2:40 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote: > >>> > >>>I have not been able to fetch from that tree for the past couple of > >>>days. It connects and then hangs for some time > >> > >>.. yup, that's what I got just when trying to pull. > > > >FYI, git fetch failures are one major reason if 0day tests are > >delayed or not covered: > > > >[2015-09-10 05:00:24] failed to fetch watchdog > >[2015-09-10 06:46:04] failed to fetch watchdog > > > >There are some more non-kernel.org trees that tend to suffer from > >connection issues. > > > > On the plus side, most if not all of the patches in Wim's tree are in > the watchdog-next branch of my repository at kernel.org. Since that branch > is covered by the 0day tests and by my own tests, I would not expect > any major surprises. That's great, the hwmon branches are in good state: Aug 18 To Guenter Roeck ( 111:0) [hwmon:watchdog-next] e07c1407dcf9d4c5645f753a997d6f24ff93ce97 BUILD SUCCESS Aug 19 To Guenter Roeck ( 167:0) [hwmon:watchdog-next] 359be6ae025459b64df09f0dea6c43f8faba769e BUILD SUCCESS Aug 19 To Guenter Roeck ( 142:0) [hwmon:watchdog-next] 8f5555c0f5a355e5f45944d9517e983a1146fe4a BUILD SUCCESS Aug 19 To Pratyush Anand (1723:2) [hwmon:watchdog-next 25/25] drivers/watchdog/txx9wdt.c:134:20: error: 'pdev' undeclared Aug 19 To Guenter Roeck ( 111:0) [hwmon:watchdog-next] 407c45d2786005b666119c96fc677819927898aa BUILD SUCCESS Sep 01 To Guenter Roeck ( 151:0) [hwmon:watchdog-next] 63cd9ae5a6609e79d2df73018e8a657e0b91ca17 BUILD SUCCESS Sep 04 To Guenter Roeck ( 148:0) [hwmon:watchdog-next] b2aaf0eb653276599384a107de3608839f0ed950 BUILD SUCCESS Thanks, Fengguang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Wim Van Sebroeck <wim@iguana.be> |
|---|---|
| Date | 2015-09-10 08:10 +0200 |
| Message-ID | <q73dv-1wK-5@gated-at.bofh.it> |
| In reply to | #1221753 |
Hi Stephen, Linus, > On Wed, Sep 9, 2015 at 2:40 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > > > I have not been able to fetch from that tree for the past couple of > > days. It connects and then hangs for some time > > .. yup, that's what I got just when trying to pull. I just restarted the git-daemon. You should be able to pull again. Thanks for reporting it. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Wim Van Sebroeck <wim@iguana.be> |
|---|---|
| Date | 2015-09-10 08:30 +0200 |
| Message-ID | <q73wS-1Tm-15@gated-at.bofh.it> |
| In reply to | #1221747 |
Hi Stephen, > > > > Please pull from 'master' branch of > > git://www.linux-watchdog.org/linux-watchdog.git > > I have not been able to fetch from that tree for the past couple of > days. It connects and then hangs for some time and then I get: > > fatal: read error: Connection reset by peer > > Sorry for not mentioning it earlier. The tree hasn't changed since 1.5 weeks, so on content level nothing has changed. Thanks, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-09-10 08:40 +0200 |
| Message-ID | <q73Gy-24B-15@gated-at.bofh.it> |
| In reply to | #1221947 |
Hi Wim, On Thu, 10 Sep 2015 08:20:07 +0200 Wim Van Sebroeck <wim@iguana.be> wrote: > > > > Please pull from 'master' branch of > > > git://www.linux-watchdog.org/linux-watchdog.git > > > > I have not been able to fetch from that tree for the past couple of > > days. It connects and then hangs for some time and then I get: > > > > fatal: read error: Connection reset by peer > > > > Sorry for not mentioning it earlier. > > The tree hasn't changed since 1.5 weeks, so on content level nothing has changed. OK, I managed to refetch your tree (it was still very slow - you might want to consider moving it to git.kernel.org). The patches appear identical to what I last fetched (and what has been in linux-next since Aug 31), but it has all been recommitted in the last day. The end result and the base are exactly the same, so it should not be a problem, I guess. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-09-11 01:20 +0200 |
| Message-ID | <q7jih-7Rs-17@gated-at.bofh.it> |
| In reply to | #1221954 |
Hi Wim, On Thu, 10 Sep 2015 16:37:59 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > On Thu, 10 Sep 2015 08:20:07 +0200 Wim Van Sebroeck <wim@iguana.be> wrote: > > > > > > Please pull from 'master' branch of > > > > git://www.linux-watchdog.org/linux-watchdog.git > > > > > > I have not been able to fetch from that tree for the past couple of > > > days. It connects and then hangs for some time and then I get: > > > > > > fatal: read error: Connection reset by peer > > > > > > Sorry for not mentioning it earlier. > > > > The tree hasn't changed since 1.5 weeks, so on content level nothing has changed. > > OK, I managed to refetch your tree (it was still very slow - you might > want to consider moving it to git.kernel.org). The patches appear > identical to what I last fetched (and what has been in linux-next since > Aug 31), but it has all been recommitted in the last day. > > The end result and the base are exactly the same, so it should not be a > problem, I guess. OK, the above is true, but I have been a bit confused. I was trying to figure out why (if the above is true, a "git fetch watchdog" did not update what I have fetched. It turns out that the tree I pull into linux-next is git://www.linux-watchdog.org/linux-watchdog-next.git the one you asked Linus to pull is git://www.linux-watchdog.org/linux-watchdog.git So instead of just fetching from one tree to the other, it seems that you have reapplied the patches from one to the other :-( -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web