summaryrefslogtreecommitdiff
path: root/fs/coredump.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/coredump.c')
-rw-r--r--fs/coredump.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/fs/coredump.c b/fs/coredump.c
index bbbe139ab280..833a57bc856c 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
@@ -209,11 +209,15 @@ static int format_corename(struct core_name *cn, struct coredump_params *cprm)
break;
/* uid */
case 'u':
- err = cn_printf(cn, "%d", cred->uid);
+ err = cn_printf(cn, "%u",
+ from_kuid(&init_user_ns,
+ cred->uid));
break;
/* gid */
case 'g':
- err = cn_printf(cn, "%d", cred->gid);
+ err = cn_printf(cn, "%u",
+ from_kgid(&init_user_ns,
+ cred->gid));
break;
case 'd':
err = cn_printf(cn, "%d",
lue='libreoffice-3-5-4'>libreoffice-3-5-4 Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-26update translations for 6.2.5 rc2libreoffice-6-2-5Christian Lohmaier96-1161/+1175
2019-06-14Branch libreoffice-6-2-5Christian Lohmaier0-0/+0
2019-06-11update translations for 6.2.5 rc1cp-6.2-branch-pointChristian Lohmaier129-1486/+1502
2019-05-17update translations for 6.2.4 rc2Christian Lohmaier110-3528/+3532
2019-05-03update translations for 6.2.4 rc1Christian Lohmaier1285-95067/+87685
2019-04-09update translations for 6.2.3 rc2Christian Lohmaier24-694/+685
2019-03-29update translations for 6.2.3 rc1Christian Lohmaier102-2740/+2408
2019-03-15update translations for 6.2.2 rc2Christian Lohmaier158-6375/+8841
2019-03-04update templates for 6.2.2 rc1Christian Lohmaier165-12902/+12904
2019-02-24update translations for 6.2.1 rc2Christian Lohmaier203-10179/+9756
2019-02-11update translations for 6.2.1 rc1Christian Lohmaier1080-57369/+56386
2019-02-11Updated Slovenian translationAndras Timar20-356/+355
2019-01-23update translations for 6.2.0 rc3Christian Lohmaier480-15971/+16060
2019-01-14Updated Slovenian translationAndras Timar27-204/+213
2019-01-08update translations for 6.2.0 rc2Christian Lohmaier