JPH03166624A - Patch managing system - Google Patents

Patch managing system

Info

Publication number
JPH03166624A
JPH03166624A JP30706189A JP30706189A JPH03166624A JP H03166624 A JPH03166624 A JP H03166624A JP 30706189 A JP30706189 A JP 30706189A JP 30706189 A JP30706189 A JP 30706189A JP H03166624 A JPH03166624 A JP H03166624A
Authority
JP
Japan
Prior art keywords
patch
area
load module
usage number
executable format
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP30706189A
Other languages
Japanese (ja)
Inventor
Yukie Yoshida
吉田 幸江
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP30706189A priority Critical patent/JPH03166624A/en
Publication of JPH03166624A publication Critical patent/JPH03166624A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To execute the load module in accordance with use by selecting a patch reflected on an execution format program for each separate use at the time of loading the load module to a virtual storage space. CONSTITUTION:A number deciding means by patch use 2-1 inputs an applicable patch instruction containing a patch identifier, and decides a patch separate use number corresponding to the patch identifier by referring to a patch contents store area 7, and an area input means 2-2 inputs an area in a segment area 5 of a load module 4. An execution format conversion area deciding means 2-3 decides an area converted to an execution format, based on whether an area inputted by the area input means 2-2 has other number by patch use than the number by patch use decided by the number deciding means by patch use 2-1 or not. Subsequently, an execution format converting means 2-4 converts the decided area to the execution format. In such a way, the load module 4 is executed in accordance with use.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は仮想記憶空間のアドレッシング方式にセグメン
テーションを用いた電子計算機システム上で実行するロ
ードモジュールへのパッチ処理に関し、特にパッチ管理
方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to patch processing for a load module executed on a computer system that uses segmentation as a virtual storage space addressing method, and particularly to a patch management method.

〔従来の技術〕[Conventional technology]

従来、仮想記憶空間のアドレソシングにセグメンテーシ
ョンを用いた電子計算機システムにおけるロードモジュ
ールへのパッチ処理では、パッチによって修正されたロ
ードモジュールを実行する場合、ロードモジュールの仮
想記憶空間へのロード時に無条件に全てのパッチが実行
形式プログラムに反映されていた。
Conventionally, when patching a load module in a computer system that uses segmentation for virtual storage space addressing, when a load module modified by a patch is executed, all the load modules are unconditionally deleted when the load module is loaded into the virtual storage space. The patch was reflected in the executable program.

(発明が解決しようとする課題) 上述した従来のバソチ管理方式では、パッチによって修
正されたロードモジュールを実行する場合、ロードモジ
ュールのロード時に無条件に全てのパッチが実行形式プ
ログラムに反映されていたので、ロードモジュールの使
用用途が複数ある場合には用途別にパッチを登録した複
数のロードモジュールをライブラリに保持する必要があ
るという欠点がある. 本発明の目的は、上述の点に鑑み、パッチを一括して管
理しながらロードモジュールの仮想記憶空間へのロード
時に実行形式プログラムに反映されるパッチを用途別に
選択できるようにしたパッチ管理方式を提供することに
ある。
(Problem to be Solved by the Invention) In the conventional Basochi management method described above, when a load module modified by a patch is executed, all patches are unconditionally reflected in the executable program when the load module is loaded. Therefore, if a load module is used for multiple purposes, it has the disadvantage that it is necessary to maintain multiple load modules with patches registered for each purpose in the library. In view of the above-mentioned points, an object of the present invention is to provide a patch management method that allows patches to be reflected in an executable program when loading a load module into a virtual storage space to be selected for each purpose while managing patches collectively. It is about providing.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のパッチ管理方式は、仮想記憶空間のアドレソシ
ングにセグメンテーションを用いた電子計算機システム
におけるライブラリ上のロードモジュールへのパッチ処
理において、ロードモジュールへのパッチ内容およびパ
ッチ識別名からなるパッチ指示を入力するパッチ指示入
力手段と、このパッチ指示入力手段により入力されたパ
ッチ識別名を基にバンチ用途別番号を生成しパッチ識別
名とパッチ用途別番号との対応をパッチ内容格納領域に
格納するとともにバンチ用途別番号とパッチ内容から生
成されるパッチイメージとからなるパッチ情報をロード
モジュールのセグメントilfM中にエリアとして追加
登録するパソチ情報追加登録手段とを含むパッチ登録部
と、パッチ識別名を含む適用パッチ指示を入力し前記パ
ッチ内容格納領域を参照してパッチ識別名に対応するパ
ッチ用途別番号を判定するパッチ用途別番号判定手段と
、ロードモジュールのセグメント領域中のエリアを入力
するエリア入力手段と、このエリア入力手段により入力
されたエリアが前記パッチ用途別番号判定手段により判
定されたパッチ用途別番号以外のパッチ用途別番号を有
するか否かに基づいて実行形式に変換するエリアを判定
する実行形式変換エリア判定手段と、この実行形式変換
エリア判定手段により判定されたエリアを実行形式に変
換する実行形式変換手段とを含むロード部とを有する。
The patch management method of the present invention inputs a patch instruction consisting of patch contents and a patch identification name to a load module in patch processing to a load module on a library in a computer system that uses segmentation for virtual storage space addressing. A patch instruction input means generates a bunch application number based on the patch identification name input by the patch instruction input means, stores the correspondence between the patch identification name and the patch application number in a patch content storage area, and stores the bunch application number. a patch registration unit including a pasochi information additional registration means for additionally registering patch information consisting of a separate number and a patch image generated from the patch contents as an area in segment ilfM of the load module; and an application patch instruction including a patch identification name. patch application number determination means for inputting a patch application number and determining a patch application number corresponding to the patch identification name by referring to the patch content storage area; Executable format conversion that determines an area to be converted into an executable format based on whether or not the area input by the area input means has a patch usage number other than the patch usage number determined by the patch usage number determination unit. It has a loading section including an area determining means and an executable format converting means for converting the area determined by the executable format conversion area determining means into an executable format.

