Displaying 17 results from an estimated 17 matches for "woodhou".
2018 Feb 09
0
retpoline mitigation and 6.0
On Fri, 2018-02-09 at 08:45 +0000, Chandler Carruth wrote:
> >
> > You're pushing the target (-0x20(%ebp)) onto the stack and then
> > *calling* __x86_indirect_thunk. So it looks like you're expecting
> > __x86_indirect_thunk to do something like
> >
> > call *4(%esp)
> > ret
> >
> > ... except that final 'ret' still
2018 Feb 09
2
retpoline mitigation and 6.0
On Fri, 2018-02-09 at 10:36 +0000, David Woodhouse wrote:
>
> Did you get anywhere with the function attribute? Having isolated the
> next boot failure to "it goes away if I compile io_apic.c without
> retpoline", bisecting it per-function would help to further delay the
> bit where I actually have to start *thinking*......
2018 Feb 09
2
retpoline mitigation and 6.0
On Fri, Feb 9, 2018 at 12:26 AM David Woodhouse <dwmw2 at infradead.org> wrote:
>
>
> On Fri, 2018-02-09 at 02:21 +0000, David Woodhouse wrote:
> > On Fri, 2018-02-09 at 01:18 +0000, David Woodhouse wrote:
> > >
> > >
> > > For now I'm just going to attempt to work around it like this in the...
2018 Feb 09
0
retpoline mitigation and 6.0
On Fri, 2018-02-09 at 12:54 +0000, David Woodhouse wrote:
> On Fri, 2018-02-09 at 10:36 +0000, David Woodhouse wrote:
> >
> > Did you get anywhere with the function attribute? Having isolated the
> > next boot failure to "it goes away if I compile io_apic.c without
> > retpoline", bisecting it per-function wo...
2018 Feb 09
2
retpoline mitigation and 6.0
On Fri, 2018-02-09 at 01:18 +0000, David Woodhouse wrote:
>
> For now I'm just going to attempt to work around it like this in the
> kernel, so I can concentrate on the retpoline bits:
> http://david.woodhou.se/clang-percpu-hack.patch
32-bit doesn't boot. Built without CONFIG_RETPOLINE and with Clang 5.0
(and the above patc...
2018 Feb 09
0
retpoline mitigation and 6.0
On Fri, 2018-02-09 at 00:16 +0000, David Woodhouse wrote:
>
> long long foo(void)
> {
> long long ret;
>
> switch(sizeof(ret)) {
> case 1:
> asm ("movb $5, %0" : "=q" (ret));
> break;
>
> case 2:
> asm ("...
2018 Feb 09
2
retpoline mitigation and 6.0
On Fri, 2018-02-09 at 00:09 +0000, Chandler Carruth wrote:
> >
> > For 64-bit it's fine. For 32-bit we *think* the retpoline bits are OK
> > but it doesn't build for other reasons on 32-bit. But that isn't new
> > breakage — 5.0 has the same problem with the latest kernel. I'll see if
> > we can work around that in the kernel, instead of relying on
2018 Feb 09
0
retpoline mitigation and 6.0
On Fri, 2018-02-09 at 02:21 +0000, David Woodhouse wrote:
> On Fri, 2018-02-09 at 01:18 +0000, David Woodhouse wrote:
> >
> >
> > For now I'm just going to attempt to work around it like this in the
> > kernel, so I can concentrate on the retpoline bits:
> > http://david.woodhou.se/clang-percpu-hack.patch
&...
2018 Feb 09
3
retpoline mitigation and 6.0
...ut that would pessimize direct
calls unnecessarily.
It sounds like Linux is already providing its own thunks, so it might be
better to for us to go back to the __llvm_retpoline_push external thunk
name and then get Linux to provide that thunk ifdef __clang__.
On Fri, Feb 9, 2018 at 7:37 AM, David Woodhouse via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Fri, 2018-02-09 at 12:54 +0000, David Woodhouse wrote:
> > On Fri, 2018-02-09 at 10:36 +0000, David Woodhouse wrote:
> > >
> > > Did you get anywhere with the function attribute? Having isolated the
> >...
2012 Apr 27
2
HCL: Zigor Danubio 2000 supported(ish) by blazer_usb
http://www.zigor.com/uk/index.php/en/products/upssystems/danubioseries
Ships with UPSilon 2000 software, and appears to work with blazer_usb to
a certain extent with the following config:
[danubio]
driver = blazer_usb
langid_fix = 0x409
port = stupidly, I seem to have to set this even though it's ignored
vendorid=0001
productid=0000
Yes, vendor 0001,
2010 Dec 18
1
Best way to move mail to an archive
Hello all...new to dovecot and this list.
I have a question that may have been answered before, but I can't find anything
yet that addresses it directly. I installed dovecot 2.0.8 (+postfix,
fetchmail) on a small server to manage several e-mail accounts. I love this
software!
So, to back to the question: I'd like to archive e-mail as it ages into a
single IMAP archive directory.
2009 Nov 24
1
[Bug 1675] New: SSH over Bluetooth support
...adds basic support for SSH connections over Bluetooth RFCOMM
sockets. It only adds the autoconf magic, along with support for
correctly reporting the peer when sshd has been invoked with the '-i'
argument from a Bluetooth d?mon working much like inetd, such as the
one I have at http://david.woodhou.se/btserv.c
Later patches will add the functionality from 'btserv.c' into sshd so
that it can listen for itself, and will add support to the ssh client
for making the connections directly; currently my testing uses
'ProxyCommand socat stdio SOCKET-CONNECT:31:3:x1ec1e4e21f000100'...
2007 Jan 29
1
ControlPersist and multiple X11 forwarding.
Good afternoon!
I've been looking for a way to avoid having to keep my "master" ssh
session open while I have others open. This is particularly a pain
when my "master" is an scp connection.
After searching the archives, I came up with this thread
"ControlPersist and multiple X11 forwardings." However, I can't find
anything saying that it was
2007 Jun 22
2
RFE: idle timeout/auto-daemonize combo
Hi there,
I would like to have SSH connections be more "sudo-like".
With that I mean, when I ssh/scp/sftp to a host and disconnect,
the channel is held open for a while in case I reconnect.
I wrote a script (attached) that does this. It starts a master
SSH daemon for the connection if needed. Then it exec()s SSH.
Just put it in your path and use perssh instead of ssh.
It has some
2009 Nov 23
0
[PATCH] Bluetooth support.
...ting the
connections and invoking 'sshd -i' with them, like inetd does.
In later patches I'll extend sshd to listen on a Bluetooth socket (and
advertise the service in SDP) for itself, and extend the ssh client to
make the connection directly. For now, I'm testing with
http://david.woodhou.se/btserv.c and
ssh -o 'ProxyCommand socat stdio SOCKET-CONNECT:31:3:x1ec1e4e21f000100' root at bluetooth
Index: canohost.c
===================================================================
RCS file: /cvs/openssh/canohost.c,v
retrieving revision 1.75
diff -u -p -r1.75 canohost.c
--- cano...
2010 Aug 18
2
1.2.13 QRESYNC crash.
...00004a9c38 in io_loop_run (ioloop=0x707cc0) at ioloop.c:335
#22 0x0000000000429726 in main (argc=<value optimized out>,
argv=<value optimized out>, envp=<value optimized out>) at main.c:327
It's a public mailing list folder, so I've uploaded it to
http://david.woodhou.se/bluez-maildir.tar.gz
Filed as Red Hat bug #625907:
https://bugzilla.redhat.com/show_bug.cgi?id=625207
--
dwmw2
2005 Sep 04
2
ControlPersist and multiple X11 forwarding.
Three patches attached.
One implements a 'ControlPersist' option, which when used with
'ControlMaster auto' or 'ControlMaster 'yes' make makes the master
background itself and stick around after its own primary session is
completed.
The second causes control clients to pass X11 display, auth proto and
auth data over the control socket so that appropriate X11