c438cfd46e ("blk-mq: fix changelog"): BUG: unable to handle kernel NULL pointer dereference at 00000000

2019-01-31 Thread kernel test robot
Commit: Greg Kroah-Hartman CommitDate: Thu Jan 31 14:18:25 2019 +0100 blk-mq: fix changelog ddd7d0ff2d wireless: fix changelog c438cfd46e blk-mq: fix changelog 31b092d47f lib: WIP, break up

1aba551c73 ("blk-mq: fix changelog"): BUG: unable to handle kernel NULL pointer dereference at 00000000

2019-01-05 Thread kernel test robot
Commit: Greg Kroah-Hartman CommitDate: Sat Jan 5 18:42:10 2019 +0100 blk-mq: fix changelog 7d7009c53a wireless: fix changelog 1aba551c73 blk-mq: fix changelog 6044acd966 lib: WIP, break up

Re: 047fb56f7e ("blk-mq: fix changelog"): BUG: unable to handle kernel NULL pointer dereference at 00000030

2019-01-05 Thread Greg Kroah-Hartman
leanup > > commit 047fb56f7ecf53620d6e93fbcc8ca9166108d14c > Author: Greg Kroah-Hartman > AuthorDate: Fri Jan 4 14:06:22 2019 +0100 > Commit: Greg Kroah-Hartman > CommitDate: Fri Jan 4 17:29:15 2019 +0100 > > blk-mq: fix changelog > > 464573328e wireless: fix changelog > 047fb

[PATCH 048/124] staging: lustre: Flexible changelog format.

2016-09-18 Thread James Simmons
From: Henri Doreau Added jobid fields to Changelog records (and extended records). The CLF_JOBID flags allows to check if the field is present or not (old format) when reading an entry. Jobids are expressed as 32 chars long, zero-terminated strings. Updated test_205 in sanity.sh. Signed-off-by

[PATCH 067/124] staging: lustre: changelog: fix comparison between signed and unsigned

2016-09-18 Thread James Simmons
From: Dmitry Eremin Change type of changelog_*{namelen,size}() to size_t. Fixed string specifier for unsigned types. Signed-off-by: Dmitry Eremin Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5577 Reviewed-on: http://review.whamcloud.com/12474 Reviewed-by: James Simmons Reviewed-by: Andr

[PATCH 074/124] staging: lustre: changelog: Proper record remapping

2016-09-18 Thread James Simmons
From: Henri Doreau Fixed changelog_remap_rec() to correctly remap records emitted with jobid_var=disabled, i.e. delivered by new servers but with no jobid field. Signed-off-by: Henri Doreau Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5862 Reviewed-on: http://review.whamcloud.com/12574 R

[PATCH v2 26/84] staging/lustre: Remove server-side changelog defines

2016-02-24 Thread green
pe's */ -#define CHANGELOG_ALLMASK 0X -/** default \a changelog_rec_type mask */ -#define CHANGELOG_DEFMASK CHANGELOG_ALLMASK & ~(1 << CL_ATIME | 1 << CL_CLOSE) - /* changelog llog name, needed by client replicators */ #define CHANGELOG_CATALOG "changelog_catalog" @@ -

[PATCH 26/56] staging/lustre: Remove server-side changelog defines

2016-02-22 Thread green
pe's */ -#define CHANGELOG_ALLMASK 0X -/** default \a changelog_rec_type mask */ -#define CHANGELOG_DEFMASK CHANGELOG_ALLMASK & ~(1 << CL_ATIME | 1 << CL_CLOSE) - /* changelog llog name, needed by client replicators */ #define CHANGELOG_CATALOG "changelog_catalog" @@ -

[PATCH V2 2/3] EDAC, amd64_edac: Update copyright and remove changelog

2015-09-28 Thread Aravind Gopalakrishnan
Git provides us all the changelogs anyway. So trimming the comments section here. Updated the copyrights info while at it. Signed-off-by: Aravind Gopalakrishnan --- drivers/edac/amd64_edac.h | 56 +-- 1 file changed, 1 insertion(+), 55 deletions(-) d

Re: [PATCH v2 0/2] changelog

2015-09-18 Thread Thomas Gleixner
On Fri, 18 Sep 2015, Oleksij Rempel wrote: 'changelog' is not really a descriptive subject line for a cover letter. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More maj

Re: [PATCH v2 0/2] changelog

2015-09-18 Thread Marc Zyngier
+--- > 4 files changed, 286 insertions(+), 18 deletions(-) > create mode 100644 drivers/irqchip/alphascale_asm9260-icoll.h > Next time, please add a sensible title to your cover letter. Something like "Add support for ASM9260 interrupt controller". "chang

