[OE-core] systemctl native script does not support WantedBy=%i.target

2024-10-17 Thread Eric Smith (QUIC)
ystemd’s systemctl program currently allows WantedBy=%i.target. Thank you, Eric -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206035): https://lists.openembedded.org/g/openembedded-core/message/206035 Mute This Topic: https://lists.opene

Re: [Freedos-user] Accessibility question.

2024-10-17 Thread Eric Auer via Freedos-user
are similar to what you would have in self-driving cars, for high performance image processing and AI tasks. Those are more like tiny stand-alone graphics cards, less aimed at classic desktop computers tasks, and high-priced. Regards, Eric ___ Freedos

Re: [RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)

2024-10-17 Thread Eric Snowberg
> On Oct 17, 2024, at 1:20 PM, Jarkko Sakkinen wrote: > > On Thu, 2024-10-17 at 09:55 -0600, Eric Snowberg wrote: >> Add a new verification type called VERIFYING_CLAVIS_SIGNATURE. This >> new >> usage will be used for validating keys added to the new clavis LSM

Re: [LincolnTalk] View to the West?

2024-10-17 Thread Eric Zimmerman
Top of the drumlin at Drumlin Farm: "There is an easy hike to the top of the drumlin, one of the highest points in the greater Boston area, on which you can see Mount Wachusett on a clear day." https://www.massaudubon.org/places-to-explore/wildlife-sanctuaries/drumlin-farm/trails (Not sure about h

Re: [grpc-io] Re: gRFC P6: grpc-io-announce mailing list

2024-10-17 Thread 'Eric Anderson' via grpc.io
On Tue, Oct 15, 2024 at 7:13 AM Daz Wilkin wrote: > Since this is a new announcement list, please consider including some form > of metadata at the beginning of the message content to facilitate > (automated) parsing/routing. > The group was already configured to use [grpc-io-announce], but I ju

