+ erlehmann_ (~erlehmann@x59cc8b61.dyn.telefonica.de) | 02:23 | |
- erlehmann_ (QUIT: Remote host closed the connection) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 02:23 | |
+ erlehmann_ (~erlehmann@x59cc8b61.dyn.telefonica.de) | 02:24 | |
- erlehmann (QUIT: Ping timeout: 246 seconds) (~erlehmann@x59cc8beb.dyn.telefonica.de) | 02:24 | |
* erlehmann_ -> erlehmann | 02:26 | |
+ erlehmann_ (~erlehmann@x59cc8b61.dyn.telefonica.de) | 02:31 | |
- erlehmann (QUIT: Ping timeout: 250 seconds) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 02:32 | |
* erlehmann_ -> erlehmann | 02:36 | |
- erlehmann (QUIT: Remote host closed the connection) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 02:56 | |
+ erlehmann (~erlehmann@x59cc8b61.dyn.telefonica.de) | 02:57 | |
- erlehmann (QUIT: Remote host closed the connection) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 03:02 | |
+ erlehmann (~erlehmann@x59cc8b61.dyn.telefonica.de) | 03:03 | |
- erlehmann (QUIT: Remote host closed the connection) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 03:08 | |
+ erlehmann (~erlehmann@x59cc8b61.dyn.telefonica.de) | 03:10 | |
- erlehmann (QUIT: Remote host closed the connection) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 03:16 | |
+ Guest2924 (~erlehmann@x59cc8b61.dyn.telefonica.de) | 03:19 | |
* Guest2924 -> erlehmann | 03:19 | |
- erlehmann (QUIT: Remote host closed the connection) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 03:34 | |
+ erlehmann (~erlehmann@x59cc8b61.dyn.telefonica.de) | 03:38 | |
- bkeys (PART: !!unknown attribute: msg!!) (~Thunderbi@c-76-17-206-162.hsd1.mn.comcast.net) | 04:45 | |
- erlehmann (QUIT: Quit: Leaving) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 05:27 | |
+ erlehmann (~erlehmann@x59cc8b61.dyn.telefonica.de) | 05:47 | |
- paulk-leonov (QUIT: *.net *.split) (~paulk-leo@vpn-0-22.aquilenet.fr) | 07:42 | |
+ paulk-leonov (~paulk-leo@vpn-0-22.aquilenet.fr) | 07:42 | |
- erlehmann (QUIT: Remote host closed the connection) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 08:29 | |
+ erlehmann (~erlehmann@x59cc8b61.dyn.telefonica.de) | 08:30 | |
- B[] (QUIT: Ping timeout: 272 seconds) (~Thunderbi@125-239-59-195-fibre.sparkbb.co.nz) | 09:32 | |
- erlehmann (QUIT: Quit: Leaving) (~erlehmann@x59cc8b61.dyn.telefonica.de) | 11:46 | |
mntmn | https://lkml.org/lkml/2019/1/5/181 | 14:29 |
---|---|---|
+ B[] (~Thunderbi@125.239.59.195) | 18:26 | |
mntmn | > 3f7cceeab895fcc17ac8db0d9a5e8ca2954b4661 is the first bad commit | 19:46 |
mntmn | > PCI: imx: Add multi-pd support | 19:46 |
mntmn | > Author: Leonard Crestez <leonard.crestez@nxp.com> | 19:46 |
mntmn | weird that this prevents usb keyboard input from happening for me https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3f7cceeab895fcc17ac8db0d9a5e8ca2954b4661 | 19:54 |
mntmn | removing the return(ret) at the bottom fixes the problem... | 21:42 |
- nemunaire (QUIT: Quit: quit) (~nemunaire@lfbn-1-949-99.w86-247.abo.wanadoo.fr) | 21:43 | |
swivel | mntmn: maybe the test of ret after ret = imx6_pcie_attach_pd(dev); should be if (ret < 0) | 21:47 |
swivel | though imx6_pcie_attach_pd() appears to only return non-zero on error paths | 21:49 |
swivel | mntmn: mntmn wait, device_link_add() isn't actually assigning to link. | 21:52 |
swivel | + device_link_add(dev, imx6_pcie->pd_pcie_phy, | 21:52 |
swivel | + DL_FLAG_STATELESS | | 21:52 |
swivel | + DL_FLAG_PM_RUNTIME | | 21:52 |
swivel | + DL_FLAG_RPM_ACTIVE); | 21:52 |
swivel | + if (IS_ERR(link)) { | 21:52 |
swivel | it probably just needs link = added before device_link_add() | 21:52 |
+ nemunaire (~nemunaire@2a01cb04070b37000000000000000001.ipv6.abo.wanadoo.fr) | 22:36 | |
mntmn | swivel, interesting | 22:40 |
mntmn | good find | 22:42 |
mntmn | i’m in contact with the author, who acknowledged bug #1 but probably you found bug #2 in this | 22:43 |
swivel | you're welcome :) | 22:50 |
swivel | mntmn: it's concerning to see that landed upstream in such a state | 22:57 |
andrej235 | and no CI. | 23:00 |
andrej235 | there were non building commits in between irc. | 23:02 |
swivel | wat | 23:03 |
mntmn | yep | 23:03 |
swivel | ACTION wonders if nxp is hiring | 23:04 |
mntmn | swivel https://lkml.org/lkml/2019/1/5/181 | 23:05 |
mntmn | there was also a comment on this by linus but can’t find the link atm | 23:05 |
andrej235 | https://nxp.wd3.myworkdayjobs.com/careers | 23:05 |
andrej235 | https://lkml.org/lkml/2019/1/5/184 < Linus | 23:06 |
mntmn | exactly thanks andrej235 | 23:06 |
swivel | oh, I had actually already read that this morning | 23:20 |
swivel | i'm subscribed to lkml... | 23:20 |
swivel | didn't connect the dots | 23:21 |
andrej235 | lol | 23:22 |
swivel | it's just not the same without Linus cursing at people | 23:22 |
andrej235 | didn;t you read the warnings? ;) | 23:22 |
andrej235 | mntmn read some of this aloud today. http://vger.kernel.org/lkml/#ss3 That was quite funny. | 23:24 |
mntmn | swivel, what kinda mail setup do you have to deal with lkml volume etc? | 23:33 |
swivel | mntmn: nothing fancy, i have a colo linux box i've run for decades, postfix, procmailrc, mutt | 23:34 |
swivel | *procmail | 23:34 |
swivel | just deliver all the lkml stuff into a separate maildor or mbox | 23:35 |
swivel | maildir | 23:35 |
swivel | i should finish eating, can't type. | 23:35 |
swivel | lkml is dominated by threads so it's quite easy to blast through the daily load in mutt by deleting threads I'm clearly uninterested in based on subject | 23:39 |
mntmn | alright, interesting... so you filter it already on your mailserver/remote box yeah? | 23:40 |
swivel | i read my mail on the remote server, it's also where i irc from, everything through ssh under a remote tmux/screen | 23:42 |
swivel | procmail is useful for organizing the mail as its delivered to my user on the box | 23:43 |
swivel | but i don't use it as much as i should | 23:43 |
swivel | honestly my knowledge of optimal mail server setup is quite dated by now, if you're considering going down this route definitely consult the internet for what's state of the art | 23:44 |
swivel | i was a sysadmin decades ago but pivoted to dev | 23:44 |
mntmn | ok, gotcha | 23:45 |
swivel | no nxp roles in the sf bay area apparently | 23:46 |
mntmn | i got a mailserver with postfix etc but no processing yet... and sync to my work machines with offlineimap and read with notmuch-emacs. except on the iphone, of course. so i’d need prefiltering on the service to tuck that stuff into an imap folder | 23:47 |
mntmn | the mythical bay area. never been. but andrej235 was in LA at least? did you visit the valley? | 23:47 |
andrej235 | i went up to SF twice. but didn't see much | 23:49 |
andrej235 | once was a wedding, the other just sight seeing for a weekend | 23:49 |
andrej235 | i use sieve filters to pre-sort threads on larger mailing lists. | 23:50 |
swivel | Austin appears to be their only US openings | 23:50 |
andrej235 | oh my. they translate werkstudent with working student. | 23:53 |
andrej235 | looking at the jobs in germany | 23:54 |
andrej235 | swivel: they have oneremote position | 23:54 |
andrej235 | Utilize the following scripts and utilities to troubleshoot or maintain the environment: a. epmsys_registry.sh | 23:55 |
andrej235 | b. ziplogs.sh | 23:55 |
andrej235 | c. utility.sh | 23:55 |
andrej235 | d. configtool.sh | 23:55 |
andrej235 | https://nxp.wd3.myworkdayjobs.com/en-US/careers/job/Austin-Oakhill-Office/Hyperion-Administrator_R-10011990 | 23:55 |
swivel | who writes these recs | 23:59 |
swivel | is that a list of institution-specific shell scripts as if candidates will be familiar with them? | 23:59 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!