Protocol v2 in v2.27 (Re: Re* [ANNOUNCE] Git v2.27.0-rc1)

2020-05-20 Thread Jonathan Nieder
ture.experimental enabled, like this? (This isn't part of the rest of the feature.experimental handling because those are tied to a repository object, whereas this code path is used for operations like "git ls-remote" that do not require a repository.) Signed-off-by: Jonathan Nieder

Re: email as a bona fide git transport

2019-10-16 Thread Jonathan Nieder
Hi, A few small points. Vegard Nossum wrote: > * git am (or an alternative command) needs to recreate the commit > perfectly when applied, including applying it to the correct parent Interesting. "git format-patch" has a --base option to do some of what you're looking for, for the sake of sn

Re: [ANNOUNCE] Git v2.16.0-rc0

2018-01-02 Thread Jonathan Nieder
Bryan Turner wrote: > On Tue, Jan 2, 2018 at 9:07 PM, Jonathan Nieder wrote: >> So my first question is why the basename detection is not working for >> you. What value of GIT_SSH, GIT_SSH_COMMAND, or core.sshCommand are >> you using? > > So I'd been digging fur

Re: [ANNOUNCE] Git v2.16.0-rc0

2018-01-02 Thread Jonathan Nieder
Hi, A few more notes. Bryan Turner wrote: > bturner@ubuntu:~$ ssh -V > OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8, OpenSSL 1.0.1f 6 Jan 2014 > > bturner@ubuntu:~$ ssh -G -p 7999 localhost > unknown option -- G > usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] [...] > Is it possi

Re: [ANNOUNCE] Git v2.16.0-rc0

