search for: defconfigs

Displaying 20 results from an estimated 221 matches for "defconfigs".

Did you mean: defconfig
2020 Apr 01
3
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On 01.04.20 14:50, Jason Wang wrote: > > On 2020/4/1 ??7:21, Christian Borntraeger wrote: >> On 26.03.20 15:01, Jason Wang wrote: >>> Currently, CONFIG_VHOST depends on CONFIG_VIRTUALIZATION. But vhost is >>> not necessarily for VM since it's a generic userspace and kernel >>> communication protocol. Such dependency may prevent archs without >>>
2020 Apr 01
3
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On 01.04.20 14:50, Jason Wang wrote: > > On 2020/4/1 ??7:21, Christian Borntraeger wrote: >> On 26.03.20 15:01, Jason Wang wrote: >>> Currently, CONFIG_VHOST depends on CONFIG_VIRTUALIZATION. But vhost is >>> not necessarily for VM since it's a generic userspace and kernel >>> communication protocol. Such dependency may prevent archs without >>>
2020 Apr 01
4
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...nfigs/defconfig:CONFIG_VHOST_NET=m > arch/s390/configs/defconfig:CONFIG_VHOST_VSOCK=m > > and this worked with 5.6, but does not work with next. Just adding > CONFIG_VHOST=m to the defconfig solves the issue, something like Right, I think we probably need 1) add CONFIG_VHOST=m to all defconfigs that enables CONFIG_VHOST_NET/VSOCK/SCSI. or 2) don't use menuconfig for CONFIG_VHOST, let NET/SCSI/VDPA just select it. Thanks > > --- > arch/s390/configs/debug_defconfig | 5 +++-- > arch/s390/configs/defconfig | 5 +++-- > 2 files changed, 6 insertions(+), 4 de...
2020 Apr 01
4
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...nfigs/defconfig:CONFIG_VHOST_NET=m > arch/s390/configs/defconfig:CONFIG_VHOST_VSOCK=m > > and this worked with 5.6, but does not work with next. Just adding > CONFIG_VHOST=m to the defconfig solves the issue, something like Right, I think we probably need 1) add CONFIG_VHOST=m to all defconfigs that enables CONFIG_VHOST_NET/VSOCK/SCSI. or 2) don't use menuconfig for CONFIG_VHOST, let NET/SCSI/VDPA just select it. Thanks > > --- > arch/s390/configs/debug_defconfig | 5 +++-- > arch/s390/configs/defconfig | 5 +++-- > 2 files changed, 6 insertions(+), 4 de...
2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
This patch removes IP autoconfiguration (CONFIG_IP_PNP and friends) support from the kernel, and ensures that using NFS as the root filesystem (CONFIG_NFS_ROOT) will no longer work. b/arch/alpha/defconfig | 1 b/arch/arm/def-configs/a5k | 1 b/arch/arm/def-configs/adi_evb | 4 b/arch/arm/def-configs/adsbitsy | 4
2020 Apr 17
4
[PATCH V2] vhost: do not enable VHOST_MENU by default
...e defconfig untouched after decoupling CONFIG_VHOST >>>>>>>> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >>>>>>>> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >>>>>>>> default. Then the defconfigs can keep enabling CONFIG_VHOST_NET >>>>>>>> without the caring of CONFIG_VHOST. >>>>>>>> >>>>>>>> But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even >>>>>>>> for the ones th...
2020 Apr 17
4
[PATCH V2] vhost: do not enable VHOST_MENU by default
...e defconfig untouched after decoupling CONFIG_VHOST >>>>>>>> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >>>>>>>> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >>>>>>>> default. Then the defconfigs can keep enabling CONFIG_VHOST_NET >>>>>>>> without the caring of CONFIG_VHOST. >>>>>>>> >>>>>>>> But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even >>>>>>>> for the ones th...
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
This patch removes support for use of NFS as a root filesystem from the kernel. It also updates the documentation to reflect this. b/Documentation/nfsroot.txt | 97 +++--- b/arch/arm/def-configs/a5k | 1 b/arch/arm/def-configs/adi_evb | 1 b/arch/arm/def-configs/adsbitsy | 1 b/arch/arm/def-configs/anakin | 1
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...rch/s390/configs/defconfig:CONFIG_VHOST_VSOCK=m > > > > and this worked with 5.6, but does not work with next. Just adding > > CONFIG_VHOST=m to the defconfig solves the issue, something like > > > Right, I think we probably need > > 1) add CONFIG_VHOST=m to all defconfigs that enables > CONFIG_VHOST_NET/VSOCK/SCSI. > > or > > 2) don't use menuconfig for CONFIG_VHOST, let NET/SCSI/VDPA just select it. > > Thanks I think I prefer 2, but does it auto-select VHOST_IOTLB then? Generally what was the reason to drop select VHOST from devices?...
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On 01.04.20 14:56, Christian Borntraeger wrote: > > On 01.04.20 14:50, Jason Wang wrote: >> >> On 2020/4/1 ??7:21, Christian Borntraeger wrote: >>> On 26.03.20 15:01, Jason Wang wrote: >>>> Currently, CONFIG_VHOST depends on CONFIG_VIRTUALIZATION. But vhost is >>>> not necessarily for VM since it's a generic userspace and kernel
2020 Apr 17
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
...n Wang wrote: >>>> We try to keep the defconfig untouched after decoupling CONFIG_VHOST >>>> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >>>> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >>>> default. Then the defconfigs can keep enabling CONFIG_VHOST_NET >>>> without the caring of CONFIG_VHOST. >>>> >>>> But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even >>>> for the ones that doesn't want vhost. So it actually shifts the >>&gt...
2020 Apr 17
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
...n Wang wrote: >>>> We try to keep the defconfig untouched after decoupling CONFIG_VHOST >>>> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >>>> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >>>> default. Then the defconfigs can keep enabling CONFIG_VHOST_NET >>>> without the caring of CONFIG_VHOST. >>>> >>>> But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even >>>> for the ones that doesn't want vhost. So it actually shifts the >>&gt...
2020 Apr 17
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
...t;> We try to keep the defconfig untouched after decoupling CONFIG_VHOST >>>>>> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >>>>>> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >>>>>> default. Then the defconfigs can keep enabling CONFIG_VHOST_NET >>>>>> without the caring of CONFIG_VHOST. >>>>>> >>>>>> But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even >>>>>> for the ones that doesn't want vhost. So it...
2020 Apr 17
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
...t;> We try to keep the defconfig untouched after decoupling CONFIG_VHOST >>>>>> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >>>>>> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >>>>>> default. Then the defconfigs can keep enabling CONFIG_VHOST_NET >>>>>> without the caring of CONFIG_VHOST. >>>>>> >>>>>> But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even >>>>>> for the ones that doesn't want vhost. So it...
2020 Apr 15
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
We try to keep the defconfig untouched after decoupling CONFIG_VHOST out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by default. Then the defconfigs can keep enabling CONFIG_VHOST_NET without the caring of CONFIG_VHOST. But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even for the ones that doesn't want vhost. So it actually shifts the burdens to the maintainers of all other to add "CONFIG_VHOST_MENU is not...
2020 Apr 17
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
..., 2020 at 10:43:56AM +0800, Jason Wang wrote: >> We try to keep the defconfig untouched after decoupling CONFIG_VHOST >> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >> default. Then the defconfigs can keep enabling CONFIG_VHOST_NET >> without the caring of CONFIG_VHOST. >> >> But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even >> for the ones that doesn't want vhost. So it actually shifts the >> burdens to the maintainers of all...
2020 Apr 15
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
We try to keep the defconfig untouched after decoupling CONFIG_VHOST out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by default. Then the defconfigs can keep enabling CONFIG_VHOST_NET without the caring of CONFIG_VHOST. But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even for the ones that doesn't want vhost. So it actually shifts the burdens to the maintainers of all other to add "CONFIG_VHOST_MENU is not...
2020 Apr 17
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
..., 2020 at 10:43:56AM +0800, Jason Wang wrote: >> We try to keep the defconfig untouched after decoupling CONFIG_VHOST >> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >> default. Then the defconfigs can keep enabling CONFIG_VHOST_NET >> without the caring of CONFIG_VHOST. >> >> But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even >> for the ones that doesn't want vhost. So it actually shifts the >> burdens to the maintainers of all...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
.../defconfig:CONFIG_VHOST_VSOCK=m >>> >>> and this worked with 5.6, but does not work with next. Just adding >>> CONFIG_VHOST=m to the defconfig solves the issue, something like >> >> Right, I think we probably need >> >> 1) add CONFIG_VHOST=m to all defconfigs that enables >> CONFIG_VHOST_NET/VSOCK/SCSI. >> >> or >> >> 2) don't use menuconfig for CONFIG_VHOST, let NET/SCSI/VDPA just select it. >> >> Thanks > OK I tried this: > > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > index 25...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
.../defconfig:CONFIG_VHOST_VSOCK=m >>> >>> and this worked with 5.6, but does not work with next. Just adding >>> CONFIG_VHOST=m to the defconfig solves the issue, something like >> >> Right, I think we probably need >> >> 1) add CONFIG_VHOST=m to all defconfigs that enables >> CONFIG_VHOST_NET/VSOCK/SCSI. >> >> or >> >> 2) don't use menuconfig for CONFIG_VHOST, let NET/SCSI/VDPA just select it. >> >> Thanks > OK I tried this: > > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig > index 25...