〔作用〕[Effect]

本発明のパッチ管理方式では、パッチ指示入力手段がロ
ードモジュールへのパッチ内容およびパッチ識別名から
なるパッチ指示を入力し、パッチ情報追加登録手段がパ
ッチ指示入力手段により入力されたパッチ識別名を基に
パッチ用途別番号を生成しパッチ識別名とパッチ用途別
番号との対応をパッチ内容格納領域に格納するとともに
パッチ用途別番号とパッチ内容から生或されるパッチイ
メージとからなるバソチ情報をロードモジュールのセグ
メンfft,W域中にエリアとして追加登録し、パッチ
用途別番号判定手段がペンチ識別名を含む適用パッチ指
示を入力しパッチ内容格納領域を参照してパッチ識別名
に対応するパッチ用途別番号を判定し、エリア入力手段
がロードモジュールのセグメント領域中のエリアを入力
し、実行形式変換エリア判定手段がエリア入力手段によ
り入力されたエリアがパッチ用途別番号判定手段により
判定されたパッチ用途別番号以外のパッチ用途別番号を
有するか否かに基づいて実行形式に変換するエリアを判
定し、実行形式変換手段が実行形式変換エリア判定手段
により判定されたエリアを実行形式に変換する。
In the patch management method of the present invention, the patch instruction input means inputs a patch instruction consisting of patch contents and a patch identification name to the load module, and the patch information addition registration means inputs a patch instruction based on the patch identification name input by the patch instruction input means. Generates a patch usage number, stores the correspondence between the patch identification name and the patch usage number in the patch content storage area, and loads Basoch information consisting of the patch usage number and the patch image generated from the patch content into the module. The patch application number determining means inputs the applied patch instruction including the pliers identification name, refers to the patch content storage area, and determines the patch application number corresponding to the patch identification name. The area input means inputs an area in the segment area of the load module, and the execution format conversion area determination means determines that the area input by the area input means is the patch usage number determined by the patch usage number determination means. The area to be converted into an executable format is determined based on whether or not the area has a patch usage number other than the above, and the executable format conversion means converts the area determined by the executable format conversion area determination means into an executable format.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する. 第1図は、本発明の一実施例に係るパッチ管理方式の構
戒を示すブロック図である。本実施例のパッチ管理方式
は、ライブラリ3上のロードモジュール4に適用すべき
パッチイメージをパッチ用途別番号とともにロードモジ
ュール4中のセグメント領域5にエリア6として登録す
るバノチ登録部1と、ロードモジュール4に登録された
複数のパッチイメージの中から指定されたパッチ用途別
番号のパッチイメージを実行形式プログラム9に反映さ
せて仮想記憶空間8にロードするロード部2とから、そ
の主要部が構威されている。
Next, the present invention will be explained in detail with reference to the drawings. FIG. 1 is a block diagram showing the structure of a patch management method according to an embodiment of the present invention. The patch management method of this embodiment consists of a patch registration unit 1 that registers a patch image to be applied to a load module 4 on a library 3 together with a patch application number as an area 6 in a segment area 5 in the load module 4; The main parts of the program include a load unit 2 that reflects a patch image with a specified patch usage number from among the plurality of patch images registered in 4 in the executable program 9 and loads it into the virtual storage space 8; has been done.