[PATCH v2 0/2] changelog

2015-09-18 Thread Oleksij Rempel
v2: - move some parts from patch 2 to 1 - make separate irq_chip for ICOLL and ASM9260 Oleksij Rempel (2): ARM: irqchip: mxs: prepare driver for HW with different offsets ARM: irqchip: mxs: add Alpascale ASM9260 support drivers/irqchip/Kconfig| 5 + drivers/irqchip/Mak

[PATCH 07/19] staging/lustre/llite: deny non-root user for changelog operations

2015-09-14 Thread green
From: Niu Yawei To avoid potential security problems, non-privileged users should have no permission to run 'lfs changelog' & 'lfs changelog_clear'. Signed-off-by: Niu Yawei Reviewed-on: http://review.whamcloud.com/14280 Intel-bug-id: https://jira.hpdd.intel.com/browse/

[PATCH] checkpatch: Emit an error when there's a diff in a changelog

2015-06-12 Thread Joe Perches
People often put diff snippets in changelogs. This causes problems when one tries to apply a file containing both the changelog and the diff because patch(1) tries to apply the diff which it found in the changelog. Warn once when what seems to be a diff snippet in the changelog exists

changelog v2

2015-05-27 Thread Marcus Folkesson
Changes since v2: Change commit message to be more descriptive (thanks to Julia for input) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

[tip:x86/microcode] x86/cpu/microcode: Zap changelog

2015-05-11 Thread tip-bot for Borislav Petkov
changelog It is useless at best and git history has it all detailed anyway. Update copyright while at it. Signed-off-by: Borislav Petkov Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Brian Gerst Cc: Denys Vlasenko Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner

[PATCH] x86/cpu/microcode: Zap changelog

2015-05-11 Thread Borislav Petkov
From: Borislav Petkov It is useless at best and git history has it all detailed anyway. Update copyright while at it. Signed-off-by: Borislav Petkov --- arch/x86/kernel/cpu/microcode/core.c | 76 +-- arch/x86/kernel/cpu/microcode/intel.c | 75 --

[PATCH 3/3] x86/cpu/microcode: Zap changelog

2015-05-07 Thread Borislav Petkov
From: Borislav Petkov It is useless at best and git history has it all detailed anyway. Update copyright while at it. Signed-off-by: Borislav Petkov --- arch/x86/kernel/cpu/microcode/core.c | 76 +-- arch/x86/kernel/cpu/microcode/intel.c | 75 --

[PATCH 2/3] x86/mce/amd: Zap changelog

2015-05-07 Thread Borislav Petkov
From: Borislav Petkov It is useless and git history has it all detailed anyway. Update copyright while at it. Signed-off-by: Borislav Petkov Cc: Aravind Gopalakrishnan --- arch/x86/kernel/cpu/mcheck/mce_amd.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/ar

Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-31 Thread Randy Dunlap
On 07/30/14 14:11, Johannes Weiner wrote: > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't include these things.

Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-31 Thread Ingo Molnar
* Johannes Weiner wrote: > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't include these things. Fix that. > >

Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-30 Thread Greg Kroah-Hartman
On Wed, Jul 30, 2014 at 05:11:01PM -0400, Johannes Weiner wrote: > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't

Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-30 Thread David Miller
From: Johannes Weiner Date: Wed, 30 Jul 2014 17:11:01 -0400 > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't inc

Re: [patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-30 Thread Davidlohr Bueso
On Wed, 2014-07-30 at 17:11 -0400, Johannes Weiner wrote: > Maintainers often repeat the same feedback on poorly written > changelogs - describe the problem, justify your changes, quantify > optimizations, describe user-visible changes - but our documentation > on writing changelogs doesn't include

[patch] Documentation: SubmittingPatches: overhaul changelog howto

2014-07-30 Thread Johannes Weiner
Maintainers often repeat the same feedback on poorly written changelogs - describe the problem, justify your changes, quantify optimizations, describe user-visible changes - but our documentation on writing changelogs doesn't include these things. Fix that. Signed-off-by: Johannes Weiner --- Do

Re: [PATCH v3 0/4] line wrapping of changelog

2014-07-09 Thread Dan Carpenter
Great. Thanks! regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH v3 0/4] line wrapping of changelog

2014-07-09 Thread sanjeev sharma
line wrap the changelog as per Dan sanjeev sharma (4): staging: rtl8192u: Remove useless return statements. staging: rtl8192u: Removed unnecessary whitespace & tab warning. staging: rtl8192u: Fixed switch and case indentation error. staging: rtl8192u: Fixed too long lines dri

[PATCH 30/33] README, COPYING, Changelog

