Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1492675
| Path | csiph.com!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Staging: android: fix permissions style |
| Date | Wed, 28 Sep 2016 18:00:01 +0200 |
| Message-ID | <smpr3-eS-5@gated-at.bofh.it> (permalink) |
| References | <slZZD-186-1@gated-at.bofh.it> <smjlK-4Ta-73@gated-at.bofh.it> <smnpf-7q5-7@gated-at.bofh.it> <smp7I-7L-15@gated-at.bofh.it> |
| X-Original-To | Greg KH <gregkh@linuxfoundation.org>, Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="windows-1252" |
| Content-Transfer-Encoding | 7bit |
| X-Originating-IP | [10.107.25.125] |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 55 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | <arve@android.com>, <riandrews@android.com>, <devel@driverdev.osuosl.org>, <linux-kernel@vger.kernel.org> |
| X-Original-Date | Wed, 28 Sep 2016 16:49:33 +0100 |
| X-Original-Message-ID | <e5d04f6e-5157-593e-fc0c-52395f49ada7@synopsys.com> |
| X-Original-References | <d95de5aeb5723864667004bdc4741fae9b8947e7.1474923269.git.roliveir@synopsys.com> <20160928092840.GA16732@kroah.com> <4888f21f-b855-42d8-5307-5eadd3f837d7@synopsys.com> <20160928153744.GA1692@kroah.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1492675 |
Show key headers only | View raw
On 9/28/2016 4:37 PM, Greg KH wrote: > On Wed, Sep 28, 2016 at 02:48:39PM +0100, Ramiro Oliveira wrote: >> On 9/28/2016 10:28 AM, Greg KH wrote: >>> On Mon, Sep 26, 2016 at 10:02:28PM +0100, Ramiro Oliveira wrote: >>>> Change permissions from symbolic to octal. >>>> >>>> Signed-off-by: Ramiro Oliveira <roliveir@synopsys.com> >>>> --- >>>> drivers/staging/android/lowmemorykiller.c | 4 ++-- >>>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> Doesn't apply to my tree at all, are you sure you are working against >>> linux-next? >>> >>> thanks, >>> >>> greg k-h >> Hi Greg, >> >> I've checked and I'm working with linux-next from September 28. >> >> I've even cloned a fresh repository and applied my patch against it, and it didn't return any error. >> >> I'm following this man page: https://www.kernel.org/doc/man-pages/linux-next.html >> >> And these are the latest commits I can see in my local repository. >> >> ramiro (28-Set) ~/linux-next $ git log --pretty=oneline --abbrev-commit -10 >> 486aa34 Staging: android: fix permissions style >> d1dfecd Add linux-next specific files for 20160928 >> 193fc13 Merge branch 'akpm/master' >> 0a02a3c treewide: remove redundant #include <linux/kconfig.h> >> 8cac28f hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fix >> 25758d2 hung_task: allow hung_task_panic when hung_task_warnings is 0 >> ceed084 kthread: add kerneldoc for kthread_create() >> 998139d scripts/tags.sh: enable code completion in VIM >> b6edcec mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping >> 73ac410 kdump, vmcoreinfo: report memory sections virtual addresses >> >> Can you give some pointers on what I might be doing wrong? > Hm, I think this is my fault, sorry. The patch that this conflicts with > was applied by me yesterday, and didn't make it into linux-next for the > release that you are using. > > Sorry about that. You can wait for the next linux-next release > tomorrow, or you can work off my staging-next branch of the staging.git > tree on git.kernel.org (that branch ends up in linux-next.) > > So you were doing the right thing, we just got out of sync. > > greg k-h Thanks for the feedback. I'll work against your staging-next branch and submit the corrected patch. BRs, Ramiro
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] Staging: android: fix permissions style Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2016-09-27 14:50 +0200
Re: [PATCH] Staging: android: fix permissions style Joe Perches <joe@perches.com> - 2016-09-27 19:50 +0200
Re: [PATCH] Staging: android: fix permissions style Greg KH <gregkh@linuxfoundation.org> - 2016-09-28 11:30 +0200
Re: [PATCH] Staging: android: fix permissions style Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2016-09-28 15:50 +0200
Re: [PATCH] Staging: android: fix permissions style Greg KH <gregkh@linuxfoundation.org> - 2016-09-28 17:40 +0200
Re: [PATCH] Staging: android: fix permissions style Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2016-09-28 18:00 +0200
csiph-web