linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: Why is generic hldc beig ignored?   RE:Linux 2.4.22-pre4
@ 2003-07-11  8:30 Kevin Curtis
  0 siblings, 0 replies; 13+ messages in thread
From: Kevin Curtis @ 2003-07-11  8:30 UTC (permalink / raw)
  To: 'Henrique Oliveira', Marcelo Tosatti, Kevin Curtis; +Cc: lkml

My apologies, it is already there in 2.4.21, however I have been monitoring
the change logs, and I can't see it mentioned there anywhere.

Thanks very much for pointing this out.


Kevin

-----Original Message-----
From: Henrique Oliveira [mailto:henrique2.gobbi@cyclades.com] 
Sent: 10 July 2003 19:40
To: Marcelo Tosatti; Kevin Curtis
Cc: lkml
Subject: Re: Why is generic hldc beig ignored? RE:Linux 2.4.22-pre4


Hi,
The patch for the generic HDLC layer was included on the kernel 2.4.21. Thus
this layer is already on the main tree (unless, of course, someone has
removed it, I havent checked 2.4.22 yet). This layer provides data link
protocol (ppp, hdlc, raw-hdlc, x25, frame-relay, cisco-hdlc) for the kernel.
It's mainly used by synchronous cards drivers (Cyclades, Moxa, SDL, Farsite,
etc, etc, etc). regards Henrique

----- Original Message -----
From: "Marcelo Tosatti" <marcelo@conectiva.com.br>
To: "Kevin Curtis" <kevin.curtis@farsite.co.uk>
Cc: "lkml" <linux-kernel@vger.kernel.org>
Sent: Thursday, July 10, 2003 10:11 AM
Subject: Re: Why is generic hldc beig ignored? RE:Linux 2.4.22-pre4