パッチ登録部1は、ロードモジュール4へのパッチ内容
およびパッチ識別名からなるパッチ指示10(第3図参
照)を入力するパッチ指示入力手段1−1と、パッチ指
示入力手段!−1により入力されたパッチ識別名を基に
パッチ用途別番号を生成しパッチ識別名とパッチ用途別
番号との対応をパッチ内容格納領域7に格納するととも
にパッチ用途別番号とパッチ内容から生戒されるパッチ
イメージとからなるバフチ情報をロードモジュール4の
セグメント領域5中にエリア6として追加登録するパッ
チ情報追加登録手段1−2とから構成されている. ロード部2は、パッチ識別名を含む適用パッチ指示11
(第4図参照)を入力しパッチ内容格納領域7を参照し
てパッチ識別名に対応するバンチ用途別番号を判定する
パッチ用途別番号判定手段2−1と、ロードモジュール
4のセグメント領域5中のエリア6を入力するエリア入
力手段2−1と、エリア入力手段2−1により入力され
たエリア6がパッチ用途別番号判定手段2−1により判
定されたパッチ用途別番号以外のパッチ用途別番号を有
するか否かに基づいて実行形式に変換するエリア6を判
定する実行形式変換エリア判定千段2−3と、実行形式
変換エリア判定千段2−3により判定されたエリア6を
実行形式に変換する実行形式変換手段2−4とから構成
されている。
The patch registration unit 1 includes a patch instruction input means 1-1 for inputting a patch instruction 10 (see FIG. 3) consisting of patch contents and a patch identification name to the load module 4, and a patch instruction input means! A patch usage number is generated based on the patch identification name input in step -1, and the correspondence between the patch identification name and the patch usage number is stored in the patch content storage area 7. patch information additional registration means 1-2 for additionally registering patch information consisting of a patch image to be added as an area 6 in the segment area 5 of the load module 4; The loading unit 2 includes an application patch instruction 11 including a patch identification name.
(see FIG. 4) and refers to the patch content storage area 7 to determine the bunch usage number corresponding to the patch identification name; area input means 2-1 for inputting area 6; and area 6 input by area input means 2-1 is a patch application number other than the patch application number determined by patch application number determination means 2-1; Executable format conversion area determination 1,000 steps 2-3 determines area 6 to be converted to an executable format based on whether the area 6 has and an executable format converting means 2-4.

ロードモジュール4には、エリアの個数および個数分の
エリア6からなる複数のセグメント領域5と、パッチ用
途別番号,パッチ識別名およびパッチ内容からなる複数
のエントリが格納されるパッチ内容格納領域7とが含ま
れている。
The load module 4 includes a plurality of segment areas 5 consisting of the same number of areas 6 as the number of areas, and a patch content storage area 7 in which a plurality of entries consisting of patch application numbers, patch identification names, and patch contents are stored. It is included.

各エリア6は、第2図に示すように、パッチ用途別番号
,セグメン}ifJT域の先頭からの相対アドレス.デ
ータの繰返し回数,データの初期値のサイズおよびデー
タの初期値からなる。なお、ロードモジュール4に対し
て追加登録されたのではないロードモジュール4の本来
のエリア6では、パッチ用途別番号は”00″となって
いる。
As shown in FIG. 2, each area 6 includes a patch application number, a segment} if JT area, and a relative address from the beginning of the area. It consists of the number of data repetitions, the size of the initial value of the data, and the initial value of the data. Note that in the original area 6 of the load module 4 that has not been additionally registered for the load module 4, the patch application number is "00".

次に、このように構威された本実施例のパッチ管理方式
の動作について説明する。
Next, the operation of the patch management system of this embodiment configured in this manner will be described.

