Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1682878

Re: [PATCH 0/5 v4] Fix sp5100_tco watchdog driver regression

Path csiph.com!weretis.net!feeder6.news.weretis.net!news.glorb.com!diesel.cu.mi.it!bofh.it!news.nic.it!robomod
From "Marcelo \"Marc\" Ranolfi" <marc.2377@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/5 v4] Fix sp5100_tco watchdog driver regression
Date Fri, 07 Jul 2017 04:30:01 +0200
Message-ID <u0rbP-5KC-1@gated-at.bofh.it> (permalink)
References <tUF7P-16O-1@gated-at.bofh.it> <tValj-5i5-3@gated-at.bofh.it> <u09RD-1qm-9@gated-at.bofh.it> <u0rbP-5KC-3@gated-at.bofh.it> <u0rbP-5KC-5@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=L8ehWOrGGR2qG6orvmn0EgGno4OYwI2DRzGtHOlXBPk=; b=bpWT2IAtGe69IpxUFG/Mfzd4pEKxccRsO64DiCodPB02yn7DqEAmdb+dxwddGxhGbO S6Uw0Y61c7uTN5ldUhHSMY7+1ePAEgNGHLWSKmeJ+KHkpXgkyUpmTMFCy4kr5ke199LW v8EUg+eIgh0xuMa9df2jLnm4xdct7aMdDDSz8A8c+MIPbalxGaXG/lRqXLhHxHuuC/wr 5zZNZu2H9FszGEnQ3Ve8T0dIvqb8innp6caG9o3ODJ9kd+4oHNiAAhGCebBoHDGKBjwu s9UD6JC7uJ4WJck4xE8pHt0NSGrChQFTTyUEjNs5OdbnCB6Ci5qSb/JMLhUU/+8Zcc3J Beeg==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=L8ehWOrGGR2qG6orvmn0EgGno4OYwI2DRzGtHOlXBPk=; b=scw7tRieQ9YabP9OwEJAaYbfJ1+2IIlZI32B6AAvje+8oXkQHMrjrPnFa+6AeerNon Ksh4tdmiLuBn64iJdVpy2X5LlA3fso0XTe1TMLatfXQRlT0tZty/3LdxljHn4uZ+as+w rUnltg12KtPOCVbwBOoDOCl9GeTR48zWcZDmmcLgs47YTvRBZ8BsF/+Kpp6pJ+KSqhPo SsYr47PKCFe0JYq7H8GHinQCGiMlbRkOCGow/syb2wcEh8A5BzVCbTqYtCDzJ2ZIU7kb dVji1Xl8kW/CezjHE7Yue0mg3149Jg/4Gh6/6hFGZAVMb8WXiiajhH4fIMEQ4MvbcLZv mX2g==
X-Gm-Message-State AKS2vOwLyontrR1eoU8CHF6lmG7A+Jc8ijvIRPAbn4cx6EumF2VoN9Q4 tH8Sh9qsptZFbPoKGTtsuLxJY4ECbu4w9fj6/w==
X-Received by 10.46.33.229 with SMTP id h98mr16317204lji.65.1499394364940; Thu, 06 Jul 2017 19:26:04 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset="UTF-8"
Content-Transfer-Encoding quoted-printable
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 25
Organization linux.* mail to news gateway
X-Original-Date Thu, 6 Jul 2017 23:26:04 -0300
X-Original-Message-ID <CAETC-g-s23nPXYJYRPM4ZRoiP35wjzbzgPMVHPyYwrGYCBPdBg@mail.gmail.com>
X-Original-References <20170621035349.4125-1-zboszor@pr.hu> <20170622132134.7200-1-zboszor@pr.hu> <21338590-400b-e1b3-1787-bd275a30c17c@pr.hu> <CAETC-g-0ZYiD=j_sAtYpfr0t-rciiTx3ruvpGuwEud+nbbpiBg@mail.gmail.com> <CAETC-g_YF7TWv+LNrNQrX9AY_-iepCeE0EmCKWYF4VyQzRY+UQ@mail.gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1682878

Show key headers only | View raw


(Reposting without html subpart, second attempt)

On Thu, Jul 6, 2017 at 11:09 PM, Marcelo "Marc" Ranolfi
<marc.2377@gmail.com> wrote:
Hi Zoltán and all,

I _was_ testing the patch series (the latest version), system worked
OK for two days, but then I got a system crash (probably hardware
related) and lost my files in the main partition. Posted about it in
the F2FS mailing list
(https://sourceforge.net/p/linux-f2fs/mailman/message/35928135/).

While I don't believe that the freeze/crash was caused by the watchdog
driver (many other things to blame: amdgpu driver on Southern Islands,
CPU voltage lower than recommended...), it's worth mentioning that the
computer was completely frozen for a little over 4 minutes, and did
not reset as I'd expect the watchdog to. Just mentioning because I'm
not sure of the implications.

Once I get my system back online this weekend I'll have a good look at
the code. Anyway, thanks again for the patches and I'm also expecting
someone more qualified (than me, at least) to review them.

Regards
Marcelo "Marc" Ranolfi

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

Re: [PATCH 0/5 v4] Fix sp5100_tco watchdog driver regression Boszormenyi Zoltan <zboszor@pr.hu> - 2017-07-06 10:00 +0200
  Re: [PATCH 0/5 v4] Fix sp5100_tco watchdog driver regression "Marcelo \"Marc\" Ranolfi" <marc.2377@gmail.com> - 2017-07-07 04:30 +0200

csiph-web