From: Mike Rapoport <rppt-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org>
To: Sakari Ailus <sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Cc: Petr Mladek <pmladek-IBi9RG/b67k@public.gmane.org>,
linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org,
linux-um-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-f2fs-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-btrfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
sparclinux-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
xen-devel-GuqFBffKawtpuQazS67q72D2FQJk+8+b@public.gmane.org,
ceph-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Andy Shevchenko
<andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
drbd-dev-cunTk1MwBs8qoQakbn7OcQ@public.gmane.org
Subject: Re: [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Date: Fri, 22 Mar 2019 23:30:34 +0200 [thread overview]
Message-ID: <20190322213034.GA9303@rapoport-lnx> (raw)
In-Reply-To: <20190322132108.25501-2-sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
On Fri, Mar 22, 2019 at 03:21:07PM +0200, Sakari Ailus wrote:
> %pF and %pf are functionally equivalent to %pS and %ps conversion
> specifiers. The former are deprecated, therefore switch the current users
> to use the preferred variant.
>
> The changes have been produced by the following command:
>
> git grep -l '%p[fF]' | grep -v '^\(tools\|Documentation\)/' | \
> while read i; do perl -i -pe 's/%pf/%ps/g; s/%pF/%pS/g;' $i; done
>
> And verifying the result.
>
> Signed-off-by: Sakari Ailus <sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
> ---
For
> mm/memblock.c | 12 ++++++------
Acked-by: Mike Rapoport <rppt-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org>
WARNING: multiple messages have this Message-ID (diff)
From: Mike Rapoport <rppt@linux.ibm.com>
To: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: Petr Mladek <pmladek@suse.com>,
linux-kernel@vger.kernel.org,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
linux-arm-kernel@lists.infradead.org, sparclinux@vger.kernel.org,
linux-um@lists.infradead.org, xen-devel@lists.xenproject.org,
linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org,
drbd-dev@lists.linbit.com, linux-block@vger.kernel.org,
linux-mmc@vger.kernel.org, linux-nvdimm@lists.01.org,
linux-pci@vger.kernel.org, linux-scsi@vger.kernel.org,
linux-btrfs@vger.kernel.org,
linux-f2fs-devel@lists.sourceforge.net, linux-mm@kvack.org,
ceph-devel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Date: Fri, 22 Mar 2019 23:30:34 +0200 [thread overview]
Message-ID: <20190322213034.GA9303@rapoport-lnx> (raw)
In-Reply-To: <20190322132108.25501-2-sakari.ailus@linux.intel.com>
On Fri, Mar 22, 2019 at 03:21:07PM +0200, Sakari Ailus wrote:
> %pF and %pf are functionally equivalent to %pS and %ps conversion
> specifiers. The former are deprecated, therefore switch the current users
> to use the preferred variant.
>
> The changes have been produced by the following command:
>
> git grep -l '%p[fF]' | grep -v '^\(tools\|Documentation\)/' | \
> while read i; do perl -i -pe 's/%pf/%ps/g; s/%pF/%pS/g;' $i; done
>
> And verifying the result.
>
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
For
> mm/memblock.c | 12 ++++++------
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
WARNING: multiple messages have this Message-ID (diff)
From: Mike Rapoport <rppt@linux.ibm.com>
To: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: Petr Mladek <pmladek@suse.com>,
linux-scsi@vger.kernel.org, linux-pm@vger.kernel.org,
linux-mmc@vger.kernel.org, linux-nvdimm@lists.01.org,
linux-um@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-f2fs-devel@lists.sourceforge.net,
linux-block@vger.kernel.org, linux-acpi@vger.kernel.org,
netdev@vger.kernel.org, linux-btrfs@vger.kernel.org,
linux-pci@vger.kernel.org, sparclinux@vger.kernel.org,
xen-devel@lists.xenproject.org, ceph-devel@vger.kernel.org,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
linux-mm@kvack.org, linux-arm-kernel@lists.infradead.org,
drbd-dev@lists.linbit.com
Subject: Re: [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Date: Fri, 22 Mar 2019 23:30:34 +0200 [thread overview]
Message-ID: <20190322213034.GA9303@rapoport-lnx> (raw)
In-Reply-To: <20190322132108.25501-2-sakari.ailus@linux.intel.com>
On Fri, Mar 22, 2019 at 03:21:07PM +0200, Sakari Ailus wrote:
> %pF and %pf are functionally equivalent to %pS and %ps conversion
> specifiers. The former are deprecated, therefore switch the current users
> to use the preferred variant.
>
> The changes have been produced by the following command:
>
> git grep -l '%p[fF]' | grep -v '^\(tools\|Documentation\)/' | \
> while read i; do perl -i -pe 's/%pf/%ps/g; s/%pF/%pS/g;' $i; done
>
> And verifying the result.
>
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
For
> mm/memblock.c | 12 ++++++------
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm
WARNING: multiple messages have this Message-ID (diff)
From: Mike Rapoport <rppt@linux.ibm.com>
To: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: Petr Mladek <pmladek@suse.com>,
linux-scsi@vger.kernel.org, linux-pm@vger.kernel.org,
linux-mmc@vger.kernel.org, linux-nvdimm@lists.01.org,
linux-um@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-f2fs-devel@lists.sourceforge.net,
linux-block@vger.kernel.org, linux-acpi@vger.kernel.org,
netdev@vger.kernel.org, linux-btrfs@vger.kernel.org,
linux-pci@vger.kernel.org, sparclinux@vger.kernel.org,
xen-devel@lists.xenproject.org, ceph-devel@vger.kernel.org,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
linux-mm@kvack.org, linux-arm-kernel@lists.infradead.org,
drbd-dev@lists.linbit.com
Subject: Re: [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Date: Fri, 22 Mar 2019 23:30:34 +0200 [thread overview]
Message-ID: <20190322213034.GA9303@rapoport-lnx> (raw)
In-Reply-To: <20190322132108.25501-2-sakari.ailus@linux.intel.com>
On Fri, Mar 22, 2019 at 03:21:07PM +0200, Sakari Ailus wrote:
> %pF and %pf are functionally equivalent to %pS and %ps conversion
> specifiers. The former are deprecated, therefore switch the current users
> to use the preferred variant.
>
> The changes have been produced by the following command:
>
> git grep -l '%p[fF]' | grep -v '^\(tools\|Documentation\)/' | \
> while read i; do perl -i -pe 's/%pf/%ps/g; s/%pF/%pS/g;' $i; done
>
> And verifying the result.
>
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
For
> mm/memblock.c | 12 ++++++------
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Mike Rapoport <rppt@linux.ibm.com>
To: Sakari Ailus <sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Cc: Petr Mladek <pmladek-IBi9RG/b67k@public.gmane.org>,
linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org,
linux-um-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-f2fs-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-btrfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
sparclinux-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
xen-devel-GuqFBffKawtpuQazS67q72D2FQJk+8+b@public.gmane.org,
ceph-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Andy Shevchenko
<andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
drbd-dev-cunTk1MwBs8qoQakbn7OcQ@public.gmane.org
Subject: Re: [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Date: Fri, 22 Mar 2019 21:30:34 +0000 [thread overview]
Message-ID: <20190322213034.GA9303@rapoport-lnx> (raw)
In-Reply-To: <20190322132108.25501-2-sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
On Fri, Mar 22, 2019 at 03:21:07PM +0200, Sakari Ailus wrote:
> %pF and %pf are functionally equivalent to %pS and %ps conversion
> specifiers. The former are deprecated, therefore switch the current users
> to use the preferred variant.
>
> The changes have been produced by the following command:
>
> git grep -l '%p[fF]' | grep -v '^\(tools\|Documentation\)/' | \
> while read i; do perl -i -pe 's/%pf/%ps/g; s/%pF/%pS/g;' $i; done
>
> And verifying the result.
>
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
For
> mm/memblock.c | 12 ++++++------
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
next prev parent reply other threads:[~2019-03-22 21:30 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-22 13:21 [PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
[not found] ` <20190322132108.25501-1-sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2019-03-22 13:21 ` [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
2019-03-22 14:30 ` David Sterba
2019-03-22 21:30 ` Mike Rapoport
2019-03-25 9:33 ` Rafael J. Wysocki
[not found] ` <20190322132108.25501-2-sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2019-03-22 14:30 ` David Sterba
2019-03-22 14:30 ` David Sterba
2019-03-22 14:30 ` David Sterba
2019-03-22 14:30 ` David Sterba
2019-03-22 14:30 ` David Sterba
2019-03-22 21:30 ` Mike Rapoport [this message]
2019-03-22 21:30 ` Mike Rapoport
2019-03-22 21:30 ` Mike Rapoport
2019-03-22 21:30 ` Mike Rapoport
2019-03-22 21:30 ` Mike Rapoport
2019-03-25 9:33 ` Rafael J. Wysocki
2019-03-25 9:33 ` [Drbd-dev] " Rafael J. Wysocki
2019-03-25 9:33 ` Rafael J. Wysocki
2019-03-25 9:33 ` Rafael J. Wysocki
2019-03-25 9:33 ` Rafael J. Wysocki
2019-03-25 9:33 ` Rafael J. Wysocki
2019-03-22 13:21 ` [PATCH 2/2] vsprintf: Remove support for %pF and %pf in favour of %pS and %ps Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
2019-03-22 13:21 ` Sakari Ailus
2019-03-25 9:30 ` Rafael J. Wysocki
2019-03-25 9:30 ` [Drbd-dev] " Rafael J. Wysocki
2019-03-25 9:30 ` Rafael J. Wysocki
2019-03-25 9:30 ` Rafael J. Wysocki
2019-03-25 9:30 ` Rafael J. Wysocki
[not found] ` <CAJZ5v0i8JiQGk25yZKQqTzCCY+nrfoKXOH8nM6eNPhkN-i+y9w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-03-25 9:49 ` Rafael J. Wysocki
2019-03-25 9:49 ` [Drbd-dev] " Rafael J. Wysocki
2019-03-25 9:49 ` Rafael J. Wysocki
2019-03-25 9:49 ` Rafael J. Wysocki
2019-03-25 9:49 ` Rafael J. Wysocki
2019-03-25 9:49 ` Rafael J. Wysocki
2019-03-25 9:49 ` Rafael J. Wysocki
2019-03-25 9:30 ` Rafael J. Wysocki
2019-03-22 13:21 ` [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively Sakari Ailus
2019-03-22 13:21 ` [PATCH 2/2] vsprintf: Remove support for %pF and %pf in favour of %pS and %ps Sakari Ailus
2019-03-22 13:37 ` [PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf Geert Uytterhoeven
2019-03-22 13:37 ` Geert Uytterhoeven
2019-03-22 13:37 ` Geert Uytterhoeven
2019-03-22 13:37 ` Geert Uytterhoeven
2019-03-22 13:53 ` Sakari Ailus
[not found] ` <CAMuHMdVmqqjVx7As9AAywYxYXG=grijF5rF77OBn6TUjM9+xKw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-03-22 13:53 ` Sakari Ailus
2019-03-22 13:53 ` Sakari Ailus
2019-03-22 13:53 ` Sakari Ailus
2019-03-22 13:53 ` Sakari Ailus
2019-03-22 13:53 ` Sakari Ailus
2019-03-22 17:05 ` Andy Shevchenko
2019-03-22 17:05 ` Andy Shevchenko
2019-03-22 17:05 ` Andy Shevchenko
2019-03-22 17:05 ` Andy Shevchenko
2019-03-22 17:05 ` Andy Shevchenko
2019-03-24 21:10 ` Sakari Ailus
[not found] ` <20190322170550.GX9224-XvqNBM/wLWRrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2019-03-24 21:10 ` Sakari Ailus
2019-03-24 21:10 ` Sakari Ailus
2019-03-24 21:10 ` Sakari Ailus
2019-03-24 21:10 ` Sakari Ailus
2019-03-24 21:10 ` Sakari Ailus
2019-03-24 21:19 ` Andy Shevchenko
2019-03-24 21:19 ` Andy Shevchenko
2019-03-24 21:19 ` Andy Shevchenko
2019-03-24 21:19 ` Andy Shevchenko
2019-03-24 21:19 ` Andy Shevchenko
[not found] ` <20190324211932.GK9224-XvqNBM/wLWRrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2019-03-25 15:13 ` Sakari Ailus
2019-03-25 15:13 ` Sakari Ailus
2019-03-25 15:13 ` Sakari Ailus
2019-03-25 15:13 ` Sakari Ailus
2019-03-25 15:13 ` Sakari Ailus
2019-03-25 15:24 ` Andy Shevchenko
2019-03-25 15:24 ` Andy Shevchenko
2019-03-25 15:24 ` Andy Shevchenko
2019-03-25 15:24 ` Andy Shevchenko
2019-03-25 15:24 ` Andy Shevchenko
2019-03-25 15:24 ` Andy Shevchenko
2019-03-25 15:13 ` Sakari Ailus
2019-03-24 21:19 ` Andy Shevchenko
2019-03-22 17:05 ` Andy Shevchenko
2019-03-22 13:37 ` Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190322213034.GA9303@rapoport-lnx \
--to=rppt-texmvtczx7aybs5ee8rs3a@public.gmane.org \
--cc=andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=ceph-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=drbd-dev-cunTk1MwBs8qoQakbn7OcQ@public.gmane.org \
--cc=linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-btrfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-f2fs-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org \
--cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org \
--cc=linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-um-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=pmladek-IBi9RG/b67k@public.gmane.org \
--cc=sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=sparclinux-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=xen-devel-GuqFBffKawtpuQazS67q72D2FQJk+8+b@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.