なお、具体的な動作の説明にあたり、あるセグメンHI
域5(以下、このセグメント領域5を他のセグメント領
域5から区別するためにセグメント領域Aと表記する)
は、複数のエリア6(以下、各エリア6を互いに区別す
るためにエリアA1〜71.n (nは正整数)と表記
する)で構威されているものとする。
In addition, when explaining the specific operation, a certain segment HI
Area 5 (hereinafter referred to as segment area A to distinguish this segment area 5 from other segment areas 5)
is composed of a plurality of areas 6 (hereinafter referred to as areas A1 to 71.n (n is a positive integer) to distinguish each area 6 from each other).

また、パッチ内容格納領域7には、第3図に示すように
、機能copyに関する機能変更パッチであるパッチ用
途別番号”01”の3つのパッチ内容と、機能DUMP
に関する修正パッチであるパッチ用途別番号″02”の
1つのバ・Zチ内容とがすでに登録されているものとす
る。
In addition, as shown in FIG. 3, the patch content storage area 7 contains three patch contents with patch usage number "01", which is a function change patch related to function copy, and function DUMP.
It is assumed that one patch with patch usage number "02", which is a modified patch related to the above, has already been registered.

(1)まず、バ・ノチ登録部1の処理について、第3図
を参照しながら説明する。
(1) First, the processing of the Ba Nochi registration unit 1 will be explained with reference to FIG.

例えば、機能COPYに関する機能変更パッチを追加す
るために”セグメンBil域A”の先頭からの相対アド
レスが”100”の位置から”AAAA”の文字に変更
するというパッチ内容とバ・ノチ識別名″COPY−4
”とからなるパッチ指示10がパッチ登録部1に入力さ
れた場合、パッチ指示入力手段1−1は、パッチ指示l
Oを入力してパッチ情報追加登録千段1−2に制御を渡
す。
For example, in order to add a function change patch related to function COPY, the patch contents and Ba Nochi identification name "change the relative address from the beginning of "segment Bil area A" from the position "100" to the characters "AAAA". COPY-4
” is input into the patch registration unit 1, the patch instruction input means 1-1 inputs the patch instruction l
Enter O to transfer control to patch information additional registration 1000 steps 1-2.

パッチ情報追加登録手段1−2は、パッチ内容格納領域
7を参照してパッチ識別名”COPY4″のキーワード
′″COPY″と同一のキーワードを持ったパッチ識別
名”copy− i〜3゛を認識し、認識したパッチ識
別名”COPY−1〜3”と同一のパッチ用途別番号″
01”をパッチ内容のパッチ用途別番号とし、バ・ノチ
用途別番号”01”,パッチ識別名”COPY−4’お
よびパッチ内容”セグメント領域A,too,AAAA
”をパッチ内容格納領域7に追加登録する。
The patch information additional registration means 1-2 refers to the patch content storage area 7 and recognizes the patch identification names ``copy-i~3'' that have the same keyword as the keyword ``COPY'' of the patch identification name ``COPY4''. and the patch usage number that is the same as the recognized patch identification name "COPY-1~3"
01" is the patch usage number for the patch content, Ba Nochi usage number "01", patch identification name "COPY-4', and patch content" segment area A, too, AAAA.
” is additionally registered in the patch content storage area 7.