2014-03-20 Thread Janani Venkataraman
Adding the README, COPYING and ChangeLog for the package. Signed-off-by: Janani Venkataraman --- COPYING| 24 COPYING.LIBGENCORE | 24 Changelog |7 +++ README | 108 4 files

Re: [PATCH 1/1] Documentation/filesystems/ntfs.txt: Remove changelog reference

2014-03-02 Thread Anton Altaparmakov
7fb48b9868c ("Remove fs/ntfs/ChangeLog") > > Signed-off-by: Fabian Frederick > --- > Documentation/filesystems/ntfs.txt | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Documentation/filesystems/ntfs.txt > b/Documentation/filesystems/ntfs.txt > ind

[PATCH 1/1] Documentation/filesystems/ntfs.txt: Remove changelog reference

2014-02-27 Thread Fabian Frederick
File was removed in the following commit : 7c821a179f91c3ad52588400ce52a7fb48b9868c ("Remove fs/ntfs/ChangeLog") Signed-off-by: Fabian Frederick --- Documentation/filesystems/ntfs.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/filesystems/ntfs.txt b/Doc

[PATCH 4/5] lustre: Correct KUC code max changelog msg size

2014-01-23 Thread Oleg Drokin
; - LASSERT(len <= CR_MAXSIZE); + LASSERT(len <= KUC_CHANGELOG_MSG_MAXSIZE); lh->kuc_magic = KUC_MAGIC; lh->kuc_transport = KUC_TRANSPORT_CHANGELOG; @@ -1503,7 +1503,7 @@ static int mdc_changelog_send_thread(void *csdata) CDEBUG(D_CHANGELOG, "c

[PATCH 17/26] staging/lustre/changelogs: Correct KUC code max changelog msg size

2013-11-14 Thread Peng Tao
nd_thread(void *csdata) CDEBUG(D_CHANGELOG, "changelog to fp=%p start "LPU64"\n", cs->cs_fp, cs->cs_startrec); - OBD_ALLOC(cs->cs_buf, CR_MAXSIZE); + OBD_ALLOC(cs->cs_buf, KUC_CHANGELOG_MSG_MAXSIZE); if (cs->cs_buf == NU

[PATCH] [Scripts] kallsyms: Nuke all ChangeLog, this should be logged by git

2008-01-30 Thread Bryan Wu
>From 2375c7eaa43d4474fb5b403dba9b3175e683484a Mon Sep 17 00:00:00 2001 From: Bryan Wu <[EMAIL PROTECTED]> Date: Thu, 31 Jan 2008 01:30:09 +0800 Subject: [PATCH] [Scripts] kallsyms: Nuke all ChangeLog, this should be logged by git (25/Aug/2004) Paulo Marques <[EMAIL PROTECTED]&

Re: [PATCH 1/32] ide-tape: move historical changelog to Documentation/ide/ChangeLog.ide-tape.1995-2002

2008-01-27 Thread Bartlomiej Zolnierkiewicz
ide-tape ioctl's can be issued to either the block device or > + * the character device interface. > + * > + * Maximal throughput with minimal bus load will usually be achieved in the > + * following scenario: > + * > + * 1. ide-tape is operating in the pipelined operation mo

[PATCH 1/32] ide-tape: move historical changelog to Documentation/ide/ChangeLog.ide-tape.1995-2002

2008-01-27 Thread Borislav Petkov
Also, cleanup whitespace and update comments. Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]> --- Documentation/ide/ChangeLog.ide-tape.1995-2002 | 405 +++ drivers/ide/ide-tape.c | 414 +--- 2 files changed, 409 insertions(+), 4

Re: [RESEND PATCH 01/10] move ide-floppy historical changelog to Documentation/ide/ChangeLog.ide-floppy.1996-2002;

2008-01-03 Thread Bartlomiej Zolnierkiewicz
On Thursday 03 January 2008, Borislav Petkov wrote: > Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]> applied with two minor fixes (and sorry for being such a pedant ;): * Summary line moved to patch description and "ide-floppy: cleanup header" used instead. Please try to keep summary line

[RESEND PATCH 01/10] move ide-floppy historical changelog to Documentation/ide/ChangeLog.ide-floppy.1996-2002;

2008-01-03 Thread Borislav Petkov
drive before the drive was actually ready. - * Ver 0.98a Oct 29 01 Expose delay value so we can play. - * Ver 0.99 Feb 24 02 Remove duplicate code, modify clik! detection code - *to support new PocketZip drives + * For a historical changelog see + * Documentation/i

Re: [PATCH 14/63] ide-cd: fix trailing whitespaces in changelog

2007-12-21 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> Acked-by: Sergei Shtylyov <[EMAIL PROTECTED]> MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info

