Commit Graph

43 Commits

Author SHA1 Message Date
Adolf Belka
6a1c2abd73 udev: Update to version 3.2.11
- Update from version 3.2.6 to 3.2.11
- Update of rootfile
- Changelog
	Release 3.2.11 Latest
	    add actions workflows to check compilation on glibc and musl (devuan, alpine) by @ArsenArsen in #206
	    Add build instructions by @slicer69 in #207
	    src/libudev/conf-files.c: fix bug of using basename by @xfan1024 in #198
	    Permit eudev to work with rules which include escaped double-quotes by @slicer69 in #208
	    sync src/ata_id/ata_id.c by @bbonev in #201
	    sync src/v4l_id/v4l_id.c by @bbonev in #202
	    sync src/scsi_id/scsi_id.c by @bbonev in #203
	    sync src/mtd_probe/*.[ch] by @bbonev in #204
	    sparse: avoid clash with __bitwise and __force from 4.10 linux/types.… by @bbonev in #209
	    Silence deprecation warnings by @bbonev in #210
	    update CONTRIBUTING to reflect updated governance, clarify systemd commit hash requirements by @kaniini in #211
	    hashmap: don't initialize devt_hash_ops in the header by @kaniini in #212
	    Update to latest Devuan stable by @wwuck in #213
	    hwdb: sync with systemd/main by @bbonev in #215
	    Add getrandom(2) system call number for PowerPC by @Low-power in #216
     No changelog for versions prior to 3.2.11 found. Looks like they are in nthe systemd
      releases and not easily extracted.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
2022-09-11 08:50:57 +00:00
Peter Müller
9a7e4d8506 Switch checksums from MD5 to BLAKE2
Historically, the MD5 checksums in our LFS files serve as a protection
against broken downloads, or accidentally corrupted source files.

While the sources are nowadays downloaded via HTTPS, it make sense to
beef up integrity protection for them, since transparently intercepting
TLS is believed to be feasible for more powerful actors, and the state
of the public PKI ecosystem is clearly not helping.

Therefore, this patch switches from MD5 to BLAKE2, updating all LFS
files as well as make.sh to deal with this checksum algorithm. BLAKE2 is
notably faster (and more secure) than SHA2, so the performance penalty
introduced by this patch is negligible, if noticeable at all.

In preparation of this patch, the toolchain files currently used have
been supplied with BLAKE2 checksums as well on
https://source.ipfire.org/.

Cc: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremeripfire.org>
2022-04-02 14:19:25 +00:00
Michael Tremer
ec0ba68a15 udev: Rename enable_codel to network-aqm
This is a more generic term since CoDel is no longer being used

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2022-01-16 15:17:50 +00:00
Michael Tremer
8be8ac63ca udev: Enable ntuple offloading feature in supported NICs
We are using CPU-affinity and packet steering functions in various
places in IPFire, but packets might still be received on a random CPU
core.

This feature enables that packets that belong to the same connection
(i.e. have the save tuple) will be steered to the same queue. This will
increase cache locality and decrease locking which results in higher
throughput.

https://www.kernel.org/doc/Documentation/networking/scaling.txt

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-09-10 16:57:06 +00:00
Michael Tremer
2db1a399c5 udev: Migrate to eudev
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-10-21 12:43:37 +01:00
Peter Müller
eee037b890 update disclaimer in LFS files
Most of these files still used old dates and/or domain names for contact
mail addresses. This is now replaced by an up-to-date copyright line.

Just some housekeeping... :-)

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-09-10 19:20:36 +01:00
Arne Fitzenreiter
b389d73110 Merge branch 'master' into kernel-4.9
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2017-07-09 12:47:16 +02:00
Michael Tremer
dc8abdfe1c udev: Remove old compile fix for older versions of glibc
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-05-18 12:06:39 +01:00
Arne Fitzenreiter
c18f333f9c udev: fix build with kernel 4.9 headers
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2017-02-12 19:51:22 +01:00
Jonatan Schlag
3fbf7bed79 network: Rename MACVTAP script
This script is creating common bridges now, too and therefore
needs a more generic name.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2016-12-29 20:34:22 +00:00
Jonatan Schlag
7b616db4e2 Network: add macvtap mode
This change make it possible to use a macvtap interface as a
standard interface (green0).
This is required by libvirt, because libvirt adds macvtap interfaces to
the physical interface, but this causes a problem. A VM  with this
configuration can communicate with the whole network,
but not with the Host (IPFire).
To solve this problem, the host interface must be also a macvtap interface.
This is achieved by:
1. In /var/ipfire/ethernet/settings the mode of a interface could set
with GREEN_MODE= ...
When the mode is macvtap the physical interface is renamed to green0phys
instead of green0. If the mode is not set the normal configuration is
applied .
2. The  network-hotplug-macvtap script checks if a physical nic ends
with "phys".
When the interface ends with "phys", the script adds a macvtap interface
to the physical nic which is named green0. The MAC address of this
interface is set to the MAC address of the physical nic. The MAC address
of the physical is set to a random value. We do this because the MAC
address of green0 should not change.
All services, IP addresses then binds to the macvatap interface, the
physical nic is not used.
PS.:  The script works also with the orange or blue interface, just
replace green with orange or blue.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2016-06-01 22:22:29 +01:00
Michael Tremer
36f7fe6a38 udev: Add hotplugging for VLAN devices
The VLAN devices will now automatically be created after
a parent device has been added.

Mainly this will resolve a race-condition between udev
initialising the network adapters and sysvinit running
scripts that will do the initialisation of the VLAN.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-08-05 12:43:08 +01:00
Michael Tremer
600b99fb31 network: Configure device names from /var/ipfire/ethernet/settings
Instead of creating a copy of the configuration values and
for better extensibility, we will have udev execute a script
that parses /var/ipfire/ethernet/settings and will return the
correct name of the corresponding device (green0, blue0, ...).
2015-03-09 16:31:59 +01:00
Arne Fitzenreiter
b3f5e2b2a9 remove more enused patches. 2014-11-30 01:45:15 +01:00
Michael Tremer
2af8179385 rngd: Mix-in RDRAND and reload for HWRNGs added at runtime. 2014-02-01 16:46:22 +01:00
Arne Fitzenreiter
147446202f udev: disable new netdev names and systemd log prefix. 2013-11-20 07:37:01 +01:00
Arne Fitzenreiter
35e188494d udev: update to 208. 2013-11-18 23:27:37 +01:00
Arne Fitzenreiter
ba109afd0d kmod: replace module-init-tools by kmod-13.
newer udev depend on kmod.
2013-11-18 19:00:51 +01:00
Arne Fitzenreiter
8b246743fa udev: add missing alsa rules. 2012-11-09 09:55:18 +01:00
Arne Fitzenreiter
ae0d87a63b udev: update to 141 and cleanup rules. 2012-10-30 14:25:33 +01:00
Michael Tremer
f7b9315ef3 Merge remote-tracking branch 'origin/kernel-update' into glibc-update2 2012-08-15 15:57:32 +02:00
Michael Tremer#
3e78d712cc codel: Enable fq_codel on all devices.
Except loopback.
2012-08-14 15:44:19 +02:00
Michael Tremer
b7d60471a2 Remove tons of old uClibc/installer system related stuff. 2012-08-11 18:13:23 -04:00
Arne Fitzenreiter
cb6ed5082d udev: fix vol_id ext4 detection if it has no journal. 2012-06-26 15:09:38 +02:00
Arne Fitzenreiter
88f8491945 udev: remove old lfs rule that let lsusb shows devices twice. 2010-12-21 20:38:36 +01:00
Arne Fitzenreiter
a500f48185 Readd udev dont rename netif if same name exsit patch. 2010-08-25 22:46:04 +02:00
Arne Fitzenreiter
d004707e00 Fix udev rules for udev 1.25. 2010-08-14 20:05:54 +02:00
Michael Tremer
1ea989ebb7 udev: Update to 125. 2010-07-25 22:07:54 +02:00
Michael Tremer
ebf6c2890f Remove mkinitcpio, klibc and udev (for klibc). 2010-07-17 18:24:17 +02:00
Arne Fitzenreiter
9c7b8b4550 Fix udev netif_rename problem 2009-04-29 11:39:56 +02:00
Arne Fitzenreiter
c674e147f9 Removed alsa & bluetooth firmware files from iso. They are also in the packages 2008-10-09 22:16:51 +02:00
Arne Fitzenreiter
c7445b8704 Add udev rule for SCSI/SATA/LIBATA Cdrom
Removed building of pcmciautils package
Fixed missing imq patch
2008-05-18 18:27:58 +02:00
Michael Tremer
ef6396c0b9 Corrected typo in udev build instructions. 2008-04-10 10:02:21 +02:00
Michael Tremer
0ca0680295 Prepared core update 13.
This will change the format of the mISDN config file
back to plain config not XML.
For the new old script there is bc required.
Additionally the mISDN modules and some related are not
loaded by udev on sys-start but manually by the
mISDN init script.
2008-04-10 00:09:53 +02:00
arne_f
debeaeaabc added DVB Hardware modules to core12
added VideoDiskRecoreder


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1287 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2008-03-27 08:48:22 +00:00
ms
70df830214 Ein Paar Dateien fuer die GPLv3 angepasst.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@853 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-29 13:25:32 +00:00
ms
7bc1b6acae Udev-Tools letztendlich auch im Installationssystem bauen lassen.
IPFireSeeder-Post-Install-Fix.
Pakfire laesst sich nur aufrufen, wenn man auch "online" ist.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@730 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-01 15:04:47 +00:00
ms
ee78a5efc7 Die IDE/SCSI/SATA/USB-Erkennung erstellt nun schoene Ramdisks :D
Kernel ist jetzt noch modularer, da keine IDE/FS-Treiber vorhanden sind.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@561 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-05-18 16:00:20 +00:00
ms
1cdddb1205 Festplattenerkennung ueberarbeitet.
Installationssystem verkleinert.
Letzte Tripwirectrl.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@491 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-04-11 20:48:58 +00:00
ms
59de0b00db Padlock-Modul aktiviert fuer VIA Epia Boards
FAT Dateisystem fuer "Europa" angepasst
Netzwerkerkennung durchgearbeitet


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@485 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-04-10 09:32:20 +00:00
ms
73d9a908d5 System ist mittels LFS Bootscripte startbar.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@354 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-12-02 22:38:39 +00:00
ms
c66941dd94 Zwischencommit Installer.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@332 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-10-27 22:01:34 +00:00
ms
90d372c4b4 Naechster Schritt im LFS.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@300 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-10-01 15:04:23 +00:00