search for: c360

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

Did you mean: 360
2016 Jan 12
2
Failed to modify entry for user in samba with tdb backend
...#39;t modify the user because he does not exists, but can not add, because he exists. The problem seems to me related to the following mailing: https://lists.samba.org/archive/samba/2015-March/189740.html So I add the user in my NIS/passwd, but it does still not work. Example: server:~ # finger c360 Login: c360 Name: User C360 Directory: /var/lib/nobody Shell: /bin/false Never logged in. No Mail. No Plan. server:~ # pdbedit -L -v c360 Unix username: c360 NT username: Account Flags: [U ] User SID: S-1-5-21-1600395701-3193598224-135678...
2016 Jan 12
0
Failed to modify entry for user in samba with tdb backend
...exists, but can not add, because he exists. > > The problem seems to me related to the following mailing: > https://lists.samba.org/archive/samba/2015-March/189740.html > > So I add the user in my NIS/passwd, but it does still not work. > > > Example: > server:~ # finger c360 > Login: c360 Name: User C360 > Directory: /var/lib/nobody Shell: /bin/false > Never logged in. > No Mail. > No Plan. > > > > server:~ # pdbedit -L -v c360 > Unix username: c360 > NT username: > Account Flags: [U ] &g...
2020 Sep 01
2
[PATCH 07/28] 53c700: improve non-coherent DMA handling
...t of dma_cache_sync is > ignored, so this will not change behavior in any way. I think this looks mostly OK, except for one misnamed parameter below. Unfortunately, the last non-coherent parisc was the 700 series and I no longer own a box, so I can't test that part of it (I can fire up the C360 to test it on a coherent arch). [...] > diff --git a/drivers/scsi/53c700.h b/drivers/scsi/53c700.h > index 05fe439b66afe5..0f545b05fe611d 100644 > --- a/drivers/scsi/53c700.h > +++ b/drivers/scsi/53c700.h > @@ -209,6 +209,7 @@ struct NCR_700_Host_Parameters { > #endif > __u...
2020 Sep 01
1
[PATCH 07/28] 53c700: improve non-coherent DMA handling
...Tue, Sep 01, 2020 at 07:52:40AM -0700, James Bottomley wrote: > I think this looks mostly OK, except for one misnamed parameter below. > Unfortunately, the last non-coherent parisc was the 700 series and I no > longer own a box, so I can't test that part of it (I can fire up the > C360 to test it on a coherent arch). I have a 715/50 that probably hasn't been powered on in 15 years if you need something that old to test on (I believe the 725/100 uses the 7100LC and so is coherent). I'll need to set up a cross-compiler ...
2020 Sep 01
2
[PATCH 07/28] 53c700: improve non-coherent DMA handling
...M -0700, James Bottomley wrote: >>> I think this looks mostly OK, except for one misnamed parameter >>> below. Unfortunately, the last non-coherent parisc was the 700 >>> series and I no longer own a box, so I can't test that part of it >>> (I can fire up the C360 to test it on a coherent arch). >> >> I have a 715/50 that probably hasn't been powered on in 15 years if >> you need something that old to test on (I believe the 725/100 uses >> the 7100LC and so is coherent). I'll need to set up a cross-compiler >> ... >...
2020 Sep 01
0
[PATCH 07/28] 53c700: improve non-coherent DMA handling
...at 07:52:40AM -0700, James Bottomley wrote: > > I think this looks mostly OK, except for one misnamed parameter > > below. Unfortunately, the last non-coherent parisc was the 700 > > series and I no longer own a box, so I can't test that part of it > > (I can fire up the C360 to test it on a coherent arch). > > I have a 715/50 that probably hasn't been powered on in 15 years if > you need something that old to test on (I believe the 725/100 uses > the 7100LC and so is coherent). I'll need to set up a cross-compiler > ... I'm not going to s...
2020 Sep 01
0
[PATCH 07/28] 53c700: improve non-coherent DMA handling
...ottomley wrote: >>>> I think this looks mostly OK, except for one misnamed parameter >>>> below. Unfortunately, the last non-coherent parisc was the 700 >>>> series and I no longer own a box, so I can't test that part of it >>>> (I can fire up the C360 to test it on a coherent arch). >>> >>> I have a 715/50 that probably hasn't been powered on in 15 years if >>> you need something that old to test on (I believe the 725/100 uses >>> the 7100LC and so is coherent). I'll need to set up a cross-compiler &g...
2020 Aug 19
39
a saner API for allocating DMA addressable pages
Hi all, this series replaced the DMA_ATTR_NON_CONSISTENT flag to dma_alloc_attrs with a separate new dma_alloc_pages API, which is available on all platforms. In addition to cleaning up the convoluted code path, this ensures that other drivers that have asked for better support for non-coherent DMA to pages with incurring bounce buffering over can finally be properly supported. I'm still a