Re: git send-email and gmail smtp

2024-04-17 Thread Ezra Buehler
Hi, > On 17 Apr 2024, at 18:34, jim.cro...@gmail.com wrote: > > so I tried to submit a patchset via sendemail, > and ran aground on authorization. > > its been a while since I sent from this computer, > laptop power cord is cut :-( > but failure wording is ambiguous > > 5.7.8 Username and

Re: kernel modules, derived work and GPLv2

2023-07-12 Thread Ezra Buehler
Hi Phil, On Wed, Jul 12, 2023 at 5:01 PM Phil Perry wrote: > However, what about the source code for the linux kernel the kernel > module (driver) was built against - is that also deemed part of the > derived work and must I also distribute the linux kernel source code > against which my binary

Re: Enquiry for contribute in Linux Kernel

2021-02-05 Thread Ezra Buehler
Hi Abhijit Paul, On 5 Feb 2021, at 08:00, Abhijit Paul wrote: > But I don't know what to learn. I know the C/C++ programming language. C and C++ are two different languages that are (normally) used very differently. So, you might want to start with getting more familiar with how code in a C

Re: Why new kernel version cannot be installed on old Ubuntu?

2020-12-05 Thread Ezra Buehler
Hi Joontaek, On 5 Dec 2020, at 14:35, Joontaek Oh wrote: > I tried to install them on a single OS among Ubuntu 14.04, 16.04, 18.04, > and Centos7.4, but I failed, being hung up during booting. > > If you know why the problem occurs and how can it be solved, could reply > me? Well, one would

Re: some u-boot mailing list

2020-10-17 Thread Ezra Buehler
Hi Tomek, On 15 Oct 2020, at 09:38, Tomek The Messenger wrote: > Does anybody know some u-boot mailing list like here for linux, but for > u-boot. I don't think there is such a thing. Here Wolfgang's opinion on the topic:

Re: how to pass log level to 7 from u-boot

2020-10-17 Thread Ezra Buehler
Hi Tomek, On 17 Oct 2020, at 14:57, Tomek The Messenger wrote: > Does anybody of You know how to pass it from u-boot? I can stop in u-boot and > pass log level 7 but I don't know what command should I write in order to do > it. Try adding `loglevel=7` to the `bootargs` U-Boot environment

Re: Would .DTSIs without DTS be accepted into the kernel?

2020-05-04 Thread Ezra Buehler
On 4 May 2020, at 15:51, Dávid Virág wrote: > > My question is this: Would DTSIs for it's SOC, and its components be merged > without any DTS actually including them? As far as I know they don't like that. Cheers, Ezra. ___ Kernelnewbies mailing

Re: two kernel modules for the same device address in dts

2020-04-10 Thread Ezra Buehler
Hi Tomek, On 7 Apr 2020, at 15:26, Tomek The Messenger wrote: > { > default_device: default_device@75 { > compatible = "some-name-never-mind"; > reg = <0x75>; > }; > my_device: my_device@0 { > compatible = "my-device-which-do-only-some-minor-part"; > reg = <0x75>; > }; > }; I am not