mbox

[v1,0/4] dependency checks, printf fixes

Message ID cover.1515199383.git.geoff@infradead.org
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-checks

Message

Geoff Levand Jan. 6, 2018, 12:47 a.m. UTC
Hi Sam,

Here are a few minor enhancments.  Please consider.

-Geoff

The following changes since commit a2d5a3e3cb55fe3583acaae44fabc7c3d7f8df50:

  discover/pxe-parser: Fix relative parsing for manual config files (2017-12-12 16:15:59 +1100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-checks

for you to fetch changes up to 12bc8d4842d2ecc6cf9da62c2faa83ca6e20a176:

  printf: Fix format type warnings (2018-01-05 16:38:19 -0800)

----------------------------------------------------------------
Geoff Levand (4):
      bootstrap: Add dependency checks
      configure: Add check for lex, yacc
      configure: Update AC_PACKAGE_BUGREPORT
      printf: Fix format type warnings

 bootstrap                    | 11 +++++++++++
 configure.ac                 |  8 +++++++-
 discover/device-handler.c    |  3 ++-
 discover/devmapper.c         |  3 ++-
 utils/hooks/30-dtb-updates.c |  6 +++---
 5 files changed, 25 insertions(+), 6 deletions(-)

Comments

Geoff Levand Jan. 6, 2018, 12:52 a.m. UTC | #1
On 01/05/2018 04:47 PM, Geoff Levand wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-checks

Should be: https://github.com/glevand/petitboot--petitboot.git for-merge-checks
Sam Mendoza-Jonas Jan. 10, 2018, 2:59 a.m. UTC | #2
On Sat, 2018-01-06 at 00:47 +0000, Geoff Levand wrote:
> Hi Sam,
> 
> Here are a few minor enhancments.  Please consider.
> 
> -Geoff
> 
> The following changes since commit a2d5a3e3cb55fe3583acaae44fabc7c3d7f8df50:
> 
>   discover/pxe-parser: Fix relative parsing for manual config files (2017-12-12 16:15:59 +1100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-checks
> 
> for you to fetch changes up to 12bc8d4842d2ecc6cf9da62c2faa83ca6e20a176:
> 
>   printf: Fix format type warnings (2018-01-05 16:38:19 -0800)
> 
> ----------------------------------------------------------------
> Geoff Levand (4):
>       bootstrap: Add dependency checks
>       configure: Add check for lex, yacc
>       configure: Update AC_PACKAGE_BUGREPORT
>       printf: Fix format type warnings

Hi Geoff, thanks for the fixes! Merged as 41caf09.

Sam

> 
>  bootstrap                    | 11 +++++++++++
>  configure.ac                 |  8 +++++++-
>  discover/device-handler.c    |  3 ++-
>  discover/devmapper.c         |  3 ++-
>  utils/hooks/30-dtb-updates.c |  6 +++---
>  5 files changed, 25 insertions(+), 6 deletions(-)
>