Re: redmi laptop keyboard problem

2023-02-24 Thread Todd C . Miller
On Fri, 24 Feb 2023 12:25:51 -0700, "Theo de Raadt" wrote: > The invention of interrupts was a bad idea. > > We should dedicate a core to polling. /sarc big.little to the rescue! - todd

Re: PF still blocks IGMP multicast control packets

2023-02-24 Thread Luca Di Gregorio
Hi, regarding MLD, RFC3810. I see that is similar to IGMP in these aspects: Section 5. Message Formats: "All MLDv2 messages described in this document MUST be sent with a link-local IPv6 Source Address, an IPv6 Hop Limit of 1, and an IPv6 Router Alert option [RFC2711] in a Hop-by-Hop Opt

Re: PF still blocks IGMP multicast control packets

2023-02-24 Thread Alexandr Nedvedicky
Hello, On Fri, Feb 24, 2023 at 08:57:51PM +0100, Alexander Bluhm wrote: > > > Regarding MLD, I can't say anything because I've never tested multicast > > routing with IP6. > > We should figure out what RFC says about IPv6 MLD. If we use Luca's > smarter logic for IPv4, we should also fix IPv6

Re: PF still blocks IGMP multicast control packets

2023-02-24 Thread Alexander Bluhm
On Fri, Feb 24, 2023 at 08:42:29AM +0100, Luca Di Gregorio wrote: > I would implement this logic: > > If the IP Destination Address is 224.0.0.0/4, then the TTL should be 1. > If the IP Destination Address is not 224.0.0.0/4, then no restrictions on > TTL. > > In your code, I would do this modifi

Re: redmi laptop keyboard problem

2023-02-24 Thread Theo de Raadt
Mark Kettenis wrote: > I really wonder how these things happen. Cause presumably older > versions of Windows didn't look at what the DSDT says about the > polarity, which meant that vendors released DSDTs with the wrong > polarity. But now Windows does look at what the DSDT says? Does that > m

Re: redmi laptop keyboard problem

2023-02-24 Thread Mark Kettenis
> Date: Fri, 24 Feb 2023 21:38:50 +0300 > From: Mikhail > > On Thu, Feb 23, 2023 at 05:46:04PM +0300, Mikhail wrote: > > On Thu, Feb 16, 2023 at 02:34:11PM +0300, Mikhail wrote: > > > We have a redmi laptop where I want to install OpenBSD current, but > > > the keyboard there is not functional, i

Re: redmi laptop keyboard problem

2023-02-24 Thread Mikhail
On Thu, Feb 23, 2023 at 05:46:04PM +0300, Mikhail wrote: > On Thu, Feb 16, 2023 at 02:34:11PM +0300, Mikhail wrote: > > We have a redmi laptop where I want to install OpenBSD current, but > > the keyboard there is not functional, install image boots fine, but > > when I try to press any key, after

Re: tcpdump/print-cdp.c

2023-02-24 Thread Peter J. Philipp
On Thu, Feb 23, 2023 at 11:00:12AM -0700, Theo de Raadt wrote: > It should use vis(3), similar to this: > > print-pfsync.c: cp = vis(cp, clr->ifname[i], VIS_WHITE, 0); Looking at print-pfsync.c since you mentioned it... I think this function pfsync_print_clr() can be changed to f