[PATCH 15/63] ide-cd: move historical changelog to Documentation/ide/ChangeLog.ide-cd.1994-2004

2007-12-19 Thread Bartlomiej Zolnierkiewicz
correctly sensing a disc change. - * - Rearranged some code - * - Use extended sense on drives that support it for - * correctly reporting tray status -- from - * Michael D Johnson <[EMAIL PROTECTED]> -

[PATCH 14/63] ide-cd: fix trailing whitespaces in changelog

2007-12-19 Thread Bartlomiej Zolnierkiewicz
Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> --- drivers/ide/ide-cd.c | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) Index: b/drivers/ide/ide-cd.c === --- a/drivers/ide/ide-cd.c +++

git changelog / shortlog function on www.eu.kernel.org still refers to www.kernel.org server

2007-11-13 Thread Matthew
Hi everybody on the linux-kernel mailing list, I discovered that the changelog-function of www.eu.kernel.org still links / refers to www.kernel.org e.g. if I click on: The latest stable version of the Linux kernel is: 2.6.23.1 2007-10-12 16:47 UTCF V C

PATCH 6/6] scsi: megaraid_sas - Update version and changelog

2007-11-09 Thread bo yang
Update version and changelog Signed-off-by: Bo Yang <[EMAIL PROTECTED]> --- Documentation/scsi/ChangeLog.megaraid_sas | 155 drivers/scsi/megaraid/megaraid_sas.c | 10 - drivers/scsi/megaraid/megaraid_sas.h |8 - 3 files changed, 164 insertions

Re: arcmsr changelog differs from diffs

