Re: [PATCH] binder: fix test regression due to sender_euid change

2021-11-19 Thread Paul Moore
On Fri, Nov 12, 2021 at 1:07 PM Todd Kjos wrote: > > This is a partial revert of commit > 29bc22ac5e5b ("binder: use euid from cred instead of using task"). > Setting sender_euid using proc->cred caused some Android system test > regressions that need further investigation. It is a partial >

Re: [PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-19 Thread Your Name
> What caused you to pick that one? My mistake :( I was reading "Submitting patches: the essential guide to getting your code into the kernel" and I was confuse dby this line "See the T: entry for the subsystem in the MAINTAINERS file to find that tree, or simply ask the maintainer if the tree

Re: [PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-19 Thread Greg KH
On Fri, Nov 19, 2021 at 02:36:44PM +0100, Alberto Merciai wrote: > driver-core$ ./scripts/get_maintainer.pl drivers/staging/vt6655/device.h > Forest Bond (odd fixer:STAGING - VIA VT665X > DRIVERS) > Greg Kroah-Hartman (supporter:STAGING SUBSYSTEM) > Alberto Merciai >

Re: [PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-19 Thread Alberto Merciai
driver-core$ ./scripts/get_maintainer.pl drivers/staging/vt6655/device.h Forest Bond (odd fixer:STAGING - VIA VT665X DRIVERS) Greg Kroah-Hartman (supporter:STAGING SUBSYSTEM) Alberto Merciai (commit_signer:2/2=100%,authored:2/2=100%,added_lines:2/2=100%,removed_lines:2/2=100%)

Re: [PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-19 Thread Greg KH
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I

Re: [PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-19 Thread Alberto Merciai
I'm using the master branch of https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ Alberto On Fri, Nov 19, 2021 at 11:51:38AM +0300, Dan Carpenter wrote: > On Thu, Nov 18, 2021 at 09:27:18PM +0100, Alberto Merciai wrote: > > Replace camelcase variable "uCurrRSSI" (current

Re: [PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-19 Thread Dan Carpenter
On Thu, Nov 18, 2021 at 09:27:18PM +0100, Alberto Merciai wrote: > Replace camelcase variable "uCurrRSSI" (current Received Signal Strength > Indicator) into linux kernel coding style equivalent > variable "current_rssi". > > Signed-off-by: Alberto Merciai > --- > > v2 > - correct mailing list

[PATCH] staging: vt6655: refactor camelcase byMaxPwrLevel to max_pwr_level

2021-11-19 Thread Alberto Merciai
Replace hungarian notated variable "byMaxPwrLevel" with "max_pwr_level" compliant with linux kernel coding style. Signed-off-by: Alberto Merciai --- drivers/staging/vt6655/device.h | 2 +- drivers/staging/vt6655/rf.c | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff