Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[gelöst] Unterschiede gentoo-sources Versionen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
michael_w
Guru
Guru


Joined: 22 Feb 2006
Posts: 469
Location: 09xxx

PostPosted: Fri Nov 30, 2018 7:59 am    Post subject: [gelöst] Unterschiede gentoo-sources Versionen Reply with quote

Hallo,

vermutlich eine leichte Übung, aber ich finde es nicht. Wie bekomme ich auf die schnelle heraus, was der Unterschied (kernel options) zwischen 4.14.65 und 4.14.83 ist?
_________________
Linux ryzen 6.6.21-gentoo-dist #1 SMP PREEMPT_DYNAMIC Sun Mar 24 18:32:46 CET 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux


Last edited by michael_w on Sun Dec 02, 2018 4:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
forrestfunk81
Guru
Guru


Joined: 07 Feb 2006
Posts: 565
Location: münchen.de

PostPosted: Fri Nov 30, 2018 2:49 pm    Post subject: Reply with quote

Hallo

Bei make oldconfig wird man für jede neue Kernel Config Option gefragt, was man damit machen möchte.

Code:
cp $old_src_dir/.config $new_src_dir
cd $new_src_dir
make oldconfig


Allerdings ändert sich die Konfiguration bei einem minor upgrade (z.B. 4.14.*) sehr sehr selten.
_________________
# cd /pub/
# more beer
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Fri Nov 30, 2018 2:59 pm    Post subject: Reply with quote

https://cdn.kernel.org/pub/linux/kernel/v4.x/

Einfach runterscrollen bis zu deinem Kernel.
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
michael_w
Guru
Guru


Joined: 22 Feb 2006
Posts: 469
Location: 09xxx

PostPosted: Fri Nov 30, 2018 5:34 pm    Post subject: Reply with quote

Hallo,

forrestfunk81 wrote:

Bei make oldconfig wird man für jede neue Kernel Config Option gefragt, was man damit machen möchte.

Code:
cp $old_src_dir/.config $new_src_dir
cd $new_src_dir
make oldconfig


das kenne ich, danke. Ich will aber eben *bevor* ich einen neuen kernel baue bzw. konfiguriere schauen, was ist geändert worden und "lohnt" es sich für mich, den neu zu bauen. Da muss es doch ein changelog geben, nur wo ist es?
_________________
Linux ryzen 6.6.21-gentoo-dist #1 SMP PREEMPT_DYNAMIC Sun Mar 24 18:32:46 CET 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
michael_w
Guru
Guru


Joined: 22 Feb 2006
Posts: 469
Location: 09xxx

PostPosted: Fri Nov 30, 2018 5:36 pm    Post subject: Reply with quote

Marlo wrote:
https://cdn.kernel.org/pub/linux/kernel/v4.x/

Einfach runterscrollen bis zu deinem Kernel.


und dann? download und diff? das könnte ich ja auch lokal machen (aus dem portage tree). was ich suche ist ein changelog (deshalb auch "auf die schnelle").
_________________
Linux ryzen 6.6.21-gentoo-dist #1 SMP PREEMPT_DYNAMIC Sun Mar 24 18:32:46 CET 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Fri Nov 30, 2018 6:45 pm    Post subject: Reply with quote

michael_w wrote:


und dann? ...... was ich suche ist ein changelog ...


Augen auf! :roll:
Code:


../
incr/                                              27-Nov-2018 15:20       -
stable-review/                                     30-Nov-2018 15:27       -
ChangeLog-4.0.1                                    29-Apr-2015 08:31    8067
....
ChangeLog-4.14.65                                  18-Aug-2018 08:55    2525
......
ChangeLog-4.14.83                                  23-Nov-2018 07:27     23K
ChangeLog-4.14.84                                  27-Nov-2018 15:18     72K
....
u.s.w

_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Fri Nov 30, 2018 7:42 pm    Post subject: Reply with quote

https://cdn.kernel.org/pub/linux/kernel/v4.x/ ist schon mal eine gute Quelle!

Wer mehr will: das Changelog gibt es in verschiedenen Varianten:
  1. Die Langfassung: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.84

  2. Eine Kurzfassung: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-4.14.y

  3. Eine mittellange Fassung: entweder auf LKML oder als Artikel bei LWN: https://lwn.net/Articles/773114/

Es sollte also für jeden etwas dabei sein :-)
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Sat Dec 01, 2018 4:16 pm    Post subject: Reply with quote

Ach, ist mir noch eingefallen.

Auf Heise gibt es seit langem eine Serie zum Kernel.
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
michael_w
Guru
Guru


Joined: 22 Feb 2006
Posts: 469
Location: 09xxx

PostPosted: Sun Dec 02, 2018 4:37 pm    Post subject: Reply with quote

Marlo wrote:
Ach, ist mir noch eingefallen.
Auf Heise gibt es seit langem eine Serie zum Kernel.


Danke, auch diese Beiträge kenne ich schon länger und bin Thorsten Leemhuis dankbar dafür. Man kann das nicht hoch genug anrechnen, was er da an Zeit reinsteckt. Sehr informativ das Ganze.
_________________
Linux ryzen 6.6.21-gentoo-dist #1 SMP PREEMPT_DYNAMIC Sun Mar 24 18:32:46 CET 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Sun Dec 02, 2018 5:57 pm    Post subject: Reply with quote

michael_w wrote:
...dankbar dafür. Man kann das nicht hoch genug anrechnen,...


Der macht das nicht in seiner Freizeit und seine Artikel stehen auch nicht unter einer Open-Source-Lizenz.
Er verdient damit sein Geld. Ansonsten droht Hartz IV.
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sun Dec 02, 2018 6:24 pm    Post subject: Reply with quote

Quote:
Er verdient damit sein Geld.

Ich bin Thorsten Leemhuis auch sehr dankbar für seine hervorragende Arbeit. Mag sein, dass er für's Schreiben bezahlt wird. Aber ich vermute, dass er deutlich mehr verdienen könnte, wenn er bei einem Software-Hersteller oder IT-Konzern arbeiten würde. Und deshalb glaube ich, dass er eine Menge Herzblut und Idealisimus mitbringt und in seine Arbeit investiert. Das kann man gar nicht hoch genug einschätzen! Und für Linux ist es ein Segen, dass es jemanden wie TL gibt, der gute und kompetente Artikel schreibt.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum