lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200116155302.af6474975d7cb53ea3abae94@linux-foundation.org>
Date:   Thu, 16 Jan 2020 15:53:02 -0800
From:   Andrew Morton <akpm@...ux-foundation.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     keescook@...omium.org, longman@...hat.com, mingo@...nel.org,
        rppt@...ux.ibm.com, peterz@...radead.org,
        linux-kernel@...r.kernel.org
Subject: Re: + watchdog-fix-possible-soft-lockup-warning-at-bootup-v2.patch
 added to -mm tree

On Thu, 16 Jan 2020 12:55:49 +0100 Thomas Gleixner <tglx@...utronix.de> wrote:

> akpm@...ux-foundation.org writes:
> 
> > ------------------------------------------------------
> > From: Waiman Long <longman@...hat.com>
> > Subject: watchdog: Fix possible soft lockup warning at bootup
> 
> Completely empty changelog without any justification for this change.

Well, this is the v1->v2 delta.  It's removing an unnecessary change
from the v1 patch.  Normally that's covered in the main patch's
changelog but removing an unneeded change isn't changeloggable.

> > Link: http://lkml.kernel.org/r/20200103151032.19590-1-longman@redhat.com
> > Signed-off-by: Waiman Long <longman@...hat.com>
> > Cc: Ingo Molnar <mingo@...nel.org>
> > Cc: Thomas Gleixner <tglx@...utronix.de>
> > Cc: Mike Rapoport <rppt@...ux.ibm.com>
> > Cc: Kees Cook <keescook@...omium.org>
> > Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
> > ---
> >
> >  kernel/watchdog.c |    4 +---
> >  1 file changed, 1 insertion(+), 3 deletions(-)
> >
> > --- a/kernel/watchdog.c~watchdog-fix-possible-soft-lockup-warning-at-bootup-v2
> > +++ a/kernel/watchdog.c
> > @@ -496,9 +496,7 @@ static void watchdog_enable(unsigned int
> >  		      HRTIMER_MODE_REL_PINNED_HARD);
> >  
> >  	/* Initialize timestamp */
> > -	if (system_state != SYSTEM_BOOTING)
> > -		__touch_watchdog();
> > -
> > +	__touch_watchdog();
> >  	/* Enable the perf event */
> >  	if (watchdog_enabled & NMI_WATCHDOG_ENABLED)
> >  		watchdog_nmi_enable(cpu);
> > _
> >
> > Patches currently in -mm which might be from longman@...hat.com are
> >
> > watchdog-fix-possible-soft-lockup-warning-at-bootup.patch
> > watchdog-fix-possible-soft-lockup-warning-at-bootup-v2.patch
> 
> Please drop both. The initial one just papers over timer interrupt loss
> and weakens debugging. That V2 thing is just fixing up the wreckage
> introduced in the initial one.

Not really - it's removing a change which was deemed unneeded.

But sure, dropped.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