>
>
> On Thu, 10 Jul 2003, Kevin Curtis wrote:
>
> > The usual request for generic hdlc (please).
> > Why are requests for it's inclusion being ignored?
> >
> >
> > Kevin Curtis
> > Linux Development
> > FarSite Communications Ltd
> > www.farsite.co.uk
> > tel:  +44 1256 330461
> > fax:  +44 1256 854931
>
>
> Where is the patch and why do you want it in?
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in the body of a message to majordomo@vger.kernel.org 
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Why is generic hldc beig ignored?   RE:Linux 2.4.22-pre4
@ 2003-07-10 15:38 Kevin Curtis
  2003-07-10 17:11 ` Marcelo Tosatti
  0 siblings, 1 reply; 13+ messages in thread
From: Kevin Curtis @ 2003-07-10 15:38 UTC (permalink / raw)
  To: 'Marcelo Tosatti', lkml

The usual request for generic hdlc (please).
Why are requests for it's inclusion being ignored?


Kevin Curtis
Linux Development
FarSite Communications Ltd
www.farsite.co.uk
tel:  +44 1256 330461
fax:  +44 1256 854931


-----Original Message-----
From: Marcelo Tosatti [mailto:marcelo@conectiva.com.br] 
Sent: 09 July 2003 23:25
To: lkml
Subject: Linux 2.4.22-pre4



Hi,

Here goes -pre4. It contains a lot of updates and fixes.

We decided to include this new code quota code which allows usage of quotas
with 32bit UID/GIDs.

Most Toshibas should work now due to an important ACPI fix.

Please help and test.


Summary of changes from v2.4.22-pre3 to v2.4.22-pre4
============================================

<dtor_core@ameritech.net>:
  o [NET] Attach inner qdiscs to TBF

<lethal@linux-sh.org>:
  o sh64: Add FIOQSIZE definition
  o sh64: Fixup Cayman IRQ reporting
  o sh64: SH-5 PCI updates
  o sh64: Fix privileged insn handling
  o sh64: IDE support

<lode_leroy@hotmail.com>:
  o [IPV4] display bootserver in /proc/net/pnp

<lunz@falooley.org>:
  o [NET] Fix refcounting of dev->promiscuity for af_packet

<m.c.p@wolk-project.de>:
  o [RESEND 5th] Fix oom killer braindamage

<stelian@popies.net>:
  o Export 'acpi_disabled' symbol to modules

Alan Cox <alan@lxorguk.ukuu.org.uk>:
  o Make ACPI work on lots more boxes
  o config for new Nvidia AGP
  o parisc sync up (resend of resend of resend ... 8))
  o AGP update - new intel, add nvidia
  o ebda check in ibm hotplug is insufficient
  o update mpt fusion driver
  o fix the eexpress
  o move sdla to mod_timer
  o add code for missing c7000 driver
  o resend - fix security bits in binfmt_exec/som
  o re-fix printk level for buffer cachehash
  o exec part of security fix
  o fix inverted dnotify
  o fix definition of boot_DT
  o add the new agp modes to the headers
  o kernel/fork helper for exec security fix
  o S/390 CLAW bits
  o fix up z85230 queue wake logic

Benjamin Herrenschmidt <benh@kernel.crashing.org>:
  o ppc32: Fix races in low level adb drivers

Christoph Hellwig <hch@infradead.org>:
  o quota patch breaks kernel build

Christoph Hellwig <hch@lst.de>:
  o new quota code
  o fix Q_SYNC for dev == 0

David S. Miller <davem@nuts.ninka.net>:
  o [SPARC64]: sys_sparc32.c needs linux/quotacompat.h
  o [FS]: Provide unshare_files() declaration and export to modules
  o [SPARC]: SEMTIMEDOP for both Sparc ports

Marcelo Tosatti <marcelo@freak.distro.conectiva>:
  o Cset exclude: rusty@rustcorp.com.au|ChangeSet|20030707182325|08049
  o Remove bogus diff from drivers/char/Config.in
  o Changed EXTRAVERSION to -pre4
  o Cset exclude: hannal@us.ibm.com|ChangeSet|20030707180059|08076
  o Fixes ext3 quota/truncate oops
  o CRIS architecture update
  o Cset exclude: Remove NFS direct IO patches Cset exclude:
trond.myklebust@fys.uio.no|ChangeSet|20030708095239|55752
  o Cset exclude: remove NFS direct IO patches Cset exclude:
trond.myklebust@fys.uio.no|ChangeSet|20030706143259|16957
  o Add missing fs/quota_v2.c file
  o Comment out VIA_APOLLO_P4X400 handling in drm_agpsupport.h: Alan will
fix that up later

Matthew Wilcox <willy@debian.org>:
  o pci_name()

Mikael Pettersson <mikpe@csd.uu.se>:
  o i386 cpufeature.h cleanup + comment

Paul Mackerras <paulus@samba.org>:
  o PPC32: Minor updates to comments and processor register definitions
  o PPC32: Minor boot wrapper cleanups
  o PPC32: Define screen_info if CONFIG_FB is set for the sake of vesafb
  o PPC32: Make __kernel_ino_t be unsigned long like on other architectures

Randy Dunlap <rddunlap@osdl.org>:
  o make profile= doc. clearer

Rusty Russell <rusty@rustcorp.com.au>:
  o Configure.help Polish translation location update
  o unreachable code in drivers_media_video_cpia_pp.c
  o 2.4 drivers_char_random.c fix sample shellscripts
  o trivial patch
  o fix sound doc typos
  o fs_bfs_dir.c unused variables
  o Decision PCCOM4_PCCOM8 serial support for 2.4.19
  o Re: setrlimit incorrectly allows hard limits to exceed
  o fix linewrap in Documentation_ia64_efirtc.txt
  o fix linewrap in Documentation_arm_SA1100_CERF
  o fix linewrap in Documentation_filesystems_befs.txt
  o [2.5 patch] two small MTD fixes
  o 2.4 patch for more debug safety
  o esssolo1.c doesn't free resources correctly

Trond Myklebust <trond.myklebust@fys.uio.no>:
  o Back out some congestion control changes that were causing trouble among
other things for the "soft" mount option.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-07-14 13:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030711212551.A25528@electric-eye.fr.zoreil.com>
2003-07-14 11:36 ` Why is generic hldc beig ignored? RE:Linux 2.4.22-pre4 Frantisek Rysánek
2003-07-14 12:27   ` Francois Romieu
2003-07-14 13:16   ` Krzysztof Halasa
2003-07-11  8:30 Kevin Curtis
  -- strict thread matches above, loose matches on Subject: below --
2003-07-10 15:38 Kevin Curtis
2003-07-10 17:11 ` Marcelo Tosatti
2003-07-10 18:39   ` Henrique Oliveira
2003-07-11  9:12     ` Alan Cox
2003-07-11 16:55       ` Henrique Oliveira
2003-07-11 17:18         ` Marcelo Tosatti
2003-07-11 17:27           ` Jeff Garzik
2003-07-11 18:05             ` Krzysztof Halasa
2003-07-11 18:00       ` Krzysztof Halasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).