gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | 18.09 release managers: vcunat and samueldr | https://logs.nix.samueldr.com/nixos-dev
drakonis has joined #nixos-dev
<gchristensen> I want to write this thing in Rust but carnix's expressions are so big, it would be like 50 lines of Rust and 5 billion lines of carnix.
orivej has quit [Ping timeout: 258 seconds]
eadwu has joined #nixos-dev
<delroth> hey, I just noticed that most changes to pkgs/os-specific/linux/kernel/* don't seem to go through pull requests like the rest, what gives?
<gchristensen> like version bumps?
<delroth> well, yes and no
<delroth> but it also disabled tons of security feature in hardened-config.nix
<delroth> with no context and no explanation
<gchristensen> gotcha
<samueldr> oof, I thought only the bumps were goint through like that
<delroth> I'm trying to re-enable them now (mostly GCC plugins support in the kernel), but it would have been nice to know why they were disabled in the first place...
<samueldr> delroth: which one were you looking at?
<gchristensen> NeQuissimus has long contributed kernel patches like this
<gchristensen> there didn't use to be much reason to send PRs (nothing was really tested)
<delroth> samueldr: well initially I wanted to enable CONFIG_GCC_PLUGIN_STACKLEAK (new in 4.20+)
<gchristensen> I'd suggest leaving a comment on that commit asking what is up. also, might ask if he'd be amenable to sending them as PRs instead
<samueldr> hmm
<samueldr> the options that are now disabled are all not present anymore in the kernel
<delroth> they are
<gchristensen> that is what I expected to be at issue
<samueldr> at least, couple I looked at e.g. https://cateee.net/lkddb/web-lkddb/CC_STACKPROTECTOR_REGULAR.html
<delroth> GCC_PLUGINS is definitely there
<samueldr> says 4.18 :/
<samueldr> delroth: I may be basing myself on wrong information though
<samueldr> oh, I think I see, off-by-one maybe?
<delroth> samueldr: https://github.com/NixOS/nixpkgs/compare/master...delroth:kernel-hardening seems to be building a 4.20 kernel fine.
<delroth> but maybe there's something I'm missing that warranted disabling...
<gchristensen> leave a coment on the commit asking what happened
<samueldr> delroth: I have had good luck pinging that maintainer in an issue to get questions like those answered
<samueldr> ^ or this
<delroth> yep, will do that
<gchristensen> either way, he's pretty responsive
<samueldr> I wonder why cateee.net doesn't see CONFIG_GCC_PLUGINS anymore; though for 4.18 it moved to a new location, it's still there in 4.20
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-dev
eadwu has quit [Ping timeout: 258 seconds]
eadwu has joined #nixos-dev
Cale has quit [Remote host closed the connection]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 245 seconds]
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos-dev
init_6 has joined #nixos-dev
jtojnar has quit [Quit: jtojnar]
hedning has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 250 seconds]
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-dev
coconnor has quit [Ping timeout: 272 seconds]
lassulus_ has joined #nixos-dev
lassulus has quit [Ping timeout: 240 seconds]
lassulus_ is now known as lassulus
hl has quit [Ping timeout: 246 seconds]
eadwu has quit [Ping timeout: 258 seconds]
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 252 seconds]
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-dev
init_6 has quit [Ping timeout: 246 seconds]
init_6 has joined #nixos-dev
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 258 seconds]
init_6 has quit [Ping timeout: 258 seconds]
init_6 has joined #nixos-dev
orivej has joined #nixos-dev
FRidh has joined #nixos-dev
orivej has quit [Ping timeout: 268 seconds]
init_6 has quit [Ping timeout: 246 seconds]
init_6 has joined #nixos-dev
drakonis has quit [Ping timeout: 268 seconds]
init_6 has quit [Ping timeout: 246 seconds]
init_6 has joined #nixos-dev
jtojnar has joined #nixos-dev
phreedom_ has joined #nixos-dev
phreedom has quit [Ping timeout: 256 seconds]
init_6 has quit [Ping timeout: 240 seconds]
drakonis has joined #nixos-dev
globin has quit [Remote host closed the connection]
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos-dev
globin has joined #nixos-dev
<gchristensen> it is sort of funny that maintainer-list.nix doesn't contain a single list
__Sander__ has joined #nixos-dev
<domenkozar> :D
Sigyn has quit [Quit: Maybe the only significant difference between a really smart simulation and a human being was the noise they made when you punched them]
Sigyn has joined #nixos-dev
<timokau[m]> gchristensen: Are you sure adding maintainers to some team without premissions will actually solve the issue? The API doc says:
<timokau[m]> "Pull request authors and repository owners and collaborators can request
<timokau[m]> a pull request review from anyone with write access to the repository"
<timokau[m]> Specifically "write access"
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 250 seconds]
Synthetica has joined #nixos-dev
<FRidh> Repository owners and collaborators can request a pull request review from anyone with read access to the repository. Organization members can also request a pull request review from teams with read access to the repository.
<gchristensen> yeah, so I did try it with a different org and a different repo when two members were given read-only access and they I was able to request a review by them
<FRidh> good
<gchristensen> wait ... on a different test reop, it doesn't seem to work.
<gchristensen> :|
<FRidh> gchristensen: not accepted role as collaborator yet?
drakonis has quit [Ping timeout: 245 seconds]
<timokau[m]> FRidh: interesting that the user documentation states the exact opposite from the api doc. My quote was from https://developer.github.com/v3/pulls/review_requests/
<timokau[m]> But "anyone with read access" clearly isn't true either since I can't request reviews from anyone that is not a member
<FRidh> timokau[m]: "read access" and being able to clone are two different things in github. With read access, they mean members with read access
<FRidh> it's confusing
<timokau[m]> Can someone restart https://hydra.nixos.org/build/86625496? There is a race condition in the test suite, I've created an upstream ticket for it.
orivej has joined #nixos-dev
__Sander__ has quit [Quit: Konversation terminated!]
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-dev
orivej has quit [Ping timeout: 250 seconds]
<srhb> timokau[m]: Yep
drakonis has joined #nixos-dev
<timokau[m]> srhb: Thanks!
<gchristensen> FRidh: want to experiment?
<FRidh> gchristensen: sure
jtojnar has quit [Ping timeout: 245 seconds]
jtojnar has joined #nixos-dev
<gchristensen> ok I just invited you
<FRidh> gchristensen: ok am now a member
<{^_^}> eb6cb83a-cf75-4e88-a11a-ce117467d8ae/4ec54bd9-c707-4238-bc46-48596d6d7659#2 (by grahamc, 1 hour ago, open): Create oeu
<gchristensen> and was able to add you as a reviewer
<gchristensen> can you explore and see if you have any special privileges beyond what you could normally do without being a member?
<FRidh> gchristensen: yep. I can't merge, so that's good
<FRidh> can't ask for reviewers or set labels either
<gchristensen> nice
<FRidh> can't hide comments either
<FRidh> other than mine own
<FRidh> my*
<gchristensen> oh nice thing to check
<FRidh> can post to a team
<gchristensen> to the "Secrets" tem?
<FRidh> yes
<gchristensen> that is probably fine
<FRidh> can thus also see the teams
<FRidh> think that's fine as well
<gchristensen> yea
<gchristensen> https://github.com/softprops/hubcaps/pull/191 merged so I think this can be implemented now
<{^_^}> softprops/hubcaps#191 (by grahamc, 14 hours ago, merged): Teams: create/update/edit teams + members
orivej has joined #nixos-dev
phreedom_ is now known as phreedom
sir_guy_carleton has joined #nixos-dev
MichaelRaskin has joined #nixos-dev
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-dev
orivej has quit [Read error: Connection reset by peer]
orivej has joined #nixos-dev
worldofpeace has joined #nixos-dev
eadwu has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
orivej_ has joined #nixos-dev
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
eadwu has quit [Ping timeout: 246 seconds]
FRidh has quit [Quit: Konversation terminated!]
pie__ has quit [Remote host closed the connection]
orivej_ has quit [Ping timeout: 246 seconds]
pie_ has joined #nixos-dev
orivej has joined #nixos-dev