次に、パッチ情報追加登録手段1−2は、セグメント領
域Aを入力し、パッチ指示入力手段{一lにより入力さ
れたバ・7チ内容からパッチ用途別番号”01”.セグ
メント領域の先頭からの相対アドレス”100ゝ.デー
タの繰返し回数”1”データの初期値のサイズ”4”お
よびデータの初期値”AAAA”からなるエリアAn+
lを生成し、このエリアAn+lをセグメント領域Aに
追加登録して、エリアの個数を1つインクリメントする
Next, the patch information additional registration means 1-2 inputs the segment area A, and from the patch contents inputted by the patch instruction input means 1-1, the patch application number "01". Area An+ consisting of a relative address from the beginning of the segment area "100", the number of data repetitions "1", the initial data size "4", and the initial data value "AAAA"
1 is generated, this area An+l is additionally registered in the segment area A, and the number of areas is incremented by one.

以上により、パッチが登録されたロードモジュール4が
作戒される。
As described above, the load module 4 in which the patch is registered is disciplined.

(2)次に、ロード部2の処理について、第4図を参照
しながら説明する. なお、ここでは、例えば、パッチによって変更された機
能copyが正しく動作するかどうかをテストするため
に、機能COPYを変更したパッチのみを実行形式プロ
グラム9に反映させる例について述べる。
(2) Next, the processing of the loading section 2 will be explained with reference to FIG. Here, an example will be described in which only a patch that has changed the function COPY is reflected in the executable program 9, for example, in order to test whether the function COPY that has been changed by the patch operates correctly.

機能COPYのみに対するパッチ識別名のキーワード″
copy’を指定する通用パッチ指示11が入力される
と、パッチ用途別番号判定手段2一1は、パッチ内容格
納領域7を参照してキーワ一ドの″COPY”と同一の
キーワードを持ったバンチ識別名”COPY−1〜4”
を認識し、パッチ識別名”COPY− 1〜4”と同一
のパッチ用途別番号”01”を適用パッチのパッチ用途
別番号として判定する。
Keyword of patch identification name for function COPY only
When the general patch instruction 11 specifying ``copy'' is input, the patch application number determining means 2-1 refers to the patch content storage area 7 and selects a bunch having the same keyword as the keyword ``COPY''. Identification name “COPY-1~4”
, and determines the patch usage number "01", which is the same as the patch identification name "COPY-1 to 4", as the patch usage number of the applied patch.

次に、エリア入力千段2−2は、ロードモジュール4の
セグメント領域A中のエリア6を入力して実行形式変換
エリア判定手段2−3に制御を渡す。
Next, the area input stage 2-2 inputs the area 6 in the segment area A of the load module 4 and passes control to the execution format conversion area determining means 2-3.

実行形式変換エリア判定千段2−3は、入力されたエリ
ア6を実行形式に変換するか否かを判定する. 例えば、エリアA1が入力された場合には、エリアA1
がパッチで追加登録されたエリアではないため(パッチ
用途別番号が″00”であるため)、実行形式変換エリ
ア判定手段2−3は、エリアA1を実行形式に変換する
と判定し、実行形式変換手段2−4に制御を渡す。
Executable format conversion area determination stage 2-3 determines whether or not the input area 6 is to be converted into an executable format. For example, if area A1 is input, area A1
Since A1 is not an area that has been additionally registered as a patch (because the patch usage number is "00"), the executable format conversion area determining means 2-3 determines that area A1 should be converted to an executable format, and executes the executable format conversion. Control is passed to means 2-4.

実行形式変換手段2−4は、セグメン}TiI域の先頭
からの相対アドレス”0”,データの繰返し回数”16
”,データの初期値のサイズ”12およびデータの初期
値”B″のエリアAlのパッチイメージを実行形式に変
換して、仮想記憶空間8中のセグメント領域Aの先頭か
らデータ3BBBBBBBBBBBBBBBB″を出力
する.また、エリアAnが入力された場合には、エリア
Anのパッチ用途別番号”02”がパッチ用途別番号判
定手段2−1によって判定されたパッチ用途別番号”O
l”と一致しないため(パッチ用途別番号が”02”で
あるため)、実行形式変換エリア判定手段2−3は、実
行形式に変換しないと判定し、エリア入力手段2−2に
制御を戻す。
The executable format conversion means 2-4 converts the relative address from the beginning of the segment}TiI area to "0" and the number of data repetitions to "16".
Convert the patch image of area A with ", initial data size" 12 and initial data value "B" into an executable format, and output data 3BBBBBBBBBBBBBBB from the beginning of segment area A in virtual storage space 8. .Furthermore, when area An is input, patch usage number "02" of area An is changed to patch usage number "O" determined by patch usage number determination means 2-1.
l" (because the patch usage number is "02"), the executable format conversion area determination means 2-3 determines that the conversion to the executable format is not to be performed, and returns control to the area input means 2-2. .

さらに、エリアAn+1が入力された場合には、エリア
An+1のパッチ用途別番号”01”がパッチ用途別番
号判定手段2−1によって判定されたパッチ用途別番号
″01”と一致するため、実行形式変換エリア判定手段
2−3は、エリアAn+1を実行形式に変換すると判定
し、実行形式変換手段2−4に制御を渡す。
Furthermore, when area An+1 is input, the patch usage number "01" of area An+1 matches the patch usage number "01" determined by the patch usage number determining means 2-1, so the execution format Conversion area determining means 2-3 determines that area An+1 should be converted into an executable format, and passes control to executable format converting means 2-4.

