Displaying 20 results from an estimated 38 matches for "balbi".
Did you mean:
albi
2015 Jan 19
2
[PATCH] Makefile: add support for git svn clones
...ecide to use. For those users' surprise, the
repository will always fail to build on svnonly target and it will
exit early.
The problem is simple enough to fix by just checking if a .git
directory exists in top_builddir and, if so, call git svn info insstead
of svn info.
Signed-off-by: Felipe Balbi <balbi at kernel.org>
---
Resending the patch as I believe the previous version didn't
reach the mailing list.
Makefile.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 44b0a3b4b99f..221c437972ad 100644
--- a/Makefile.in
+++ b/M...
2015 Jan 26
1
[PATCH v2] Makefile: add support for git svn clones
...to fix by just checking if a .git
directory exists in top_builddir and, if so, call git svn info insstead
of svn info.
Note, however, that this only supports Linux (and possibly Mac) users,
as I have no means of writing/testing an equivalent patch for the
Windows Makefiles.
Signed-off-by: Felipe Balbi <balbi at kernel.org>
---
Due to lack of a Windows system, this has only been tested on my linux
box, if someone could give this a whirl on windows and Mac OS X, I'd be
really glad.
cheers
Makefile.in | 5 ++++-
src/include/Makefile.win | 7 +++++--
2 files changed, 9 ins...
2015 Jan 19
3
[PATCH] Makefile: add support for git svn clones
...ral repository for everything.
Right, that's all fine, it'll still be an "unofficial" change.
I just thought that such a small patch which causes no visible change to
SVN users and allow for git users to build R would be acceptable, but if
it isn't, that's fine too.
--
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20150119/00814392/attachment.bin>
2015 Jan 19
2
[PATCH] Makefile: add support for git svn clones
Hi,
On Mon, Jan 19, 2015 at 03:06:11PM -0500, Duncan Murdoch wrote:
> On 19/01/2015 2:33 PM, Felipe Balbi wrote:
> > git has an interface for cloning SVN repositories into git which
> > some users might decide to use. For those users' surprise, the
> > repository will always fail to build on svnonly target and it will
> > exit early.
> >
> > The problem is simpl...
2015 Jan 19
3
[PATCH] Makefile: add support for git svn clones
...tarball, and you can store it anyway
> you like.
I'm talking about the SVN repository. Building from a tarball prevents
me from tracking R's revisions, don't you think ? But as I said, if the
community doesn't want to support a git svn clone, that's all fine and
dandy.
--
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20150119/7ecb4558/attachment.bin>
2010 Mar 01
6
[Bug 26813] New: Nouveau ioremap WARNING with current Linus' git tree
...Product: xorg
Version: 7.5
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: me at felipebalbi.com
QAContact: xorg-team at lists.x.org
Created an attachment (id=33658)
--> (http://bugs.freedesktop.org/attachment.cgi?id=33658)
full dmesg output
when using gentoo ebuilds from x11 overlay with current Linus' git tree (commit
30ff056c42c665b9ea535d8515890857ae382540) we get t...
2015 Jan 19
0
[PATCH] Makefile: add support for git svn clones
On 19/01/2015 2:33 PM, Felipe Balbi wrote:
> git has an interface for cloning SVN repositories into git which
> some users might decide to use. For those users' surprise, the
> repository will always fail to build on svnonly target and it will
> exit early.
>
> The problem is simple enough to fix by just checki...
2017 May 04
12
[PATCH v1] ACPI: Switch to use generic UUID API
...ires <benjamin.tissoires at redhat.com>
Cc: Joerg Roedel <joro at 8bytes.org>
Cc: Adrian Hunter <adrian.hunter at intel.com>
Cc: Yisen Zhuang <yisen.zhuang at huawei.com>
Cc: Bjorn Helgaas <bhelgaas at google.com>
Cc: Zhang Rui <rui.zhang at intel.com>
Cc: Felipe Balbi <balbi at kernel.org>
Cc: Mathias Nyman <mathias.nyman at intel.com>
Cc: Heikki Krogerus <heikki.krogerus at linux.intel.com>
Cc: Liam Girdwood <lgirdwood at gmail.com>
Cc: Mark Brown <broonie at kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux...
2017 May 04
0
[PATCH v1] ACPI: Switch to use generic UUID API
...redhat.com>
> Cc: Joerg Roedel <joro at 8bytes.org>
> Cc: Adrian Hunter <adrian.hunter at intel.com>
> Cc: Yisen Zhuang <yisen.zhuang at huawei.com>
> Cc: Bjorn Helgaas <bhelgaas at google.com>
> Cc: Zhang Rui <rui.zhang at intel.com>
> Cc: Felipe Balbi <balbi at kernel.org>
> Cc: Mathias Nyman <mathias.nyman at intel.com>
> Cc: Heikki Krogerus <heikki.krogerus at linux.intel.com>
> Cc: Liam Girdwood <lgirdwood at gmail.com>
> Cc: Mark Brown <broonie at kernel.org>
> Signed-off-by: Andy Shevchenko <a...
2015 Jan 13
0
[PATCH] Makefile: add support for git svn clones
...ecide to use. For those users' surprise, the
repository will always fail to build on svnonly target and it will
exit early.
The problem is simple enough to fix by just checking if a .git
directory exists in top_builddir and, if so, call git svn info insstead
of svn info.
Signed-off-by: Felipe Balbi <balbi at kernel.org>
---
Patch generated with git. Let me know if there are any formatting
changes you guys might want.
Makefile.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 44b0a3b4b99f..221c437972ad 100644
--- a/Makefile.in
+...
2015 Jan 19
0
[PATCH] Makefile: add support for git svn clones
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 19/01/2015 3:20 PM, Felipe Balbi wrote:
> Hi,
>
> On Mon, Jan 19, 2015 at 03:06:11PM -0500, Duncan Murdoch wrote:
>> On 19/01/2015 2:33 PM, Felipe Balbi wrote:
>>> git has an interface for cloning SVN repositories into git
>>> which some users might decide to use. For those users'
>>&g...
2015 Jan 19
0
[PATCH] Makefile: add support for git svn clones
On Mon, Jan 19, 2015 at 1:00 PM, Felipe Balbi <balbi at kernel.org> wrote:
> I just thought that such a small patch which causes no visible change to
> SVN users and allow for git users to build R would be acceptable, but if
> it isn't, that's fine too.
Felipe ---
It would appear that you are unaware that you are walki...
2007 Jun 18
2
patch for triggering SFTP process_write
...ated by struct Trigger.
With many user, I can perform different personalized procedures.
(thinking at my case this is cool!)
Many stylistic enhancements can take place... but I'm a sysadm :P
I think this patch should be a usefull feature, in this case: nice to
support the community!
Valerio Balbi (aka pvb265)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openssh-4.6p1-pvb265p1.patch.bz2
Type: application/x-bzip
Size: 3245 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20070618/efcc7943/attachment-0001...
2017 May 05
0
[PATCH v1] ACPI: Switch to use generic UUID API
...Cc: Joerg Roedel <joro at 8bytes.org>
>> Cc: Adrian Hunter <adrian.hunter at intel.com>
>> Cc: Yisen Zhuang <yisen.zhuang at huawei.com>
>> Cc: Bjorn Helgaas <bhelgaas at google.com>
>> Cc: Zhang Rui <rui.zhang at intel.com>
>> Cc: Felipe Balbi <balbi at kernel.org>
>> Cc: Mathias Nyman <mathias.nyman at intel.com>
>> Cc: Heikki Krogerus <heikki.krogerus at linux.intel.com>
>> Cc: Liam Girdwood <lgirdwood at gmail.com>
>> Cc: Mark Brown <broonie at kernel.org>
>> Signed-off-by: A...
2017 May 05
2
[PATCH v1] ACPI: Switch to use generic UUID API
...redhat.com>
> Cc: Joerg Roedel <joro at 8bytes.org>
> Cc: Adrian Hunter <adrian.hunter at intel.com>
> Cc: Yisen Zhuang <yisen.zhuang at huawei.com>
> Cc: Bjorn Helgaas <bhelgaas at google.com>
> Cc: Zhang Rui <rui.zhang at intel.com>
> Cc: Felipe Balbi <balbi at kernel.org>
> Cc: Mathias Nyman <mathias.nyman at intel.com>
> Cc: Heikki Krogerus <heikki.krogerus at linux.intel.com>
> Cc: Liam Girdwood <lgirdwood at gmail.com>
> Cc: Mark Brown <broonie at kernel.org>
> Signed-off-by: Andy Shevchenko <a...
2015 Jan 19
3
[PATCH] Makefile: add support for git svn clones
On 19/01/2015 4:13 PM, Nathan Kurz wrote:
> On Mon, Jan 19, 2015 at 1:00 PM, Felipe Balbi <balbi at kernel.org> wrote:
>> I just thought that such a small patch which causes no visible change to
>> SVN users and allow for git users to build R would be acceptable, but if
>> it isn't, that's fine too.
>
> Felipe ---
>
> It would appear that yo...
2015 Jan 19
0
[PATCH] Makefile: add support for git svn clones
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 19/01/2015 3:34 PM, Felipe Balbi wrote:
> Hi,
>
> On Mon, Jan 19, 2015 at 03:31:32PM -0500, Duncan Murdoch wrote:
>>>>> git has an interface for cloning SVN repositories into git
>>>>> which some users might decide to use. For those users'
>>>>> surprise, the repository...
2015 Jan 20
1
[PATCH] Makefile: add support for git svn clones
Fellipe,
CXXR development has moved to github, and we haven't fixed up the build for
using git yet. Could you send a pull request with your change to the repo
at https://github.com/cxxr-devel/cxxr/?
Also, this patch may be useful for pqR too.
https://github.com/radfordneal/pqR
Thanks
On Mon, Jan 19, 2015 at 2:35 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> On 19
2010 Feb 26
2
[Bug 26767] New: kmemleak complain about possible memory leak
...ak
Product: xorg
Version: 7.5
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: me at felipebalbi.com
QAContact: xorg-team at lists.x.org
When running kernel with kmemleak enabled, we keep seeing on dmesg suspects of
new memory leaks, looking at /sys/kernel/debug/kmemleak says that nouveau might
be the one to be blamed:
unreferenced object 0xf6175390 (size 148):
comm "X"...
2017 May 04
0
[PATCH v1] ACPI: Switch to use generic UUID API
...redhat.com>
> Cc: Joerg Roedel <joro at 8bytes.org>
> Cc: Adrian Hunter <adrian.hunter at intel.com>
> Cc: Yisen Zhuang <yisen.zhuang at huawei.com>
> Cc: Bjorn Helgaas <bhelgaas at google.com>
> Cc: Zhang Rui <rui.zhang at intel.com>
> Cc: Felipe Balbi <balbi at kernel.org>
> Cc: Mathias Nyman <mathias.nyman at intel.com>
> Cc: Heikki Krogerus <heikki.krogerus at linux.intel.com>
> Cc: Liam Girdwood <lgirdwood at gmail.com>
> Cc: Mark Brown <broonie at kernel.org>
> Signed-off-by: Andy Shevchenko <a...