2007-10-17 Thread Jeff Garzik
Björn Steinbrink wrote: Hi Hans, On 2007.10.17 12:41:11 +0200, Hans-Peter Jansen wrote: Dear Björn, Am Mittwoch, 17. Oktober 2007 02:53 schrieb Björn Steinbrink: And then, if I may guess, James probably just noticed that there were changes left and commited them (while they were now down to j

Re: arcmsr changelog differs from diffs

2007-10-17 Thread Björn Steinbrink
Hi Hans, On 2007.10.17 12:41:11 +0200, Hans-Peter Jansen wrote: > Dear Björn, > > Am Mittwoch, 17. Oktober 2007 02:53 schrieb Björn Steinbrink: > > And then, if I may guess, James probably just noticed that there were > > changes left and commited them (while they were now down to just the > > wh

Re: arcmsr changelog differs from diffs

2007-10-17 Thread Hans-Peter Jansen
Dear Björn, Am Mittwoch, 17. Oktober 2007 02:53 schrieb Björn Steinbrink: > On 2007.10.17 00:07:19 +0200, Hans-Peter Jansen wrote: > > Hi Jeff, > > > > while browsing through Linus' current check ins, I stumbled upon: > > > > [SCSI] arcmsr: irq handler fixes, cleanups, micro-opts: > > > > --8<-- >

[PATCH 1/6] forcedeth: internal simplifications; changelog removal

2007-10-16 Thread Jeff Garzik
commit 0aeb1f867bc76029f599f73ac757a50f7641ccc5 Author: Jeff Garzik <[EMAIL PROTECTED]> Date: Tue Oct 16 01:40:30 2007 -0400 [netdrvr] forcedeth: internal simplifications; changelog removal * remove changelog from source; its kept in git repository * conso

Re: arcmsr changelog differs from diffs

2007-10-16 Thread Björn Steinbrink
On 2007.10.17 00:07:19 +0200, Hans-Peter Jansen wrote: > Hi Jeff, > > while browsing through Linus' current check ins, I stumbled upon: > > [SCSI] arcmsr: irq handler fixes, cleanups, micro-opts: > > --8<-- > 488a5c8a9a3b67ae117784cd0d73bef53a73d57d > drivers/scsi/arcmsr/arcmsr_hba.c |2 +-

arcmsr changelog differs from diffs

2007-10-16 Thread Hans-Peter Jansen
Hi Jeff, while browsing through Linus' current check ins, I stumbled upon: [SCSI] arcmsr: irq handler fixes, cleanups, micro-opts: --8<-- 488a5c8a9a3b67ae117784cd0d73bef53a73d57d drivers/scsi/arcmsr/arcmsr_hba.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/s

[PATCH 8/8] scsi: megaraid_sas - Update version and changelog

2007-10-03 Thread bo yang
Update version and changelog. Updated "LSI Logic" to new name "LSI" Signed-off-by: Bo Yang <[EMAIL PROTECTED]> --- Documentation/scsi/ChangeLog.megaraid_sas | 160 drivers/scsi/megaraid/megaraid_sas.c | 10 - drivers/scsi/megaraid/megar

[PATCH 8/8] scsi: megaraid_sas - Update version and changelog

2007-09-28 Thread bo yang
Update version and changelog Signed-off-by: Bo Yang <[EMAIL PROTECTED]> --- Documentation/scsi/ChangeLog.megaraid_sas | 160 drivers/scsi/megaraid/megaraid_sas.c |2 drivers/scsi/megaraid/megaraid_sas.h |7 3 files changed, 165 insertions(+), 4 del

[PATCH 3/8] gdth: Remove 2.4.x support, in-kernel changelog

2007-09-25 Thread Jeff Garzik
* Remove in-source changelog. It's archived permanently in git and various kernel archives, and changelogs should exist purely in git. * Remove 2.4.x kernel support. It is an active obstacle to modernizing this driver, at this point. This includes killing gdth_kcompat.h which i

[PATCH 4/4] scsi: megaraid_sas - update version and Changelog

2007-09-13 Thread linux-box
Update version and Changelog Signed-off-by: Bo Yang <[EMAIL PROTECTED]> --- Re-submitting Documentation/scsi/ChangeLog.megaraid_sas | 211 drivers/scsi/megaraid/megaraid_sas.c |2 drivers/scsi/megaraid/megaraid_sas.h |6 3 files changed, 215 inse

[PATCH 4/4] scsi: megaraid_sas - update version and Changelog

2007-07-03 Thread bo yang
Update version and Changelog Signed-off-by: Bo Yang <[EMAIL PROTECTED]> --- Documentation/scsi/ChangeLog.megaraid_sas | 211 drivers/scsi/megaraid/megaraid_sas.c |2 drivers/scsi/megaraid/megaraid_sas.h |6 3 files changed, 215 insertions(+), 4 del

[PATCH 2/2] serial_txx9: Zap changelog from source code

2007-04-17 Thread Atsushi Nemoto
Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]> --- diff --git a/drivers/serial/serial_txx9.c b/drivers/serial/serial_txx9.c index 509ace7..1deb576 100644 --- a/drivers/serial/serial_txx9.c +++ b/drivers/serial/serial_txx9.c @@ -15,31 +15,6 @@ * published by the Free Software Foundation. *

Re: [PATCH 2/2][IPX] Remove ancient changelog

2007-02-26 Thread David Miller
From: Rolf Eike Beer <[EMAIL PROTECTED]> Date: Tue, 20 Feb 2007 19:59:34 +0100 > [IPX] Remove ancient changelog > > Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> Also applied, thanks Rolf. - To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

Re: Changelog question

2007-02-26 Thread Erik Mouw
w.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.18.# + > http://www.kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.18-rc# > For assessment purposes it would be helpfull to know what low level > changes happened i.e. when and where were __raw_spin_* introduced ? but > I was not ab

Changelog question

2007-02-24 Thread Nicholas Mc Guire
/ChangeLog-2.6.18.# + http://www.kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.18-rc# For assessment purposes it would be helpfull to know what low level changes happened i.e. when and where were __raw_spin_* introduced ? but I was not able to extract such infos from the ChangeLogs in the

[PATCH 2/2][IPX] Remove ancient changelog

2007-02-20 Thread Rolf Eike Beer
[IPX] Remove ancient changelog Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> --- commit 6b8afc66b9d6893d3fa292b75769b58539836ff3 tree 9078513bb6727e61aee238da153d9b3358a1d817 parent 0566e9a5f19ca9fe1982e2b4a89aff131cc6525b author Rolf Eike Beer <[EMAIL PROTECTED]> Tue, 20 Feb 2

Re: [Changelog] - Potential performance bottleneck for Linxu TCP

2006-11-29 Thread Martin Bligh
Wenji Wu wrote: From: Wenji Wu <[EMAIL PROTECTED]> Greetings, For Linux TCP, when the network applcaiton make system call to move data from socket's receive buffer to user space by calling tcp_recvmsg(). The socket will be locked. During the period, all the incoming packet for the TCP socket wi

[Changelog] - Potential performance bottleneck for Linxu TCP

2006-11-29 Thread Wenji Wu
ion. If the system is heavily loaded, TCP can easily RTO in the Sender Side. Attached is the Changelog for the patch best regards, wenji Wenji Wu Network Researcher Fermilab, MS-368 P.O. Box 500 Batavia, IL, 60510 (Email): [EMAIL PROTECTED] (O): 001-630-840-4541 From: Wenji Wu <[EMAIL PROTECTE

Re: ChangeLog-2.4.30

2005-04-04 Thread Marcelo Tosatti
The files are there now, as they should. [EMAIL PROTECTED] marcelo]$ wget http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.30.ta

Re: ChangeLog-2.4.30

2005-04-04 Thread [EMAIL PROTECTED]
These files missing too: http://www.kernel.org/pub/linux/kernel/v2.4/patch-2.4.30.bz2 http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.30.tar.bz2 Petr Novák, [EMAIL PROTECTED] Christophe Lucas napsal(a): Is this normal ;-) ChangeLog-2.4.30 is not found on www.kernel.org ? http

ChangeLog-2.4.30

2005-04-04 Thread Christophe Lucas
Is this normal ;-) ChangeLog-2.4.30 is not found on www.kernel.org ? http://www.kernel.org/pub/linux/kernel/v2.4/ChangeLog-2.4.30 Have a nice day, ~Christophe PS: Please CC me :) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [14/14] Orinoco driver updates - update version and changelog