実行形式変換手段2−4は、セグメントの先頭からの相
対アドレス“100”.データの繰返し回数″1″,デ
ータの初期値のサイズ″4”およびデータの初期値″A
AAA″のエリアAn+1のパッチイメージを実行形式
に変換して、仮想記憶空間8のセグメント領域Aの先頭
から相対アドレスが”100”の位置からデータ”AA
AA“を出力する. 以上、ロード部2によって機能copyを変更したパッ
チのみが反映された実行形式プログラム9が仮想記憶空
間8にロードされ、バンチによって変更された機能CO
PYが正しく動作するかどうかをテストすることができ
る. 〔発明の効果〕 以上説明したように本発明は、パッチによって修正され
たロードモジュールを実行する場合にロードモジュール
の仮想記憶空間へのロード時に実行形式プログラムに反
映されるパッチを用途別に選択できるようにしたことに
より、用途に合わせてロードモジュールを容易に実行で
きるという効果がある。
The execution format conversion means 2-4 converts the relative address "100" from the beginning of the segment. Data repetition count “1”, data initial value size “4”, and data initial value “A”
Convert the patch image in area An+1 of ``AAA'' into an executable format, and download the data ``AA'' from the position whose relative address is ``100'' from the beginning of segment area A in virtual storage space 8.
AA" is output. As described above, the load unit 2 loads the executable program 9 to which only the patch that changed the function copy is reflected into the virtual storage space 8, and outputs the function CO that was changed by the bunch.
You can test whether PY is working correctly. [Effects of the Invention] As explained above, the present invention enables, when a load module modified by a patch is executed, to select a patch to be reflected in an executable program according to the purpose when loading the load module into a virtual storage space. This has the effect that the load module can be easily executed according to the purpose.

また、用途別に複数のロードモジュールおよびパッチイ
メージを保持および管理する必要がないので、ライブラ
リのファイル容量を削減できるという効果がある。
Furthermore, since there is no need to maintain and manage multiple load modules and patch images for each purpose, there is an effect that the file capacity of the library can be reduced.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例に係るパッチ管理方式の構威
を示すブロック図、 第2図は第1図中のロードモジュールのセグメンHff
域を構或するエリアの形式を示す図、第3図は第1図中
のパッチ登録部の具体的な動作例を示す図、 第4図は第1図中のロード部の具体的な動作例を示す図
である. 図において、 1・・・パッチ登録部、 1−1・パッチ指示入力手段、 1−2・パッチ情報追加登録手段、 2・・・ロード部、 2−1・パッチ用途別番号判定手段、 2−2・エリア入力手段、 2−3 2−4 3 ・ ・ 4 ・ ・ 5 ・ ・ 6 ・ ・ 7 ・ ・ 8 ・ ・ 9 ・ ・ 1 0 ・ 11  ・ ・実行形式変換エリア判定手段、 ・実行形式変換手段、 ・ライブラリ、 ・ロードモジュール、 ・セグメン1一領域、 ・エリア、 ・パッチ内容格納領域、 ・仮想記憶空間、 ・実行形式プログラム、 ・パッチ指示、 ・適用パッチ指示である。
FIG. 1 is a block diagram showing the configuration of a patch management system according to an embodiment of the present invention, and FIG.
Figure 3 is a diagram showing a specific operation example of the patch registration section in Figure 1, and Figure 4 is a diagram showing a concrete operation of the load section in Figure 1. It is a diagram showing an example. In the figure, 1... Patch registration section, 1-1. Patch instruction input means, 1-2. Patch information addition registration means, 2. Loading section, 2-1. Patch application number determination means, 2- 2. Area input means, 2-3 2-4 3 ・ ・ 4 ・ ・ 5 ・ ・ 6 ・ ・ 7 ・ ・ 8 ・ ・ 9 ・ ・ 1 0 ・ 11 ・ ・Execution format conversion area determination means, ・Execution format conversion Means: - library; - load module; - segment 1 area; - area; - patch content storage area; - virtual storage space; - executable program; - patch instruction; - application patch instruction.

Claims (1)