2018-01-02 Thread Jonathan Nieder
Hi Bryan, Bryan Turner wrote: > Our test environment is still on Ubuntu 12.04 LTS (it's a long story, > but one I doubt is unique to us), which means it's using OpenSSH 5.9. > ssh -G was added in OpenSSH 6.8 [1], circa March 2015, which means the > "auto" detection "fails" and chooses "simple" in

Re: [ANNOUNCE] Git v2.12.3 and others

2017-05-09 Thread Jonathan Nieder
Junio C Hamano wrote: > Maintenance releases Git v2.4.12, v2.5.6, v2.6.7, v2.7.5, v2.8.5, > v2.9.4, v2.10.3, v2.11.2, and v2.12.3 have been tagged and are now > available at the usual places. > > These are primarily to fix a recently disclosed problem with "git > shell", which may allow a user who

[ANNOUNCE] Git v1.8.4.1

2013-09-27 Thread Jonathan Nieder
Bash still does not support array+=('') notation contrib/git-prompt.sh: handle missing 'printf -v' more gracefully Jeff King (2): config: do not use C function names as struct members mailmap: handle mailmap blobs without trailing newlines Jharrod LaFon (1):

[3.8-rc3 -> 3.8-rc4 regression] Re: [PATCH] module, async: async_synchronize_full() on module init iff async is used

2013-08-12 Thread Jonathan Nieder
Hi, Tejun Heo wrote: > This avoids the described deadlock because iosched module doesn't use > async and thus wouldn't invoke async_synchronize_full(). This is > hacky and incomplete. It will deadlock if async module loading nests; > however, this works around the known problem case and seems t

Re: [regression] external HDD in USB3 enclosure cannot be dynamically removed (Re: Linux 3.7.5)

2013-02-11 Thread Jonathan Nieder
Sarah Sharp wrote: > Can you turn on CONFIG_USB_DEBUG and CONFIG_USB_XHCI_HCD_DEBUGGING, > recompile the 3.7.5 kernel, and send me dmesg starting from the point > you unmount the device and then power it off? > > I'd like to keep that patch in stable, but I need to understand what > exactly is fai

[regression] external HDD in USB3 enclosure cannot be dynamically removed (Re: Linux 3.7.5)

2013-01-28 Thread Jonathan Nieder
Hi Holger, Holger Hoffstaette wrote: >> On Mon, Jan 28, 2013 at 12:42:16PM +0100, Holger Hoffstaette wrote: >>> Apologies for being late but I'm afraid I just found at least one >>> regression in this release. >>> >>> I have an external HDD in an USB3 enclosure for the occasional backup. I >>> tu

Re: Bug#695182: [PATCH] Subtract min_free_kbytes from dirtyable memory

2013-01-25 Thread Jonathan Nieder
Cc: Wu Fengguang Cc: Dave Chinner Cc: Jan Kara Cc: Shaohua Li Cc: Chris Mason Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Jonathan Nieder --- include/linux/mmzone.h | 6 ++ include/linux/swap.h | 1 + mm/page-writeback.c| 5 +++-- mm/pa

Re: [PATCH] Subtract min_free_kbytes from dirtyable memory

2013-01-25 Thread Jonathan Nieder
Hi Paul, paul.sz...@sydney.edu.au wrote: > Dear Ben, >> If you can identify where it was fixed then ... > > Sorry I cannot do that. I have no idea where kernel changelogs are kept. Here are some tools. # prerequisite: apt-get install git; # as root # to get the kernel history: git clon

Re: [ 000/123] 3.7.2-stable review

2013-01-10 Thread Jonathan Nieder
Shuah Khan wrote: > Patches applied cleanly to 3.0.y, 3.4.y, and 3.7.y. > Compiled and booted on the following systems: > HP EliteBook 6930p Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz > HP ProBook 6475b AMD A10-4600M APU with Radeon(tm) HD Graphics > > Cross-compile tests: Thanks much for these s

Re: [ 104/173] rt2x00: Dont let mac80211 send a BAR when an AMPDU subframe fails

2013-01-07 Thread Jonathan Nieder
Stanislaw Gruszka wrote: > On Sun, Dec 30, 2012 at 01:42:37PM +0100, Ben Hutchings wrote: >> To be clear, I have all of these in the queue: >> >> be03d4a45c09 rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe >> fails >> 5b632fe85ec8 mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BA

Re: [ 016/173] use clamp_t in UNAME26 fix

2012-12-29 Thread Jonathan Nieder
Ben Hutchings wrote: > On Sat, 2012-12-29 at 00:07 -0800, Jonathan Nieder wrote: >> Ben Hutchings wrote: >>> The min/max call needed to have explicit types on some architectures >>> (e.g. mn10300). Use clamp_t instead to avoid the warning: >>> >>>

Re: [ 024/173] drm/i915: add Ivy Bridge GT2 Server entries

2012-12-29 Thread Jonathan Nieder
Ben Hutchings wrote: > This adds PCI ID for IVB GT2 server variant which we were missing. As discussed at [1], this triggers a small regression with Debian wheezy userspace (X freezing instead of erroring out). libdrm hasn't been updated in wheezy since then, and I wouldn't be surprised if other

Re: [ 016/173] use clamp_t in UNAME26 fix

2012-12-29 Thread Jonathan Nieder
Ben Hutchings wrote: > The min/max call needed to have explicit types on some architectures > (e.g. mn10300). Use clamp_t instead to avoid the warning: > > kernel/sys.c: In function 'override_release': > kernel/sys.c:1287:10: warning: comparison of distinct pointer types lacks a > cast [enab

[2.6.32.y, 2.6.34.y] Re: [PATCH] x86: Don't use the EFI reboot method by default

2012-12-23 Thread Jonathan Nieder
Hi Willy et al, Please consider f70e957cda22 x86: Don't use the EFI reboot method by default, 2011-07-06 for application to the 2.6.32.y and 2.6.34.y trees. The patch was applied upstream late in the 3.0 cycle, so newer kernels don't need it. In 2011, Keith Ward wrote[1]: > W

Re: [PATCH 036/270] kbuild: Do not package /boot and /lib in make tar-pkg

2012-11-30 Thread Jonathan Nieder
Greg Kroah-Hartman wrote: > On Tue, Nov 27, 2012 at 02:26:27AM +, Ben Hutchings wrote: >> On Mon, 2012-11-26 at 14:55 -0200, Herton Ronaldo Krzesinski wrote: >>> commit fe04ddf7c2910362f3817c8156e41cbd6c0ee35d upstream. >>> >>> There were reports of users destroying their Fedora installs by a

[3.0.y, 3.2.y, 3.4.y] Re: [PATCH v2] r8169: Fix WoL on RTL8168d/8111d.

2012-11-12 Thread Jonathan Nieder
Francois Romieu wrote: > Cyril Brulebois : >> This regression was spotted between Debian squeeze and Debian wheezy >> kernels (respectively based on 2.6.32 and 3.2). More info about >> Wake-on-LAN issues with Realtek's 816x chipsets can be found in the >> following thread: http://marc.info/?t=132

Re: [ANNOUNCE] Extended stable support for Linux 3.5 (linux-3.5.y-ext.z)

2012-11-09 Thread Jonathan Nieder
Hi Herton, Herton Ronaldo Krzesinski wrote: > I plan to do a similar workflow as to what is done today with current > stable releases. I'll send email notifications to everyone involved in > each patch when it's added to 3.5 queue, and post the patches for review > for each release cycle. Just ve

[regression] Re: [ 049/149] rtc: Disable the alarm in the hardware (v2)

2012-11-05 Thread Jonathan Nieder
Hi, In March, Greg KH wrote: > 3.2-stable review patch. If anyone has any objections, please let me know. Sorry, I'm a little late. This seems to be causing spurious wakeups after shutdown on some systems just like v1 did. :/ Janne Boman reports[1], using an HP EliteBook 8530w: | I'm unable

Re: [PATCH] samsung-laptop: Disable if CONFIG_EFI=y

2012-11-04 Thread Jonathan Nieder
Matt Fleming wrote: > --- a/drivers/platform/x86/Kconfig > +++ b/drivers/platform/x86/Kconfig > @@ -717,7 +717,7 @@ config XO15_EBOOK > > config SAMSUNG_LAPTOP > tristate "Samsung Laptop driver" > - depends on X86 > + depends on X86 && !EFI That means distros would just not get th

Re: [PATCH] lockd: fix races in per-net NSM client handling

2012-10-31 Thread Jonathan Nieder
Hi, Greg KH wrote: > On Wed, Oct 31, 2012 at 06:27:36PM +0100, Paweł Sikora wrote: >> the patch metioned in https://lkml.org/lkml/2012/10/24/175 seems to fix >> the 3.6.3 oops (while 3.6.2 works fine) at 16-cores opteron server. >> please queue this path for 3.6.$next. > > Is it in Linus's tree a

Re: [ 026/105] ACPI: EC: Make the GPE storm threshold a module parameter

2012-10-28 Thread Jonathan Nieder
Ben Hutchings wrote: > 3.2-stable review patch. If anyone has any objections, please let me know. [...] > commit a520d52e99b14ba7db135e916348f12f2a6e09be upstream. > > The Linux EC driver includes a mechanism to detect GPE storms, > and switch from interrupt-mode to polling mode. However, pollin

Re: [ 08/31] use clamp_t in UNAME26 fix

2012-10-26 Thread Jonathan Nieder
Greg Kroah-Hartman wrote: > On Thu, Oct 25, 2012 at 05:11:19PM -0700, Jonathan Nieder wrote: >> Greg Kroah-Hartman wrote: >>> v = ((LINUX_VERSION_CODE >> 8) & 0xff) + 40; >>> - copy = min(sizeof(buf), max_t(size_t, 1, len)); >>

Re: [ 08/31] use clamp_t in UNAME26 fix

2012-10-25 Thread Jonathan Nieder
Hi, Greg Kroah-Hartman wrote: > commit 31fd84b95eb211d5db460a1dda85e004800a7b52 upstream. > > The min/max call needed to have explicit types on some architectures > (e.g. mn10300). Use clamp_t instead to avoid the warning: > > kernel/sys.c: In function 'override_release': > kernel/sys.c:1287:

Re: [RFC/PATCH 2.6.32.y 0/3] Re: [stable 2.6.32..2.6.34] x86, ioapic: initialize nr_ioapic_registers early in mp_register_ioapic()

2012-10-24 Thread Jonathan Nieder
Suresh Siddha wrote: > Here is the updated patch with just some > more text added to the changelog. Yes, that's clearer. For what it's worth, Reviewed-by: Jonathan Nieder Thanks for your patience. -- To unsubscribe from this list: send the line &q

[PATCH 3/3] x86, ioapic: Move nr_ioapic_registers calculation to mp_register_ioapic.

2012-10-24 Thread Jonathan Nieder
hang, Lin-Bao Signed-off-by: Suresh Siddha Signed-off-by: Jonathan Nieder --- arch/x86/kernel/apic/io_apic.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c index 7a5087640599..6b7d97f1f5e

[PATCH 2/3] x86, ioapic: In mpparse use mp_register_ioapic

2012-10-24 Thread Jonathan Nieder
6-7039-10-git-send-email-ebied...@xmission.com> Signed-off-by: H. Peter Anvin Signed-off-by: Jonathan Nieder --- arch/x86/kernel/mpparse.c | 25 + 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse

[PATCH 1/3] x86, ioapic: Teach mp_register_ioapic to compute a global gsi_end

2012-10-24 Thread Jonathan Nieder
6-7039-9-git-send-email-ebied...@xmission.com> Signed-off-by: H. Peter Anvin Signed-off-by: Jonathan Nieder --- arch/x86/include/asm/io_apic.h | 1 + arch/x86/kernel/apic/io_apic.c | 6 ++ arch/x86/kernel/sfi.c | 4 +--- 3 files changed, 8 insertions(+), 3 deletions(-) diff --

[RFC/PATCH 2.6.32.y 0/3] Re: [stable 2.6.32..2.6.34] x86, ioapic: initialize nr_ioapic_registers early in mp_register_ioapic()

2012-10-24 Thread Jonathan Nieder
Suresh Siddha wrote: > On Wed, 2012-10-24 at 11:25 -0700, Jonathan Nieder wrote: >> Why not cherry-pick 7716a5c4ff5 in full? > > As that depends on the other commits like: > commit 4b6b19a1c7302477653d799a53d48063dd53d555 More importantly, if I understand correctly it might

Re: [stable 2.6.32..2.6.34] x86, ioapic: initialize nr_ioapic_registers early in mp_register_ioapic()

2012-10-24 Thread Jonathan Nieder
Suresh Siddha wrote: > commit 4b6b19a1c7302477653d799a53d48063dd53d555 Oh, yuck. If that commit had changed io_apic_get_redir_entries()'s name, it would have avoided some trouble. Thanks for pointing it out. > Wanted to keep the changes as minimal as possible. I don't see how this is conceptu

Re: [stable 2.6.32..2.6.34] x86, ioapic: initialize nr_ioapic_registers early in mp_register_ioapic()

2012-10-24 Thread Jonathan Nieder
Hi Suresh, Suresh Siddha wrote: [...] > This problem doesn't happen with more recent kernels and closer > look at the 2.6.32 kernel shows that the code which masks > the IO-APIC RTE's is not working as expected as the nr_ioapic_registers > for each IO-APIC is not yet initialized at this point. In

Re: [PATCH v2 1/1] ALSA: hda - add quirk for Thinkpad T430

2012-10-19 Thread Jonathan Nieder
joseph.salisb...@canonical.com wrote: > This patch adds a quirk to enable headphone jack audio on T430 Thinkpads. > > Signed-off-by: Joseph Salisbury > Cc: Thanks --- this is a little better. One more nit: it looks like this was reported, tested, and based on a patch by Stefan Freyr. Takashi,

Re: [PATCH 0/1] ALSA: hda - add quirk for Thinkpad T430

2012-10-19 Thread Jonathan Nieder
Hi Joseph, joseph.salisb...@canonical.com wrote: > [Subject: [PATCH 0/1] ALSA: hda - add quirk for Thinkpad T430]] [...] > This patch is to enable audio on T430 Thinkpads. There is no audo > from the headphone jack without this patch. This patch adds a quirk > for the T430 model. Please don'

Re: [PATCH -stable] amd_iommu: attach device fails on the last pci device

2012-10-12 Thread Jonathan Nieder
Shuah Khan wrote: > On Fri, 2012-10-12 at 11:38 -0700, Jonathan Nieder wrote: >> To save Willy time: am I correct in guessing the upstream commit you >> are referring to is 98fc5a693bbdda498a556654c70d1e31a186c988 >> (x86/amd-iommu: Use get_device_id and check_device where ap

Re: [PATCH -stable] amd_iommu: attach device fails on the last pci device

2012-10-12 Thread Jonathan Nieder
Shuah Khan wrote: > This bug is in linux-2.6.32 and an equivalent fix in linux-2.6.33 and has been > carried forward to later kernels and is in the upstream kernel. This > equivalent > fix includes restructuring and consolidating device checks into a routine > check_device(). Instead of back-port

Re: [ 60/84] r8169: fix wake on lan setting for non-8111E.

2012-10-11 Thread Jonathan Nieder
e new 84xx stopped flying below the radars. Signed-off-by: Francois Romieu Cc: Hayes Wang -Reviewed-by: Jonathan Nieder Acked-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.0/r8169-call-netif_napi_del-at-errpaths-and-at-driver-unload.patch b/queue-3.0/r8

Re: [PATCH 27/30] ACPI: EC: Add a quirk for CLEVO M720T/M730T laptop

2012-10-08 Thread Jonathan Nieder
Feng Tang wrote: > Jonathan Nieder wrote: >> What would go wrong if the threshold were just increased to 20 on all >> models? > > Then some other platform will stop to work. > https://bugzilla.kernel.org/show_bug.cgi?id=11892 > > The 26/30 and 27/30 patches

Re: [PATCH 27/30] ACPI: EC: Add a quirk for CLEVO M720T/M730T laptop

2012-10-08 Thread Jonathan Nieder
Len Brown wrote: > By enlarging the GPE storm threshold back to 20, that laptop's > EC works fine with interrupt mode instead of polling mode. What would go wrong if the threshold were just increased to 20 on all models? Thanks, Jonathan -- To unsubscribe from this list: send the line "unsubscri

[PATCH 2.6.32.y, 2.6.34.y] ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs

2012-10-08 Thread Jonathan Nieder
: Takashi Iwai Tested-by: Ana Guerrero # EliteBook 8570w Signed-off-by: Jonathan Nieder --- Hi Willy and Paul, Please consider d2edeb7c6f1d ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs for application to the 2.6.32.y and 2.6.34.y trees. It does what it says on

Re: Seems like "sched: Add missing call to calc_load_exit_idle()" should be reverted in 3.5 branch

2012-10-05 Thread Jonathan Nieder
Peter Zijlstra wrote: > On Thu, 2012-10-04 at 15:27 -0700, Greg Kroah-Hartman wrote: >> I'm puzzled as well. Any ideas if I should do anything here or not? > > So I think the current v3.5.5 code is fine. Now I'm puzzled. You wrote: | However, since we don't restart the tick, we won't be sampli

Re: Seems like "sched: Add missing call to calc_load_exit_idle()" should be reverted in 3.5 branch

2012-10-04 Thread Jonathan Nieder
Peter Zijlstra wrote: > I can't find wtf went wrong either, the initial patch 5167e8d5417bf5c > contains both hunks, but in that case the fixup 749c8814f0 doesn't make > sense, not can I find anything in merge commits using: > > git log -S calc_load_exit_idle kernel/time/tick-sched.c git log -

Re: [PATCH v2] psmouse: mitigate failing-mouse symptoms

2012-09-30 Thread Jonathan Nieder
Hi Jim, In January, 2011, Jim Hill wrote: > Keep a failing PS/2 mouse usable until it's convenient to replace it. > Filter incoming packets: drop invalid ones and attempt to correct for > dropped bytes. > > New parameter 'filter' makes filtering and logging selectable, set to 0 > to shut off all

Re: [PATCH] posix_types.h: Cleanup stale __NFDBITS and related definitions

2012-07-25 Thread Jonathan Nieder
Josh Boyer wrote: > That should be the question, yes. The answer is: > > However far back people wish to use older stable kernel-headers to build > applications against newer glibc. > > It isn't a clear answer. Thanks for explaining. > Some people stick with older kern

Re: [PATCH] posix_types.h: Cleanup stale __NFDBITS and related definitions

2012-07-25 Thread Jonathan Nieder
Hi, Josh Boyer wrote: > Indeed. However, I believe Linus pointed out that even before > 8b3d1cda4f5f the macros that were removed weren't actually used. > It's likely safe to go back further than just 3.4. > > I'll verify again in the morning and include the furthest back we could > remove these

Re: [PATCH 17/17] NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page

2012-07-21 Thread Jonathan Nieder
Hi, In February, David Howells wrote: > nfs_migrate_page() does not wait for FS-Cache to finish with a page, probably > leading to the following bad-page-state: [...] > nfs_migrate_page() calls nfs_fscache_release_page() which doesn't actually > wait > - even if __GFP_WAIT is set. The reason th

sched: care and feeding of load-avg code (Re: [PATCH] sched: Folding nohz load accounting more accurate)

2012-07-20 Thread Jonathan Nieder
://www.smythies.com/~doug/network/load_average/ which has some useful examples of how to test changes. Signed-off-by: Jonathan Nieder --- Documentation/scheduler/00-INDEX |2 ++ Documentation/scheduler/sched-load.txt | 16 2 files changed, 18 insertions(+) create mo

Re: [ 11/37] sched/nohz: Rewrite and fix load-avg computation -- again

2012-07-20 Thread Jonathan Nieder
Peter Zijlstra wrote: > On Tue, 2012-07-17 at 19:16 -0500, Jonathan Nieder wrote: >> I'm thrilled to see this regression fix for stable@, but are we really >> really sure that it won't cause new regressions? > > Doug Smythies ran a ~68 hour test on it, runni

Re: [PATCH 06/34] vmscan: add shrink_slab tracepoints

2012-07-20 Thread Jonathan Nieder
Mel Gorman wrote: > On Thu, Jul 19, 2012 at 05:07:21PM -0500, Jonathan Nieder wrote: >> Some of the other patches of this type made sense, but I'd personally >> prefer if this one was dropped, yes. Though I am just a nobody that >> reads patches rather than

Re: [PATCH 06/34] vmscan: add shrink_slab tracepoints

2012-07-19 Thread Jonathan Nieder
Mel Gorman wrote: > On Thu, Jul 19, 2012 at 03:30:17PM -0500, Jonathan Nieder wrote: >> It doesn't sound like it fixes a serious issue. > > You're right, it doesn't. There are a few patches in this series that > were applied because they made other patches eas

Re: [PATCH 30/34] mm: vmscan: Do not force kswapd to scan small targets

2012-07-19 Thread Jonathan Nieder
Mel Gorman wrote: > commit ad2b8e601099a23db53f91c18d874fe98854 upstream - WARNING: partial > backport only > > Stable note: Not tracked in Bugzilla. This patch is very controversial for > -stable. The upstream patch is addressing a completely different > issue but accidentally co

Re: [PATCH 06/34] vmscan: add shrink_slab tracepoints

2012-07-19 Thread Jonathan Nieder
Mel Gorman wrote: > From: Dave Chinner > > commit 095760730c1047c69159ce88021a7fa3833502c8 upstream. > > Stable note: Not tracked in Bugzilla. This is a diagnostic patch that > was part of a series addressing excessive slab shrinking after > GFP_NOFS failures. There is detailed inform

Re: [PATCH 34/34] mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma

2012-07-19 Thread Jonathan Nieder
Hi, Mel Gorman wrote: > From: Konstantin Khlebnikov > > Stable note: Not tracked in Bugzilla. [get|put]_mems_allowed() is extremely > expensive and severely impacted page allocator performance. This > is part of a series of patches that reduce page allocator overhead. > > Fix a gcc w

Re: [ 11/37] sched/nohz: Rewrite and fix load-avg computation -- again

2012-07-17 Thread Jonathan Nieder
Hi, Greg Kroah-Hartman wrote: > commit 5167e8d5417bf5c322a703d2927daec727ea40dd upstream. > > Thanks to Charles Wang for spotting the defects in the current code: > > - If we go idle during the sample window -- after sampling, we get a >negative bias because we can negate our own sample. > >

Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread Jonathan Nieder
Martin-Éric Racine wrote: > Could you tell us exactly what > you did differently and why? At least the "what" should be answerable by looking at what is in linux-next. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread Jonathan Nieder
Hi, Martin-Éric Racine wrote: > Signed-off-by: Martin-Éric Racine Thanks. This patch does many things at once instead of the usual practice of "one patch per logical change", but oh well. [...] > --- a/scripts/package/builddeb > +++ b/scripts/package/builddeb > @@ -79,9 +79,9 @@ fwdir="$objtr

Re: [PATCH 00/11] 3.0-stable: Fix for leapsecond deadlock & hrtimer/futex issue

2012-07-17 Thread Jonathan Nieder
John Stultz wrote: > On 07/17/2012 11:26 AM, Jonathan Nieder wrote: >> Would it be possible to put them in the kernel tree somewhere, for >> example under tools/testing/? > > Huh. I guess its possible. However I'd like to avoid starting > yet-another-testi

Re: [PATCH 00/11] 3.0-stable: Fix for leapsecond deadlock & hrtimer/futex issue

2012-07-17 Thread Jonathan Nieder
John Stultz wrote: > Are there any other test suites that folks would recommend I look > into for merging these (and other time related) tests? Would it be possible to put them in the kernel tree somewhere, for example under tools/testing/? Thanks, Jonathan -- To unsubscribe from this list: send

Re: [PATCH 04/11] 3.0.x: time: Move common updates to a function

2012-07-17 Thread Jonathan Nieder
John Stultz wrote: > From: Thomas Gleixner > > This is a backport of cc06268c6a87db156af2daed6e96a936b955cc82 > > While not a bugfix itself, it allows following fixes to backport > in a more straightforward manner. Nicely done; thank you. -- To unsubscribe from this list: send the line "unsubscr

Re: [regression] Ideapad S10-3 does not wake up from suspend

2012-07-15 Thread Jonathan Nieder
Hi again, In May, Lars Boegild Thomsen wrote: > On Sunday 13 May 2012 07:13:49 Jonathan Nieder wrote: >>>> Lars Boegild Thomsen writes: >>>>> After update from 2.6 kernel to 3.0 my Idepad S10-3 will not wake up >>>>> after sleep. Back to latest 2.6 k

Re: video: USB webcam fails since kernel 3.2

2012-07-09 Thread Jonathan Nieder
Hi Martin-Éric, Hans de Goede wrote: > Erm, that is quite a bit of work from my side for something which you > can easily do yourself, edit gspca.c, search for which_bandwidth > and then under the following lines: > u32 bandwidth; > int i; > > Add a line like this: > return

[PATCH v2] ACPI: Leave Bus Master Arbitration enabled for suspend/resume

2012-07-08 Thread Jonathan Nieder
sected-and-tested-by: Octavio Alvarez Reported-by: Adrian Knoth Signed-off-by: Jonathan Nieder Cc: # 3.4 --- Rafael J. Wysocki wrote: > Can you please repost it with _both_ the changelog and the patch? Here you go. Sorry about that. drivers/acpi/acpica/hwsleep.c | 22

Re: [PATCH] ACPI: Leave Bus Master Arbitration enabled for suspend/resume

2012-07-08 Thread Jonathan Nieder
Hi again, Jonathan Nieder wrote: > The bug snuck back in in commit 33620c5419e8 (ACPICA: Support for > custom ACPICA build for ACPI 5 reduced hardware, 2012-02-14), > presumably by copy/pasting from the wrong source for the legacy case. Um, wrong commit. Sorry, here's a fixed

[PATCH] ACPI: Leave Bus Master Arbitration enabled for suspend/resume

2012-07-08 Thread Jonathan Nieder
ted-by: Octavio Alvarez Reported-by: Adrian Knoth Signed-off-by: Jonathan Nieder Cc: # 3.4 --- Octavio Alvarez wrote: > Given the complexity of the ACPI_DEBUG logging (particularly the > console part), I decided to give your patch a shot directly. > > Result: the system no longer locks up.

Re: [PATCH 05/12] usb: feed USB device information to the /dev/random driver

2012-07-06 Thread Jonathan Nieder
Hi, Theodore Ts'o wrote: > On Fri, Jul 06, 2012 at 06:02:18PM -0500, Jonathan Nieder wrote: >> Why cc: stable@? Does this fix a build error, oops, hang, data >> corruption, real security issue, or other critical "oh, that's not >> good" bug? > &g

Re: [PATCH 05/12] usb: feed USB device information to the /dev/random driver

2012-07-06 Thread Jonathan Nieder
Hi, Theodore Ts'o wrote: > Send the USB device's serial, product, and manufacturer strings to the > /dev/random driver to help seed its pools. > > Cc: Linus Torvalds > Acked-by: Greg KH > Signed-off-by: "Theodore Ts'o" > Cc: sta...@vger.kernel.org Why cc: stable@? Does this fix a build error