All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/6] Cleanup: replace symbolic file permissions
@ 2021-02-23 19:02 Brian Gix
  2021-02-23 19:02 ` [PATCH BlueZ 1/6] mesh: Cleanup deprecated " Brian Gix
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Brian Gix @ 2021-02-23 19:02 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, inga.stotland, luiz.dentz, tedd.an, marcel

The kernel has moved away from using Symbolic File Permission macros,
and this is reflected in our checkpatch usage which flags lines which
still use them.  The preferred method is to use the well known octal
notation, for instance 0755 meaning:

User has read/write/execute permissions
Group has read/execute permissions
Other has read/execute permissions

Brian Gix (6):
  mesh: Cleanup deprecated symbolic file permissions
  obexd: Cleanup deprecated symbolic file permissions
  peripheral: Cleanup deprecated symbolic file permissions
  profiles: Cleanup deprecated symbolic file permissions
  src: Cleanup deprecated symbolic file permissions
  tools: Cleanup deprecated symbolic file permissions

 mesh/rpl.c                     |  2 +-
 obexd/plugins/filesystem.c     | 18 +++++++++---------
 obexd/plugins/ftp.c            |  4 ++--
 peripheral/efivars.c           |  3 +--
 profiles/input/suspend-dummy.c |  2 +-
 src/adapter.c                  | 32 ++++++++++++++++----------------
 src/attrib-server.c            |  2 +-
 src/device.c                   | 16 ++++++++--------
 src/sdpd-server.c              |  2 +-
 src/shared/btsnoop.c           |  4 ++--
 src/textfile.c                 |  2 +-
 tools/btsnoop.c                |  3 +--
 tools/create-image.c           |  3 +--
 tools/hcidump.c                |  2 +-
 tools/rctest.c                 |  3 +--
 15 files changed, 47 insertions(+), 51 deletions(-)

-- 
2.25.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-02-23 23:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 19:02 [PATCH BlueZ 0/6] Cleanup: replace symbolic file permissions Brian Gix
2021-02-23 19:02 ` [PATCH BlueZ 1/6] mesh: Cleanup deprecated " Brian Gix
2021-02-23 19:37   ` Cleanup: replace " bluez.test.bot
2021-02-23 22:47     ` An, Tedd
2021-02-23 22:58   ` bluez.test.bot
2021-02-23 19:02 ` [PATCH BlueZ 2/6] obexd: Cleanup deprecated " Brian Gix
2021-02-23 19:02 ` [PATCH BlueZ 3/6] peripheral: " Brian Gix
2021-02-23 19:02 ` [PATCH BlueZ 4/6] profiles: " Brian Gix
2021-02-23 19:02 ` [PATCH BlueZ 5/6] src: " Brian Gix
2021-02-23 19:02 ` [PATCH BlueZ 6/6] tools: " Brian Gix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.