【特許請求の範囲】  仮想記憶空間のアドレッシングにセグメンテーション
を用いた電子計算機システムにおけるライブラリ上のロ
ードモジュールへのパッチ処理において、 ロードモジュールへのパッチ内容およびパッチ識別名か
らなるパッチ指示を入力するパッチ指示入力手段と、こ
のパッチ指示入力手段により入力されたパッチ識別名を
基にパッチ用途別番号を生成しパッチ識別名とパッチ用
途別番号との対応をパッチ内容格納領域に格納するとと
もにパッチ用途別番号とパッチ内容から生成されるパッ
チイメージとからなるパッチ情報をロードモジュールの
セグメント領域中にエリアとして追加登録するパッチ情
報追加登録手段とを含むパッチ登録部と、パッチ識別名
を含む適用パッチ指示を入力し前記パッチ内容格納領域
を参照してパッチ識別名に対応するパッチ用途別番号を
判定するパッチ用途別番号判定手段と、ロードモジュー
ルのセグメント領域中のエリアを入力するエリア入力手
段と、このエリア入力手段により入力されたエリアが前
記パッチ用途別番号判定手段により判定されたパッチ用
途別番号以外のパッチ用途別番号を有するか否かに基づ
いて実行形式に変換するエリアを判定する実行形式変換
エリア判定手段と、この実行形式変換エリア判定手段に
より判定されたエリアを実行形式に変換する実行形式変
換手段とを含むロード部と を有することを特徴とするパッチ管理方式。
[Claims] A patch instruction for inputting a patch instruction consisting of patch contents and a patch identification name to a load module in patch processing for a load module on a library in a computer system that uses segmentation for virtual storage space addressing. A patch usage number is generated based on the input means and the patch identification name inputted by the patch instruction input means, and the correspondence between the patch identification name and the patch usage number is stored in the patch content storage area, and the patch usage number is generated. and a patch information additional registration means for additionally registering patch information consisting of a patch image generated from the patch contents as an area in the segment area of the load module, and an application patch instruction including a patch identification name is input. a patch application number determining means for determining a patch application number corresponding to the patch identification name by referring to the patch content storage area; an area input means for inputting an area in the segment area of the load module; executable format conversion area determination for determining an area to be converted into an executable format based on whether or not the area input by the patch usage number determination means has a patch usage number other than the patch usage number determined by the patch usage number determination means; 1. A patch management method, comprising: means for converting an area into an executable format; and an executable format converting means for converting the area determined by the executable format conversion area determining means into an executable format.
JP30706189A 1989-11-27 1989-11-27 Patch managing system Pending JPH03166624A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30706189A JPH03166624A (en) 1989-11-27 1989-11-27 Patch managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30706189A JPH03166624A (en) 1989-11-27 1989-11-27 Patch managing system

Publications (1)

Publication Number Publication Date
JPH03166624A true JPH03166624A (en) 1991-07-18

Family

ID=17964573

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30706189A Pending JPH03166624A (en) 1989-11-27 1989-11-27 Patch managing system

Country Status (1)

Country Link
JP (1) JPH03166624A (en)

Similar Documents

Publication Publication Date Title
JPH113269A (en) System and method for assisting accurate garbage collection by separating contents of stack into sub-stacks
US6314445B1 (en) Native function calling
CN110515647A (en) A kind of static resource management method, device, equipment and storage medium
US5276821A (en) Operation assignment method and apparatus therefor
US5363491A (en) Data flow processor with data processing and next address determination being made in parallel
JPH03166624A (en) Patch managing system
US5765148A (en) Database processing apparatus and database processing method for variable length objects, and computer-readable memory medium for storing database processing program
JP3637606B2 (en) Data processing device
JP3489153B2 (en) File system
JPH05241814A (en) Patch management device
JPS63261430A (en) Method and apparatus for information processing
JPH07129408A (en) Executing system for language processing program
JP2003085013A (en) Pdm system and programming method for system connection
JPH07141189A (en) Overlay linking system
CN115248679A (en) Engineering splitting method and device of application program architecture
JPH033039A (en) Method for loading object
JPH04117523A (en) Program editing device
JP2507399B2 (en) Database equipment
JPH08194685A (en) Node information retrieving device for finite element method
JPS6382532A (en) Converting system from logical address to real address
JP3339062B2 (en) Memory area management method
JP2522372B2 (en) Data driven computer
JPH09231135A (en) Addressing device
JPH01286053A (en) Data control system over plural types of computers
JPH05100914A (en) File input/output information collecting system