search for: l139

Displaying 8 results from an estimated 8 matches for "l139".

Did you mean: 139
2001 Mar 06
0
Samba over SSH and pam_smb
...Hat Linux. Some are 6.2, others are 7.0. I have setup SSH to work without passwords. I am trying all of this from a bash shell for now. I will automate it when the time comes. I open the SSH tunnel to a linux box on my LAN: [root@remote /]# ssh -L137:nt4.domain.com:137 -L138:nt4.domain.com:138 -L139:nt4.domain.com:1 39 linux.domain.com Now, if I execute: [root@remote /]# smbclient -U user -L NT4 -I 127.0.0.1 WHERE: NT4 is the Netbios name of the NT domain controller I get: SSL: Error error setting CA cert locations: error:00000000::lib(0) :func(0) :reason(0) trying default locations. adde...
2020 Apr 15
2
[ARM] Register pressure with -mthumb forces register reload before each call
...> > > > > > > > I would be grateful for suggestions on how to proceed further. > > > ping ? > > > > > > Thanks, > > > Prathamesh > > > > > > > > [1] https://github.com/intel/tinycrypt/blob/master/lib/source/ecc_dh.c#L139 > > > > > > > > Thanks, > > > > Prathamesh > > > _______________________________________________ > > > LLVM Developers mailing list > > > llvm-dev at lists.llvm.org > > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
2017 Jan 04
5
RFC: Reconsidering adding gmock to LLVM's unittest utilities
...ant to carefully *permute* the behavior of very specific runs of individual passes. A simple example of this can be seen here where we have somewhat magical state in a pass to flip-flop its behavior: https://github.com/llvm-project/llvm-project/blob/master/llvm/unittests/IR/PassManagerTest.cpp#L138-L139 And it gets more complicated if you want statefulness like triggering on the *3rd* run of the pass. But this is exactly the kinds of scenarios that I needed to write tests for in order to get the code to be correct. I have consistently found and been able to fix bugs throughout the pass manager b...
2008 Nov 25
0
CIFS, Kerberos over SSH tunnel (change service principal?)
...erberos ports to the Windows AD server 'cannonstreet' Using Ubuntu hardy, with recent updates for CIFS that are claimed to work: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/236830 I tunnel like this: ssh -f -N -x -o TCPKeepAlive=yes -L88:cannonstreet:88 -L137:cannonstreet:137 -L139:elmer:139 -L445:elmer:445 userid@host My /etc/krb5.conf contains: [libdefaults] default_realm = AD.CL.CAM.AC.UK dns_lookup_realm = false dns_lookup_kdc = false ticket_lifetime = 24h forwardable = yes [realms] AD.CL.CAM.AC.UK = { kdc = localhost admin_server = localhost } [domain_realm...
2020 Mar 31
2
[ARM] Register pressure with -mthumb forces register reload before each call
...stic of using indirect call only when we know beforehand that it will not result in spilling. But I am not sure if it's possible to estimate that during isel ? I would be grateful for suggestions on how to proceed further. [1] https://github.com/intel/tinycrypt/blob/master/lib/source/ecc_dh.c#L139 Thanks, Prathamesh -------------- next part -------------- PreferIndirect: 1 PreferIndirect: 1 PreferIndirect: 1 Computing live-in reg-units in ABI blocks. 0B %bb.0 R0#0 R1#0 R2#0 Created 3 new intervals. ********** INTERVALS ********** R0 [0B,48r:0)[96r,144r:3)[192r,240r:2)[288r,336r:1) 0 at 0B-...
2020 Apr 07
2
[ARM] Register pressure with -mthumb forces register reload before each call
...d that it > will not result in spilling. But I am not sure if it's possible to > estimate that during isel ? > > I would be grateful for suggestions on how to proceed further. ping ? Thanks, Prathamesh > > [1] https://github.com/intel/tinycrypt/blob/master/lib/source/ecc_dh.c#L139 > > Thanks, > Prathamesh _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.or...
2020 Apr 15
4
[ARM] Register pressure with -mthumb forces register reload before each call
...; > > estimate that during isel ? > > > > > > I would be grateful for suggestions on how to proceed further. > > ping ? > > > > Thanks, > > Prathamesh > > > > > > [1] https://github.com/intel/tinycrypt/blob/master/lib/source/ecc_dh.c#L139 > > > > > > Thanks, > > > Prathamesh > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part ---------...
2024 Sep 02
2
[PATCH v2 3/8] rust: drm: add driver abstractions
On Wed, Jun 19, 2024 at 01:31:39AM +0200, Danilo Krummrich wrote: > Implement the DRM driver abstractions. > > The `Driver` trait provides the interface to the actual driver to fill > in the driver specific data, such as the `DriverInfo`, driver features > and IOCTLs. > > Co-developed-by: Asahi Lina <lina at asahilina.net> > Signed-off-by: Asahi Lina <lina at