Re: [RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis

2024-10-17 Thread Eric Snowberg
> On Oct 17, 2024, at 10:50 AM, Jarkko Sakkinen wrote: > > On Thu, 2024-10-17 at 09:55 -0600, Eric Snowberg wrote: >> +static struct asymmetric_key_id *clavis_parse_boot_param(char *kid, >> struct asymmetric_key_id *akid, >> + int >> akid_max_len) >> +

Re: [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-17 Thread Eric Biggers
On Thu, Oct 17, 2024 at 10:17:04PM +0200, Milan Broz wrote: > On 10/17/24 9:44 PM, Eric Biggers wrote: > > On Wed, Oct 16, 2024 at 04:27:48PM -0700, Eric Biggers wrote: > > > Add a new device-mapper target "dm-inlinecrypt" that is similar to > > > dm-crypt b

Re: [Freedos-user] Accessibility question.

2024-10-17 Thread Eric Auer via Freedos-user
itself, pre-connected to an instance of some software speech synthesizer. Then you would not even need a separate computer to run DOS. Regards, Eric PS: Regarding the Youtube, the installation of Mateusz' DOS distro SvarDOS starts by speaking some description of the speech feature after a s

Re: [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-17 Thread Eric Biggers
On Wed, Oct 16, 2024 at 04:27:48PM -0700, Eric Biggers wrote: > Add a new device-mapper target "dm-inlinecrypt" that is similar to > dm-crypt but uses the blk-crypto API instead of the regular crypto API. > This allows it to take advantage of inline encryption hardware such

Re: [PATCH v2] contrib/: Configure git-format-patch(1) to add To: gcc-patches@gcc.gnu.org

2024-10-17 Thread Eric Gallager
; configuration. By adding the TO in the email file, we make sure that > gcc-patches@ will receive the patch. > > contrib/ChangeLog: > > * gcc-git-customization.sh: Configure git-format-patch(1) to add > 'To: gcc-patches@gcc.gnu.org'. > > Cc:

Re: [RBW] Re: Mounting a Ron's Fabio's Chest on my Homer

2024-10-17 Thread Eric Marth
off easily and there is plenty of room > for brakes and cables etc. > [image: P1020345.JPG] > On Thursday 17 October 2024 at 07:24:27 UTC+8 eric...@gmail.com wrote: > >> Same chest on my Appaloosa with a Nitto M1 rack. Running Paul cantilevers >> on this rig, rack helps

[RBW] Re: Paul Moon Units

2024-10-17 Thread Eric Marth
I will never find it again but I read somewhere that Paul Price said the Moon Units don't work any better than other cable hangers, but they look cool. I gave up on them because they're too fancy and expensive, realizing a humble cable hanger is all you need. I still have a set on my Appaloosa

Re: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-17 Thread Eric Pugh
form from Java 8 to 11 EXEC-123 > > Hi All: > > To support https://issues.apache.org/jira/browse/EXEC-123, it would be best > to raise the Java platform from Java 8 to 11. > > WDYT? > > Gary ___ Eric Pugh | Founder | OpenSource Connections, LLC

Re: [RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check

2024-10-17 Thread Eric Snowberg
> On Oct 17, 2024, at 10:13 AM, Jarkko Sakkinen wrote: > > On Thu, 2024-10-17 at 09:55 -0600, Eric Snowberg wrote: >> Remove the CONFIG_INTEGRITY_PLATFORM_KEYRING ifdef check so this >> pattern does not need to be repeated with new code. >> >> Signed-off-by

Re: [RFC PATCH v3 02/13] certs: Introduce ability to link to a system key

2024-10-17 Thread Eric Snowberg
> On Oct 17, 2024, at 10:16 AM, Jarkko Sakkinen wrote: > > On Thu, 2024-10-17 at 09:55 -0600, Eric Snowberg wrote: >> Introduce system_key_link(), a new function to allow a keyring to >> link >> to a key contained within one of the system keyrings (builtin, &

[RFC PATCH v3 13/13] clavis: Kunit support

2024-10-17 Thread Eric Snowberg
_TEST. Run all KUnit tests for Clavis with: ./tools/testing/kunit/kunit.py run --kunitconfig security/clavis The only areas missing are stubbing out EFI and system_key_link. Everything else should be covered with this patch. Signed-off-by: Eric Snowberg --- security/clavis/.giti

[RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check

2024-10-17 Thread Eric Snowberg
Remove the CONFIG_INTEGRITY_PLATFORM_KEYRING ifdef check so this pattern does not need to be repeated with new code. Signed-off-by: Eric Snowberg --- certs/system_keyring.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/certs/system_keyring.c b/certs/system_keyring.c index

[RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis

2024-10-17 Thread Eric Snowberg
ability to enforce this usage based on the system owners configuration. Each system key may have one or more uses defined within the ACL list. Until an entry is added to the .clavis keyring, no other system key may be used for any other purpose. Signed-off-by: Eric Snowberg --- Documentation/admin

[RFC PATCH v3 07/13] keys: Add ability to track intended usage of the public key

2024-10-17 Thread Eric Snowberg
other to see if it verifies against the supplied keyring. The flag is used to determine which stage the verification is in. Signed-off-by: Eric Snowberg --- certs/blacklist.c | 3 +++ crypto/asymmetric_keys/pkcs7_trust.c | 20 crypto/asymmetric_keys

[RFC PATCH v3 09/13] clavis: Allow user to define acl at build time

2024-10-17 Thread Eric Snowberg
, add a carriage return after each entry. Signed-off-by: Eric Snowberg --- security/clavis/.gitignore | 1 + security/clavis/Kconfig | 10 ++ security/clavis/Makefile | 16 security/clavis/clavis.h | 2 ++ security/clavis

[RFC PATCH v3 02/13] certs: Introduce ability to link to a system key

2024-10-17 Thread Eric Snowberg
keyring. If the asymmetric key id matches a key within one of these system keyrings, the matching key is linked into the passed in keyring. Signed-off-by: Eric Snowberg --- certs/system_keyring.c| 30 ++ include/keys/system_keyring.h | 7 ++- 2 files

[RFC PATCH v3 11/13] clavis: Prevent boot param change during kexec

2024-10-17 Thread Eric Snowberg
s not enabled, the Clavis EFI RT variable will never be set and therefore not used. Signed-off-by: Eric Snowberg --- security/clavis/Makefile | 4 +++ security/clavis/clavis.h | 9 ++ security/clavis/clavis_efi.c | 50 security/c

[RFC PATCH v3 05/13] clavis: Introduce a new key type called clavis_key_acl

2024-10-17 Thread Eric Snowberg
.pkcs7 Afterwards the new clavis_key_acl can be seen in the .clavis keyring: keyctl show %:.clavis Keyring keyring: .clavis \_ asymmetric: Clavis LSM key: 4a00ab9f35c9dc3aed7c225d22bafcbd9285e1e8 \_ clavis_key_acl: 02:b360d113c848ace3f1e6a80060b43d1206f0487d Signed-off-by: Eric Snowberg ---

[RFC PATCH v3 06/13] clavis: Populate clavis keyring acl with kernel module signature

2024-10-17 Thread Eric Snowberg
If the kernel is built with CONFIG_MODULE_SIG_KEY, get the subject key identifier and add an ACL for it within the .clavis keyring. Signed-off-by: Eric Snowberg --- certs/.gitignore | 1 + certs/Makefile | 20 certs/clavis_module_acl.c

[RFC PATCH v3 12/13] clavis: Add function redirection for Kunit support

2024-10-17 Thread Eric Snowberg
In preparation for Kunit support within Clavis, add function redirection for some of the static functions. Also Add KUNIT_STATIC_STUB_REDIRECT to a few functions that will be redirected in the future. This should have no functional change. Signed-off-by: Eric Snowberg --- security/clavis

[RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)

2024-10-17 Thread Eric Snowberg
Add a new verification type called VERIFYING_CLAVIS_SIGNATURE. This new usage will be used for validating keys added to the new clavis LSM keyring. This will be introduced in a follow-on patch. Signed-off-by: Eric Snowberg --- crypto/asymmetric_keys/asymmetric_type.c | 1 + crypto

[RFC PATCH v3 10/13] efi: Make clavis boot param persist across kexec

2024-10-17 Thread Eric Snowberg
changed via kexec. If a different clavis boot param is used, the one stored in the RT variable will be used instead. Enforcement of which boot param to use will be done in a follow on patch. Signed-off-by: Eric Snowberg --- drivers/firmware/efi/Kconfig | 12 +++ drivers/firmware

[RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis

2024-10-17 Thread Eric Snowberg
asymmetric key id within the new "clavis=" boot param. If a matching key is found in one of the system keyrings, a link shall be created. This keyring will be used in the future by the new Clavis LSM. Signed-off-by: Eric Snowberg --- .../admin-guide/kernel-parameters.txt | 6 + inc

[RFC PATCH v3 00/13] Clavis LSM

2024-10-17 Thread Eric Snowberg
ommended by Randy Fixed lint warnings Other cleanup Eric Snowberg (13): certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check certs: Introduce ability to link to a system key clavis: Introduce a new system keyring called clavis keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)

[TLS] Re: X25519MLKEM768 in draft-kwiatkowski-tls-ecdhe-mlkem-02

2024-10-17 Thread Eric Rescorla
My $.02. * We should have a consistent ordering of [EC, PQ] in both the names and the key schedule. I.e., the code should be consistent with the naming and either the EC or the PQC ought to always come first. * I don't have a strong opinion about which should go first. * Can we please have a separ

Re: [FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-17 Thread Eric Belhomme
On jeu., 2024-10-17 at 12:47 +, Nicolas Geets wrote: > J'ai demandé en interne si on ne pouvait pas hacker la box d'FS. > On m'a gentiment fait comprendre qu'il y avait d'autres chats à > fouetter avant... Ça s'entend :D et accessoirement, FS _pourra

[TLS] Re: X25519MLKEM768 in draft-kwiatkowski-tls-ecdhe-mlkem-02

2024-10-17 Thread Eric Rescorla
Can we get a ruling on this from NIST? Quynh? -Ekr On Thu, Oct 17, 2024 at 2:32 AM Joseph Birr-Pixton wrote: > Please could we... not? > > It certainly is one interpretation of that section in SP800-56C. Another > is that TLS1.3 falls outside SP800-56C, because while HKDF kinda looks like > se

Re: [FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-17 Thread Eric Belhomme
leur base de données exhaustive, que la plupart des professionnels - et à fortiori l'amateur incompétent que je suis - ne peuvent pas posséder Mais merde : ils la monnaient au prix fort ! -- Eric Belhomme --- Liste de diffusion du FRnOG http://www.frnog.org/

[Yahoo-eng-team] [Bug 2084794] Re: Volume tab/volume quotas completely missing in Zuul deployed UI.

2024-10-17 Thread Eric Harney
https://0a5c623ff913673f34ed-80527d3715cd24d9d5daf12827bd66d5.ssl.cf2.rackcdn.com/932271/1/check/horizon- integration-pytest/bb06070/controller/logs/apache/horizon_error_log.txt has some errors indicating that the service catalog might not be setup correctly: 2024-10-16 12:51:41.216528 horizon.ex

Re: [FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-17 Thread Eric Belhomme
is comme déjà évoqué, ça ne concerne que le logging. > unlock third-party transceiver Hélas, ça n'a pas de pendant sur OS6 (ou alors j'ai pas trouvé comment) -- Eric Belhomme --- Liste de diffusion du FRnOG http://www.frnog.org/

Re: Re : Re: outil Debian de concatenation de PDF ?

2024-10-17 Thread Eric DEGENETAIS
quot;. Par contre, le message initial indique qu'il est question de transmission de déclaration d'impôts. Si des outils en ligne peuvent parfois s'avérer utiles, pour traiter ce type de données sensibles je conseillerais pour ma part de s'en tenir aux solutions locales. > > > > Cordialement, > Rand > Cordialement Eric Dégenètais

Re: [FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-17 Thread Eric Belhomme
On jeu., 2024-10-17 at 08:49 +0200, Aurélien Poret wrote: > Bonjour Eric, > > Je suis Sur AIX. > J'ai pas de FSBOX mais une Pureoptics box. > Bon jusque là, ca ne t'arrange pas vraiment, je sais bien. Tu le > sauras au > cas ou :) c'est bête là ? https://

Re: [FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-16 Thread Eric Belhomme
On mer., 2024-10-16 at 17:55 +0200, Arnaud Launay via frnog wrote: > J'en ai acheté une (V3) en février 2022, je l'ai payé 199€ TTC, là > elle est à 358,80€ TTC... > > Il s'est passé quoi et que j'ai raté en 2 ans et demi, pour qu'un > produit prenne +80% ? > Je poserai la question à Diana Tang

Re: [FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-16 Thread Eric Belhomme
négo, mais rien n'y fait. Je dois quand même avoir une porteuse car le lien passe up en face, mais rien ne rentre ni ne sort. -- Eric Belhomme --- Liste de diffusion du FRnOG http://www.frnog.org/

Re: Alternate AD review of draft-ietf-bfd-large-packets-11

2024-10-16 Thread Eric Vyncke (evyncke)
then I will move forward with the IETF last call. Regards -éric From: Jeffrey Haas Date: Friday, 11 October 2024 at 17:59 To: Eric Vyncke (evyncke) Cc: rtg-bfd@ietf.org , John Scudder , af...@bloomberg.net , Reshad Rahman Subject: Re: Alternate AD review of draft-ietf-bfd-large-packets-11 [Re

Re: [FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-16 Thread Eric Belhomme
ur SFP... (à moins que l'un d'entre vous ne me sorte un bricolage AliExpress permettant de sortir une cage SFP sur un port mini-pcie ?) -- Eric Belhomme --- Liste de diffusion du FRnOG http://www.frnog.org/

Re: [FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-16 Thread Eric Belhomme
t les traps snmp levés par l'insertion de modules non supportés. Mais en aucun cas cela n'affecte leur fonctionnement ? Ou je dis des conneries ? -- Eric Belhomme --- Liste de diffusion du FRnOG http://www.frnog.org/

Re: [FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-16 Thread Eric Belhomme
ient avec RouterOS, mais je n'y ait tout simplement pas pensé, et fonctionnellement parlant, c'est un peu du pareil au même ;) -- Eric Belhomme --- Liste de diffusion du FRnOG http://www.frnog.org/

Re: Is -Wtraditional obsolete?

2024-10-16 Thread Eric Gallager via Gcc
On Wed, Oct 16, 2024 at 4:29 PM Joseph Myers wrote: > > On Wed, 16 Oct 2024, Eric Gallager via Gcc wrote: > > > One thing about -Wtraditional is that it enables a lot of different > > messages, so I always thought it would make more sense as an umbrella > > warning t

[sr #110286] Make it possible to request a specific (non-latest) version of a language standard

2024-10-16 Thread Eric Gallager
Follow-up Comment #4, sr #110286 (group autoconf): This led to this issue with Ixion, for reference: https://gitlab.com/ixion/ixion/-/issues/64 ___ Reply to this item at: _

Re: [VOTE] End support for 8.x at 8.11.4

2024-10-16 Thread David Eric Pugh
+1 (binding) On Tuesday, October 15, 2024 at 06:43:32 PM EDT, Jan Høydahl wrote: +1 (binding) Jan > 15. okt. 2024 kl. 23:42 skrev Houston Putman : > > Hey everyone, > > A little while back, I made a thread asking opinions on cutting the 8.x > Solr support after 8.11.4 was released.

[sr #111044] autoconf should assert existence of all subsidiary tools at startup

2024-10-16 Thread Eric Gallager
Follow-up Comment #5, sr #111044 (group autoconf): [comment #1 comment #1:] > To elaborate on that, people may use the output of such tools to enable or disable certain compiler features. An example of such a case was found when building OpenVPN [0]. > > [0] https://twitter.com/disconnect3d_pl/st

[RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-16 Thread Eric Biggers
From: Eric Biggers Add a new device-mapper target "dm-inlinecrypt" that is similar to dm-crypt but uses the blk-crypto API instead of the regular crypto API. This allows it to take advantage of inline encryption hardware such as that commonly built into UFS host controllers. The ta

[RFC PATCH v2 1/2] block: export blk-crypto symbols required by dm-inlinecrypt

2024-10-16 Thread Eric Biggers
From: Eric Biggers bio_crypt_set_ctx(), blk_crypto_init_key(), and blk_crypto_start_using_key() are needed to use inline encryption; see Documentation/block/inline-encryption.rst. Export them so that dm-inlinecrypt can use them. The only reason these weren't exported before was that i

[RFC PATCH v2 0/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-16 Thread Eric Biggers
Use {} instead of {0}. - Simplify inlinecrypt_prepare_ioctl(). Eric Biggers (2): block: export blk-crypto symbols required by dm-inlinecrypt dm-inlinecrypt: add target for inline block device encryption block/blk-crypto.c | 3 + drivers/md/Kconfig | 10 + drivers/md/Ma

Re: [RBW] Fall Photos 2024

2024-10-16 Thread Eric Marth
Eliza: Dropping by to share my jealousy of the roads thru that estuary, or whatever it is! JoshC: Neat bridge ;0) On Wednesday, October 16, 2024 at 5:54:34 PM UTC-4 Josh C wrote: > It's hard to beat October in the Midwest, and it's my favorite time of > year in Central Indiana. Parke County

Re: [PATCH v1] contrib/: Configure git-format-patch(1) to add To: gcc-patches@gcc.gnu.org

2024-10-16 Thread Eric Gallager
On Wed, Oct 16, 2024 at 8:55 AM Alejandro Colomar wrote: > > Just like we already do for git-send-email(1). In some cases, patches > are prepared with git-format-patch(1), but are sent with a different > program, or some flags to git-send-email(1) may accidentally inhibit the > configuration. By

Re: Is -Wtraditional obsolete?

2024-10-16 Thread Eric Gallager via Gcc
On Wed, Oct 16, 2024 at 2:52 PM Arsen Arsenović via Gcc wrote: > > Eli Zaretskii via Gcc writes: > > > Please don't remove the support for -Wtraditional if it's easy to fix. > > Removing it runs risk of breaking someone's program, so unless keeping > > it is a real dumper on GCC development, I ho

[ANNOUNCE] mesa 24.2.5

2024-10-16 Thread Eric Engestrom
Hello everyone, The bugfix release 24.2.5 is now available. If you find any issues, please report them here: https://gitlab.freedesktop.org/mesa/mesa/-/issues/new The next bugfix release is due in two weeks, on October 30th. Cheers, Eric --- Alessandro Astone (1): panvk: Add missing

[jira] [Assigned] (GROOVY-11490) ClassCastException when assigning a lambda returning null into a SAM expecting a primitive

2024-10-16 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11490: Assignee: Eric Milles > ClassCastException when assigning a lambda returning null i

Re: [PATCH RFC v1 net-next 00/12] bridge-fastpath and related improvements

2024-10-16 Thread Eric Woudstra
On 10/15/24 9:44 PM, Felix Fietkau wrote: > On 15.10.24 15:32, Eric Woudstra wrote: >> >> >> On 10/15/24 2:16 PM, Felix Fietkau wrote: >>> Hi Eric, >>> >>> On 14.10.24 20:29, Eric Woudstra wrote: >>>> It would be no problem for me to c

Re: [PATCH RFC v1 net-next 06/12] net: core: dev: Add dev_fill_bridge_path()

2024-10-16 Thread Eric Woudstra
On 10/16/24 9:43 AM, Nikolay Aleksandrov wrote: > On 14/10/2024 21:34, Eric Woudstra wrote: >> >> >> On 10/14/24 8:59 AM, Nikolay Aleksandrov wrote: >>> On 13/10/2024 21:55, Eric Woudstra wrote: >>>> New function dev_fill_bridge_path(), similar t

[jira] [Assigned] (GROOVY-11440) invalid reference to an array constructor leads to type unsafe results

2024-10-16 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11440: Assignee: Eric Milles > invalid reference to an array constructor leads to type uns

[jira] [Resolved] (GROOVY-11440) invalid reference to an array constructor leads to type unsafe results

2024-10-16 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11440. -- Fix Version/s: 5.0.0-alpha-11 Resolution: Fixed https://github.com/apache/groovy

[FRnOG] [TECH] FS BOX en prêt dans les Bouches du Rhône ?

2024-10-16 Thread Eric Belhomme
lire et écrire dans l'eeprom des modules, mais on ne trouve pas *quoi* écrire dedans, et j'ai pas envie de bricker mes modules. Merci de m'avoir lu jusque là, -- Eric Belhomme signature.asc Description: This is a digitally signed message part

Re: [sage-devel] Error during the complitation (make) on WSL

2024-10-16 Thread Eric Gourgoulhon
, I guess) from your system and rerun Sage's configure script to force the build of giac 1.9 during Sage's install. See e.g. https://sagemanifolds.obspm.fr/install_ubuntu.html for details. Eric. -- You received this message because you are subscribed to the Google Groups "sag

[gcc r15-4385] Fix bootstrap on 32-bit SPARC/Solaris

2024-10-16 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:935b7fbd03373c91bae065c6fe862a9fc7d1a901 commit r15-4385-g935b7fbd03373c91bae065c6fe862a9fc7d1a901 Author: Eric Botcazou Date: Wed Oct 16 13:59:50 2024 +0200 Fix bootstrap on 32-bit SPARC/Solaris The 'U' constraint cannot be used with LRA.

[sage-devel] Re: Proposal: ci codecov/patch reports but not fail

2024-10-16 Thread Eric Gourgoulhon
path created in the PR. (3) We keep our current practice (add doctests for major functionality, and later doctests are added for broken cases). We change codecov/path to report but not fail. I propose to take (3) . Agreed. Eric. -- You received this message because you are subscribed to the

[sage-devel] Re: Using Sage on Windows

2024-10-16 Thread Eric Gourgoulhon
9.3, which is the latest Cygwin version... Eric. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To

[dns-privacy] Looking for WG chair volunteers in the INT area

2024-10-16 Thread Eric Vyncke (evyncke)
The Internet area has to renew a handful of Working Group (WG) chairs in the coming weeks/months and the INT Area Directors are looking for volunteers, especially volunteers who have never chaired a WG but feel free to volunteer even if you have chaired or are still chairing a WG. Only Erik Kli

[Int-area] Looking for WG chair volunteers in the INT area

2024-10-16 Thread Eric Vyncke (evyncke)
The Internet area in general has to renew a handful of Working Group (WG) chairs in the coming weeks/months and the INT Area Directors are looking for volunteers, especially volunteers who have never chaired a WG but feel free to volunteer even if you have chaired or are still chairing a WG. On

[6lo] Looking for WG chair volunteers in the INT area

2024-10-16 Thread Eric Vyncke (evyncke)
The Internet area has to renew a handful of Working Group (WG) chairs in the coming weeks/months and the INT Area Directors are looking for volunteers, especially volunteers who have never chaired a WG but feel free to volunteer even if you have chaired or are still chairing a WG. Only Erik Kli

Re: [PATCH] sparc: drop -mlra

2024-10-16 Thread Eric Botcazou
OK, thanks! (modulo the blank line in the ChangeLog) -- Eric Botcazou

Re: [Bacula-users] Strategies for backup of millions of files...

2024-10-16 Thread Eric Bollengier via Bacula-users
. In general it's not a big issue, but here, records depend on a previous job that is not included in your restore. Just use the restore menu 5 or 12, it should work, if not, please open an issue on the bug tracker. Thanks, Eric ___ Bacula-

Re: [Bacula-users] Strategies for backup of millions of files...

2024-10-15 Thread Eric Bollengier via Bacula-users
Hello Dragan, On 9/27/24 14:16, Dragan Milivojević wrote: Search the mailing list for a thread that I started a few days ago. It breaks bacula by saving empty files, no metadata, only name is saved. Did you open an issue on the bug tracker? gitlab.bacula.org Thanks Best Regards, Eric

[RBW] Re: Bump: WTB: Riv/Sugino XD2 Wide/Low 170mm

2024-10-15 Thread Eric Karnes
bottom brackets etc. > > IanA Kitimat BC > > On Tuesday, October 15, 2024 at 6:33:26 PM UTC-7 Eric Karnes wrote: > >> Is it ok to bump a WTB? Hopefully? Still on the lookout for an XD2 >> Wide/Low. I'm also open if you have 170mm XD2 crank arms. I can always >> s

[TLS] Re: AD review of draft-ietf-tls-esni-22

2024-10-15 Thread Eric Rescorla
On Tue, Oct 15, 2024 at 7:15 PM Paul Wouters wrote: > On Fri, 11 Oct 2024, Eric Rescorla wrote: > > > Thanks you for your review. I have created a PR that addresses a number > of these. > > > > https://github.com/tlswg/draft-ietf-tls-esni/pull/632 > > That look

Re: [linux-next:master] [fs] d91ea8195e: stress-ng.ring-pipe.ops_per_sec -5.1% regression (stress-ng.ring-pipe.pipe_read+write_calls_per_sec 7.3% improvement)

2024-10-15 Thread Eric Biggers
tually what is meant. Wondering if the wording can be fixed to remove the minus sign. - Eric

Re: [linux-next:master] [fs] d91ea8195e: stress-ng.ring-pipe.ops_per_sec -5.1% regression (stress-ng.ring-pipe.pipe_read+write_calls_per_sec 7.3% improvement)

2024-10-15 Thread Eric Biggers
tually what is meant. Wondering if the wording can be fixed to remove the minus sign. - Eric

[PATCH] Add 'osctitle' command to disable OSC window titles.

2024-10-15 Thread Eric Gillespie
This behavior was hidden behind the configure option '--enable-rxvt_osc' introduced in 3.9.11 (and was orn without even configure support in 3.9.8) so it didn't see widespread usage. It became the default in commit 2168239005ee587fdec417c987a632e81f86c80e which was first released in 5.0. By disab

[RBW] Bump: WTB: Riv/Sugino XD2 Wide/Low 170mm

2024-10-15 Thread Eric Karnes
Is it ok to bump a WTB? Hopefully? Still on the lookout for an XD2 Wide/Low. I'm also open if you have 170mm XD2 crank arms. I can always source the rings and guard separately. Thanks! On Friday, October 11, 2024 at 12:25:17 AM UTC-4 Eric Karnes wrote: > Hi all... > > >

[jira] [Resolved] (GROOVY-11305) STC: support for-each or for-in loop for implicitly-Iterable type

2024-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11305. -- Fix Version/s: 5.0.0-alpha-11 Resolution: Fixed https://github.com/apache/groovy

Re: outil Debian de concatenation de PDF ?

2024-10-15 Thread elguero eric
autre possibilité : brancher le scanner sur l'ordi et utiliser un logiciel qui va bien. vuescan par exemple fait du pdf multipage. e.e.

Re: [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices

2024-10-15 Thread Eric Farman
On Mon, 2024-10-14 at 20:43 +0200, Heiko Carstens wrote: > On Mon, Oct 14, 2024 at 04:46:16PM +0200, David Hildenbrand wrote: > > To support memory devices under QEMU/KVM, such as virtio-mem, > > we have to prepare our kernel virtual address space accordingly and > > have to know the highest possib

Re: [PATCH RFC v1 net-next 00/12] bridge-fastpath and related improvements

2024-10-15 Thread Eric Woudstra
On 10/15/24 2:16 PM, Felix Fietkau wrote: > Hi Eric, > > On 14.10.24 20:29, Eric Woudstra wrote: >> It would be no problem for me to change the subject and body, if you >> think that is better. >> >> The thing is, these patches actually make it possible to set

Re: [PATCH RFC v1 net-next 11/12] bridge: br_vlan_fill_forward_path_mode no _UNTAG_HW for dsa

2024-10-15 Thread Eric Woudstra
On 10/14/24 4:46 PM, Vladimir Oltean wrote: > Keeping the full email body untrimmed for extra context for the newly > added people. > > On Mon, Oct 14, 2024 at 09:22:07AM +0300, Nikolay Aleksandrov wrote: >> On 14/10/2024 09:18, Nikolay Aleksandrov wrote: >>> On 13/1

Re: [HS] paiement taxe foncière (TF)

2024-10-15 Thread Eric DEGENETAIS
Le mar. 15 oct. 2024 à 10:11, Elie Duhamel Ensimag a écrit : > j'ai testé avec et sans vpn, il se trouve que le site bloqué les > connections avec vpn et les connection étrangére (je suis pas sûr) . D'un côté on voit pourquoi certaines provenances peuvent se trouver bloquées (les connexions en pro

Re: [PATCH net-next v3 7/9] net: inet6: do not leave a dangling sk pointer in inet6_create()

2024-10-15 Thread Eric Dumazet
t the > > sock object retains the dangling sk pointer, which may cause use-after-free > > later. > > > > Clear the sock sk pointer on error. > > > > Signed-off-by: Ignat Korchagin > > Reviewed-by: Kuniyuki Iwashima Reviewed-by: Eric Dumazet

Re: [PATCH net-next v3 9/9] Revert "net: do not leave a dangling sk pointer, when socket creation fails"

2024-10-15 Thread Eric Dumazet
Iwashima > > Signed-off-by: Ignat Korchagin > > Reviewed-by: Kuniyuki Iwashima Reviewed-by: Eric Dumazet

Re: [PATCH net-next v3 8/9] net: warn, if pf->create does not clear sock->sk on error

2024-10-15 Thread Eric Dumazet
gt; > Put a warning in place to make sure we don't break this promise in the > > future. > > > > Suggested-by: Kuniyuki Iwashima > > Signed-off-by: Ignat Korchagin > > Reviewed-by: Kuniyuki Iwashima Reviewed-by: Eric Dumazet

Re: [PATCH net-next v3 6/9] net: inet: do not leave a dangling sk pointer in inet_create()

2024-10-15 Thread Eric Dumazet
t; > sock object retains the dangling pointer, which may create use-after-free > > later. > > > > Clear the sk pointer in the sock object on error. > > > > Signed-off-by: Ignat Korchagin > > Reviewed-by: Kuniyuki Iwashima Reviewed-by: Eric Dumazet

Re: [PATCH net-next v3 5/9] net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()

2024-10-15 Thread Eric Dumazet
is > > freed, but the dangling pointer remains in the provided sock object, which > > may allow use-after-free. > > > > Clear the sk pointer in the sock object on error. > > > > Signed-off-by: Ignat Korchagin > > Reviewed-by: Miquel Raynal > > Reviewed-by: Kuniyuki Iwashima Reviewed-by: Eric Dumazet

Re: [PATCH net-next v3 3/9] Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()

2024-10-15 Thread Eric Dumazet
> > dangling pointer in the sock object, which may cause use-after-free. > > > > Fix this by swapping calls to bt_sock_alloc() and rfcomm_dlc_alloc(). > > > > Signed-off-by: Ignat Korchagin > > Reviewed-by: Kuniyuki Iwashima Reviewed-by: Eric Dumazet

Re: [PATCH net-next v3 2/9] Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create()

2024-10-15 Thread Eric Dumazet
> > dangling pointer is still attached to the sock object, which may create > > use-after-free in other code. > > > > Signed-off-by: Ignat Korchagin > > Reviewed-by: Kuniyuki Iwashima > > Checked all bt_sock_alloc() paths and confirmed only rfcomm and l2cap > need changes. Reviewed-by: Eric Dumazet

Re: [PATCH net-next v3 1/9] af_packet: avoid erroring out after sock_init_data() in packet_create()

2024-10-15 Thread Eric Dumazet
gt; to use this pointer and cause use-after-free. > > Suggested-by: Eric Dumazet > Signed-off-by: Ignat Korchagin > --- Reviewed-by: Eric Dumazet Thanks.

RXVT_OSC feature and screen window numbers

2024-10-14 Thread Eric Gillespie
ion for this, preferably a .screenrc option thsi time around? I need my screen window numbers! I searched the web a bit and found this old bug, which I sure sounds like the same issue I'm reporting now: https://savannah.gnu.org/bugs/?42445 Thanks! -- Eric Gillespie <*> e...@pretzelnet.org

Re: [PATCH 5/5] passes: Remove limit on the number of params

2024-10-14 Thread Eric Gallager
On Mon, Oct 14, 2024 at 10:17 AM Andrew Pinski wrote: > > On Mon, Oct 14, 2024 at 6:10 AM Richard Biener > wrote: > > > > On Mon, Oct 14, 2024 at 4:32 AM Andrew Pinski > > wrote: > > > > > > Having a limit of 2 params for NEXT_PASS was just done because I didn't > > > think there was > > > a w

Re: [PATCH RFC v1 net-next 06/12] net: core: dev: Add dev_fill_bridge_path()

2024-10-14 Thread Eric Woudstra
On 10/14/24 8:59 AM, Nikolay Aleksandrov wrote: > On 13/10/2024 21:55, Eric Woudstra wrote: >> New function dev_fill_bridge_path(), similar to dev_fill_forward_path(). >> It handles starting from a bridge port instead of the bridge master. >> The structures ctx and nft_fo

Re: [PATCH RFC v1 net-next 00/12] bridge-fastpath and related improvements

2024-10-14 Thread Eric Woudstra
On 10/14/24 8:35 AM, Nikolay Aleksandrov wrote: > On 13/10/2024 21:54, Eric Woudstra wrote: >> This patchset makes it possible to set up a (hardware offloaded) fastpath >> for bridged interfaces. >> > > The subject and this sentence are misleading, you're t

[jira] [Comment Edited] (GROOVY-11286) Extraneous bytecode generated after calls to void methods

2024-10-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888753#comment-17888753 ] Eric Milles edited comment on GROOVY-11286 at 10/14/24 4:5

[jira] [Commented] (GROOVY-11453) Spread-safe operator differences and efficiencies

2024-10-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17889273#comment-17889273 ] Eric Milles commented on GROOVY-11453: -- https://github.com/apache/groovy/co

[jira] [Comment Edited] (GROOVY-11286) Extraneous bytecode generated after calls to void methods

2024-10-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888753#comment-17888753 ] Eric Milles edited comment on GROOVY-11286 at 10/14/24 3:5

[gcc r12-10765] Add regression test

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:3bb9418811d2ce870bd1c1c98a2ddca1bdcce998 commit r12-10765-g3bb9418811d2ce870bd1c1c98a2ddca1bdcce998 Author: Eric Botcazou Date: Mon Oct 14 11:57:57 2024 +0200 Add regression test gcc/testsuite/ PR ada/114593 * gnat.dg/specs

[gcc r12-10764] ada: Type conversion in instance incorrectly rejected.

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:fb61a7a203c5de3552e11bd633bc351463e51594 commit r12-10764-gfb61a7a203c5de3552e11bd633bc351463e51594 Author: Steve Baird Date: Mon Jul 8 14:45:55 2024 -0700 ada: Type conversion in instance incorrectly rejected. In some cases, a legal type conversion in a gene

[gcc r13-9106] Add regression test

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:19e7179f654e4d6192a8460425c8ac69221d8a7b commit r13-9106-g19e7179f654e4d6192a8460425c8ac69221d8a7b Author: Eric Botcazou Date: Mon Oct 14 11:57:57 2024 +0200 Add regression test gcc/testsuite/ PR ada/114593 * gnat.dg/specs

  1   2   3   4   5   6   7   8   9   10   >