Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/

2025-05-02 Thread Tiwei Bie
On 2025/5/3 00:09, Johannes Berg wrote: > On Fri, 2025-05-02 at 10:08 +0100, Anton Ivanov wrote: >> >> On 02/05/2025 09:35, Thomas Meyer wrote: >>> Hi, >>> >>> Aren't those drivers under exactly this folder because those drivers will >>> work only with when the host OS is Linux? I mean this is all

Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/

2025-05-02 Thread Johannes Berg
On Fri, 2025-05-02 at 10:08 +0100, Anton Ivanov wrote: > > On 02/05/2025 09:35, Thomas Meyer wrote: > > Hi, > > > > Aren't those drivers under exactly this folder because those drivers will > > work only with when the host OS is Linux? I mean this is all hypothetical > > but when somebody is go

Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/

2025-05-02 Thread Anton Ivanov
On 02/05/2025 09:31, Tiwei Bie wrote: Most of the drivers are stored in drivers/, with only two drivers kept in os-Linux/drivers/. Merge os-Linux/drivers/ into drivers/ to simplify and unify the code organization. Signed-off-by: Tiwei Bie --- arch/um/drivers/Makefile

Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/

2025-05-02 Thread Tiwei Bie
On 2025/5/2 16:58, Anton Ivanov wrote: > On 02/05/2025 09:31, Tiwei Bie wrote: >> Most of the drivers are stored in drivers/, with only two drivers >> kept in os-Linux/drivers/. Merge os-Linux/drivers/ into drivers/ >> to simplify and unify the code organization. >> >> Signed-off-by: Tiwei Bie >>

Re: [PATCH] um: Merge os-Linux/drivers/ into drivers/

2025-05-02 Thread Anton Ivanov
On 02/05/2025 09:35, Thomas Meyer wrote: Hi, Aren't those drivers under exactly this folder because those drivers will work only with when the host OS is Linux? I mean this is all hypothetical but when somebody is going to implement UML under Mac OS, this layout won't work anymore, or do I

[PATCH] um: Merge os-Linux/drivers/ into drivers/

2025-05-02 Thread Tiwei Bie
Most of the drivers are stored in drivers/, with only two drivers kept in os-Linux/drivers/. Merge os-Linux/drivers/ into drivers/ to simplify and unify the code organization. Signed-off-by: Tiwei Bie --- arch/um/drivers/Makefile | 4 arch/um/{os-Linux => }/drivers/et