Re: How to switch between installed kernel and developed kernel

2021-03-22 Thread Aruna Hewapathirane
On Mon, Mar 22, 2021 at 9:17 PM Valdis Klētnieks wrote: > On Tue, 23 Mar 2021 00:01:22 +0200, Gidi Gal said: > > > Many thanks for your reply, Aruna. Is there a way to remove the installed > > '5.12.0-rc3-GIDI_DEV+' kernel ? Yes there are 'many' ways to remove a kernel :-) A reverse command

Re: How to switch between installed kernel and developed kernel

2021-03-22 Thread Valdis Klētnieks
On Tue, 23 Mar 2021 00:01:22 +0200, Gidi Gal said: > Many thanks for your reply, Aruna. Is there a way to remove the installed > '5.12.0-rc3-GIDI_DEV+' kernel ? A reverse command for the 'sudo make > modules_install install' command ? I found this link which explains how to > do it manually ( >

Re: How to switch between installed kernel and developed kernel

2021-03-22 Thread Gidi Gal
Many thanks for your reply, Aruna. Is there a way to remove the installed '5.12.0-rc3-GIDI_DEV+' kernel ? A reverse command for the 'sudo make modules_install install' command ? I found this link which explains how to do it manually (

Re: How to switch between installed kernel and developed kernel

2021-03-22 Thread Aruna Hewapathirane
On Mon, Mar 22, 2021 at 5:18 PM Aruna Hewapathirane < aruna.hewapathir...@gmail.com> wrote: > > >> update-initramfs: Generating /boot/initrd.img-5.12.0-rc3-GIDI_DEV+ >> dpkg: warning: version '5.12.0-rc3-GIDI_DEV+' has bad syntax: invalid >> character in revision number >> dpkg: warning: version

Re: How to switch between installed kernel and developed kernel

2021-03-22 Thread Aruna Hewapathirane
> update-initramfs: Generating /boot/initrd.img-5.12.0-rc3-GIDI_DEV+ > dpkg: warning: version '5.12.0-rc3-GIDI_DEV+' has bad syntax: invalid > character in revision number > dpkg: warning: version '5.12.0-rc3-GIDI_DEV+' has bad syntax: invalid > character in revision number > This is a

Re: kernel projects for students

2021-03-22 Thread Jeffrey Walton
On Mon, Mar 22, 2021 at 11:37 AM Muni Sekhar wrote: > > What are some good Linux projects in kernel space for final year > computer.science engineering students? > Could someone help and share your ideas on this please. Hedging deployed cryptography. Hedging can be used to keep the state of a

Re: How to switch between installed kernel and developed kernel

2021-03-22 Thread Bernd Petrovitsch
Hi, On 22/03/2021 13:11, Gidi Gal wrote: [...] > . I reached the step > "Install your changes" in "Modifying a driver on native Linux". I would > like to separate my developed kernel and my installed kernel and to > switch between the two in order to

Re: How to switch between installed kernel and developed kernel

2021-03-22 Thread Gidi Gal
I am grateful for your replies, Brend, Valdis and Bjørn. I did some backups, decided for now to try and run my kernel on my native Linux, until I prepare a VM for testing. I tried to install my kernel. The output showed some errors (I copied the install log at the bottom of this email). I think

Re: kernel projects for students

2021-03-22 Thread Okash Khawaja
+Speakup is a screen review system for Linux. Speak up had some plans On Mon, Mar 22, 2021 at 3:37 PM Muni Sekhar wrote: > Hi all, > > What are some good Linux projects in kernel space for final year > computer.science engineering students? > Could someone help and share your ideas on this

kernel projects for students

2021-03-22 Thread Muni Sekhar
Hi all, What are some good Linux projects in kernel space for final year computer.science engineering students? Could someone help and share your ideas on this please. -- Thanks, Sekhar ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Re: How to switch between installed kernel and developed kernel

2021-03-22 Thread Bjørn Mork
Gidi Gal writes: > I am new to kernel development, currently working on > https://kernelnewbies.org/FirstKernelPatch. I reached the step "Install > your changes" in "Modifying a driver on native Linux". I would like to > separate my developed kernel and my installed kernel and to switch between

Re: How to switch between installed kernel and developed kernel

2021-03-22 Thread Valdis Klētnieks
On Mon, 22 Mar 2021 14:11:58 +0200, Gidi Gal said: > I am new to kernel development, currently working on > https://kernelnewbies.org/FirstKernelPatch. I reached the step "Install > your changes" in "Modifying a driver on native Linux". I would like to > separate my developed kernel and my

How to switch between installed kernel and developed kernel

2021-03-22 Thread Gidi Gal
Hello, I am new to kernel development, currently working on https://kernelnewbies.org/FirstKernelPatch. I reached the step "Install your changes" in "Modifying a driver on native Linux". I would like to separate my developed kernel and my installed kernel and to switch between the two in order to