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-next>] [day] [month] [year] [list]
Date:   Sun, 21 Apr 2019 17:11:10 +0200
From:   Niklas Hambüchen <mail@....me>
To:     lkml <linux-kernel@...r.kernel.org>
Subject: Reasons for oldconfig resetting config options to =m

When you set an option to `=y` but one of its dependencies is set to `=m`, then `make oldconfig` will reset it back to `=m` as well.

That makes sense, but does there exist a feature somewhere that can tell me explicitly when this happens, ideally with a reason like:

    Resetting CONFIG_USB_STORAGE from =y to =m
        because its dependency CONFIG_... is set to =m
        Consequently also resetting the following dependent options from =y to =m:
            CONFIG_USB_STORAGE_REALTEK
            CONFIG_USB_...

This would help tuning kernel configs in situations where menuconfig is not appropriate, for example when working with diffs of configs.

Is there such tooling, or what do people use?

Thanks,
Niklas

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