2005-02-23 Thread Jeff Garzik
applied patches 1-14 to netdev-2.6. We'll let it sit there for a bit, for testing and such. (netdev-2.6 gets auto-propagated to -mm) Thanks for your patience and perserverance. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

[14/14] Orinoco driver updates - update version and changelog

2005-02-23 Thread David Gibson
Previous patches have brought the in-kernel orinoco driver roughly to parity with version 0.14alpha2 from out-of-tree. Update the version number and changelog accordingly. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: working-2.6/drivers/net/wireless/ori

Add changelog entries for bk-trees?

2005-02-04 Thread Sam Ravnborg
Hi Andrew. I would like to suggest that you include the changelog entries for the bk trees you suck in. The format generated by: bk changes -L | shortlog --mode=terse should do it. But it needs to be run for all the bk trees. It would fit in just below the summary: > number of patches

2.4.6-final changelog entry

2001-07-04 Thread Jeff Garzik
i summarized it for irc, so if it saves effort... jg's 2.4.6-final changelog: - minor config.in fixes - mtd nand/spia update - TI cardbus fix - u810 audio put_user fix - ialloc.c fix, mode, plus DQUOT_INIT - ELOOP in namei.c - if (!mm) return in proc/base.c - replace mm/mmap.c change:

Re: kernel.org: 2.4.5-pre4 missing ChangeLog info - scratch that

2001-05-19 Thread Shawn Starr
It's in ChangeLog but not patch-2.4.5.log. Shawn. On Sat, 19 May 2001, Shawn Starr wrote: > Someone add the changelog info to kernel.org? > > merci. > > Shawn. > > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

kernel.org: 2.4.5-pre4 missing ChangeLog info

2001-05-19 Thread Shawn Starr
Someone add the changelog info to kernel.org? merci. Shawn. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Changelog for 2.4.3-pre1

2001-03-03 Thread Martin Josefsson
Here's the Changelog that can be found at ftp.*.kernel.org/pub/linux/kernel/testing/ChangeLog I think Linus forgot to send it. -pre1: - Chris Mason: reiserfs, another null bytes bug - Andrea Arkangeli: make SMP Athlon build - Alexander Zarochentcev: reiserfs directory fsync SMP lo

[patch] 2.4.0-test13-pre2: ChangeLog sync

2000-12-17 Thread Tim Waugh
Hi Linus, Here is a small patch that syncs up the parport ChangeLog to the current source tree. Tim. */ 2000-12-13 Tim Waugh <[EMAIL PROTECTED]> * drivers/parport/ChangeLog: Resync. --- linux-2.4.0-test12/drivers/parport/ChangeLog.sync Wed Dec 13 12:37:45 2000 +++ linux

Re: test13-pre1 changelog

2000-12-15 Thread Alan Cox
> I really dropped it because I was getting too many patches, and I don't > realistically think it's a 2.4.0 issue (neither do you, I bet), so I > decided that it's not worth it. Ok. Not a problem. I'll leave it until post 2.4.0 - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: test13-pre1 changelog

2000-12-15 Thread Alexander Viro
On Fri, 15 Dec 2000, Linus Torvalds wrote: > I really dropped it because I was getting too many patches, and I don't > realistically think it's a 2.4.0 issue (neither do you, I bet), so I > decided that it's not worth it. Umm... Linus, how about a bunch of fixes I've sent to you several times

Re: test13-pre1 changelog

