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] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 18 Dec 2017 20:06:10 +0000
From:   Casey Leedom <leedom@...lsio.com>
To:     Dmitry Torokhov <dmitry.torokhov@...il.com>
CC:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Eric Dumazet <eric.dumazet@...il.com>,
        Eric Dumazet <edumazet@...gle.com>,
        Tariq Toukan <tariqt@...lanox.com>,
        "David S . Miller" <davem@...emloft.net>,
        "Komali Katari" <komali@...lsio.com>,
        "Luis R. Rodriguez" <mcgrof@...nel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kobject: fix suppressing modalias in uevents delivered
 over netlink

  By the way, Komali just reported another bug internally where
instantiating an SR-IOV Virtual Function causes cxgb4vf to be automatically
loaded, which is normal behavior.  But then when she attempts to unload
cxgb4vf, it simply gets reloaded again.  This is with:

    [root@...ic linux]#  git show
    commit 1291a0d5049dbc06baaaf66a9ff3f53db493b19b
    Author: Linus Torvalds <torvalds@...ux-foundation.org>
    Date:   Sun Dec 17 18:59:59 2017 -0800

        Linux 4.15-rc4

    diff --git a/Makefile b/Makefile
    index 3f4d157..7e02f95 100644
    --- a/Makefile
    +++ b/Makefile
    @@ -2,7 +2,7 @@
     VERSION = 4
     PATCHLEVEL = 15
     SUBLEVEL = 0
    -EXTRAVERSION = -rc3
    +EXTRAVERSION = -rc4
     NAME = Fearless Coyote
    ...

The patch you provided last Wednesday _does_ solve this new problem, but
doesn't solve the problem that she originally reported.  Let me know if
you'd like to see the udevadm output for 4.15-rc4 prior to applying your
patch.

Casey

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