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]
Message-ID:
 <SA2PR10MB4460C7DC4762FBD3065F0794A6D9A@SA2PR10MB4460.namprd10.prod.outlook.com>
Date: Wed, 3 Dec 2025 12:07:44 +0000
From: Les Boys <lesboyspp43@...look.com>
To: "yann.morin.1998@...e.fr" <yann.morin.1998@...e.fr>
CC: "linux-kbuild@...r.kernel.org" <linux-kbuild@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [QUESTION] Why tristate look like bool?

First, I wrote a minimal Kconfig:
```
config TRISTATE_TEST
    tristate "Test"
```
Then, I ran:
```
./conf --oldaskconfig test.lbConfig
```
Finally, it showed:
```
Test (TRISTATE_TEST) [N/y] (NEW): 
```
This is not excepted, it should shows:
```
Test (TRISTATE_TEST) [N/y/m] (NEW): 
```
I am confused about this problem, no document talks about it, please explain to me, thanks.

-- Les Boys

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