2000-12-15 Thread Linus Torvalds
On Fri, 15 Dec 2000, Alan Cox wrote: > > Sparc is already sync'ed in my tree, and I'd love for other architectures > > to synch up too (but if it takes a while it's not a major disaster - I > > actually much prefer bugs that cause build failures over other kinds of > > bugs ;). > > So you want

Re: test13-pre1 changelog

2000-12-15 Thread Alan Cox
> Sparc is already sync'ed in my tree, and I'd love for other architectures > to synch up too (but if it takes a while it's not a major disaster - I > actually much prefer bugs that cause build failures over other kinds of > bugs ;). So you want drivers/gsc again ? I assumed you dropped it as you

Re: test13-pre1 changelog

2000-12-15 Thread Linus Torvalds
On Fri, 15 Dec 2000, Tom Rini wrote: > On Thu, Dec 14, 2000 at 03:31:54PM -0800, Linus Torvalds wrote: > > > I'm hoping that most of the fall-out from switching over exclusively to > > the new-style Makefiles will be over in a day or two, at which point > > I'll make a pre2 that is worth anno

Re: test13-pre1 changelog

2000-12-15 Thread Tom Rini
On Thu, Dec 14, 2000 at 03:31:54PM -0800, Linus Torvalds wrote: > I'm hoping that most of the fall-out from switching over exclusively to > the new-style Makefiles will be over in a day or two, at which point > I'll make a pre2 that is worth announcing. Does this mean other arches will have a c

Re: test13-pre1 changelog

2000-12-15 Thread Oliver Xymoron
On Fri, 15 Dec 2000, Stephen Frost wrote: > * Oliver Xymoron ([EMAIL PROTECTED]) wrote: > > On Thu, 14 Dec 2000, Linus Torvalds wrote: > > > > > A 100ms delay sounds like some interrupt shut up or similar (and then > > > timer handling makes it limp along). > > > > Possibly related datapoint: aft

Re: test13-pre1 changelog

2000-12-15 Thread Stephen Frost
* Oliver Xymoron ([EMAIL PROTECTED]) wrote: > On Thu, 14 Dec 2000, Linus Torvalds wrote: > > > A 100ms delay sounds like some interrupt shut up or similar (and then > > timer handling makes it limp along). > > Possibly related datapoint: after several days of uptime, my > 2.4.0-test10pre? machin

Re: test13-pre1 changelog

2000-12-15 Thread Pau
On 14 Dec 2000, Linus Torvalds wrote: > if we figure out why apparently some people have trouble with external > modules (at least one person has trouble with loading alsa modules). I cannot load the xircom_tulip_cb module using the latest modutils 2.3.22. I think it's a modutils problem. Pau

Re: test13-pre1 changelog

2000-12-14 Thread Oliver Xymoron
On Thu, 14 Dec 2000, Linus Torvalds wrote: > On Thu, 14 Dec 2000, Stephen Frost wrote: > > > > Any idea if these issues would cause a general slow-down of a > > machine? For no apparent reason after 5 days running 2.4.0test12 > > everything going through my firewall (set up using iptables) I

Re: test13-pre1 changelog

2000-12-14 Thread Linus Torvalds
On Thu, 14 Dec 2000, Stephen Frost wrote: > * Linus Torvalds ([EMAIL PROTECTED]) wrote: > > > > A 100ms delay sounds like some interrupt shut up or similar (and then > > timer handling makes it limp along). > > Hmm, it's happening on all interfaces. Ok, never mind me then. It's not an

Re: test13-pre1 changelog

2000-12-14 Thread Stephen Frost
* Linus Torvalds ([EMAIL PROTECTED]) wrote: > > > On Thu, 14 Dec 2000, Stephen Frost wrote: > > > > This go around I compiled everything into the kernel, actually. > > If it would be useful I can compile them as modules reboot and then see > > what happens... > > Even when compiled into th

Re: test13-pre1 changelog

2000-12-14 Thread Stephen Frost
* Linus Torvalds ([EMAIL PROTECTED]) wrote: > > > On Thu, 14 Dec 2000, Stephen Frost wrote: > > > > Any idea if these issues would cause a general slow-down of a > > machine? For no apparent reason after 5 days running 2.4.0test12 > > everything going through my firewall (set up using ipta

Re: test13-pre1 changelog

2000-12-14 Thread Linus Torvalds
On Thu, 14 Dec 2000, Stephen Frost wrote: > > This go around I compiled everything into the kernel, actually. > If it would be useful I can compile them as modules reboot and then see > what happens... Even when compiled into the kernel, you might just ifdown/ifup the device. That will r

Re: test13-pre1 changelog

2000-12-14 Thread Stephen Frost
* Alan Cox ([EMAIL PROTECTED]) wrote: > > machine? For no apparent reason after 5 days running 2.4.0test12 > > everything going through my firewall (set up using iptables) I got about > > 100ms time added on to pings and traceroutes. I'll probably reboot the > > machine tonight and see if that h

Re: test13-pre1 changelog

2000-12-14 Thread Linus Torvalds
On Thu, 14 Dec 2000, Stephen Frost wrote: > > Any idea if these issues would cause a general slow-down of a > machine? For no apparent reason after 5 days running 2.4.0test12 > everything going through my firewall (set up using iptables) I got about > 100ms time added on to pings and tra

Re: test13-pre1 changelog

2000-12-14 Thread Alan Cox
> machine? For no apparent reason after 5 days running 2.4.0test12 > everything going through my firewall (set up using iptables) I got about > 100ms time added on to pings and traceroutes. I'll probably reboot the > machine tonight and see if that helps. Before you do that can you see if ifcon

Re: test13-pre1 changelog

2000-12-14 Thread Stephen Frost
* Linus Torvalds ([EMAIL PROTECTED]) wrote: > > Especially if we get that netfilter problem sorted out (see the other > thread about the IP fragmentation issues associated with that one), and > if we figure out why apparently some people have trouble with external > modules (at least one person h

Re: test13-pre1 changelog

2000-12-14 Thread Linus Torvalds
In article <[EMAIL PROTECTED]>, David Riley <[EMAIL PROTECTED]> wrote: >Did I miss a post from Linus on the list, or is there no posted >changelog for test13-pre1? Nothing's posted at kernel.org yet, either. The test13-pre1 changes are almost exclusively a radical Mak

Re: test13-pre1 changelog

2000-12-14 Thread Marty Pitts
On Thu, 14 Dec 2000, Dr. Kelsey Hudson wrote: > On Thu, 14 Dec 2000, David Riley wrote: > > > Did I miss a post from Linus on the list, or is there no posted > > changelog for test13-pre1? Nothing's posted at kernel.org yet, either. > > > > I musta miss

Re: test13-pre1 changelog

2000-12-14 Thread Jeff Garzik
The test13-pre1 changelog was something along the lines of "alright, I am sick of this Makefile crap. I fixed some, clean up the rest." ;-) -- Jeff Garzik | Building 1024 | These are not the J's you're lookin' for. MandrakeSoft| It'

Re: test13-pre1 changelog

2000-12-14 Thread Frank Davis
n the list, or is there no posted >> changelog for test13-pre1? Nothing's posted at kernel.org yet, either. >> > > I musta missed the post too... But then again I went back and looked for > it and couldnt find it so... > > i'd like to know what changed, anyways :) &g

Re: test13-pre1 changelog

2000-12-14 Thread Dr. Kelsey Hudson
On Thu, 14 Dec 2000, David Riley wrote: > Did I miss a post from Linus on the list, or is there no posted > changelog for test13-pre1? Nothing's posted at kernel.org yet, either. > I musta missed the post too... But then again I went back and looked for it and couldnt find it s

test13-pre1 changelog

2000-12-14 Thread David Riley
Did I miss a post from Linus on the list, or is there no posted changelog for test13-pre1? Nothing's posted at kernel.org yet, either. -- "Windows for Dummies? Isn't that redundant?" - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: Please send Changelog info and patch notices for the test and -pre releases.

2000-11-18 Thread bert hubert
On Sat, Nov 18, 2000 at 07:48:35AM -0800, Linus Torvalds wrote: > You can actually get them off kernel.org these days: Peter Anvin set up a > system whereby when I upload a changelog it automatically gets added to > the web-site (main page, bottom). I find that synchronous notificati

Re: Please send Changelog info and patch notices for the test and-pre releases.

2000-11-18 Thread davej
On Sat, 18 Nov 2000, Linus Torvalds wrote: > You can actually get them off kernel.org these days: Peter Anvin set up a > system whereby when I upload a changelog it automatically gets added to > the web-site (main page, bottom). The same changelogs (plus archived earlier ones)

Re: Please send Changelog info and patch notices for the test and-pre releases.

2000-11-18 Thread Linus Torvalds
On Fri, 17 Nov 2000, Miles Lane wrote: > > I haven't seen any announcements of recent test and test-pre releases. > Can you begin sending those again, please? You can actually get them off kernel.org these days: Peter Anvin set up a system whereby when I upload a changelog it

Please send Changelog info and patch notices for the test and -pre releases.

2000-11-17 Thread Miles Lane
Dear Linus, I haven't seen any announcements of recent test and test-pre releases. Can you begin sending those again, please? Best wishes, Miles - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ a

changelog

2000-11-09 Thread jim M.
hi all, Sorry, but i could not find a more appropriate group list to post this on. my fault in anyways. I like to keep track of what is installed after each RPM or any other install command is performed. Like dates inatlled and who installed it, Like create a log of changes,... what is th

  1   2   >